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

1 2

  /external/srec/portable/src/
PStackSize.c 35 PSTACK_BASE = (const char *) _alloca(0);
44 return (PSTACK_BASE - ((const char *) _alloca(0)));
  /external/clang/test/CodeGen/
builtins-ms.c 6 capture(_alloca(n));
  /external/bison/darwin-lib/
alloca.h 45 # define alloca _alloca
52 void *_alloca (unsigned short);
53 # pragma intrinsic (_alloca)
54 # define alloca _alloca
  /external/bison/lib/
alloca.in.h 44 # define alloca _alloca
51 void *_alloca (unsigned short);
52 # pragma intrinsic (_alloca)
53 # define alloca _alloca
  /external/bison/linux-lib/
alloca.h 45 # define alloca _alloca
52 void *_alloca (unsigned short);
53 # pragma intrinsic (_alloca)
54 # define alloca _alloca
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
buffer-security.cc 9 char* stuff = reinterpret_cast<char*>(_alloca(256));
  /external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp 45 EXPLICIT_SYMBOL(_alloca);
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.in.h 46 # define alloca _alloca
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 4 EXPLICIT_SYMBOL(_alloca)
5 EXPLICIT_SYMBOL2(alloca, _alloca)
  /external/libvorbis/lib/
os.h 56 void *_alloca(size_t size);
57 # define alloca _alloca
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
malloc.h 116 #undef _alloca macro
117 #define _alloca(x) __builtin_alloca((x)) macro
119 void *__cdecl _alloca(size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
156 _MarkAllocaS(_alloca((size) + _ALLOCA_S_MARKER_SIZE),_ALLOCA_S_STACK_MARKER) : \
185 #define alloca _alloca
stralign.h 161 #define __UA_STACKCOPY(p,s) memcpy(_alloca(s),p,s)
166 #define WSTR_ALIGNED_STACK_COPY(d,s) { PCUWSTR __ua_src; ULONG __ua_size; PWSTR __ua_dst; __ua_src = (s); if(WSTR_ALIGNED(__ua_src)) { __ua_dst = (PWSTR)__ua_src; } else { __ua_size = __UA_WSTRSIZE(__ua_src); __ua_dst = (PWSTR)_alloca(__ua_size); memcpy(__ua_dst,__ua_src,__ua_size); } *(d) = (PCWSTR)__ua_dst; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 23 # define alloca _alloca
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 14 # define alloca _alloca
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 14 # define alloca _alloca
  /external/chromium_org/third_party/opus/src/celt/
stack_alloc.h 106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size)))
  /external/libopus/celt/
stack_alloc.h 106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size)))
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 355 void *_alloca(int);
358 __declspec(align(16)) int *buffer = (int *)_alloca(9);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
file.c 107 WCHAR *wfilename = _alloca(sz * sizeof(WCHAR));
  /external/chromium_org/third_party/webrtc/base/
stringutils.h 22 #define alloca _alloca
  /external/e2fsprogs/intl/
localealias.c 44 # define alloca _alloca
printf.c 30 # define alloca _alloca
  /external/openssl/crypto/bio/
bss_file.c 148 WCHAR *wfilename = _alloca(sz*sizeof(WCHAR));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 259 # define alloca _alloca
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 192 # define alloca _alloca

Completed in 574 milliseconds

1 2