Home
last modified time | relevance | path

Searched defs:high (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/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
175 UINT32 high; in KeccakP1600_AddLanes() local
230 UINT32 high; in KeccakP1600_OverwriteLanes() local
285 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractBytesInLane() local
317 UINT32 high; in KeccakP1600_ExtractLanes() local
357 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractAndAddBytesInLane() local
[all …]
/PHP-7.4/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.4/ext/filter/
H A Dsanitizing_filters.c64 …encode_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int enc… in php_filter_encode_url()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.c710 static void QuickSort(void *list[], int low, int high, in QuickSort()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c636 DWORD high = size >> 32; in shmget() local
/PHP-7.4/ext/standard/
H A Darray.c2796 unsigned char low, high; local
2850 double low, high, element; local
2895 zend_long low, high; local

Completed in 38 milliseconds