Home
last modified time | relevance | path

Searched refs:rtab (Results 1 – 14 of 14) sorted by relevance

/external/iproute2/tc/
Dq_cbq.c54 __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()
Dtc_core.c124 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()
Dm_police.c131 __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()
Dq_tbf.c43 __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()
Dq_htb.c116 __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()
Dtc_core.h23 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab,
/external/valgrind/memcheck/tests/amd64/
Dmore_x87_fp.c165 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/
Dmore_x86_fp.c155 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/
Dtbf.c159 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/
Dlinker.c426 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/
Dlinker.c522 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/
Dtest-i386.c647 asm volatile ("fstpl %0" : "=m" (rtab[i]));\
649 printf("res[%d]=%f\n", i, rtab[i]);\
676 double rtab[8]; in test_fenv() local
Dtest-amd64.c685 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/
Dts_func.cpp914 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()