Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/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.2/ext/filter/
H A Dsanitizing_filters.c66 …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.2/TSRM/
H A Dtsrm_win32.c657 DWORD low = (DWORD)size; in shmget() local
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c3141 UChar* range, UChar** low, UChar** high, UChar** low_prev) in forward_search_range()
3280 UChar** low, UChar** high) in backward_search_range()
3601 UChar *sch_range, *low, *high, *low_prev; in onig_search() local
3671 UChar *low, *high, *adjrange, *sch_start; in onig_search() local
H A Dregparse.c1650 int low, high, bound, x; in add_code_range_to_buf() local
2271 int low, up, syn_allow, non_low = 0; in fetch_range_quantifier() local
H A Dregint.h335 #define BBUF_EXPAND(buf,low) do{\ argument
H A Dregcomp.c5642 OnigCodePoint low, high, x; in onig_is_in_code_range() local
/PHP-7.2/ext/standard/
H A Darray.c2787 unsigned char low, high; local
2841 double low, high, element; local
2887 zend_long low, high; local

Completed in 91 milliseconds