Home
last modified time | relevance | path

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

/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c37 #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
183 UINT32 low; in KeccakP1600_AddLanes() local
239 UINT32 low; in KeccakP1600_OverwriteLanes() local
295 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractBytesInLane() local
327 UINT32 low; in KeccakP1600_ExtractLanes() local
368 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractAndAddBytesInLane() local
[all …]
/php-src/ext/gd/libgd/
H A Dgd_intern.h11 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
H A Dgd_io.c100 int high = 0, low = 0; in gdGetWordLSB() local
/php-src/TSRM/
H A Dtsrm_win32.c654 DWORD low = (DWORD)size; in shmget() local
657 DWORD low = size; in shmget() local
/php-src/ext/filter/
H A Dsanitizing_filters.c61 …url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encode_nul) in php_filter_encode_url()
/php-src/ext/standard/
H A Darray.c3070 unsigned char low = (unsigned char)Z_STRVAL_P(user_start)[0]; local

Completed in 76 milliseconds