Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 68) sorted by relevance

123

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_64.c29 sljit_sw high; in load_immediate() local
58 high = ~high; in load_immediate()
84 high = imm >> 32; in load_immediate()
88 high = ~high; in load_immediate()
90 if (high <= 0x7ffff && high >= -0x80000) { in load_immediate()
92 high = 0x1000; in load_immediate()
98 high &= 0xfff; in load_immediate()
170 sljit_sw high; in emit_const() local
178 high = ~high; in emit_const()
194 sljit_sw high; in sljit_set_jump_addr() local
[all …]
/php-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt62 echo "-- Testing ( (low < high) && (high-low < step) ) --\n";
69 echo "-- Testing ( (low > high) && (low-high < step) ) --\n";
76 echo "-- Testing ( (low < high) && (high-low < step) ) for characters --\n";
83 echo "-- Testing ( (low > high) && (low-high < step) ) for characters --\n";
123 -- Testing ( (low < high) && (high-low < step) ) --
125 -- Testing ( (low > high) && (low-high < step) ) --
127 -- Testing ( (low < high) && (high-low < step) ) for characters --
129 -- Testing ( (low > high) && (low-high < step) ) for characters --
H A Drange_inputs_string_basic.phpt9 echo "-- An array of elements from low to high --\n";
11 echo "\n-- An array of elements from high to low --\n";
24 -- An array of elements from low to high --
80 -- An array of elements from high to low --
/php-src/ext/iconv/tests/
H A Dbug74230.phpt8 $high = "\xED\xa1\x92"; // codepoint D852
10 $pair = $high.$low;
12 @\iconv('UTF-8', 'UTF-8', $high) === false,
/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
106 high = (ctx->getC) (ctx); in gdGetWordLSB()
107 if (high == EOF) { in gdGetWordLSB()
112 *result = (high << 8) | low; in gdGetWordLSB()
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c43 temp1 = (high); \
83 high = temp1;
93 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local
108 high = laneAsBytes[4] in KeccakP1600_SetBytesInLaneToZero()
129 UINT32 low, high; in KeccakP1600_AddByte() local
135 high = 0; in KeccakP1600_AddByte()
149 UINT32 low, high; in KeccakP1600_AddBytesInLane() local
184 UINT32 high; in KeccakP1600_AddLanes() local
240 UINT32 high; in KeccakP1600_OverwriteLanes() local
328 UINT32 high; in KeccakP1600_ExtractLanes() local
[all …]
/php-src/ext/standard/
H A Dflock_compat.c106 DWORD low = 0xFFFFFFFF, high = 0xFFFFFFFF;
116 UnlockFileEx(hdl, 0, low, high, &offset);
121 0, low, high, &offset))
126 0, low, high, &offset))
/php-src/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt26 Destiny flying high above
33 Destiny flying high above
40 Destiny flying high above
47 Destiny flying high above
H A Dreadgzfile_variation9.phpt25 Destiny flying high above
32 Destiny flying high above
39 Destiny flying high above
46 Destiny flying high above
H A Dgzfile_variation12.phpt30 string(26) "Destiny flying high above
50 string(26) "Destiny flying high above
70 string(26) "Destiny flying high above
90 string(26) "Destiny flying high above
H A Dgzfile_variation9.phpt29 string(26) "Destiny flying high above
49 string(26) "Destiny flying high above
69 string(26) "Destiny flying high above
89 string(26) "Destiny flying high above
H A Dgzopen_basic.phpt29 Destiny flying high above
35 Destiny flying high above
H A D004-mb.phpt23 string(26) "Destiny flying high above
43 string(26) "Destiny flying high above
H A D004.phpt23 string(26) "Destiny flying high above
43 string(26) "Destiny flying high above
H A D004私はガラスを食べられます.txt.gz
H A D004.txt.gz
H A Dzlib_scheme_file_read_file_basic.phpt13 Destiny flying high above
H A Dzlib_scheme_file_get_contents_basic.phpt14 Destiny flying high above
H A Dzlib_scheme_fopen_basic.phpt15 Destiny flying high above
H A Dzlib_scheme_file_basic.phpt18 string(26) "Destiny flying high above
H A Dzlib_scheme_fopen_variation1.phpt20 Destiny flying high above
/php-src/ext/opcache/tests/
H A Dgh9259_002.phpt2 Bug GH-9259 002 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…
H A Dgh9259_001.phpt2 Bug GH-9259 001 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…
H A Dgh9259_003.phpt2 Bug GH-9259 003 (Setting opcache.interned_strings_buffer to a very high value leads to corruption o…

Completed in 128 milliseconds

123