HomeSort by relevance Sort by last modified time
    Searched refs:TC (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 3 // Check that this pointer type is TC<int>
4 // CHECK: ![[LINE:[0-9]+]] = distinct !DICompositeType(tag: DW_TAG_class_type, name: "TC<int>"{{.*}}, identifier: "_ZTS2TCIiE")
8 class TC {
10 TC(const TC &) {}
11 TC() {}
14 TC<int> tci;
  /external/iproute2/examples/diffserv/
efcbq 3 $TC = "/root/DS-6-beta/iproute2-990530-dsing/tc/tc";
5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
6 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
8 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth ".
13 print "$TC class add $DEV parent 2:0 classid 2:1 cbq bandwidth ".
17 print "$TC qdisc add $DEV parent 2:1 pfifo limit 5\n";
18 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
24 print "$TC class add $DEV parent 2:0 classid 2:2 cbq bandwidth ".
    [all...]
ef-prio 2 $TC = "/root/DS-6-beta/iproute2-990530-dsing/tc/tc";
6 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
7 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
9 print "$TC qdisc add $DEV parent 1:0 handle 2:0 prio\n";
13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
14 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
20 print "$TC qdisc add $DEV parent 2:2 red limit 60KB ".
24 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 "
    [all...]
afcbq 30 $TC = "/usr/src/iproute2-current/tc/tc";
53 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " .
57 print "$TC qdisc add $DEV parent 1:0 handle 2:0 cbq bandwidth $linerate ".
59 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 tcindex ".
64 print "$TC class add $DEV parent 2:0 classid 2:$class cbq ".
67 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle $class ".
69 print "$TC qdisc add $DEV parent 2:$class gred setup DPs 3 default 2 "
    [all...]
Edge1 12 TC=$IPROUTE/tc/tc
33 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
38 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
41 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
44 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:
    [all...]
Edge31-cb-chains 14 TC=$IPROUTE/tc/tc
40 $TC qdisc add dev $INDEV handle ffff: ingress
52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
83 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
90 $TC class change $EGDEV classid 1:1 dsmark mask 0x3
    [all...]
Edge31-ca-u32 15 TC=$IPROUTE/tc/tc
29 $TC qdisc add dev $INDEV handle ffff: ingress
33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32
    [all...]
Edge32-cb-chains 14 TC=$IPROUTE/tc/tc
43 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw
    [all...]
Edge32-cb-u32 14 TC=$IPROUTE/tc/tc
44 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 122 for (auto const & TC : PathTestCases) {
123 path p(TC.raw);
124 assert(p == TC.raw);
126 assert(p.root_path() == TC.root_path);
127 assert(p.has_root_path() != TC.root_path.empty());
129 assert(p.root_name() == TC.root_name);
130 assert(p.has_root_name() != TC.root_name.empty());
132 assert(p.root_directory() == TC.root_directory);
133 assert(p.has_root_directory() != TC.root_directory.empty());
135 assert(p.relative_path() == TC.relative_path)
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
replace_filename.pass.cpp 54 for (auto const & TC : TestCases) {
55 path p(TC.value);
56 assert(p == TC.value);
57 path& Ref = (p.replace_filename(TC.filename));
58 assert(p == TC.expect);
62 path p2(TC.value);
63 path replace(TC.filename);
replace_extension.pass.cpp 59 for (auto const & TC : TestCases) {
60 path p(TC.value);
61 assert(p == TC.value);
62 path& Ref = (p.replace_extension(TC.extension));
63 assert(p == TC.expect);
66 for (auto const& TC : NoArgCases) {
67 path p(TC.value);
68 assert(p == TC.value);
70 assert(p == TC.expect);
make_preferred.pass.cpp 48 for (auto const & TC : TestCases) {
49 path p(TC.value);
50 assert(p == TC.value);
52 assert(p.native() == TC.value);
  /external/ltp/testcases/kernel/syscalls/ipc/shmat/
shmat01.c 66 } *TC;
85 if (TC[i].getbase) {
87 attchaddr = base_addr + TC[i].offset;
92 addr = shmat(*(TC[i].shmid), attchaddr, TC[i].flags);
164 orig_add = addr + ((unsigned long)TC[2].offset % SHMLBA);
165 if (orig_add != base_addr + TC[2].offset) {
195 TC = malloc(TST_TOTAL * sizeof(struct test_case_t));
196 if (TC == NULL)
200 TC[0].shmid = &shm_id_1
    [all...]
  /external/libcxx/test/std/experimental/numeric/numeric.ops/numeric.ops.gcd/
gcd.pass.cpp 54 for (auto TC : Cases) {
57 accumulate &= test0<S1, S2, Output>(TC.x, TC.y, TC.expect);
58 accumulate &= test0<S1, S2, Output>(-TC.x, TC.y, TC.expect);
59 accumulate &= test0<S1, S2, Output>(TC.x, -TC.y, TC.expect)
    [all...]
  /external/libcxx/test/std/experimental/numeric/numeric.ops/numeric.ops.lcm/
lcm.pass.cpp 53 for (auto TC : Cases) {
56 accumulate &= test0<S1, S2, Output>(TC.x, TC.y, TC.expect);
57 accumulate &= test0<S1, S2, Output>(-TC.x, TC.y, TC.expect);
58 accumulate &= test0<S1, S2, Output>(TC.x, -TC.y, TC.expect)
    [all...]
  /external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
gcd.pass.cpp 55 for (auto TC : Cases) {
58 accumulate &= test0<S1, S2, Output>(TC.x, TC.y, TC.expect);
59 accumulate &= test0<S1, S2, Output>(-TC.x, TC.y, TC.expect);
60 accumulate &= test0<S1, S2, Output>(TC.x, -TC.y, TC.expect)
    [all...]
  /external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
lcm.pass.cpp 53 for (auto TC : Cases) {
56 accumulate &= test0<S1, S2, Output>(TC.x, TC.y, TC.expect);
57 accumulate &= test0<S1, S2, Output>(-TC.x, TC.y, TC.expect);
58 accumulate &= test0<S1, S2, Output>(TC.x, -TC.y, TC.expect)
    [all...]
  /external/ltp/testcases/kernel/syscalls/munlock/
munlock01.c 84 } TC[] = {
107 if (TC[i].setupfunc != NULL)
108 TC[i].setupfunc(i);
110 TEST(munlock(*(TC[i].addr), TC[i].len));
116 "return=%ld", TC[i].addr, TC[i].len,
120 i, TC[i].len);
133 addr1 = malloc(TC[i].len);
136 TEST(mlock(*(TC[i].addr), TC[i].len))
    [all...]
munlock02.c 92 } TC[] = {
112 TC[0].len = 8 * getpagesize();
114 TEST(munlock(TC[i].addr, TC[i].len));
118 if (TEST_ERRNO != TC[i].error)
123 TC[i].edesc, TEST_ERRNO,
155 TC[0].len = 8 * getpagesize();
156 address = mmap(0, TC[0].len, PROT_READ | PROT_WRITE,
160 memset(address, 0x20, TC[0].len);
161 TEST(mlock(address, TC[0].len))
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcess.h 25 template<typename TC>
27 void mac(int32_t& l, int32_t& r, TC coef, const int16_t* samples)
34 template<typename TC>
36 void mac(int32_t& l, TC coef, const int16_t* samples)
42 template<typename TC>
44 void mac(float& l, float& r, TC coef, const float* samples)
50 template<typename TC>
52 void mac(float& l, TC coef, const float* samples)
87 template<typename TC, typename TI>
88 inline void acc(TC coef, const TI*& data)
    [all...]
  /external/iproute2/testsuite/tests/tc/
cbq.t 2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC qdisc list dev $DEV
6 $TC qdisc del dev $DEV root
7 $TC qdisc list dev $DEV
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
10 $TC qdisc del dev $DEV root
policer.t 2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
6 $TC qdisc list dev $DEV
7 $TC filter list dev $DEV parent 10:0
8 $TC qdisc del dev $DEV root
9 $TC qdisc list dev $DEV
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio (…)
    [all...]
  /external/iproute2/examples/
SYN-DoS.rate.limit 13 TC=$IPROUTE/tc/tc
25 $TC qdisc add dev $INDEV handle ffff: ingress
35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
42 $TC qdisc ls dev $INDEV
44 $TC class ls dev $INDEV
46 $TC filter ls dev $INDEV parent ffff:
49 #$TC qdisc del $INDEV ingress
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-toc-1a.s 3 .tc sym\@[TC], \@
7 lwz 1,sym\@[TC](2)
9 ld 1,sym\@[TC](2)

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011>>