Home
last modified time | relevance | path

Searched refs:alloca (Results 126 - 150 of 216) sorted by relevance

123456789

/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()
H A Dhp-option.c498 hp_byte_t * old_val = alloca(optd->size); in hp_option_imm_set()
567 hp_byte_t * old_val = alloca(optd->size); in hp_option_set()
1645 if (!(buf = alloca(size))) in _probe_gamma_vector()
1674 if (!(buf = alloca(size))) in _probe_horiz_dither()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Ddirty_log_test.c526 struct kvm_signal_mask *sigmask = alloca(offsetof(struct kvm_signal_mask, sigset) in vcpu_worker()
/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)
H A Dsha1-armv4-large.pl554 mov sp,$Xfer @ alloca
H A Dsha256-armv4.pl252 sub sp,sp,#16*4 @ alloca(X[16])
497 mov sp,$H @ alloca
/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()
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp35 #if !defined(alloca)
37 #include <alloca.h> // alloca (glibc uses <alloca.h>. Note that Cygwin may have _WIN32 defined, so the order matters here)
39 #include <malloc.h> // alloca
40 #if !defined(alloca)
41 #define alloca _alloca // for clang with MS Codegen macro
44 #include <stdlib.h> // alloca
692 ImVec2* temp_normals = (ImVec2*)alloca(points_count * (thick_line ? 5 : 3) * sizeof(ImVec2)); //-V630 in AddPolyline()
883 ImVec2* temp_normals = (ImVec2*)alloca(points_coun in AddConvexPolyFilled()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp42 #if !defined(alloca)
44 #include <alloca.h> // alloca (glibc uses <alloca.h>. Note that Cygwin may have _WIN32 defined, so the order matters here)
46 #include <malloc.h> // alloca
47 #if !defined(alloca)
48 #define alloca _alloca // for clang with MS Codegen macro
51 #include <stdlib.h> // alloca
751 ImVec2* temp_normals = (ImVec2*)alloca(points_count * ((use_texture || !thick_line) ? 3 : 5) * sizeof(ImVec2)); //-V630 in AddPolyline()
998 ImVec2* temp_normals = (ImVec2*)alloca(points_coun in AddConvexPolyFilled()
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha256-armv4.pl232 sub sp,sp,#16*4 @ alloca(X[16])
477 mov sp,$H @ alloca
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha256-armv4.pl232 sub sp,sp,#16*4 @ alloca(X[16])
477 mov sp,$H @ alloca
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c891 pfds = alloca(sizeof(*pfds) * npfds); in main()
/third_party/alsa-lib/src/mixer/
H A Dmixer.c781 pfds = alloca(count * sizeof(*pfds)); in snd_mixer_wait()
/third_party/alsa-lib/src/topology/
H A Ddapm.c1057 gt = alloca(asize); in tplg_decode_dapm_graph()
/third_party/alsa-lib/src/ucm/
H A Ducm_subs.c154 name = alloca(strlen(id) + 1); in get_ctl_list_by_name()
/third_party/lzma/C/
H A DMtDec.c843 t->allocaPtr = alloca(t->index * 128); in MtDec_ThreadFunc()

Completed in 38 milliseconds

123456789