Home
last modified time | relevance | path

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

/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c34 #define CHECK_TYPE(c_type, enum_type) \ argument
Dargument_types_test.cc30 #define CHECK_TYPE(c_type, enum_type) \ argument
/external/flatbuffers/tests/evolution_test/
Devolution_v1.json4 "c_type": "TableB", string
Devolution_v2.json3 "c_type": "TableC", string
/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.py157 def WrapCTypeForDeclaration(c_type): argument
1012 def GetJavaParamRefForCall(self, c_type, name): argument
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas_lt.cc132 blas::DataType c_type, blas::ComputationType computation_type) { in GetScaleType()
/external/cronet/base/android/jni_generator/
Djni_generator.py217 def WrapCTypeForDeclaration(c_type): argument
1291 def GetJavaParamRefForCall(self, c_type, name): argument
/external/tensorflow/tensorflow/c/
Dops.cc190 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \ argument
Dkernels.cc444 #define DEFINE_TF_GETATTR(func, c_type, cc_type, attr_type, list_field) \ argument
Dc_api.cc1374 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
/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/bcc/tools/
Dtrace.py362 c_type = {"u": "unsigned int", "d": "int", variable in Probe
/external/mesa3d/src/intel/perf/
Dgen_perf.py334 def sizeof(c_type): argument
/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/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2187 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2491 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp2487 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc400 #define PARSE_LIST(c_type, parse_fn) \ in SetOpAttrList() argument
/external/python/cffi/c/
D_cffi_backend.c254 CTypeDescrObject *c_type; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs35231 pub c_type: ComponentTypeNV, field
35296 pub fn c_type(mut self, c_type: ComponentTypeNV) -> Self { in c_type() method