/third_party/alsa-lib/src/control/ |
H A D | control_shm.c | 417 struct sockaddr_un *addr = alloca(size); in make_local_socket() 457 req = alloca(reqlen); in snd_ctl_shm_open()
|
H A D | hcontrol.c | 686 pfd = alloca(sizeof(*pfd) * npfds); in snd_hctl_wait() 687 revents = alloca(sizeof(*revents) * npfds); in snd_hctl_wait()
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.c | 304 uint32_t *height = alloca(sizeof(uint32_t) * height_len); in rbug_send_texture_info_reply() 305 uint32_t *depth = alloca(sizeof(uint32_t) * height_len); in rbug_send_texture_info_reply()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 1432 alloca(ws->num_buffers * sizeof(struct drm_amdgpu_bo_list_entry)); in amdgpu_cs_submit_ib() 1458 alloca((cs->num_real_buffers + 2) * sizeof(struct drm_amdgpu_bo_list_entry)); in amdgpu_cs_submit_ib() 1510 alloca(num_dependencies * sizeof(*dep_chunk)); in amdgpu_cs_submit_ib() 1530 alloca(num_syncobj_dependencies * sizeof(sem_chunk[0])); in amdgpu_cs_submit_ib() 1553 alloca(num_syncobj_to_signal * sizeof(sem_chunk[0])); in amdgpu_cs_submit_ib()
|
/third_party/alsa-lib/test/ |
H A D | seq-decoder.c | 345 pfds = alloca(sizeof(*pfds) * max); in event_decoder()
|
H A D | seq-sender.c | 232 pfds = alloca(sizeof(*pfds) * max); in event_sender()
|
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 217 vname = alloca(1 + strlen(name) + strlen(version) + 1); in snd_dlsym_verify()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shaderlib_tgsi.c | 99 unsigned *inst_dwords = alloca(num_mem_ops * sizeof(unsigned)); in si_create_dma_compute_shader()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | hotunplug_tests.c | 30 # include <alloca.h>
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 22 la %r15,0(%r7,%r2) # alloca
|
H A D | s390x-gf2m.s | 188 la %r15,0(%r1,%r15) # alloca
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/ |
H A D | s390x-mont.S | 22 la %r15,0(%r7,%r2) # alloca
|
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-mont.S | 22 la %r15,0(%r7,%r2) # alloca
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/ |
H A D | s390x-mont.S | 22 la %r15,0(%r7,%r2) # alloca
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 2 # include <alloca.h> 18 * This limit is enforced for the `alloca()` call in `_ctypes_callproc`,
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 160 sub sp,sp,$num @ alloca(4*num) 339 mov sp,$toutptr @ alloca 452 mov sp,$toutptr @ alloca
|
/third_party/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 160 sub sp,sp,$num @ alloca(4*num) 339 mov sp,$toutptr @ alloca 452 mov sp,$toutptr @ alloca
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-ffi_darwin.c | 598 ecif.rvalue = alloca(cif->rtype->size); in ffi_call() 834 void** avalue = alloca(cif->nargs * sizeof(void*)); in ffi_closure_helper_DARWIN() 891 avalue[i] = alloca(arg_types[i]->size); in ffi_closure_helper_DARWIN()
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 292 struct region *newp = (struct region *) alloca (sizeof (*newp)); in main() 589 struct region *regionsarr = alloca (nregions * sizeof (struct region)); in main()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_shm.c | 639 struct sockaddr_un *addr = alloca(size); in make_local_socket() 696 req = alloca(reqlen); in snd_pcm_shm_open()
|
/third_party/backends/backend/ |
H A D | net.c | 1433 tmp = alloca (dev_name - full_name - 2 + 1); 1435 tmp = alloca (dev_name - full_name + 1); 1439 tmp = alloca (dev_name - full_name + 1); 1478 nd_name = alloca (strlen (full_name) - 2 + 1);
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_asm.c | 843 # include <alloca.h> 872 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont() 999 # include <alloca.h> 1007 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_asm.c | 843 # include <alloca.h> 872 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont() 999 # include <alloca.h> 1007 vp = tp = alloca((num + 2) * sizeof(BN_ULONG)); in bn_mul_mont()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 2025 name = alloca(strlen(section) + 1); in pa_alsa_element_get() 2060 name = alloca(strlen(section) + 1); in jack_get() 2098 en = alloca(len + 1); in option_get() 2102 name = alloca(strlen(en) + 1); in option_get() 3010 name = alloca(strlen(element) + 1); in pa_alsa_path_synthesize() 4007 name = alloca(strlen(alsa_id) + 1); in decibel_fix_get()
|