Home
last modified time | relevance | path

Searched refs:bf (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dbug72362.phpt7 if (!in_array('bf-ecb', openssl_get_cipher_methods())) die('skip bf-ecb not available');
15 "bf-ecb",
25 "bf-ecb",
H A Dopenssl_decrypt_basic.phpt33 if (in_array("bf-ecb", openssl_get_cipher_methods())) {
35 $encrypted = openssl_encrypt($data, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY);
36 $output = openssl_decrypt($encrypted, "bf-ecb", $password, OPENSSL_DONT_ZERO_PAD_KEY);
/PHP-8.1/ext/fileinfo/libmagic/
H A Dencoding.c481 if (bf[0] == 0xff && bf[1] == 0xfe) in looks_ucs16()
483 else if (bf[0] == 0xfe && bf[1] == 0xff) in looks_ucs16()
494 ubf[(*ulen)++] = bf[i + 1] in looks_ucs16()
495 | (CAST(file_unichar_t, bf[i]) << 8); in looks_ucs16()
497 ubf[(*ulen)++] = bf[i] in looks_ucs16()
498 | (CAST(file_unichar_t, bf[i + 1]) << 8); in looks_ucs16()
520 if (bf[0] == 0xff && bf[1] == 0xfe && bf[2] == 0 && bf[3] == 0) in looks_ucs32()
522 else if (bf[0] == 0 && bf[1] == 0 && bf[2] == 0xfe && bf[3] == 0xff) in looks_ucs32()
534 | (CAST(file_unichar_t, bf[i + 2]) << 8) in looks_ucs32()
535 | (CAST(file_unichar_t, bf[i + 1]) << 16) in looks_ucs32()
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dgd_filter.c236 double rf,gf,bf; in gdImageContrast() local
265 bf = (double)b/255.0; in gdImageContrast()
266 bf = bf-0.5; in gdImageContrast()
267 bf = bf*contrast; in gdImageContrast()
268 bf = bf+0.5; in gdImageContrast()
269 bf = bf*255.0; in gdImageContrast()
279 bf = (bf > 255.0)? 255.0 : ((bf < 0.0)? 0.0:bf); in gdImageContrast()
281 new_pxl = gdImageColorAllocateAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
283 new_pxl = gdImageColorClosestAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
/PHP-8.1/ext/standard/tests/strings/
H A Dpack_float.phpt99 unpack('g', hex2bin('000080bf')),
160 string(8) "000080bf"
161 string(8) "000080bf"
H A Dstrtolower-win32.phpt244 bf => bf
H A Dstrtoupper1-win32.phpt245 bf => bf
H A Dhtml_entity_decode_iso8859-15.phpt211 INVERTED QUESTION MARK: &#xBF; => bf
212 &#xBF; => bf
H A Dhtml_entity_decode_macroman.phpt346 LATIN SMALL LETTER O WITH STROKE: &#xF8; => bf
518 &#xF8; => bf
H A Dhtml_entity_decode_koi8-r.phpt274 &#xA9; => bf
339 COPYRIGHT SIGN: &#xA9; => bf
H A Dhtml_entity_decode_iso8859-5.phpt211 CYRILLIC CAPITAL LETTER PE: &#x41F; => bf
H A Dhtml_entity_decode_win1251.phpt343 CYRILLIC SMALL LETTER YI: &#x457; => bf
H A Dhtml_entity_decode_cp866.phpt339 BOX DRAWINGS LIGHT DOWN AND LEFT: &#x2510; => bf
H A Dbug49785.phpt217 string(2) "bf"
/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.c250 int bf; /* successor block number if a condition is false */ in place_essa_pis() local
261 bf = blocks[j].successors[0]; in place_essa_pis()
266 bf = blocks[j].successors[1]; in place_essa_pis()
372 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var1))) { in place_essa_pis()
376 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var1))) { in place_essa_pis()
445 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var))) { in place_essa_pis()
452 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var))) { in place_essa_pis()
466 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var))) { in place_essa_pis()
482 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var))) { in place_essa_pis()
514 if ((pi = add_pi(arena, op_array, dfg, ssa, j, bf, var))) { in place_essa_pis()
[all …]
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic6207 # https://lists.blender.org/mailman/listinfo/bf-committers
H A Dmagic私はガラスを食べられます6207 # https://lists.blender.org/mailman/listinfo/bf-committers

Completed in 192 milliseconds