/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_mock_fatal_message.c | 18 int prctl(int op, ...) in prctl() argument
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getlocation_die.c | 37 dwarf_getlocation_die (Dwarf_Attribute *attr, const Dwarf_Op *op, in dwarf_getlocation_die() argument
|
/third_party/musl/src/process/ |
H A D | posix_spawn_file_actions_addchdir.c | 9 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addchdir_np() local [all...] |
H A D | posix_spawn_file_actions_addclose.c | 11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addclose() local [all...] |
H A D | posix_spawn_file_actions_addfchdir.c | 10 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addfchdir_np() local [all...] |
H A D | posix_spawn_file_actions_destroy.c | 7 struct fdop *op = fa->__actions, *next; in posix_spawn_file_actions_destroy() local
|
H A D | posix_spawn_file_actions_adddup2.c | 11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_adddup2() local [all...] |
/third_party/musl/porting/linux/user/src/linux/ |
H A D | flock.c | 19 int __flock(int fd, int op) in __flock() argument
|
H A D | prctl.c | 10 int __libc_prctl(int op, ...) in __libc_prctl() argument
|
/third_party/musl/src/linux/ |
H A D | prctl.c | 9 int __libc_prctl(int op, ...) in __libc_prctl() argument
|
H A D | flock.c | 5 int __flock(int fd, int op) in __flock() argument
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | lockf.c | 6 int lockf(int fd, int op, off_t size) in lockf() argument
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawn_file_actions_addclose.c | 11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addclose() local [all...] |
H A D | posix_spawn_file_actions_adddup2.c | 11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_adddup2() local [all...] |
/third_party/musl/src/misc/ |
H A D | lockf.c | 6 int lockf(int fd, int op, off_t size) in lockf() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator.cpp | 14 const char *GetOperatorString(TOperator op) in GetOperatorString() argument 142 bool IsAssignment(TOperator op) in IsAssignment() argument
|
/third_party/toybox/toys/other/ |
H A D | flock.c | 28 int fd = xstrtol(*toys.optargs, NULL, 10), op; in flock_main() local
|
/third_party/vixl/test/ |
H A D | test-operands.cc | 44 aarch32::Operand op = aarch32::Operand::From(42); in TEST_AARCH32() local 50 aarch32::Operand op = aarch32::Operand::From(-42); in TEST_AARCH32() local 58 aarch32::Operand op = aarch32::Operand::From(-1); in TEST_AARCH32() local 64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX); TEST_AARCH32() local 70 aarch32::Operand op = aarch32::Operand::From(INT32_MAX); TEST_AARCH32() local 76 aarch32::Operand op = aarch32::Operand::From(INT32_MIN); TEST_AARCH32() local 84 aarch32::Operand op = aarch32::Operand::From(INT64_C(-1)); TEST_AARCH32() local 90 aarch32::Operand op = aarch32::Operand::From(INT64_C(-42)); TEST_AARCH32() local 100 aarch32::Operand op = aarch32::Operand::From(&data); TEST_AARCH32() local 108 aarch32::Operand op = aarch32::Operand::From(data); TEST_AARCH32() local [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_add_neg_to_sub.h | 43 ir_expression *const op = ir->operands[i]->as_expression(); in visit_leave() local
|
/third_party/mesa3d/src/intel/isl/tests/ |
H A D | isl_aux_info_test.cpp | 28 PrintTo(const enum isl_aux_op &op, ::std::ostream* os) { in PrintTo() argument
|
/third_party/python/Include/ |
H A D | complexobject.h | 18 PyAPI_FUNC(double) PyComplex_RealAsDouble(PyObject *op); variable 19 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op); variable
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslOpMap.cpp | 44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() argument 65 TOperator HlslOpMap::binary(EHlslTokenClass op) in binary() argument 95 TOperator HlslOpMap::preUnary(EHlslTokenClass op) in preUnary() argument 112 TOperator HlslOpMap::postUnary(EHlslTokenClass op) in postUnary() argument 128 precedenceLevel(TOperator op) precedenceLevel() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.h | 100 is_intrinsic_store(nir_intrinsic_op op) in is_intrinsic_store() argument 116 is_intrinsic_load(nir_intrinsic_op op) in is_intrinsic_load() argument
|
/third_party/musl/src/stdio/ |
H A D | popen.c | 14 int p[2], op, e; in popen() local
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A D | popen.c | 14 int p[2], op, e; in popen() local
|