Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_64.c29 sljit_sw high; in load_immediate() local
170 sljit_sw high; in emit_const() local
194 sljit_sw high; in sljit_set_jump_addr() local
H A DsljitNativeRISCV_common.c298 sljit_sw high; in load_addr_to_reg() local
/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
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-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.c653 DWORD high = size >> 32; in shmget() local
656 DWORD high = 0; in shmget() local
/php-src/ext/filter/
H A Dsanitizing_filters.c61 …encode_url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int enc… in php_filter_encode_url()
/php-src/ext/standard/
H A Darray.c3071 unsigned char high = (unsigned char)Z_STRVAL_P(user_end)[0]; local

Completed in 48 milliseconds