Searched refs:D_ (Results 1 - 5 of 5) sorted by relevance
/third_party/popt/src/ |
H A D | poptint.h | 150 #define D_(dom, str) POPT_dgettext(dom, str) macro 151 #define POPT_(foo) D_("popt", foo) 153 #define D_(dom, str) str macro
|
H A D | popthelp.c | 175 return D_(translation_domain, opt->argDescrip); in getArgDescrip() 211 const char * defstr = D_(translation_domain, "default"); in singleOptionDefaultValue() 291 const char * help = D_(translation_domain, opt->descrip); in singleOptionHelp() 603 POPT_fprintf(fp, "\n%s\n", D_(sub_transdom, opt->descrip)); in singleTableHelp()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 132 A_=r16; B_=r17; C_=r18; D_=r19; 171 $LDW D_=[r11],4*$SZ 200 mov D=D_ } 584 { .mmi; add D_=D_,D 602 $STW [r11]=D_,4*$SZ
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 132 A_=r16; B_=r17; C_=r18; D_=r19; 171 $LDW D_=[r11],4*$SZ 200 mov D=D_ } 584 { .mmi; add D_=D_,D 602 $STW [r11]=D_,4*$SZ
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1101 #define D_(a) D_ ## a macro 1402 #define FADD_D(a) fadd D_(a) 1414 #define FCOM_D(a) fcom D_(a) 1417 #define FCOMP_D(a) fcomp D_(a) 1422 #define FDIV_D(a) fdiv D_(a) 1428 #define FDIVR_D(a) fdivr D_(a) 1439 #define FILD_Q(a) fild D_(a) 1447 #define FISTP_Q(a) fistp D_(a) 1451 #define FLD_D(a) fld D_( [all...] |
Completed in 9 milliseconds