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

  /external/google-breakpad/src/common/android/include/
elf.h 79 uint32_t a_type; member in struct:__anon20768
86 uint64_t a_type; member in struct:__anon20770
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 133 Type a_type = builder.setX(k).setY(m).create(); local
137 A = Allocation.createTyped(mRS, a_type);
451 Type a_type = builder.setX(k).setY(m).create(); local
455 A = Allocation.createTyped(mRS, a_type);
  /external/ipsec-tools/src/libipsec/
libpfkey.h 79 u_int a_type, a_keylen; /* Authentication alg and key */ member in struct:pfkey_send_sa_args
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 70 short a_type; member in struct:__anon28538
684 if (flock.l_type != thiscase->a_type) {
689 thiscase->a_type);
792 flock.l_type = thiscase->a_type;
836 thiscase->a_type, fd, test, parent) < 0) {
954 &thiscase->c_len, &thiscase->c_flag, &thiscase->a_type,
1062 flock.l_type = thiscase->a_type;
1087 thiscase->a_type, fd, test, parent) < 0) {
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 223 Type a_type = builder.setX(k).setY(m).create(); local
227 matA = Allocation.createTyped(mRS, a_type);
293 Type a_type = builder.setX(k).setY(m).create(); local
297 matA = Allocation.createTyped(mRS, a_type);
342 Type a_type = builder.setX(k).setY(m).create(); local
346 matA = Allocation.createTyped(mRS, a_type);
GoogLeNet.java 178 Type a_type = builder.setX(k).setY(m).create(); local
186 Allocation A = Allocation.createTyped(mRS, a_type);
SGEMMTest.java 146 Type a_type = builder.setX(k).setY(m).create(); local
150 matA = Allocation.createTyped(mRS, a_type);
201 Type a_type = builder.setX(k).setY(m).create(); local
205 matA = Allocation.createTyped(mRS, a_type);
249 Type a_type = builder.setX(k).setY(m).create(); local
253 matA = Allocation.createTyped(mRS, a_type);
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 350 Word a_type; member in struct:auxv
453 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
454 if (cauxv->a_type == AT_PLATFORM ||
455 cauxv->a_type == AT_BASE_PLATFORM)
457 else if (cauxv->a_type == AT_RANDOM)
459 else if (cauxv->a_type == AT_EXECFN)
619 auxv[0].a_type = AT_IGNOREPPC;
621 auxv[1].a_type = AT_IGNOREPPC;
626 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) {
632 switch(auxv->a_type) {
    [all...]
  /toolchain/binutils/binutils-2.27/include/aout/
adobe.h 74 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */ member in struct:internal_segdesc
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 296 unsigned char a_type[4]; member in struct:__anon4703
302 unsigned char a_type[8]; member in struct:__anon4704
internal.h 252 bfd_vma a_type; member in struct:__anon4711
  /bionic/libc/include/
elf.h 48 __u32 a_type; member in struct:__anon265
55 __u64 a_type; member in struct:__anon267
  /external/elfutils/libelf/
elf.h 979 uint32_t a_type; \/* Entry type *\/ member in struct:__anon20158
991 uint64_t a_type; \/* Entry type *\/ member in struct:__anon20160
    [all...]
  /external/kmod/port-gnu/
elf.h 978 uint32_t a_type; \/* Entry type *\/ member in struct:__anon23650
990 uint64_t a_type; \/* Entry type *\/ member in struct:__anon23652
    [all...]
  /external/valgrind/perf/
tinycc.c 835 int a_type; /* Entry type */ member in struct:__anon43203
846 long int a_type; /* Entry type */ member in struct:__anon43205
855 /* Legal values for a_type (entry type). */
873 /* Some more special a_type values describing the hardware. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 925 uint32_t a_type; \/* Entry type *\/ member in struct:__anon62217
937 uint64_t a_type; \/* Entry type *\/ member in struct:__anon62219
    [all...]

Completed in 1099 milliseconds