Searched refs:carg (Results 1 – 12 of 12) sorted by relevance
/external/fio/lib/ |
D | getopt_long.c | 45 const char *carg; in getopt_long_only() local 67 carg = argv[optind]; in getopt_long_only() 71 if (!carg || carg[0] != '-' || !carg[1]) in getopt_long_only() 74 if (carg[1] == '-') { in getopt_long_only() 81 if (!carg[2]) { in getopt_long_only() 87 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long_only() 115 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) { in getopt_long_only() 117 pvt.optptr = carg + 1; in getopt_long_only()
|
/external/llvm/test/CodeGen/X86/ |
D | fp-stack-retcopy.ll | 7 define double @carg({ double, double }* byval %z) nounwind {
|
/external/iproute2/tc/ |
D | m_ematch.c | 257 int em_parse_error(int err, struct bstr *args, struct bstr *carg, in em_parse_error() argument 285 fprintf(stderr, "%s", args == carg ? ">>" : ""); in em_parse_error() 287 fprintf(stderr, "%s%s", args == carg ? "<<" : "", in em_parse_error()
|
D | m_ematch.h | 106 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 190 double carg(double _Complex); 300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1245 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg() 1251 #undef carg 1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
|
/external/ltrace/etc/ |
D | libm.so.conf | 356 double carg(double_complex);
|
/external/mksh/src/ |
D | lex.c | 115 #define o_getsc_r(carg) { \ argument 116 int cev = (carg); \
|
/external/qemu/ |
D | translate-all.c | 112 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg)) in code_gen_max_block_size() argument
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | parse.y | 270 carglist ::= carglist carg. 272 carg ::= CONSTRAINT nm ccons. 273 carg ::= ccons.
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1077 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1649 fun:carg=uninstrumented
|