Home
last modified time | relevance | path

Searched refs:tsize (Results 1 – 25 of 80) sorted by relevance

1234

/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dtlb.c45 void read_tlbcam_entry(int idx, u32 *valid, u32 *tsize, unsigned long *epn, in read_tlbcam_entry() argument
55 *tsize = (_mas1 >> 7) & 0x1f; in read_tlbcam_entry()
72 u32 tsize, valid; in print_tlbcam() local
75 read_tlbcam_entry(i, &valid, &tsize, &epn, &rpn); in print_tlbcam()
79 print_size(TSIZE_TO_BYTES(tsize), "\n"); in print_tlbcam()
138 u8 ts, u8 esel, u8 tsize, u8 iprot) in set_tlb() argument
146 tsize & 1) { in set_tlb()
148 __func__, tsize, tlb, epn); in set_tlb()
153 _mas1 = FSL_BOOKE_MAS1(1, iprot, 0, ts, tsize); in set_tlb()
162 addrmap_set_entry(epn, rpn, TSIZE_TO_BYTES(tsize), esel); in set_tlb()
[all …]
Dcpu.c477 void read_tlbcam_entry(int idx, u32 *valid, u32 *tsize, unsigned long *epn,
579 u32 tsize, valid, ptr; in reset_tlb() local
590 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); in reset_tlb()
661 u32 tsize, valid, ptr; in arch_memory_test_cleanup() local
671 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup()
674 ptr += TSIZE_TO_BYTES(tsize); in arch_memory_test_cleanup()
/external/iproute2/tc/
Dtc_core.c168 s->tsize = 0; in tc_calc_size_table()
177 if (s->tsize == 0) in tc_calc_size_table()
178 s->tsize = 512; in tc_calc_size_table()
181 while ((s->mtu >> s->cell_log) > s->tsize - 1) in tc_calc_size_table()
184 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table()
189 for (i = s->tsize - 1; i >= 0; i--) { in tc_calc_size_table()
Dtc_stab.c83 if (s.tsize) in parse_size_table()
85 if (get_u32(&s.tsize, *argv, 10)) in parse_size_table()
131 if (s.tsize) in print_size_table()
132 fprintf(fp, "tsize %u ", s.tsize); in print_size_table()
/external/toybox/toys/pending/
Dtftpd.c89 socklen_t socklen, char *file, int opcode, int tsize, int blksize) in do_action() argument
115 if (blksize != TFTPD_BLKSIZE || tsize) { in do_action()
123 if (tsize) {// add "tsize\000tsize_val\000" in send buffer. in do_action()
239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1; in tftpd_main() local
298 } else if (!tsize && !strcasecmp(buf, "tsize")) tsize ^= 1; in tftpd_main()
302 tsize &= (opcode == TFTPD_OP_RRQ); in tftpd_main()
307 socklen, toybuf + 2, opcode, tsize, blksize); in tftpd_main()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2707 size_t tsize = chunksize(t); in do_check_tree() local
2709 compute_tree_index(tsize, idx); in do_check_tree()
2711 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree()
2712 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree()
2713 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()
2718 assert(chunksize(u) == tsize); in do_check_tree()
3343 size_t tsize = m->topsize += qsize; in prepend_alloc() local
3345 q->head = tsize | PINUSE_BIT; in prepend_alloc()
3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3388 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
[all …]
/external/libffi/src/
Ddlmalloc.c2702 size_t tsize = chunksize(t); in do_check_tree() local
2704 compute_tree_index(tsize, idx); in do_check_tree()
2706 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree()
2707 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree()
2708 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()
2713 assert(chunksize(u) == tsize); in do_check_tree()
3338 size_t tsize = m->topsize += qsize; in prepend_alloc() local
3340 q->head = tsize | PINUSE_BIT; in prepend_alloc()
3366 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
3383 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
[all …]
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dcpu_init.c432 int tsize = (gd->arch.arbiter_event_attributes & AEATR_TSIZE) in print_83xx_arb_event() local
445 printf(" Transfer Size: 0x%1x = %d bytes\n", (tbst<<3) | tsize, in print_83xx_arb_event()
446 tbst ? (tsize ? tsize : 8) : 16 + 8 * tsize); in print_83xx_arb_event()
/external/curl/tests/data/
Dtest109936 tsize: 0
42 tsize: 0
Dtest200447 tsize: 0
53 tsize: 0
Dtest200392 tsize: 0
98 tsize: 0
Dtest28333 tsize: 0
Dtest27140 tsize: 0
Dtest109341 tsize: 0
Dtest100941 tsize: 0
Dtest104941 tsize: 0
/external/dlmalloc/
Dmalloc.c3319 size_t tsize = chunksize(t); in do_check_tree() local
3321 compute_tree_index(tsize, idx); in do_check_tree()
3323 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree()
3324 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree()
3325 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()
3330 assert(chunksize(u) == tsize); in do_check_tree()
3971 size_t tsize = m->topsize += qsize; in prepend_alloc() local
3973 q->head = tsize | PINUSE_BIT; in prepend_alloc()
3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument
4015 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
[all …]
/external/strace/tests/
Dnlattr_tca_stab.c108 .tsize = 0xbdeaabed in main()
120 PRINT_FIELD_U(", ", s, tsize); in main()
/external/strace/tests-m32/
Dnlattr_tca_stab.c108 .tsize = 0xbdeaabed in main()
120 PRINT_FIELD_U(", ", s, tsize); in main()
/external/strace/tests-mx32/
Dnlattr_tca_stab.c108 .tsize = 0xbdeaabed in main()
120 PRINT_FIELD_U(", ", s, tsize); in main()
/external/python/cpython3/Objects/
Dobject.c1059 Py_ssize_t tsize; in _PyObject_GetDictPtr() local
1062 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GetDictPtr()
1063 if (tsize < 0) in _PyObject_GetDictPtr()
1064 tsize = -tsize; in _PyObject_GetDictPtr()
1065 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GetDictPtr()
1249 Py_ssize_t tsize; in _PyObject_GenericGetAttrWithDict() local
1252 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GenericGetAttrWithDict()
1253 if (tsize < 0) in _PyObject_GenericGetAttrWithDict()
1254 tsize = -tsize; in _PyObject_GenericGetAttrWithDict()
1255 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GenericGetAttrWithDict()
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument
451 (MAS1_TSIZE(tsize)))
500 u8 ts, u8 esel, u8 tsize, u8 iprot);
/external/python/cpython2/Objects/
Dobject.c1293 Py_ssize_t tsize; in _PyObject_GetDictPtr() local
1296 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GetDictPtr()
1297 if (tsize < 0) in _PyObject_GetDictPtr()
1298 tsize = -tsize; in _PyObject_GetDictPtr()
1299 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GetDictPtr()
1415 Py_ssize_t tsize; in _PyObject_GenericGetAttrWithDict() local
1418 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GenericGetAttrWithDict()
1419 if (tsize < 0) in _PyObject_GenericGetAttrWithDict()
1420 tsize = -tsize; in _PyObject_GenericGetAttrWithDict()
1421 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GenericGetAttrWithDict()
/external/eigen/Eigen/src/LU/
DPartialPivLU.h454 Index tsize = size - k - bs; // trailing size
461 BlockType A_2(lu,0,k+bs,rows,tsize);
463 BlockType A12(lu,k,k+bs,bs,tsize);
465 BlockType A22(lu,k+bs,k+bs,trows,tsize);
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c247 GLint tbytesline, tsize; member
392 tex10 -= info->tsize; \ in affine_span()
393 tex11 -= info->tsize; \ in affine_span()
586 info.tsize = texImg->Height * info.tbytesline;
603 GLint tbytesline, tsize; member
657 tex10 -= info->tsize; \ in fast_persp_span()
658 tex11 -= info->tsize; \ in fast_persp_span()
852 info.tsize = texImg->Height * info.tbytesline;

1234