Home
last modified time | relevance | path

Searched defs:c_type (Results 1 – 13 of 13) 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/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/tensorflow/tensorflow/c/
Dkernels.cc176 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \ argument
Dc_api.cc1794 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
/external/libchrome/base/android/jni_generator/
Djni_generator.py164 def WrapCTypeForDeclaration(c_type): argument
1019 def GetJavaParamRefForCall(self, c_type, name): argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_oa.py317 def sizeof(c_type): argument
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py104 def c_type(self): member in Value
/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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1471 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1471 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc282 #define PARSE_LIST(c_type, parse_fn) \ in SetOpAttrList() argument