Home
last modified time | relevance | path

Searched defs:low (Results 1 – 12 of 12) sorted by relevance

/PHP-7.3/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c29 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \ argument
72 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument
85 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local
121 UINT32 low, high; in KeccakP1600_AddByte() local
141 UINT32 low, high; in KeccakP1600_AddBytesInLane() local
174 UINT32 low; in KeccakP1600_AddLanes() local
229 UINT32 low; in KeccakP1600_OverwriteLanes() local
285 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractBytesInLane() local
316 UINT32 low; in KeccakP1600_ExtractLanes() local
357 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractAndAddBytesInLane() local
[all …]
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c712 static void QuickSort(void *list[], int low, int high, in QuickSort()
853 int low, mid, hi, val; in Q_BSearch() local
/PHP-7.3/ext/gd/libgd/
H A Dgd_io.c100 int high = 0, low = 0; in gdGetWordLSB() local
H A Dgd_interpolation.c88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/PHP-7.3/ext/filter/
H A Dsanitizing_filters.c64 …url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encode_nul) in php_filter_encode_url()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode.c540 OnigCodePoint low, high, x; in wb_get_type() local
824 OnigCodePoint low, high, x; in egcb_get_type() local
H A Dregexec.c4195 UChar* low; member
4219 UChar *low, *high, *low_prev; in regset_search_body_position_lead() local
4924 UChar* range, UChar** low, UChar** high, UChar** low_prev) in forward_search()
5064 const UChar* range, UChar* adjrange, UChar** low, UChar** high) in backward_search()
5383 UChar *sch_range, *low, *high, *low_prev; in search_in_range() local
5457 UChar *low, *high, *adjrange, *sch_start; in search_in_range() local
H A Dregint.h367 #define BB_EXPAND(buf,low) do{\ argument
H A Dregparse.c3426 int low, high, bound, x; in add_code_range_to_buf() local
4119 int low, up, syn_allow, non_low = 0; in fetch_interval() local
H A Dregcomp.c7059 OnigCodePoint low, high, x; in onig_is_in_code_range() local
/PHP-7.3/TSRM/
H A Dtsrm_win32.c634 DWORD low = (DWORD)size; in shmget() local
/PHP-7.3/ext/standard/
H A Darray.c2762 unsigned char low, high; local
2816 double low, high, element; local
2862 zend_long low, high; local

Completed in 152 milliseconds