Searched defs:high (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 37 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \ argument 80 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument 93 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local 129 UINT32 low, high; in KeccakP1600_AddByte() local 149 UINT32 low, high; in KeccakP1600_AddBytesInLane() local 184 UINT32 high; in KeccakP1600_AddLanes() local 240 UINT32 high; in KeccakP1600_OverwriteLanes() local 295 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractBytesInLane() local 328 UINT32 high; in KeccakP1600_ExtractLanes() local 368 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractAndAddBytesInLane() local [all …]
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_intern.h | 11 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
|
H A D | gd_io.c | 100 int high = 0, low = 0; in gdGetWordLSB() local
|
/PHP-8.1/ext/filter/ |
H A D | sanitizing_filters.c | 62 …encode_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int enc… in php_filter_encode_url()
|
/PHP-8.1/TSRM/ |
H A D | tsrm_win32.c | 654 DWORD high = size >> 32; in shmget() local
|
/PHP-8.1/ext/standard/ |
H A D | array.c | 2738 unsigned char low, high; local 2792 double low, high, element; local 2837 zend_long low, high; local
|
Completed in 33 milliseconds