/external/toybox/toys/pending/ |
D | tftpd.c | 89 socklen_t socklen, char *file, int opcode, int tsize, int blksize) in do_action() 239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1; in tftpd_main() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 247 GLint tbytesline, tsize; member 603 GLint tbytesline, tsize; member
|
/external/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 466 for (const auto& tsize : kTestSizes) { in DEF_TEST() local 536 for (const auto& tsize : kTestSizes) { in DEF_TEST() local
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLinux_i386.cpp | 64 uint32_t tsize; // Text segment size. member
|
D | RegisterContextLinux_x86_64.cpp | 57 uint64_t tsize; // Text segment size. member
|
/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
|
/external/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
|
/external/dlmalloc/ |
D | malloc.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() 4055 size_t tsize = 0; in sys_alloc() local 4419 size_t tsize = m->topsize += psize; in dispose_chunk() local 4759 size_t tsize = fm->topsize += psize; in dlfree() local 5437 static mstate init_user_mstate(char* tbase, size_t tsize) { in init_user_mstate() 5468 size_t tsize = granularity_align(rs); in create_mspace() local 5700 size_t tsize = fm->topsize += psize; in mspace_free() local
|
/external/python/cpython3/Objects/ |
D | object.c | 1039 Py_ssize_t tsize = Py_SIZE(obj); in _PyObject_GetDictPtr() local 1215 Py_ssize_t tsize = Py_SIZE(obj); in _PyObject_GenericGetAttrWithDict() local
|
/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
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 648 Instr tsize = in GetSVEImmShiftAndLaneSizeLog2() local
|
D | disasm-aarch64.cc | 5743 unsigned tsize = (instr->ExtractBits(23, 22) << 2) | instr->ExtractBits(9, 8); in VisitSVEBitwiseShiftByImm_Predicated() local 8313 unsigned tsize = in VisitSVEBitwiseShiftUnpredicated() local
|
/external/curl/lib/ |
D | tftp.c | 387 long tsize = 0; in tftp_parse_option_ack() local
|
/external/kernel-headers/original/uapi/linux/ |
D | coff.h | 137 char tsize[4]; /* text size in bytes, padded to FW bdry */ member
|
/external/elfutils/libdw/ |
D | libdwP.h | 578 #define libdw_alloc(dbg, type, tsize, cnt) \ argument 599 #define libdw_unalloc(dbg, type, tsize, cnt) \ argument
|
/external/dtc/ |
D | flattree.c | 394 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob() local
|
/external/llvm-project/openmp/libomptarget/src/ |
D | omptarget.cpp | 100 size_t tsize = TargetTable->EntriesEnd - TargetTable->EntriesBegin; in InitLibrary() local
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_alloc.cpp | 155 bufsize tsize; /* Total size, including overhead */ member
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 6385 size_t tsize; in lookup() local 6419 size_t tsize = newSize * sizeof(NAMED *); in lookup() local
|
/external/expat/lib/ |
D | xmlparse.c | 6406 size_t tsize; in lookup() local 6440 size_t tsize = newSize * sizeof(NAMED *); in lookup() local
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 6681 size_t tsize; in lookup() local 6716 size_t tsize = newSize * sizeof(NAMED *); in lookup() local
|
/external/iproute2/include/uapi/linux/ |
D | pkt_sched.h | 108 unsigned int tsize; member
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 3797 Py_ssize_t tsize = PyTuple_GET_SIZE(item); in _build_callargs() local
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 3927 Py_ssize_t tsize = PyTuple_GET_SIZE(item); in _build_callargs() local
|
/external/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 109 unsigned int tsize; member
|