Searched refs:BF (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2003-09-18-BitfieldTests.c4 typedef struct BF { struct
8 } BF; typedef in typeref:struct:BF
10 char *test1(BF *b) {
14 void test2(BF *b) { // Increment and decrement operators
19 void test3(BF *b) {
23 int test4(BF *b) {
27 void test5(BF *b, int i) { // array ref
H A Dvolatile.c23 struct { int x:3; } BF; variable in typeref:struct:__anon1898
86 i=BF.x;
87 // CHECK-IT: load i8, i8* getelementptr {{.*}} @BF
88 // CHECK-MS: load i32, i32* getelementptr {{.*}} @BF
158 BF.x=i;
160 // CHECK-IT: load i8, i8* getelementptr {{.*}} @BF
161 // CHECK-MS: load i32, i32* getelementptr {{.*}} @BF
162 // CHECK-IT: store i8 {{.*}}, i8* getelementptr {{.*}} @BF
163 // CHECK-MS: store i32 {{.*}}, i32* getelementptr {{.*}} @BF
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp4.c93 * BF is the condition register bit field which can range from 0-7. But for
94 * testing purposes, we only use BF values of '0' and '5'.
96 static void _test_dtstdc(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
99 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) {
100 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM);
105 if (BF)
111 if (BF)
117 if (BF)
123 if (BF)
145 _test_dtstdcq(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
200 _test_dtstdg(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
249 _test_dtstdgq(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
303 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument
323 _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument
496 int data_class_OR_group, BF = 0; local
566 int i, repeat = 1, BF = 4; local
[all...]
H A Dtest_dfp3.c165 static void _test_dcmpo(int BF, int x __attribute__((unused))) argument
167 if (BF < 0 || BF > 7) {
168 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF);
171 switch (BF) {
201 static void _test_dcmpu(int BF, int x __attribute__((unused))) argument
203 if (BF < 0 || BF > 7) {
204 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF);
207 switch (BF) {
320 _test_dcmpoq(int BF, int x __attribute__((unused))) argument
356 _test_dcmpuq(int BF, int x __attribute__((unused))) argument
1164 int k = 0, BF; local
[all...]
H A Dtest_dfp5.c96 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) argument
104 switch (BF) {
115 fprintf(stderr, "Invalid value %d for BF\n", BF);
120 static void _test_dtstsfq(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) argument
128 switch (BF) {
139 fprintf(stderr, "Invalid value %d for BF\n", BF);
551 int bf_idx, BF; local
556 BF
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp4.c93 * BF is the condition register bit field which can range from 0-7. But for
94 * testing purposes, we only use BF values of '0' and '5'.
96 static void _test_dtstdc(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
99 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) {
100 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM);
105 if (BF)
111 if (BF)
117 if (BF)
123 if (BF)
145 _test_dtstdcq(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
200 _test_dtstdg(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
249 _test_dtstdgq(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument
303 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument
323 _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument
496 int data_class_OR_group, BF = 0; local
566 int i, repeat = 1, BF = 4; local
[all...]
H A Dtest_dfp3.c165 static void _test_dcmpo(int BF, int x __attribute__((unused))) argument
167 if (BF < 0 || BF > 7) {
168 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF);
171 switch (BF) {
201 static void _test_dcmpu(int BF, int x __attribute__((unused))) argument
203 if (BF < 0 || BF > 7) {
204 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF);
207 switch (BF) {
320 _test_dcmpoq(int BF, int x __attribute__((unused))) argument
356 _test_dcmpuq(int BF, int x __attribute__((unused))) argument
1164 int k = 0, BF; local
[all...]
H A Dtest_dfp5.c96 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) argument
104 switch (BF) {
115 fprintf(stderr, "Invalid value %d for BF\n", BF);
120 static void _test_dtstsfq(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) argument
128 switch (BF) {
139 fprintf(stderr, "Invalid value %d for BF\n", BF);
551 int bf_idx, BF; local
556 BF
[all...]
/external/icu/icu4c/source/data/sprep/
H A Drfc3491.txt238 12BF; ; UNASSIGNED
314 27BF..27CF; ; UNASSIGNED
646 01F7; 01BF; MAP
701 039F; 03BF; MAP
830 04BE; 04BF; MAP
1239 24BF; 24D9; MAP
1290 33BF; 006D 0077; MAP
1714 1D6B6; 03BF; MAP
1740 1D6F0; 03BF; MAP
1766 1D72A; 03BF; MA
[all...]
H A Drfc3530csci.txt237 12BF; ; UNASSIGNED
313 27BF..27CF; ; UNASSIGNED
645 01F7; 01BF; MAP
700 039F; 03BF; MAP
829 04BE; 04BF; MAP
1238 24BF; 24D9; MAP
1289 33BF; 006D 0077; MAP
1713 1D6B6; 03BF; MAP
1739 1D6F0; 03BF; MAP
1765 1D72A; 03BF; MA
[all...]
H A Drfc3722.txt238 12BF; ; UNASSIGNED
314 27BF..27CF; ; UNASSIGNED
646 01F7; 01BF; MAP
701 039F; 03BF; MAP
830 04BE; 04BF; MAP
1239 24BF; 24D9; MAP
1290 33BF; 006D 0077; MAP
1714 1D6B6; 03BF; MAP
1740 1D6F0; 03BF; MAP
1766 1D72A; 03BF; MA
[all...]
H A Drfc3920node.txt238 12BF; ; UNASSIGNED
314 27BF..27CF; ; UNASSIGNED
646 01F7; 01BF; MAP
701 039F; 03BF; MAP
830 04BE; 04BF; MAP
1239 24BF; 24D9; MAP
1290 33BF; 006D 0077; MAP
1714 1D6B6; 03BF; MAP
1740 1D6F0; 03BF; MAP
1766 1D72A; 03BF; MA
[all...]
H A Drfc4518ci.txt237 12BF; ; UNASSIGNED
313 27BF..27CF; ; UNASSIGNED
613 01F7; 01BF; MAP
668 039F; 03BF; MAP
797 04BE; 04BF; MAP
1206 24BF; 24D9; MAP
1257 33BF; 006D 0077; MAP
1681 1D6B6; 03BF; MAP
1707 1D6F0; 03BF; MAP
1733 1D72A; 03BF; MA
[all...]
H A Drfc3530cs.txt237 12BF; ; UNASSIGNED
313 27BF..27CF; ; UNASSIGNED
H A Drfc3530mixp.txt238 12BF; ; UNASSIGNED
314 27BF..27CF; ; UNASSIGNED
H A Drfc3920res.txt238 12BF; ; UNASSIGNED
314 27BF..27CF; ; UNASSIGNED
H A Drfc4011.txt237 12BF; ; UNASSIGNED
313 27BF..27CF; ; UNASSIGNED
H A Drfc4013.txt238 12BF; ; UNASSIGNED
314 27BF..27CF; ; UNASSIGNED
H A Drfc4505.txt237 12BF; ; UNASSIGNED
313 27BF..27CF; ; UNASSIGNED
/external/icu/icu4c/source/test/testdata/
H A Dnfs4_cis_prep.txt229 12BF; ; UNASSIGNED
305 27BF..27CF; ; UNASSIGNED
636 01F7; 01BF; MAP
691 039F; 03BF; MAP
820 04BE; 04BF; MAP
1229 24BF; 24D9; MAP
1280 33BF; 006D 0077; MAP
1704 1D6B6; 03BF; MAP
1730 1D6F0; 03BF; MAP
1756 1D72A; 03BF; MA
[all...]
H A Dnfs4_cs_prep_ci.txt229 12BF; ; UNASSIGNED
305 27BF..27CF; ; UNASSIGNED
636 01F7; 01BF; MAP
691 039F; 03BF; MAP
820 04BE; 04BF; MAP
1229 24BF; 24D9; MAP
1280 33BF; 006D 0077; MAP
1704 1D6B6; 03BF; MAP
1730 1D6F0; 03BF; MAP
1756 1D72A; 03BF; MA
[all...]
H A Dnfs4_mixed_prep_s.txt229 12BF; ; UNASSIGNED
305 27BF..27CF; ; UNASSIGNED
636 01F7; 01BF; MAP
691 039F; 03BF; MAP
820 04BE; 04BF; MAP
1229 24BF; 24D9; MAP
1280 33BF; 006D 0077; MAP
1704 1D6B6; 03BF; MAP
1730 1D6F0; 03BF; MAP
1756 1D72A; 03BF; MA
[all...]
H A Dnfs4_cs_prep_cs.txt229 12BF; ; UNASSIGNED
305 27BF..27CF; ; UNASSIGNED
/external/valgrind/drd/scripts/
H A Ddownload-and-build-splash2.in123 /* For each interaction, do BF-error-analysis */
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp89 static BodyFarm *BF = new BodyFarm(C, injector); local
90 return *BF;

Completed in 416 milliseconds

12