Home
last modified time | relevance | path

Searched defs:tmpbuf (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/speex/tmv/
H A Dkiss_fftr_tm.h56 register int * restrict tmpbuf; in kiss_fftr() local
114 register int * restrict tmpbuf; in kiss_fftri() local
168 register kiss_fft_cpx * restrict tmpbuf, * restrict tw; in kiss_fftr() local
205 register kiss_fft_cpx * restrict tmpbuf, * restrict tw; in kiss_fftri() local
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_unit_test.cpp1444 char tmpbuf[MAXPACKET]; in TEST_F() local
1488 char tmpbuf[MAXPACKET]; in TEST_F() local
1510 char tmpbuf[MAXPACKET]; in TEST_F() local
1551 char tmpbuf[MAXPACKET]; in TEST_F() local
1571 char tmpbuf[MAXPACKET]; in TEST_F() local
1603 char tmpbuf[MAXPACKET]; in TEST_F() local
1654 char tmpbuf[MAXPACKET]; in TEST_F() local
1676 char tmpbuf[MAXPACKET]; in TEST_F() local
1758 char tmpbuf[MAXPACKET]; in TEST_F() local
1808 char tmpbuf[MAXPACKET]; in TEST_F() local
[all …]
/aosp_15_r20/external/libaom/test/
H A Dselfguided_filter_test.cc62 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE); in RunSpeedTest() local
151 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE); in RunCorrectnessTest() local
259 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE); in RunSpeedTest() local
350 int32_t *tmpbuf = (int32_t *)aom_memalign(32, RESTORATION_TMPBUF_SIZE); in RunCorrectnessTest() local
/aosp_15_r20/external/libaom/av1/common/
H A Drestoration.c393 int32_t *tmpbuf, int bit_depth, in wiener_filter_stripe()
866 int dst_stride, int32_t *tmpbuf, in av1_apply_selfguided_restoration_c()
908 int32_t *tmpbuf, int bit_depth, in sgrproj_filter_stripe()
930 int dst_stride, int32_t *tmpbuf, int bit_depth, in wiener_filter_stripe_highbd()
950 int dst_stride, int32_t *tmpbuf, int bit_depth, in sgrproj_filter_stripe_highbd()
991 uint8_t *data8, int stride, uint8_t *dst8, int dst_stride, int32_t *tmpbuf, in av1_loop_restoration_filter_unit()
1058 int rest_unit_idx, void *priv, int32_t *tmpbuf, in filter_frame_on_unit()
1146 void *priv, int32_t *tmpbuf, in foreach_rest_unit_in_plane()
1217 int32_t *tmpbuf, RestorationLineBuffers *rlbs, sync_read_fn_t on_sync_read, in av1_foreach_rest_unit_in_row()
/aosp_15_r20/external/elfutils/src/
H A Darlib.c61 char tmpbuf[sizeof (ar_hdr.ar_date) + 1]; in arlib_init() local
113 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1]; in arlib_finalize() local
H A Dar.c852 char tmpbuf[sizeof (arhdr.ar_name) + 2]; in write_member() local
1085 char tmpbuf[bufsize + 1]; in no0print() local
1461 char tmpbuf[sizeof (arhdr.ar_name) + 2]; in do_oper_insert() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_getnameinfo.c277 char tmpbuf[4096]; in lookup_service() local
353 char tmpbuf[IF_NAMESIZE + 2]; in append_scopeid() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp342 compression_working_buffers& tmpbuf in compute_angular_endpoints_1plane()
409 compression_working_buffers& tmpbuf in compute_angular_endpoints_2planes()
Dastcenc_compress_symbolic.cpp367 compression_working_buffers& tmpbuf, in compress_symbolic_block_for_partition_1plane()
728 compression_working_buffers& tmpbuf, in compress_symbolic_block_for_partition_2planes()
1172 compression_working_buffers& tmpbuf) in compress_block()
/aosp_15_r20/external/elfutils/libcpu/
H A Di386_data.h185 char tmpbuf[sizeof ("-0x1234(%rr,%rr)")]; in general_mod$r_m() local
227 char tmpbuf[sizeof ("-0x12345678(%rrrr)")]; in general_mod$r_m() local
301 char tmpbuf[sizeof ("-0x12345678(%rrrr,%rrrr,N)")]; in general_mod$r_m() local
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dquotaio_tree.c138 dqbuf_t tmpbuf = getdqbuf(); in remove_free_dqentry() local
172 dqbuf_t tmpbuf = getdqbuf(); in insert_free_dqentry() local
/aosp_15_r20/external/libjpeg-turbo/
H A Dturbojpeg.c802 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; local
1027 JSAMPROW *inbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; local
1493 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; local
1683 JSAMPROW *outbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dquotaio_tree.c138 dqbuf_t tmpbuf = getdqbuf(); in remove_free_dqentry() local
171 dqbuf_t tmpbuf = getdqbuf(); in insert_free_dqentry() local
/aosp_15_r20/external/elfutils/libasm/
H A Dasm_adduleb128.c56 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; in asm_adduleb128() local
H A Dasm_addsleb128.c56 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; in asm_addsleb128() local
/aosp_15_r20/packages/modules/DnsResolver/tests/fuzzer/
Dresolv_gethostbyname_fuzzer.cpp17 char tmpbuf[MAXPACKET]; in TestResolvGethostbyname() local
Dresolv_gethostbyaddr_fuzzer.cpp16 char tmpbuf[MAXPACKET]; in TestResolvGethostbyaddr() local
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/inet/
H A Dnsap_addr.c100 char *tmpbuf = inet_nsap_ntoa_tmpbuf; in inet_nsap_ntoa() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_resize.c434 uint8_t *tmpbuf = in vp9_resize_plane() local
725 uint16_t *tmpbuf = in vp9_highbd_resize_plane() local
/aosp_15_r20/external/libaom/examples/
H A Dscalable_decoder.c103 uint8_t tmpbuf[32]; in main() local
/aosp_15_r20/external/erofs-utils/lib/
H A Dcompressor_libdeflate.c24 u8 tmpbuf[dstsize + 9]; in libdeflate_compress_destsize() local
/aosp_15_r20/external/elfutils/libelf/
H A Delf_getarsym.c177 char tmpbuf[17]; in elf_getarsym() local
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Deap_tls_common.h52 struct wpabuf tmpbuf; member
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/zip/
H A DZipInputStream.java109 private byte[] tmpbuf; field in ZipInputStream
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Ddisflow.c543 int stride, double *tmpbuf) { in upscale_flow_component()
614 double *tmpbuf; in compute_flow_field() local

12345