HomeSort by relevance Sort by last modified time
    Searched refs:c_type (Results 1 - 19 of 19) sorted by null

  /external/webrtc/webrtc/base/
flags.h 156 #define DEFINE_FLAG(type, c_type, name, default, comment) \
158 c_type FLAG_##name = (default); \
166 #define DECLARE_FLAG(c_type, name) \
168 extern c_type FLAG_##name
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_oa.py 317 def sizeof(c_type):
318 return c_type_sizes[c_type]
346 c_type = data_type
348 if "uint" in c_type:
349 c_type = c_type + "_t"
372 current_offset = pot_align(current_offset, sizeof(c_type))
374 c("counter->size = sizeof(" + c_type + ");\n")
380 return current_offset + sizeof(c_type)
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 135 Type c_type = builder.setX(n).setY(m).create(); local
139 C = Allocation.createTyped(mRS, c_type);
453 Type c_type = builder.setX(n).setY(m).create(); local
457 C = Allocation.createTyped(mRS, c_type);
  /external/tensorflow/tensorflow/c/
kernels.cc 176 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \
179 c_type* val, TF_Status* status) { \
186 *val = static_cast<c_type>(v); \
c_api.cc     [all...]
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 78 short c_type; member in struct:__anon32253
614 flock.l_type = thiscase->c_type;
700 flock.l_type = thiscase->c_type;
819 if ((thiscase->c_type) == SKIP) {
833 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type,
952 maybe_run_child(&dochild, "nddddddddd", 2, &thiscase->c_type,
1084 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type,
  /external/libchrome/base/android/jni_generator/
jni_generator.py 164 def WrapCTypeForDeclaration(c_type):
166 if re.match(RE_SCOPED_JNI_TYPES, c_type):
167 return 'const base::android::JavaParamRef<' + c_type + '>&'
169 return c_type
182 c_type = JavaDataTypeToC(java_type)
183 if re.match(RE_SCOPED_JNI_TYPES, c_type):
184 return 'const base::android::JavaRef<' + c_type + '>&'
186 return c_type
212 c_type = _GetJNIFirstParamType(native)
214 c_type = WrapCTypeForDeclaration(c_type
    [all...]
  /external/bcc/tools/
trace.py 324 c_type = {"u": "unsigned int", "d": "int", variable in class:Probe
332 fmt_types = c_type.keys()
339 return "%s v%d;\n" % (Probe.c_type[field_type], idx)
403 (idx, Probe.c_type[field_type], expr)
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
MethodGen.java 196 ObjectType c_type = null; local
200 c_type = ObjectType.getInstance(cen);
212 .getHandlerPC()), c_type); local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 27 def __init__(self, c_type, union_field, glsl_type):
28 self.c_type = c_type
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 583 u_int c_type, key_tag, alg; local
589 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
593 len = snprintf(tmp1, sizeof(tmp1), "%d %d %d ", c_type, key_tag, alg);
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_extensions.cpp 1471 const uint32_t c_type = _.GetOperandTypeId(inst, 6); local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_extensions.cpp 1471 const uint32_t c_type = _.GetOperandTypeId(inst, 6); local
    [all...]
  /external/mesa3d/src/mapi/
mapi_abi.py 112 c_type = m.group('type').strip()
117 return (c_type, c_name, c_array)
  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 78 static const ${val.c_type} ${val.name} = {
104 def c_type(self): function
  /art/runtime/jni/
jni_internal_test.cc     [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc 282 #define PARSE_LIST(c_type, parse_fn) \
283 std::unique_ptr<c_type[]> values(new c_type[num_values]); \
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 2984 milliseconds