/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()
|
H A D | hp-option.c | 498 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 D | dirty_log_test.c | 526 struct kvm_signal_mask *sigmask = alloca(offsetof(struct kvm_signal_mask, sigset) in vcpu_worker()
|
/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)
|
H A D | sha1-armv4-large.pl | 554 mov sp,$Xfer @ alloca
|
H A D | sha256-armv4.pl | 252 sub sp,sp,#16*4 @ alloca(X[16]) 497 mov sp,$H @ alloca
|
/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()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 35 #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 D | imgui_draw.cpp | 42 #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 D | sha256-armv4.pl | 232 sub sp,sp,#16*4 @ alloca(X[16]) 477 mov sp,$H @ alloca
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 232 sub sp,sp,#16*4 @ alloca(X[16]) 477 mov sp,$H @ alloca
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 891 pfds = alloca(sizeof(*pfds) * npfds); in main()
|
/third_party/alsa-lib/src/mixer/ |
H A D | mixer.c | 781 pfds = alloca(count * sizeof(*pfds)); in snd_mixer_wait()
|
/third_party/alsa-lib/src/topology/ |
H A D | dapm.c | 1057 gt = alloca(asize); in tplg_decode_dapm_graph()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_subs.c | 154 name = alloca(strlen(id) + 1); in get_ctl_list_by_name()
|
/third_party/lzma/C/ |
H A D | MtDec.c | 843 t->allocaPtr = alloca(t->index * 128);
in MtDec_ThreadFunc()
|