/aosp_15_r20/external/toybox/toys/pending/ |
H A D | tftpd.c | 104 socklen_t socklen, char *file, int opcode, int tsize, int blksize) in do_action() 254 int fd = 0, recvmsg_len, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1, bflag = 0; in tftpd_main() local
|
/aosp_15_r20/external/skia/modules/skottie/tests/ |
H A D | Shaper.cpp | 98 for (const auto& tsize : kTestSizes) { in DEF_TEST() local 171 for (const auto& tsize : kTestSizes) { in DEF_TEST() local
|
/aosp_15_r20/device/linaro/dragonboard/shared/utils/tqftpserv/ |
D | tqftpserv.c | 120 static int tftp_send_oack(int sock, size_t *blocksize, size_t *tsize, in tftp_send_oack() 208 ssize_t tsize = -1; in handle_rrq() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2707 size_t tsize = chunksize(t); in do_check_tree() local 3343 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() 3428 size_t tsize = 0; in sys_alloc() local 4314 size_t tsize = fm->topsize += psize; in dlfree() local 4473 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 4501 size_t tsize = granularity_align(rs); in create_mspace() local 4715 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/aosp_15_r20/external/libffi/src/ |
H A D | dlmalloc.c | 2707 size_t tsize = chunksize(t); in do_check_tree() local 3343 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() 3428 size_t tsize = 0; in sys_alloc() local 4314 size_t tsize = fm->topsize += psize; in dlfree() local 4473 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 4501 size_t tsize = granularity_align(rs); in create_mspace() local 4715 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/aosp_15_r20/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 3317 size_t tsize = chunksize(t); in do_check_tree() local 3967 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3994 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() 4051 size_t tsize = 0; in sys_alloc() local 4407 size_t tsize = m->topsize += psize; in dispose_chunk() local 4755 size_t tsize = fm->topsize += psize; in dlfree() local 5434 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 5465 size_t tsize = granularity_align(rs); in create_mspace() local 5697 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/aosp_15_r20/external/dlmalloc/ |
H A D | dlmalloc.c | 3319 size_t tsize = chunksize(t); in do_check_tree() local 3971 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() 4056 size_t tsize = 0; in sys_alloc() local 4420 size_t tsize = m->topsize += psize; in dispose_chunk() local 4760 size_t tsize = fm->topsize += psize; in dlfree() local 5438 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 5469 size_t tsize = granularity_align(rs); in create_mspace() local 5701 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/ |
D | dlmalloc.c | 3358 size_t tsize = chunksize(t); in do_check_tree() local 4008 size_t tsize = m->topsize += qsize; in prepend_alloc() local 4035 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() 4092 size_t tsize = 0; in sys_alloc() local 4448 size_t tsize = m->topsize += psize; in dispose_chunk() local 4788 size_t tsize = fm->topsize += psize; in dlfree() local 5452 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 5483 size_t tsize = granularity_align(rs); in create_mspace() local 5715 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/ |
D | dlmalloc_2_8_6.c | 3300 size_t tsize = chunksize(t); in do_check_tree() local 3950 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3977 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() 4034 size_t tsize = 0; in sys_alloc() local 4390 size_t tsize = m->topsize += psize; in dispose_chunk() local 4730 size_t tsize = fm->topsize += psize; in dlfree() local 5394 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 5425 size_t tsize = granularity_align(rs); in create_mspace() local 5657 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
H A D | byte_swap.cc | 158 auto tsize = node_value.mutable_tensor()->tensor_content().size(); in ByteSwapTensorContent() local
|
/aosp_15_r20/frameworks/rs/cpp/ |
H A D | Element.cpp | 277 uint32_t tsize = GetSizeInBytesForType(dt); in Element() local
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | serialization.cpp | 324 int64_t tsize = size; // convert little endian storage to big endian cpu in THPStorage_readFileRaw() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 1293 Py_ssize_t tsize; in _PyObject_GetDictPtr() local 1415 Py_ssize_t tsize; in _PyObject_GenericGetAttrWithDict() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | full_type_util.cc | 209 int tsize = attr_list.type_size(); in SubstituteForEach() local
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | libdwP.h | 692 #define libdw_alloc(dbg, type, tsize, cnt) \ argument 713 #define libdw_unalloc(dbg, type, tsize, cnt) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpcsvc/ |
D | nfs_prot.x | 279 unsigned tsize; /* preferred transfer size in bytes */ member
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 639 Instr tsize = in GetSVEImmShiftAndLaneSizeLog2() local
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | coff.h | 58 char tsize[4]; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/ |
H A D | coff.h | 46 char tsize[4]; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/ |
H A D | coff.h | 46 char tsize[4]; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | coff.h | 58 char tsize[4]; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | coff.h | 46 char tsize[4]; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | coff.h | 58 char tsize[4]; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | coff.h | 58 char tsize[4]; member
|
/aosp_15_r20/bionic/libc/kernel/uapi/linux/ |
H A D | coff.h | 46 char tsize[4]; member
|