Home
last modified time | relevance | path

Searched refs:d (Results 6451 – 6475 of 6494) sorted by relevance

1...<<251252253254255256257258259260

/PHP-8.2/build/
H A Dshtool997 for d in ${1+"$@"}; do
998 pathcomp="$pathcomp$d"
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c106 #define D(d) ((sljit_ins)reg_map[d] << 11) argument
109 #define FD(d) ((sljit_ins)freg_map[d] << 6) argument
113 #define DA(d) ((sljit_ins)(d) << 11) argument
H A DsljitNativePPC_common.c118 #define D(d) ((sljit_ins)reg_map[d] << 21) argument
129 #define CRD(d) ((sljit_ins)(d) << 21) argument
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c158 #define lua_number2int(i,d)((i)=(int)(d)) argument
159 #define lua_number2integer(i,d)((i)=(lua_Integer)(d)) argument
5856 #define luaL_optstring(L,n,d)(luaL_optlstring(L,(n),(d),NULL))
5858 #define luaL_optint(L,n,d)((int)luaL_optinteger(L,(n),(d)))
5861 #define luaL_opt(L,f,n,d)(lua_isnoneornil(L,(n))?(d):f(L,(n)))
5967 if(d==0&&!lua_isnumber(L,narg))
5969 return d;
5975 return d;
6761 lua_Number d;
6762 if(fscanf(f,"%lf",&d)==1){
[all …]
H A Ddasm_arm.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_arm64.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_x86.h15 #define DASM_EXTERN(a,b,c,d) 0 argument
H A Ddasm_x86.lua379 b = 1, w = 2, d = 4, q = 8, o = 16, y = 32, t = 10,
384 b = "byte", w = "word", d = "dword", q = "qword", o = "oword", y = "yword",
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c758 vd = p->d; in mprint()
1134 DO_CVT2(d, double); in cvt_double()
2143 dl = m->value.d; in magiccheck()
2144 dv = p->d; in magiccheck()
/PHP-8.2/ext/hash/tests/
H A Dcrc32.phpt145 0642542d
/PHP-8.2/
H A Dconfigure.ac354 if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
358 test -d /usr/ucblib && PHP_ADD_LIBPATH(/usr/ucblib)
1049 PHP_INIT_DTRACE([Zend/zend_dtrace.d],[Zend/zend_dtrace_gen.h],[main/main.c Zend/zend_API.c \
1794 test -d Zend || $php_shtool mkdir Zend
/PHP-8.2/ext/pcre/tests/
H A D005.phpt69 '((?(1)(?(3)[^:\n]+|\2)|[^:\n]+)):(\d+): (?:(error|warning):\s+)?(.+)'.
70 … str_repeat('(?:\s+\5:(\d+): (?:(error|warning):\s+)?(.+))?', 99). // capture up to 100 errors
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re349 const char *tmpl = stmt->named_rewrite_template ? stmt->named_rewrite_template : ":pdo%d";
/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c550 double a, b, c, d; in filter_bspline() local
559 if ((xm1) <= 0.0f) d = 0.0f; else d = xm1*xm1*xm1; in filter_bspline()
561 return (0.16666666666666666667f * (a - (4.0f * b) + (6.0f * c) - (4.0f * d))); in filter_bspline()
/PHP-8.2/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt3115 &equals; => = 3d
3838 &rbrace; => } 7d
3839 &rbrack; => ] 5d
3846 &rcub; => } 7d
3898 &rsqb; => ] 5d
/PHP-8.2/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type1.phpt9 $date_format = 'Y-m-d H:i:s e';
H A Drfc-datetime_and_daylight_saving_time-type2.phpt9 $date_format = 'Y-m-d H:i:s T e';
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE175 d) If a facility in the modified Library refers to a function or a
185 application. Therefore, Subsection 2d requires that any
311 d) If distribution of the work is made by offering access to copy
/PHP-8.2/ext/exif/
H A Dexif.c1792 double d; member
2331 info_value->d = php_ifd_get_double(value); in exif_iif_add_value()
2605 add_assoc_double(&tmpi, name, info_value->d); in add_assoc_image_info()
2607 add_index_double(&array, ap, info_value->d); in add_assoc_image_info()
2868 memmove(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
/PHP-8.2/ext/standard/tests/file/
H A Dfscanf_variation55.phpt43 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/PHP-8.2/ext/bcmath/libbcmath/
H A DLICENSE178 d) If a facility in the modified Library refers to a function or a
188 application. Therefore, Subsection 2d requires that any
314 d) If distribution of the work is made by offering access to copy
/PHP-8.2/ext/standard/
H A Dfilters.c191 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d argument
/PHP-8.2/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt53 if (sscanf($line, "%d-%x\tU+%x+%x", $type, $bytes, $cp1, $cp2) >= 3) {
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c321 int d = template_map[c].code; in get_template_string() local
322 if (d > code) { in get_template_string()
324 } else if (d < code) { in get_template_string()
/PHP-8.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt107 (d) If the Work includes a "NOTICE" text file as part of its

Completed in 141 milliseconds

1...<<251252253254255256257258259260