/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 662 PyCArgObject *carg; in ConvParam() local 665 carg = dict->paramfunc((CDataObject *)obj); in ConvParam() 666 if (carg == NULL) in ConvParam() 668 pa->ffi_type = carg->pffi_type; in ConvParam() 669 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam() 670 pa->keep = (PyObject *)carg; in ConvParam() 675 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local 676 pa->ffi_type = carg->pffi_type; in ConvParam() 679 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fp-stack-retcopy.ll | 7 define double @carg({ double, double }* byval %z) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
D | fp-stack-retcopy.ll | 7 define double @carg({ double, double }* byval %z) nounwind {
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 628 PyCArgObject *carg; in ConvParam() local 631 carg = dict->paramfunc((CDataObject *)obj); in ConvParam() 632 pa->ffi_type = carg->pffi_type; in ConvParam() 633 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam() 634 pa->keep = (PyObject *)carg; in ConvParam() 639 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local 640 pa->ffi_type = carg->pffi_type; in ConvParam() 643 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
|
/external/iproute2/tc/ |
D | m_ematch.c | 256 int em_parse_error(int err, struct bstr *args, struct bstr *carg, in em_parse_error() argument 284 fprintf(stderr, "%s", args == carg ? ">>" : ""); in em_parse_error() 286 fprintf(stderr, "%s%s", args == carg ? "<<" : "", in em_parse_error()
|
D | m_ematch.h | 107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
|
/external/openssh/ |
D | sftp.c | 1976 int argc, carg; in complete() local 1990 argv = makeargv(line, &carg, 1, "e, &terminated); in complete() 2007 if (carg == 0) { in complete() 2009 complete_cmd_parse(el, NULL, argc == carg, '\0', 1); in complete() 2011 } else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') { in complete() 2013 if (complete_cmd_parse(el, argv[0], argc == carg, in complete() 2016 } else if (carg >= 1) { in complete() 2021 if (carg > 1 && line[cursor-1] != ' ') in complete() 2022 filematch = argv[carg - 1]; in complete() 2027 remote, carg == argc, quote, terminated) != 0) in complete()
|
/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/mksh/src/ |
D | lex.c | 119 #define o_getsc_r(carg) \ argument 120 int cev = (carg); \
|
/external/ImageMagick/MagickCore/ |
D | fourier.c | 74 #define carg(z) (atan2(cimag(z),creal(z))) macro 823 phase_pixels[i]=carg(forward_pixels[i]); in ForwardFourierTransform()
|
/external/ImageMagick/config/ |
D | config.h.in | 100 /* Define to 1 if you have the `carg' function. */
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1133 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/python/cpython3/Lib/test/ |
D | cmath_testcases.txt | 2468 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
|
/external/python/cpython2/Lib/test/ |
D | cmath_testcases.txt | 2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1417 fun:carg=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 2903 AC_CHECK_FUNCS([acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock clock_ge…
|
D | configure | 33292 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock clock_get…
|