Home
last modified time | relevance | path

Searched refs:alloca (Results 101 - 125 of 200) sorted by relevance

12345678

/third_party/eudev/src/shared/
H A Dutil.h380 _p_ = _d_ = alloca(_len_ + 1); \
/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c303 char *s = alloca(strlen(topdir) + strlen("smixer.conf") + 2); in snd_mixer_simple_basic_register()
/third_party/alsa-utils/topology/
H A Dtopology.c174 fname = alloca(strlen(output_file) + 5); in save()
/third_party/alsa-utils/amidi/
H A Damidi.c653 pfds = alloca(npfds * sizeof(struct pollfd)); in main()
/third_party/mesa3d/src/mesa/main/
H A Dfeedback.c344 GLuint *result = size ? alloca(size) : NULL; in update_hit_record()
/third_party/libdrm/tests/amdgpu/
H A Ddeadlock_tests.c28 # include <alloca.h>
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dcubetexture9.c120 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 Ds390x-gf2m.s188 la %r15,0(%r1,%r15) # alloca
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/bn/
H A Ds390x-gf2m.s188 la %r15,0(%r1,%r15) # alloca
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c226 irbuffer = (INPUT_RECORD *) alloca (nbuffer * sizeof (INPUT_RECORD)); in windows_compute_revents()
/third_party/elfutils/src/
H A Dnm.c738 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 Daserver.c61 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 DCodeExtractor.cpp116 // 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 Depson.c343 #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 Daseqdump.c780 pfds = alloca(sizeof(*pfds) * npfds); in main()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/
H A Darmv4-mont.S61 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 Darmv4-mont.S61 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 Dsha1-c64xplus.pl70 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
H A Dsha256-c64xplus.pl72 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_win32.c42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl111 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
/third_party/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl72 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
H A Dsha1-c64xplus.pl70 || [A0] STW FP,*SP--[16] ; save frame pointer and alloca(64)
/third_party/openssl/crypto/dso/
H A Ddso_win32.c42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA()

Completed in 25 milliseconds

12345678