Home
last modified time | relevance | path

Searched refs:alloca (Results 76 - 100 of 200) sorted by relevance

12345678

/third_party/alsa-lib/src/control/
H A Dcontrol_shm.c417 struct sockaddr_un *addr = alloca(size); in make_local_socket()
457 req = alloca(reqlen); in snd_ctl_shm_open()
H A Dhcontrol.c686 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 Drbug_texture.c304 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 Damdgpu_cs.c1432 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 Dseq-decoder.c345 pfds = alloca(sizeof(*pfds) * max); in event_decoder()
H A Dseq-sender.c232 pfds = alloca(sizeof(*pfds) * max); in event_sender()
/third_party/alsa-lib/src/
H A Ddlmisc.c217 vname = alloca(1 + strlen(name) + strlen(version) + 1); in snd_dlsym_verify()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c99 unsigned *inst_dwords = alloca(num_mem_ops * sizeof(unsigned)); in si_create_dma_compute_shader()
/third_party/libdrm/tests/amdgpu/
H A Dhotunplug_tests.c30 # include <alloca.h>
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/bn/
H A Ds390x-mont.S22 la %r15,0(%r7,%r2) # alloca
H A Ds390x-gf2m.s188 la %r15,0(%r1,%r15) # alloca
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/bn/
H A Ds390x-mont.S22 la %r15,0(%r7,%r2) # alloca
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-mont.S22 la %r15,0(%r7,%r2) # alloca
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/bn/
H A Ds390x-mont.S22 la %r15,0(%r7,%r2) # alloca
/third_party/python/Modules/_ctypes/
H A Dctypes.h2 # 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 Darmv4-mont.pl160 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 Darmv4-mont.pl160 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 Dppc-ffi_darwin.c598 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 Delfcmp.c292 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 Dpcm_shm.c639 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 Dnet.c1433 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 Dbn_asm.c843 # 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 Dbn_asm.c843 # 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 Dalsa-mixer.c2025 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()

Completed in 29 milliseconds

12345678