Home
last modified time | relevance | path

Searched refs:rd (Results 26 – 50 of 80) sorted by relevance

1234

/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c53 #define RD3(rd) (reg_map[rd]) argument
61 #define SET_REGS44(rd, rn) \ argument
62 ((reg_map[rn] << 3) | (reg_map[rd] & 0x7) | ((reg_map[rd] & 0x8) << 4))
69 #define RD4(rd) (reg_map[rd] << 8) argument
H A DsljitNativeARM_64.c51 #define RD(rd) (reg_map[rd]) argument
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation7.phpt15 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation1.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation11.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation12.phpt13 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation5.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation6.phpt15 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation8.phpt15 and 3rd element is csv fields
/PHP-7.0/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt17 and 3rd element is csv fields
H A Dfgetcsv_variation26.phpt16 and 3rd element is csv fields
H A Dfputcsv_variation14.phpt17 and 3rd element is csv fields
H A Dfputcsv_variation1.phpt16 and 3rd element is csv fields
H A Dfputcsv_variation5.phpt16 and 3rd element is csv fields
H A Dfputcsv_variation6.phpt19 and 3rd element is csv fields
H A Dfputcsv_variation7.phpt19 and 3rd element is csv fields
H A Dfputcsv_variation8.phpt19 and 3rd element is csv fields
H A Dfputcsv_variation11.phpt16 and 3rd element is csv fields
H A Dfputcsv_variation12.phpt17 and 3rd element is csv fields
H A Dfgetcsv_variation8.phpt19 and 3rd element is csv fields
H A Dfgetcsv_variation9.phpt19 and 3rd element is csv fields
/PHP-7.0/ext/gd/libgd/
H A Dgd.c271 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local
284 rd = im->red[i] - r; in gdImageColorClosestAlpha()
289 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
536 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
556 rd = (long) (im->red[c] - r); in gdImageColorResolveAlpha()
560 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DAPI133 Use this value as 3rd argument of onig_error_code_to_str().
176 Use this value as 3rd argument of onig_error_code_to_str().
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c321 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
324 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
333 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
334 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
347 #define RMATCH(ra,rb,rc,rd,re,rw)\ argument

Completed in 91 milliseconds

1234