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

1 2 3 4 5

  /bionic/libc/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /development/ndk/platforms/android-21/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /development/ndk/platforms/android-3/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /external/bison/darwin-lib/
alloca.h 23 means there is a real alloca function. */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
60 void *alloca (size_t)
    [all...]
  /external/bison/lib/
alloca.in.h 22 means there is a real alloca function. */
26 /* alloca (N) returns a pointer to N bytes of memory
28 Use of alloca should be avoided:
37 #ifndef alloca
39 # define alloca __builtin_alloca macro
41 # define alloca __alloca macro
44 # define alloca _alloca macro
46 # define alloca __ALLOCA macro
53 # define alloca _alloca macro
59 void *alloca (size_t)
    [all...]
  /external/bison/linux-lib/
alloca.h 23 means there is a real alloca function. */
27 /* alloca (N) returns a pointer to N bytes of memory
29 Use of alloca should be avoided:
38 #ifndef alloca
40 # define alloca __builtin_alloca macro
42 # define alloca __alloca macro
45 # define alloca _alloca macro
47 # define alloca __ALLOCA macro
54 # define alloca _alloca macro
60 void *alloca (size_t)
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size) macro

Completed in 943 milliseconds

1 2 3 4 5