Home
last modified time | relevance | path

Searched refs:x0 (Results 26 – 50 of 57) sorted by relevance

123

/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt38 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
65 echo "16: " . bin2hex(mb_decode_numericentity('�', [0, 1, 0, 0xFFFF], 'UTF-8')) . "\n";
107 test("Starting entity immediately after invalid hex entity", "&#x0A", "&#x0A", [0x1, 0xFFFF, 0,…
178 Starting entity immediately after invalid hex entity: string(9) "&#x0A" => string(5) "&#x0A" (G…
H A Dmb_encode_numericentity.phpt9 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
65 6 (hex): �
H A Dsjismac_encoding.phpt49 /* Although not included in the table, 0x0-0x1F and 0x7F are valid;
H A Dbug48645.phpt7 var_dump(bin2hex(mb_convert_encoding("�", "UTF-8", "HTML-ENTITIES")));
H A Diso2022jp_2004_encoding.phpt36 /* Single bytes from 0x0-0x20 are allowed */
/php-src/ext/date/tests/
H A Dlocaltime_variation5.phpt14 'Hexa-decimal 0' => 0x0,
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c179 UINT32 t, x0, x1; in KeccakP1600_AddLanes() local
187 toBitInterleavingAndXOR(low, high, *(pS++), *(pS++), t, x0, x1); in KeccakP1600_AddLanes()
189 toBitInterleavingAndXOR(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_AddLanes()
235 UINT32 t, x0, x1; in KeccakP1600_OverwriteLanes() local
243 toBitInterleavingAndSet(low, high, *(pS++), *(pS++), t, x0, x1); in KeccakP1600_OverwriteLanes()
245 toBitInterleavingAndSet(*(pI++), *(pI++), *(pS++), *(pS++), t, x0, x1) in KeccakP1600_OverwriteLanes()
323 UINT32 t, x0, x1; in KeccakP1600_ExtractLanes() local
329 fromBitInterleaving(*(pS++), *(pS++), low, high, t, x0, x1); in KeccakP1600_ExtractLanes()
333 fromBitInterleaving(*(pS++), *(pS++), *(pI++), *(pI++), t, x0, x1) in KeccakP1600_ExtractLanes()
399 UINT32 t, x0, x1; in KeccakP1600_ExtractAndAddLanes() local
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrval_variation1.phpt36 /*9*/ 0x0,
H A Dvprintf_variation13.phpt31 array(0x0),
H A Dvprintf_variation13_64bit.phpt31 array(0x0),
H A Dstrstr.phpt94 var_dump( strstr("/x0", "0") ); // Hexadecimal NUL
H A Dstrpos.phpt121 var_dump( strpos("/x0", "0") ); // Hexadecimal NUL
H A Dstrcasecmp.phpt102 var_dump(strcasecmp("\x0", "\0"));
/php-src/ext/gd/tests/
H A Dimagecrop_auto.phpt61 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
/php-src/ext/mbstring/tests/data/
H A DARMSCII-8.txt2 0x0 0x0
/php-src/ext/standard/tests/array/
H A Dshuffle_variation2.phpt20 array(0x1, 0x0, 0xa)
/php-src/ext/standard/tests/general_functions/
H A Dis_bool.phpt44 0x0,
H A Dis_null.phpt54 0x0,
H A Dis_string.phpt81 0x0,
/php-src/ext/gd/libgd/
H A Dgd.c684 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() argument
687 if (*x0 < 0) { /* start of line is left of window */ in clip_1d()
691 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
693 *y0 -= (int)(m * *x0); in clip_1d()
694 *x0 = 0; in clip_1d()
702 if (*x0 > maxdim) { /* start of line is right of window - complement of above */ in clip_1d()
706 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
707 *y0 += (int)(m * (maxdim - *x0)); /* adjust so point is on the right boundary */ in clip_1d()
708 *x0 = maxdim; in clip_1d()
718 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h12 _(X0, x0, w0) \
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt38 0x0: AA==
/php-src/build/
H A Dpkg.m4111 test "x$?" != "x0" && pkg_failed=yes ],
/php-src/Zend/
H A DZend.m4110 cw = (oldcw & ~0x0 & ~0x300) | 0x200;
H A Dzend_strtod.c1760 ULong *x, *x0, x1, x2; local
1774 x0 = x;
1776 while(x > x0)

Completed in 87 milliseconds

123