/third_party/eudev/src/shared/ |
H A D | util.h | 380 _p_ = _d_ = alloca(_len_ + 1); \
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_abst.c | 303 char *s = alloca(strlen(topdir) + strlen("smixer.conf") + 2); in snd_mixer_simple_basic_register()
|
/third_party/alsa-utils/topology/ |
H A D | topology.c | 174 fname = alloca(strlen(output_file) + 5); in save()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 653 pfds = alloca(npfds * sizeof(struct pollfd)); in main()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | feedback.c | 344 GLuint *result = size ? alloca(size) : NULL; in update_hit_record()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | deadlock_tests.c | 28 # include <alloca.h>
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | cubetexture9.c | 120 level_offsets = alloca(sizeof(unsigned) * This->base.level_count); in NineCubeTexture9_ctor()
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/ |
H A D | s390x-gf2m.s | 188 la %r15,0(%r1,%r15) # alloca
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-gf2m.s | 188 la %r15,0(%r1,%r15) # alloca
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | poll-win32.c | 226 irbuffer = (INPUT_RECORD *) alloca (nbuffer * sizeof (INPUT_RECORD)); in windows_compute_revents()
|
/third_party/elfutils/src/ |
H A D | nm.c | 738 scnnames = (const char **) alloca (sizeof (const char *) * shnum); in show_symbols_sysv() 1335 sym_mem = (GElf_SymX *) alloca (nentries * sizeof (GElf_SymX)); in show_symbols()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 61 struct sockaddr_un *addr = alloca(size); in make_local_socket() 741 name = alloca(req.namelen + 1); in snd_client_open()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 116 // If explicitly requested, allow vastart and alloca. For invoke instructions in isBlockValidForExtraction() 515 // As a prior call to extractCodeRegion() may have shrinkwrapped the alloca, in findAllocas() 524 LLVM_DEBUG(dbgs() << "Sinking alloca: " << *AI << "\n"); in findAllocas() 550 // Either no bitcasts reference the alloca or there are unknown uses. in findAllocas() 554 LLVM_DEBUG(dbgs() << "Sinking alloca (via bitcast): " << *AI << "\n"); in findAllocas() 563 LLVM_DEBUG(dbgs() << "Sinking bitcast-of-alloca: " << *BitcastAddr in findAllocas() 992 // object is a sunk alloca, or is otherwise defined in the extraction in eraseLifetimeMarkersOnInputs() 1092 AllocaInst *alloca = in emitCallAndSwitchStatement() local 1096 ReloadOutputs.push_back(alloca); in emitCallAndSwitchStatement() 1097 params.push_back(alloca); in emitCallAndSwitchStatement() [all...] |
/third_party/backends/backend/ |
H A D | epson.c | 343 #define walloca(x) (x *)alloca(sizeof(x)) 2638 attach_string = alloca (len + 5); in attach_one_usb() 4972 buf = alloca (len); in sane_start() 5014 buf = alloca (len); in sane_start() 6147 buf = alloca (len); in get_identity2_information() 6249 buf = alloca (len); in request_focus_position() 6305 buf = alloca (len); in request_push_button_status()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 780 pfds = alloca(sizeof(*pfds) * npfds); in main()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
H A D | armv4-mont.S | 61 sub sp,sp,r0 @ alloca(4*num) 224 mov sp,r7 @ alloca 337 mov sp,r7 @ alloca
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
H A D | armv4-mont.S | 61 sub sp,sp,r0 @ alloca(4*num) 224 mov sp,r7 @ alloca 337 mov sp,r7 @ alloca
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-c64xplus.pl | 70 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
|
H A D | sha256-c64xplus.pl | 72 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_win32.c | 42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 72 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
|
H A D | sha1-c64xplus.pl | 70 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
|
/third_party/openssl/crypto/dso/ |
H A D | dso_win32.c | 42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
|