Home
last modified time | relevance | path

Searched defs:op (Results 1 - 25 of 1367) sorted by relevance

12345678910>>...55

/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_fatal_message.c18 int prctl(int op, ...) in prctl() argument
/third_party/elfutils/libdw/
H A Ddwarf_getlocation_die.c37 dwarf_getlocation_die (Dwarf_Attribute *attr, const Dwarf_Op *op, in dwarf_getlocation_die() argument
/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addchdir.c9 struct fdop *op = malloc(sizeof *op + strlen(path) + 1); in posix_spawn_file_actions_addchdir_np() local
[all...]
H A Dposix_spawn_file_actions_addclose.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addclose() local
[all...]
H A Dposix_spawn_file_actions_addfchdir.c10 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addfchdir_np() local
[all...]
H A Dposix_spawn_file_actions_destroy.c7 struct fdop *op = fa->__actions, *next; in posix_spawn_file_actions_destroy() local
H A Dposix_spawn_file_actions_adddup2.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_adddup2() local
[all...]
/third_party/musl/porting/linux/user/src/linux/
H A Dflock.c19 int __flock(int fd, int op) in __flock() argument
H A Dprctl.c10 int __libc_prctl(int op, ...) in __libc_prctl() argument
/third_party/musl/src/linux/
H A Dprctl.c9 int __libc_prctl(int op, ...) in __libc_prctl() argument
H A Dflock.c5 int __flock(int fd, int op) in __flock() argument
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dlockf.c6 int lockf(int fd, int op, off_t size) in lockf() argument
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn_file_actions_addclose.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_addclose() local
[all...]
H A Dposix_spawn_file_actions_adddup2.c11 struct fdop *op = malloc(sizeof *op); in posix_spawn_file_actions_adddup2() local
[all...]
/third_party/musl/src/misc/
H A Dlockf.c6 int lockf(int fd, int op, off_t size) in lockf() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator.cpp14 const char *GetOperatorString(TOperator op) in GetOperatorString() argument
142 bool IsAssignment(TOperator op) in IsAssignment() argument
/third_party/toybox/toys/other/
H A Dflock.c28 int fd = xstrtol(*toys.optargs, NULL, 10), op; in flock_main() local
/third_party/vixl/test/
H A Dtest-operands.cc44 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 Dopt_add_neg_to_sub.h43 ir_expression *const op = ir->operands[i]->as_expression(); in visit_leave() local
/third_party/mesa3d/src/intel/isl/tests/
H A Disl_aux_info_test.cpp28 PrintTo(const enum isl_aux_op &op, ::std::ostream* os) { in PrintTo() argument
/third_party/python/Include/
H A Dcomplexobject.h18 PyAPI_FUNC(double) PyComplex_RealAsDouble(PyObject *op); variable
19 PyAPI_FUNC(double) PyComplex_ImagAsDouble(PyObject *op); variable
/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp44 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 Dir3_nir.h100 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 Dpopen.c14 int p[2], op, e; in popen() local
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dpopen.c14 int p[2], op, e; in popen() local

Completed in 9 milliseconds

12345678910>>...55