Home
last modified time | relevance | path

Searched defs:type_ptr (Results 1 – 7 of 7) sorted by relevance

/external/strace/tests-m32/
Dtests.h128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
/external/strace/tests-mx32/
Dtests.h128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
/external/strace/tests/
Dtests.h128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
/external/mesa3d/src/panfrost/lib/
Dpan_indirect_dispatch.c62 nir_def *type_ptr = nir_iadd(&b, job_hdr_ptr, nir_imm_int64(&b, 4 * 4)); in pan_indirect_dispatch_init() local
/external/rust/crates/prettyplease/src/
Dty.rs109 fn type_ptr(&mut self, ty: &TypePtr) { in type_ptr() method
/external/selinux/policycoreutils/newrole/
Dnewrole.c842 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ in parse_command_line_arguments() local
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc73 static PyTypeObject* type_ptr; member
84 PyTypeObject* CustomFloatTypeDescriptor<T>::type_ptr = nullptr; member in tensorflow::__anon7321428b0111::CustomFloatTypeDescriptor<T>