/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_node.h | 115 for (const auto& exec : cpu_execs_) { in lastest_schedule_end_micros() local 124 for (const ExecMemory& exec : memory_execs_) { in requested_bytes() local 131 for (const ExecMemory& exec : memory_execs_) { in peak_bytes() local 138 for (const ExecMemory& exec : memory_execs_) { in residual_bytes() local 145 for (const ExecMemory& exec : memory_execs_) { in output_bytes() local 152 for (const ExecMemory& exec : memory_execs_) { in accelerator_temp_bytes() local 159 for (const ExecMemory& exec : memory_execs_) { in host_temp_bytes() local 166 for (const ExecMemory& exec : memory_execs_) { in accelerator_persistent_bytes() local 173 for (const ExecMemory& exec : memory_execs_) { in host_persistent_bytes() local 180 for (const ExecMemory& exec : memory_execs_) { in allocator_bytes_in_use() local [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/ |
D | assembler_test.cc | 612 ScopedExecRegion exec(&code); in LabelTest() local 629 ScopedExecRegion exec(&code); in CondTest1() local 659 ScopedExecRegion exec(&code); in CondTest2() local 706 ScopedExecRegion exec(&code); in JccTest() local 739 ScopedExecRegion exec(&code); in ShiftTest() local 757 ScopedExecRegion exec(&code); in LogicTest() local 775 ScopedExecRegion exec(&code); in BsrTest() local 794 ScopedExecRegion exec(&code); in CallFPTest() local 813 ScopedExecRegion exec(&code); in XmmTest() local 835 ScopedExecRegion exec(&code); in ReadGlobalTest() local [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/ |
D | a.out.h | 8 struct exec struct 31 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 34 #define N_SET_INFO(exec, magic, type, flags) \ argument 38 #define N_SET_MAGIC(exec, magic) \ argument 40 #define N_SET_MACHTYPE(exec, machtype) \ argument 43 #define N_SET_FLAGS(exec, flags) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/ |
D | a.out.h | 8 struct exec struct 31 #define N_MAGIC(exec) ((exec).a_info & 0xffff) argument 32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) argument 33 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) argument 34 #define N_SET_INFO(exec, magic, type, flags) \ argument 38 #define N_SET_MAGIC(exec, magic) \ argument 40 #define N_SET_MACHTYPE(exec, machtype) \ argument 43 #define N_SET_FLAGS(exec, flags) \ argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/i686-linux-android/asm/ |
D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
D | a.out.h | 4 struct exec struct 6 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 7 unsigned a_text; /* length of text, in bytes */ 8 unsigned a_data; /* length of data, in bytes */ 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 10 unsigned a_syms; /* length of symbol table data in file, in bytes */ 11 unsigned a_entry; /* start address */ 12 unsigned a_trsize; /* length of relocation info for text, in bytes */ 13 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | a.out.h | 5 struct exec struct 7 unsigned int a_info; /* Use macros N_MAGIC, etc for access */ 8 unsigned a_text; /* length of text, in bytes */ 9 unsigned a_data; /* length of data, in bytes */ 10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ 11 unsigned a_syms; /* length of symbol table data in file, in bytes */ 12 unsigned a_entry; /* start address */ 13 unsigned a_trsize; /* length of relocation info for text, in bytes */ 14 unsigned a_drsize; /* length of relocation info for data, in bytes */
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | a.out.h | 21 struct exec { struct 22 unsigned int a_info; 23 unsigned a_text; 24 unsigned a_data; 25 unsigned a_bss; 26 unsigned a_syms; 27 unsigned a_entry; 28 unsigned a_trsize; 29 unsigned a_drsize;
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/asm-x86/asm/ |
H A D | a.out.h | 9 struct exec { struct 10 unsigned int a_info; 11 unsigned a_text; 12 unsigned a_data; 13 unsigned a_bss; 14 unsigned a_syms; 15 unsigned a_entry; 16 unsigned a_trsize; 17 unsigned a_drsize;
|