Home
last modified time | relevance | path

Searched refs:carg (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dcallproc.c662 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/
Dfp-stack-retcopy.ll7 define double @carg({ double, double }* byval %z) nounwind {
/external/llvm/test/CodeGen/X86/
Dfp-stack-retcopy.ll7 define double @carg({ double, double }* byval %z) nounwind {
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c628 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/
Dm_ematch.c256 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()
Dm_ematch.h107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
/external/openssh/
Dsftp.c1976 int argc, carg; in complete() local
1990 argv = makeargv(line, &carg, 1, &quote, &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/
Dlibcall-declarations.c190 double carg(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
/external/clang/lib/Headers/
Dtgmath.h1245 __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/
Dlex.c119 #define o_getsc_r(carg) \ argument
120 int cev = (carg); \
/external/ImageMagick/MagickCore/
Dfourier.c74 #define carg(z) (atan2(cimag(z),creal(z))) macro
823 phase_pixels[i]=carg(forward_pixels[i]); in ForwardFourierTransform()
/external/ImageMagick/config/
Dconfig.h.in100 /* Define to 1 if you have the `carg' function. */
/external/clang/include/clang/Basic/
DBuiltins.def1133 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/python/cpython3/Lib/test/
Dcmath_testcases.txt2468 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1417 fun:carg=uninstrumented
/external/ImageMagick/
Dconfigure.ac2903 AC_CHECK_FUNCS([acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock clock_ge…
Dconfigure33292 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock clock_get…