HomeSort by relevance Sort by last modified time
    Searched defs:code_size (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/vixl/examples/aarch32/
abs.cc 56 uint32_t code_size = masm.GetSizeOfCodeGenerated(); local
57 ExecutableMemory memory(code, code_size);
getting-started.cc 57 uint32_t code_size = masm.GetSizeOfCodeGenerated(); local
58 ExecutableMemory memory(code, code_size);
pi.cc 95 uint32_t code_size = masm.GetSizeOfCodeGenerated(); local
96 ExecutableMemory memory(code, code_size);
  /external/vixl/examples/aarch64/
literal.cc 62 size_t code_size = masm.GetSizeOfCodeGenerated(); local
63 uint8_t* code = reinterpret_cast<uint8_t*>(malloc(code_size));
67 memcpy(code, masm.GetBuffer()->GetStartAddress<void*>(), code_size);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodename_db.h 17258 #define code_size macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodename_db.h 17258 #define code_size macro
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
undirom.h 37 size_t code_size; member in struct:undi_rom
  /art/compiler/debug/
method_debug_info.h 39 uint32_t code_size; member in struct:art::debug::MethodDebugInfo
  /art/compiler/
exception_test.cc 57 uint32_t code_size = 12; local
58 for (size_t i = 0 ; i < code_size; i++) {
78 OatQuickMethodHeader method_header(stack_maps_offset, 0u, 4 * sizeof(void*), 0u, 0u, code_size);
88 fake_header_code_and_maps_.data() + (fake_header_code_and_maps_.size() - code_size);
97 (fake_header_code_and_maps_.size() - code_size)));
  /bionic/libc/kernel/uapi/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /development/ndk/platforms/android-21/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /external/kernel-headers/original/uapi/linux/
cycx_cfm.h 99 unsigned long code_size; member in struct:cycx_fw_header
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 30 unsigned code_size; member in struct:nvc0_program
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cycx_cfm.h 99 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cycx_cfm.h 99 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
cycx_cfm.h 71 unsigned long code_size; member in struct:cycx_fw_header

Completed in 843 milliseconds

1 2 3