HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_POSIX_MEMALIGN (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
mm_malloc.h 29 #if !defined(__ANDROID__) || defined(HAVE_POSIX_MEMALIGN)
47 #if !defined(__ANDROID__) || defined(HAVE_POSIX_MEMALIGN)
  /external/chromium_org/sdch/ios/
config.h 35 #define HAVE_POSIX_MEMALIGN 1
  /external/scrypt/
config.h 24 #define HAVE_POSIX_MEMALIGN 1
  /external/chromium/sdch/linux/
config.h 35 #define HAVE_POSIX_MEMALIGN 1
  /external/chromium_org/sdch/linux/
config.h 37 #define HAVE_POSIX_MEMALIGN 1
  /external/open-vcdiff/src/
config.h 48 #define HAVE_POSIX_MEMALIGN 1
config.h.in 47 #undef HAVE_POSIX_MEMALIGN
vcencoder_test.cc 613 (defined(HAVE_MEMALIGN) || defined(HAVE_POSIX_MEMALIGN))
622 #ifdef HAVE_POSIX_MEMALIGN
624 #else // !HAVE_POSIX_MEMALIGN
626 #endif // HAVE_POSIX_MEMALIGN
654 #ifdef HAVE_POSIX_MEMALIGN
656 #else // !HAVE_POSIX_MEMALIGN
658 #endif // HAVE_POSIX_MEMALIGN
679 #endif // HAVE_MPROTECT && (HAVE_MEMALIGN || HAVE_POSIX_MEMALIGN)
    [all...]
vcdecoder3_test.cc 479 (defined(HAVE_MEMALIGN) || defined(HAVE_POSIX_MEMALIGN))
484 #ifdef HAVE_POSIX_MEMALIGN
486 #else // !HAVE_POSIX_MEMALIGN
488 #endif // HAVE_POSIX_MEMALIGN
517 #ifdef HAVE_POSIX_MEMALIGN
519 #else // !HAVE_POSIX_MEMALIGN
521 #endif // HAVE_POSIX_MEMALIGN
545 #endif // HAVE_MPROTECT && (HAVE_MEMALIGN || HAVE_POSIX_MEMALIGN)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_stdc.h 51 #if defined(HAVE_POSIX_MEMALIGN)
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 51 #if defined(HAVE_POSIX_MEMALIGN)
  /external/chromium/sdch/open-vcdiff/src/
config.h.in 34 #undef HAVE_POSIX_MEMALIGN
vcencoder_test.cc 548 (defined(HAVE_MEMALIGN) || defined(HAVE_POSIX_MEMALIGN))
557 #ifdef HAVE_POSIX_MEMALIGN
559 #else // !HAVE_POSIX_MEMALIGN
561 #endif // HAVE_POSIX_MEMALIGN
589 #ifdef HAVE_POSIX_MEMALIGN
591 #else // !HAVE_POSIX_MEMALIGN
593 #endif // HAVE_POSIX_MEMALIGN
614 #endif // HAVE_MPROTECT && (HAVE_MEMALIGN || HAVE_POSIX_MEMALIGN)
    [all...]
vcdecoder3_test.cc 476 (defined(HAVE_MEMALIGN) || defined(HAVE_POSIX_MEMALIGN))
481 #ifdef HAVE_POSIX_MEMALIGN
483 #else // !HAVE_POSIX_MEMALIGN
485 #endif // HAVE_POSIX_MEMALIGN
514 #ifdef HAVE_POSIX_MEMALIGN
516 #else // !HAVE_POSIX_MEMALIGN
518 #endif // HAVE_POSIX_MEMALIGN
542 #endif // HAVE_MPROTECT && (HAVE_MEMALIGN || HAVE_POSIX_MEMALIGN)
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
config.h.in 47 #undef HAVE_POSIX_MEMALIGN
vcencoder_test.cc 613 (defined(HAVE_MEMALIGN) || defined(HAVE_POSIX_MEMALIGN))
622 #ifdef HAVE_POSIX_MEMALIGN
624 #else // !HAVE_POSIX_MEMALIGN
626 #endif // HAVE_POSIX_MEMALIGN
654 #ifdef HAVE_POSIX_MEMALIGN
656 #else // !HAVE_POSIX_MEMALIGN
658 #endif // HAVE_POSIX_MEMALIGN
679 #endif // HAVE_MPROTECT && (HAVE_MEMALIGN || HAVE_POSIX_MEMALIGN)
    [all...]
vcdecoder3_test.cc 479 (defined(HAVE_MEMALIGN) || defined(HAVE_POSIX_MEMALIGN))
484 #ifdef HAVE_POSIX_MEMALIGN
486 #else // !HAVE_POSIX_MEMALIGN
488 #endif // HAVE_POSIX_MEMALIGN
517 #ifdef HAVE_POSIX_MEMALIGN
519 #else // !HAVE_POSIX_MEMALIGN
521 #endif // HAVE_POSIX_MEMALIGN
545 #endif // HAVE_MPROTECT && (HAVE_MEMALIGN || HAVE_POSIX_MEMALIGN)
    [all...]
  /external/pixman/
config.h.in 49 #undef HAVE_POSIX_MEMALIGN
  /external/stressapptest/src/
stressapptest_config.h.in 54 #undef HAVE_POSIX_MEMALIGN
worker.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.c 87 #if defined(HAVE_POSIX_MEMALIGN)
116 #endif /* defined(HAVE_POSIX_MEMALIGN) */
126 #if defined(HAVE_POSIX_MEMALIGN)
165 #endif /* defined(HAVE_POSIX_MEMALIGN) */
178 #if defined(HAVE_POSIX_MEMALIGN)
186 #endif /* defined(HAVE_POSIX_MEMALIGN) */
  /external/mesa3d/src/mesa/main/
imports.c 87 #if defined(HAVE_POSIX_MEMALIGN)
116 #endif /* defined(HAVE_POSIX_MEMALIGN) */
126 #if defined(HAVE_POSIX_MEMALIGN)
165 #endif /* defined(HAVE_POSIX_MEMALIGN) */
178 #if defined(HAVE_POSIX_MEMALIGN)
186 #endif /* defined(HAVE_POSIX_MEMALIGN) */
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 228 #ifdef HAVE_POSIX_MEMALIGN
crypto_scrypt-sse.c 301 #ifdef HAVE_POSIX_MEMALIGN
  /external/e2fsprogs/misc/
badblocks.c 116 #ifdef HAVE_POSIX_MEMALIGN
127 #endif /* HAVE_POSIX_MEMALIGN */

Completed in 6047 milliseconds

1 2