Searched refs:bd (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | diyfp.h | 223 uint64_t a, b, c, d, ac, bc, ad, bd, tmp; in lexbor_diyfp_mul() 233 bd = b * d; in lexbor_diyfp_mul() 235 tmp = (bd >> 32) + (ad & 0xffffffff) + (bc & 0xffffffff); in lexbor_diyfp_mul()
|
/php-src/ext/pcre/tests/ |
H A D | preg_replace2.phpt | 17 var_dump(preg_replace(array('/\s+/', '~[b-d]~'), array('$'), array('x y', 'bd bc')));
|
/php-src/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 243 bd => bd
|
H A D | strtoupper1.phpt | 246 bd => bd
|
H A D | html_entity_decode_iso8859-5.phpt | 205 CYRILLIC CAPITAL LETTER EN: Н => bd
|
H A D | html_entity_decode_iso8859-15.phpt | 205 LATIN SMALL LIGATURE OE: œ => bd
|
H A D | html_entity_decode_macroman.phpt | 340 GREEK CAPITAL LETTER OMEGA: Ω => bd
|
H A D | html_entity_decode_win1251.phpt | 337 CYRILLIC CAPITAL LETTER DZE: Ѕ => bd
|
H A D | html_entity_decode_cp866.phpt | 333 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE: ╜ => bd
|
H A D | html_entity_decode_koi8-r.phpt | 333 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE: ╫ => bd
|
H A D | bug49785.phpt | 215 string(2) "bd"
|
/php-src/win32/build/ |
H A D | confutils.js | 1564 var bd = get_define('BUILD_DIR'); 1565 var respd = bd + '\\resp'; 1637 resp += " " + obj.replace('$(BUILD_DIR)', bd); 2056 var i, dir, bd, last; 2069 bd = FSO.BuildPath(dir, build_dirs[i]); 2070 if (bd == last) { 2073 last = bd; 2080 ADD_FLAG("BUILD_DIRS_SUB", bd.replace(new RegExp(build_dir), '')); 2082 if (!FSO.FolderExists(bd)) { 2083 FSO.CreateFolder(bd);
|
H A D | mkdist.php | 72 $bd = strtolower(realpath($build_dir));
|
/php-src/Zend/ |
H A D | zend_strtod.c | 2532 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local 2897 Bfree(bd); 3021 bd = Balloc(bd0->k); 3022 Bcopy(bd, bd0); 3097 bd = pow5mult(bd, bd5); 3099 bd = lshift(bd, bd2); 3102 delta = diff(bb, bd); 3536 Bfree(bd); 3541 Bfree(bd);
|
/php-src/ext/gd/libgd/ |
H A D | gd.c | 279 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local 294 bd = im->blue[i] - b; in gdImageColorClosestAlpha() 297 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha() 544 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local 566 bd = (long) (im->blue[c] - b); in gdImageColorResolveAlpha() 568 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 27379 # with hexadecimal values like: 0e 2e 50 8c 8d ba bc bd be e8 fb fc
|
H A D | magic | 27379 # with hexadecimal values like: 0e 2e 50 8c 8d ba bc bd be e8 fb fc
|
Completed in 204 milliseconds