HomeSort by relevance Sort by last modified time
    Searched defs:uint32_t (Results 176 - 181 of 181) sorted by null

1 2 3 4 5 6 78

  /external/valgrind/none/tests/ppc32/
jm-insns.c 125 * uint32_t func_buf[2]; // our new stack based 'function'
132 * patch_op_imm16() itself simply takes the uint32_t insn and overwrites
182 #undef uint32_t macro
184 #define uint32_t unsigned int macro
188 typedef uint32_t HWord_t;
194 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
295 uint32_t* get_rwx_area ( void )
298 static uint32_t* p = NULL;
305 for (i = 0; i < 4096/sizeof(uint32_t); i++)
349 uint32_t flags
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-insns.c 125 * uint32_t func_buf[2]; // our new stack based 'function'
132 * patch_op_imm16() itself simply takes the uint32_t insn and overwrites
182 #undef uint32_t macro
184 #define uint32_t unsigned int macro
188 typedef uint32_t HWord_t;
194 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
295 uint32_t* get_rwx_area ( void )
298 static uint32_t* p = NULL;
305 for (i = 0; i < 4096/sizeof(uint32_t); i++)
349 uint32_t flags
    [all...]
  /external/valgrind/perf/
tinycc.c 107 typedef unsigned int uint32_t; typedef
118 typedef uint32_t Elf32_Word;
120 typedef uint32_t Elf64_Word;
130 typedef uint32_t Elf32_Addr;
134 typedef uint32_t Elf32_Off;
142 typedef uint32_t Elf32_Symndx;
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 95 typedef unsigned int uint32_t; typedef
104 typedef unsigned __int32 uint32_t; typedef
122 uint32_t m64_u32[2];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 95 typedef unsigned int uint32_t; typedef
104 typedef unsigned __int32 uint32_t; typedef
122 uint32_t m64_u32[2];
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 95 typedef unsigned int uint32_t; typedef
104 typedef unsigned __int32 uint32_t; typedef
122 uint32_t m64_u32[2];
    [all...]

Completed in 276 milliseconds

1 2 3 4 5 6 78