/external/iproute2/tc/ |
D | q_cbq.c | 54 __u32 rtab[256]; in cbq_parse_opt() local 154 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) { in cbq_parse_opt() 170 addattr_l(n, 3024, TCA_CBQ_RTAB, rtab, 1024); in cbq_parse_opt() 174 printf("%u ", rtab[i]); in cbq_parse_opt() 189 __u32 rtab[256]; in cbq_parse_class_opt() local 365 if (tc_calc_rtable(&r, rtab, cell_log, pktsize, linklayer) < 0) { in cbq_parse_class_opt() 424 addattr_l(n, 3024, TCA_CBQ_RTAB, rtab, 1024); in cbq_parse_class_opt() 428 printf("%u ", rtab[i]); in cbq_parse_class_opt()
|
D | tc_core.c | 124 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab, in tc_calc_rtable() argument 144 rtab[i] = tc_calc_xmittime(bps, sz); in tc_calc_rtable()
|
D | m_police.c | 131 __u32 rtab[256]; in act_parse_police() local 278 if (tc_calc_rtable(&p.rate, rtab, Rcell_log, mtu, linklayer) < 0) { in act_parse_police() 298 addattr_l(n, MAX_MSG, TCA_POLICE_RATE, rtab, 1024); in act_parse_police()
|
D | q_tbf.c | 43 __u32 rtab[256]; in tbf_parse_opt() local 216 if (tc_calc_rtable(&opt.rate, rtab, Rcell_log, mtu, linklayer) < 0) { in tbf_parse_opt() 238 addattr_l(n, 3024, TCA_TBF_RTAB, rtab, 1024); in tbf_parse_opt()
|
D | q_htb.c | 116 __u32 rtab[256],ctab[256]; in htb_parse_class_opt() local 238 if (tc_calc_rtable(&opt.rate, rtab, cell_log, mtu, linklayer) < 0) { in htb_parse_class_opt() 260 addattr_l(n, 3024, TCA_HTB_RTAB, rtab, 1024); in htb_parse_class_opt()
|
D | tc_core.h | 23 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab,
|
/external/valgrind/memcheck/tests/amd64/ |
D | more_x87_fp.c | 165 asm volatile ("fstpl %0" : "=m" (rtab[i]));\ 167 printf("res[%d]=%f\n", i, rtab[i]);\ 194 double rtab[8]; in test_fenv() local
|
/external/valgrind/memcheck/tests/x86/ |
D | more_x86_fp.c | 155 asm volatile ("fstpl %0" : "=m" (rtab[i]));\ 157 printf("res[%d]=%f\n", i, rtab[i]);\ 184 double rtab[8]; in test_fenv() local
|
/external/libnl/lib/route/sch/ |
D | tbf.c | 159 uint32_t rtab[RTNL_TC_RTABLE_SIZE]; in tbf_get_opts() local 177 rtnl_tc_build_rate_table(rtab, tbf->qt_mpu & 0xff, tbf->qt_mpu >> 8, in tbf_get_opts() 197 NLA_PUT(msg, TCA_TBF_RTAB, sizeof(rtab), rtab); in tbf_get_opts()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 426 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset); in do_Elf_Rel_relocations() local 437 Elf_Addr offset = rtab[j].r_offset; in do_Elf_Rel_relocations() 438 Elf_Addr info = rtab[j].r_info; in do_Elf_Rel_relocations() 552 Elf_Rela* rtab = (Elf_Rela*) (ehdrC + shdr[shnum].sh_offset); in do_Elf_Rela_relocations() local 565 Elf_Addr offset = rtab[j].r_offset; in do_Elf_Rela_relocations() 568 Elf_Addr info = rtab[j].r_info; in do_Elf_Rela_relocations() 569 Elf_Addr A = rtab[j].r_addend; in do_Elf_Rela_relocations()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 522 Elf_Rel* rtab = (Elf_Rel*) (ehdrC + shdr[shnum].sh_offset); 533 Elf_Addr offset = rtab[j].r_offset; 534 Elf_Addr info = rtab[j].r_info; 648 Elf_Rela* rtab = (Elf_Rela*) (ehdrC + shdr[shnum].sh_offset); 664 Elf_Addr offset = rtab[j].r_offset; 667 Elf_Addr info = rtab[j].r_info; 668 Elf_Addr A = rtab[j].r_addend;
|
/external/valgrind/VEX/test/ |
D | test-i386.c | 647 asm volatile ("fstpl %0" : "=m" (rtab[i]));\ 649 printf("res[%d]=%f\n", i, rtab[i]);\ 676 double rtab[8]; in test_fenv() local
|
D | test-amd64.c | 685 asm volatile ("fstpl %0" : "=m" (rtab[i]));\ 687 printf("res[%d]=%f\n", i, rtab[i]);\ 714 double rtab[8]; in test_fenv() local
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 914 int* rtab = &tabvec[left*esz]; in copyMakeBorder() local 925 rtab[i*esz + k] = j + k; in copyMakeBorder() 943 dptr[j + left + width] = sptr[rtab[j]]; in copyMakeBorder()
|