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

  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 78 static const ${val.c_type} ${val.name} = {
104 def c_type(self): function
  /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/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/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,
  /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/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/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 650 milliseconds