Searched defs:high (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 29 #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 D | gd_io.c | 100 int high = 0, low = 0; in gdGetWordLSB() local
|
H A D | gd_interpolation.c | 88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
|
/PHP-7.4/ext/filter/ |
H A D | sanitizing_filters.c | 64 …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 D | queue.c | 710 static void QuickSort(void *list[], int low, int high, in QuickSort()
|
/PHP-7.4/TSRM/ |
H A D | tsrm_win32.c | 636 DWORD high = size >> 32; in shmget() local
|
/PHP-7.4/ext/standard/ |
H A D | array.c | 2796 unsigned char low, high; local 2850 double low, high, element; local 2895 zend_long low, high; local
|
Completed in 50 milliseconds