Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 5019) sorted by relevance

12345678910>>...201

/external/curl/src/
Dtool_cb_prg.c69 static void fly(struct ProgressData *bar, bool moved) in fly() argument
73 int check = bar->width - 2; in fly()
75 msnprintf(buf, sizeof(buf), "%*s\r", bar->width-1, " "); in fly()
76 memcpy(&buf[bar->bar], "-=O=-", 5); in fly()
78 pos = sinus[bar->tick%200] / (10000 / check); in fly()
80 pos = sinus[(bar->tick + 5)%200] / (10000 / check); in fly()
82 pos = sinus[(bar->tick + 10)%200] / (10000 / check); in fly()
84 pos = sinus[(bar->tick + 15)%200] / (10000 / check); in fly()
87 fputs(buf, bar->out); in fly()
88 bar->tick += 2; in fly()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r6/
Drelocations.s8 # CHECK-FIXUP: lapc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
Drelocations.s8 # CHECK-FIXUP: lapc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
[all …]
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
[all …]
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
[all …]
/external/clang/test/CodeGenCXX/
Dvtable-key-function-arm.cpp23 virtual void bar();
39 virtual void bar();
55 virtual void bar();
71 virtual void bar();
87 virtual void bar();
97 void Test2a::bar() {} in bar() function in Test2a
105 virtual void bar();
109 void Test2b::bar() {} in bar() function in Test2b
124 virtual void bar();
128 void Test2c::bar() {} in bar() function in Test2c
[all …]
Dvisibility.cpp63 DEFAULT static int bar; member
66 int foo<T>::bar; member in test40::foo<T>
77 extern foo bar;
79 return &bar; in zed()
93 struct bar { struct
99 bar::zed<&x> y;
222 virtual void bar() = 0;
229 virtual void bar();
254 void bar() {} in bar() function
260 bar(); in test()
[all …]
Daarch64-aapcs-zerolength-bitfield.cpp11 char bar; member
14 static_assert(offsetof(struct t1, bar) == 1);
21 char bar; member
23 static_assert(offsetof(struct t2, bar) == 2);
30 char bar; member
32 static_assert(offsetof(struct t3, bar) == 4);
39 char bar; member
41 static_assert(offsetof(struct t4, bar) == 8);
48 char bar; member
50 static_assert(offsetof(struct t5, bar) == 8);
[all …]
/external/ltp/scripts/tests/
Dtest_abspath.sh32 foo/bar:$PWD/foo/bar \
33 /foo/bar:/foo/bar \
34 /foo/../bar:/bar \
35 /foo/bar/../baz:/foo/baz \
36 /foo/bar/../baz/:/foo/baz \
37 /foo/../bar/:/bar \
38 /foo/../bar/..:/ \
39 /foo/../bar/../:/ \
40 /foo/bar/../baz:/foo/baz \
41 /foo/./bar:/foo/bar \
[all …]
/external/clang/test/SemaCXX/
Dcxx0x-defaulted-functions.cpp15 struct bar { struct
16 bar();
17 bar(const bar&);
18 bar(bar&&);
19 bar& operator = (const bar&);
20 bar& operator = (bar&&);
21 ~bar();
24 bar::bar() = default;
25 bar::bar(const bar&) = default;
26 bar::bar(bar&&) = default;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Drelax-arith.s6 bar: label
17 imul $foo, bar, %bx
19 imul $foo, bar, %ebx
21 imul $foo, bar, %rbx
33 andw $foo, bar
35 andl $foo, bar
37 andq $foo, bar
49 orw $foo, bar
51 orl $foo, bar
53 orq $foo, bar
[all …]
Drelax-arith3.s6 bar: label
13 imul $foo, bar(%rip), %bx
14 imul $foo, bar(%rip), %ebx
15 imul $foo, bar(%rip), %rbx
24 andw $foo, bar(%rip)
25 andl $foo, bar(%rip)
26 andq $foo, bar(%rip)
34 orw $foo, bar(%rip)
35 orl $foo, bar(%rip)
36 orq $foo, bar(%rip)
[all …]
Drelax-arith2.s6 bar: label
17 imul $127, bar, %bx
19 imul $1, bar, %ebx
21 imul $42, bar, %rbx
34 andw $0, bar
36 andl $-1, bar
38 andq $-128, bar
50 orw $1, bar
52 orl $42, bar
54 orq $127, bar
[all …]
/external/llvm/test/MC/ELF/
Drelax-arith.s6 bar: label
17 imul $foo, bar, %bx
19 imul $foo, bar, %ebx
21 imul $foo, bar, %rbx
33 andw $foo, bar
35 andl $foo, bar
37 andq $foo, bar
49 orw $foo, bar
51 orl $foo, bar
53 orq $foo, bar
[all …]
Drelax-arith3.s6 bar: label
13 imul $foo, bar(%rip), %bx
14 imul $foo, bar(%rip), %ebx
15 imul $foo, bar(%rip), %rbx
24 andw $foo, bar(%rip)
25 andl $foo, bar(%rip)
26 andq $foo, bar(%rip)
34 orw $foo, bar(%rip)
35 orl $foo, bar(%rip)
36 orq $foo, bar(%rip)
[all …]
Drelax-arith2.s6 bar: label
17 imul $127, bar, %bx
19 imul $1, bar, %ebx
21 imul $42, bar, %rbx
34 andw $0, bar
36 andl $-1, bar
38 andq $-128, bar
50 orw $1, bar
52 orl $42, bar
54 orq $127, bar
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips32r6/
Drelocations.s8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A]
10 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
11 # CHECK-FIXUP: bc bar # encoding: [0b100101AA,A,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
14 # CHECK-FIXUP: lapc $2, bar # encoding: [0x78,0b01000AAA,A,A]
16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
17 # CHECK-FIXUP: lapc $2, bar # encoding: [0x78,0b01000AAA,A,A]
19 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
20 # CHECK-FIXUP: lwpc $2, bar # encoding: [0x78,0b01001AAA,A,A]
22 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
[all …]
/external/llvm/test/MC/Mips/micromips64r6/
Drelocations.s8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A]
10 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
11 # CHECK-FIXUP: bc bar # encoding: [0b100101AA,A,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A]
16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
17 # CHECK-FIXUP: lwpc $2, bar # encoding: [0x78,0b01001AAA,A,A]
19 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
20 # CHECK-FIXUP: ldpc $2, bar # encoding: [0x78,0b010110AA,A,A]
22 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC18_S3
[all …]
/external/llvm/test/Transforms/MemCpyOpt/
Dcrash.ll7 %struct.bar = type { %struct.qw, %struct.qw, %struct.qw, %struct.qw, %struct.qw, float, float}
10 define void @test1(%struct.bar* %this) {
12 %0 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 0
14 %1 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 1
16 %2 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 2
18 %3 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 3
20 %4 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 0
22 %5 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 1
24 %6 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 2
26 %7 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 3
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/
Dcrash.ll7 %struct.bar = type { %struct.qw, %struct.qw, %struct.qw, %struct.qw, %struct.qw, float, float}
10 define void @test1(%struct.bar* %this) {
12 %0 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 0
14 %1 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 1
16 %2 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 2
18 %3 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 3
20 %4 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 0
22 %5 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 1
24 %6 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 2
26 %7 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 3
[all …]
/external/guice/core/test/com/google/inject/
DBoundProviderTest.java39 assertNotNull(a.bar); in testFooProvider()
40 assertNotNull(b.bar); in testFooProvider()
41 assertNotSame(a.bar, b.bar); in testFooProvider()
59 assertNotNull(a.bar); in testSingletonFooProvider()
60 assertNotNull(b.bar); in testSingletonFooProvider()
61 assertSame(a.bar, b.bar); in testSingletonFooProvider()
67 final Bar bar; field in BoundProviderTest.Foo
70 Foo(Bar bar, int i) { in Foo() argument
71 this.bar = bar; in Foo()
78 final Bar bar; field in BoundProviderTest.FooProvider
[all …]
/external/llvm/test/MC/Mips/
Dmicromips-branch-fixup.s10 # CHECK-FIXUP: beqz16 $6, bar # encoding: [0b0AAAAAAA,0x8f]
12 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1
14 # CHECK-FIXUP: bnez16 $6, bar # encoding: [0b0AAAAAAA,0xaf]
16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1
18 # CHECK-FIXUP: b16 bar # encoding: [A,0b110011AA]
20 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC10_S1
22 # CHECK-FIXUP: b bar # encoding: [A,0x94'A',0x00,0x00]
24 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC16_S1
26 # CHECK-FIXUP: beq $3, $4, bar # encoding: [0x83'A',0x94'A',0x00,0x00]
28 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC16_S1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips-branch-fixup.s10 # CHECK-FIXUP: beqz16 $6, bar # encoding: [0b0AAAAAAA,0x8f]
12 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1
14 # CHECK-FIXUP: bnez16 $6, bar # encoding: [0b0AAAAAAA,0xaf]
16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1
18 # CHECK-FIXUP: b16 bar # encoding: [A,0b110011AA]
20 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC10_S1
22 # CHECK-FIXUP: b bar # encoding: [A,0x94'A',0x00,0x00]
24 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC16_S1
26 # CHECK-FIXUP: beq $3, $4, bar # encoding: [0x83'A',0x94'A',0x00,0x00]
28 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC16_S1
[all …]
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Drelax-arith.s6 bar: label
11 imul $foo, bar, %bx
13 imul $foo, bar, %ebx
15 imul $foo, bar, %rbx
21 andw $foo, bar
23 andl $foo, bar
25 andq $foo, bar
31 orw $foo, bar
33 orl $foo, bar
35 orq $foo, bar
[all …]
/external/clang/test/CodeGen/
Darm-apcs-zerolength-bitfield.c15 char bar; member
17 static int arr1_offset[(offsetof(struct t1, bar) == 4) ? 0 : -1];
24 char bar; member
26 static int arr2_offset[(offsetof(struct t2, bar) == 4) ? 0 : -1];
33 char bar; member
35 static int arr3_offset[(offsetof(struct t3, bar) == 4) ? 0 : -1];
42 char bar; member
44 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
51 char bar; member
53 static int arr5_offset[(offsetof(struct t5, bar) == 4) ? 0 : -1];
[all …]

12345678910>>...201