Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.2/ext/standard/tests/array/
H A Drange_variation.phpt26 *** Testing range() with various low and high values ***
67 -- creating an array with low = 'ABCD' and high = '' --
73 -- creating an array with low = 'ABCD' and high = '' --
371 -- creating an array with low = '' and high = '' --
377 -- creating an array with low = '' and high = '' --
383 -- creating an array with low = '' and high = '' --
437 -- creating an array with low = '' and high = '' --
443 -- creating an array with low = '' and high = '' --
449 -- creating an array with low = '' and high = '' --
503 -- creating an array with low = '' and high = '' --
[all …]
H A Drange_errors.phpt10 echo "\n-- Testing ( (low < high) && (step = 0) ) --";
14 echo "\n\n-- Testing ( (low > high) && (step = 0) ) --";
18 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) --";
21 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) --";
45 -- Testing ( (low < high) && (step = 0) ) --
53 -- Testing ( (low > high) && (step = 0) ) --
61 -- Testing ( (low < high) && (high-low < step) ) --
66 -- Testing ( (low > high) && (low-high < step) ) --
H A Drange.phpt11 echo "-- An array of elements from low to high --\n";
13 echo "\n-- An array of elements from high to low --\n";
17 echo "-- An array of elements from low to high --\n";
19 echo "\n-- An array of elements from high to low --\n";
23 echo "-- An array of elements from low to high --\n";
55 -- An array of elements from low to high --
79 -- An array of elements from high to low --
104 -- An array of elements from low to high --
128 -- An array of elements from high to low --
153 -- An array of elements from low to high --
[all …]
H A Dbug41121.phpt21 // low > high
/PHP-7.2/ext/intl/tests/
H A Dbug74230.phpt9 $low = "\xED\xBD\xA2"; // codepoint DF62
10 $pair = $high.$low;
13 @\iconv('UTF-8', 'UTF-8', $low) === false,
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c30 temp0 = (low); \
74 low = temp0; \
85 UINT32 low, high; in KeccakP1600_SetBytesInLaneToZero() local
96 low = laneAsBytes[0] in KeccakP1600_SetBytesInLaneToZero()
121 UINT32 low, high; in KeccakP1600_AddByte() local
130 low = 0; in KeccakP1600_AddByte()
141 UINT32 low, high; in KeccakP1600_AddBytesInLane() local
174 UINT32 low; in KeccakP1600_AddLanes() local
229 UINT32 low; in KeccakP1600_OverwriteLanes() local
316 UINT32 low; in KeccakP1600_ExtractLanes() local
[all …]
/PHP-7.2/ext/standard/
H A Dflock_compat.c121 DWORD low = 1, high = 0;
131 UnlockFileEx(hdl, 0, low, high, &offset);
136 0, low, high, &offset))
141 0, low, high, &offset))
H A Darray.c2787 unsigned char low, high; local
2811 for (; low >= high; low -= (unsigned int)lstep) {
2827 for (; low <= high; low += (unsigned int)lstep) {
2841 double low, high, element; local
2844 low = zval_get_double(zlow);
2862 for (i = 0, element = low; i < size && element >= high; ++i, element = low - (i * step)) {
2876 for (i = 0, element = low; i < size && element <= high; ++i, element = low + (i * step)) {
2883 Z_DVAL(tmp) = low;
2887 zend_long low, high; local
2892 low = zval_get_long(zlow);
[all …]
H A Dbasic_functions.c353 ZEND_ARG_INFO(0, low)
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dqueue.c718 if(low < high) { in QuickSort()
719 i = low; in QuickSort()
722 key = list[ low ]; in QuickSort()
741 temp = list[low]; in QuickSort()
742 list[low] = list[j]; in QuickSort()
745 QuickSort(list, low, j-1, Comp); in QuickSort()
853 int low, mid, hi, val; in Q_BSearch() local
855 low = 0; in Q_BSearch()
858 while(low <= hi) { in Q_BSearch()
859 mid = (low + hi) / 2; in Q_BSearch()
[all …]
/PHP-7.2/ext/gd/libgd/
H A Dgd_io.c100 int high = 0, low = 0; in gdGetWordLSB() local
101 low = (ctx->getC) (ctx); in gdGetWordLSB()
102 if (low == EOF) { in gdGetWordLSB()
112 *result = (high << 8) | low; in gdGetWordLSB()
H A Dgd_interpolation.c88 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/PHP-7.2/Zend/tests/
H A Ddval_to_lval_64.phpt2 zend_dval_to_lval preserves low bits (64 bit long)
H A Ddval_to_lval_32.phpt2 zend_dval_to_lval preserves low bits (32 bit long)
/PHP-7.2/ext/sodium/
H A DREADME.md6 A simple, low-level PHP extension for
/PHP-7.2/ext/posix/tests/
H A Dposix_kill_basic.phpt15 // for now start at a low pid and find first pid which does not exist.
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c3227 *low = p; in forward_search_range()
3229 if (*low > s) in forward_search_range()
3239 *low = (UChar* )str; in forward_search_range()
3244 *low = p - reg->dmax; in forward_search_range()
3245 if (*low > s) { in forward_search_range()
3280 UChar** low, UChar** high) in backward_search_range() argument
3367 *low = p - reg->dmax; in backward_search_range()
3374 (int )(*low - str), (int )(*high - str)); in backward_search_range()
3620 if (s < low) { in onig_search()
3621 s = low; in onig_search()
[all …]
H A Dregparse.c1650 int low, high, bound, x; in add_code_range_to_buf() local
1671 for (low = 0, bound = n; low < bound; ) { in add_code_range_to_buf()
1672 x = (low + bound) >> 1; in add_code_range_to_buf()
1674 low = x + 1; in add_code_range_to_buf()
1688 inc_n = low + 1 - high; in add_code_range_to_buf()
1693 if (from > data[low*2]) in add_code_range_to_buf()
1694 from = data[low*2]; in add_code_range_to_buf()
2271 int low, up, syn_allow, non_low = 0; in fetch_range_quantifier() local
2296 if (low > ONIG_MAX_REPEAT_NUM) in fetch_range_quantifier()
2302 low = 0; in fetch_range_quantifier()
[all …]
H A Dregint.h335 #define BBUF_EXPAND(buf,low) do{\ argument
336 do { (buf)->alloc *= 2; } while ((buf)->alloc < (unsigned int )low);\
H A Dregcomp.c5642 OnigCodePoint low, high, x; in onig_is_in_code_range() local
5648 for (low = 0, high = n; low < high; ) { in onig_is_in_code_range()
5649 x = (low + high) >> 1; in onig_is_in_code_range()
5651 low = x + 1; in onig_is_in_code_range()
5656 return ((low < n && code >= data[low * 2]) ? 1 : 0); in onig_is_in_code_range()
/PHP-7.2/ext/odbc/tests/
H A Dbug60616.phpt20 ini_set("odbc.defaultlrl", 4); // Set artificially low
/PHP-7.2/TSRM/
H A Dtsrm_win32.c657 DWORD low = (DWORD)size; in shmget() local
660 DWORD low = size; in shmget()
662 …shm_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, high, low, shm_segment); in shmget()
/PHP-7.2/ext/filter/
H A Dsanitizing_filters.c66 …url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encode_nul) in php_filter_encode_url() argument
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE143 ..&&.. intersection (low precedence, only higher than ^)
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2278 # there were many low-quality sigs, i.e. easy to trigger false positives.
2354 # skip keyword with low entropy
7151 # skip many JPG. ZIP, BZ2 by test for reserved bytes NULL , 0|2 , 0|1 , low byte of block size
7153 # skip many RAR by test for low byte 0 ,high byte 0|2|even of block size, 0|a|e|d7 , 0|64h
11303 # 28: low order byte of the current PTD entry, always 0 since the
13279 # skip arches.3200 , Finder.Root , Slp.1 by looking for low pixel sizes 15 16 24 32
15826 # yes, this is separate from the low-order magic number bit
17104 # The low-order word is MINIDUMP_VERSION 0xA793
18020 # skip Windows cursors with image height <256 and keep Lotus with low opcode 0001-0083h
20780 # skip BUISSON.13 GUITAR1 by looking for low version number
[all …]

Completed in 204 milliseconds

12