Home
last modified time | relevance | path

Searched defs:c_type (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/base/
Dflags.h156 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument
166 #define DECLARE_FLAG(c_type, name) \ argument
/external/protobuf/php/ext/google/protobuf/
Dstorage.c62 #define CASE_TYPE(upb_type, c_type) \ in native_slot_is_default() argument
135 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in native_slot_set() argument
314 #define CASE(upb_type, php_type, c_type) \ in native_slot_get() argument
329 #define CASE(upb_type, c_type) \ in native_slot_get() argument
929 #define CASE_TYPE(upb_type, c_type) \ in native_slot_merge() argument
Dmap.c106 #define CASE_TYPE(upb_type, type, c_type, php_type) \ in table_key() argument
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py27 def __init__(self, c_type, union_field, glsl_type): argument
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c78 short c_type; member
/external/libchrome/base/android/jni_generator/
Djni_generator.py164 def WrapCTypeForDeclaration(c_type): argument
1019 def GetJavaParamRefForCall(self, c_type, name): argument
/external/tensorflow/tensorflow/c/
Dops.cc184 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \ argument
Dkernels.cc220 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \ argument
Dc_api.cc1381 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
/external/bcc/tools/
Dtrace.py324 c_type = {"u": "unsigned int", "d": "int", variable in Probe
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DMethodGen.java196 ObjectType c_type = null; in MethodGen() local
212 .getHandlerPC()), c_type); in MethodGen() local
/external/mesa3d/src/intel/perf/
Dgen_perf.py334 def sizeof(c_type): argument
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1481 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py162 def c_type(self): member in Value
Dnir.h3974 #define NIR_SRC_AS_(name, c_type, type_enum, cast_macro) \ argument
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_extensions.cpp1619 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1619 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc372 #define PARSE_LIST(c_type, parse_fn) \ in SetOpAttrList() argument
/external/python/cffi/c/
D_cffi_backend.c218 CTypeDescrObject *c_type; member