Searched refs:bi (Results 1 - 25 of 480) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr46521.c4 static void bmp_iter_next (int *bi) argument
6 *bi >>= 1;
13 void df_md_alloc (int bi, int bb_index, int bb_info) argument
15 for (; bmp_iter_set (&bi, bb_index); bmp_iter_next (&bi))
H A Dpr45352.c5 bmp_iter_next (int *bi, int *bit_no) argument
7 *bi >>= 1;
11 int bmp_iter_set (int *bi, int *bit_no);
16 df_md_alloc (int bi, int bb_index, void *bb_info) argument
18 for (; bmp_iter_set (&bi, &bb_index); bmp_iter_next (&bi, &bb_index))
H A Dpr35701.c12 my_func1(unsigned int sm, unsigned int bi, my_struct_p_t msp) argument
15 msp->big = bi; /* { dg-warning "conversion" } */
19 my_func2(unsigned int sm, unsigned int bi, my_struct_p_t msp) argument
22 msp->big = bi & 0x7fffffffU;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dinit.c38 BackendInfo *bi )
45 bi->bi_controls = controls;
47 bi->bi_open = dnssrv_back_open;
48 bi->bi_config = 0;
49 bi->bi_close = 0;
50 bi->bi_destroy = 0;
52 bi->bi_db_init = 0;
53 bi->bi_db_destroy = 0;
54 bi->bi_db_config = 0 /* dnssrv_back_db_config */;
55 bi
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A Dinit.c35 BackendInfo *bi
40 bi->bi_open = passwd_back_open;
41 bi->bi_config = 0;
42 bi->bi_close = 0;
43 bi->bi_destroy = passwd_back_destroy;
45 bi->bi_db_init = 0;
46 bi->bi_db_config = passwd_back_db_config;
47 bi->bi_db_open = 0;
48 bi->bi_db_close = 0;
49 bi
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dinit.c34 BackendInfo *bi
37 bi->bi_open = 0;
38 bi->bi_config = 0;
39 bi->bi_close = 0;
40 bi->bi_destroy = 0;
42 bi->bi_db_init = sock_back_db_init;
43 bi->bi_db_config = 0;
44 bi->bi_db_open = 0;
45 bi->bi_db_close = 0;
46 bi
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dinit.c37 BackendInfo *bi )
52 bi->bi_controls = controls;
54 bi->bi_flags |=
62 bi->bi_db_init = backsql_db_init;
63 bi->bi_db_config = backsql_db_config;
64 bi->bi_db_open = backsql_db_open;
65 bi->bi_db_close = backsql_db_close;
66 bi->bi_db_destroy = backsql_db_destroy;
68 bi->bi_op_abandon = 0;
69 bi
103 backsql_info *bi; local
128 backsql_info *bi = (backsql_info*)bd->be_private; local
228 backsql_info *bi = (backsql_info*)bd->be_private; local
654 backsql_info *bi = (backsql_info*)bd->be_private; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-shell/
H A Dinit.c47 BackendInfo *bi
50 bi->bi_open = 0;
51 bi->bi_config = 0;
52 bi->bi_close = 0;
53 bi->bi_destroy = 0;
55 bi->bi_db_init = shell_back_db_init;
56 bi->bi_db_config = shell_back_db_config;
57 bi->bi_db_open = 0;
58 bi->bi_db_close = 0;
59 bi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbitmap.h224 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map, argument
227 bi->elt1 = map->first;
228 bi->elt2 = NULL;
233 if (!bi->elt1)
235 bi->elt1 = &bitmap_zero_bits;
239 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
241 bi->elt1 = bi->elt1->next;
245 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246 start_bit = bi
266 bmp_iter_and_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
334 bmp_iter_and_compl_init(bitmap_iterator *bi, const_bitmap map1, const_bitmap map2, unsigned start_bit, unsigned *bit_no) argument
382 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
393 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
440 bmp_iter_and(bitmap_iterator *bi, unsigned *bit_no) argument
507 bmp_iter_and_compl(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-3.c41 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map, argument
44 bi->elt1 = map->first;
45 bi->elt2 = ((void *)0);
49 if (!bi->elt1)
51 bi->elt1 = &bitmap_zero_bits;
55 if (bi->elt1->indx >= start_bit / (128u))
57 bi->elt1 = bi->elt1->next;
60 if (bi->elt1->indx != start_bit / (128u))
61 start_bit = bi
73 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
80 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
H A D20090113-2.c40 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map, argument
43 bi->elt1 = map->first;
44 bi->elt2 = ((void *)0);
48 if (!bi->elt1)
50 bi->elt1 = &bitmap_zero_bits;
54 if (bi->elt1->indx >= start_bit / (((128 + (8 * 8 * 1u) - 1) / (8 * 8 * 1u)) * (8 * 8 * 1u)))
56 bi->elt1 = bi->elt1->next;
59 if (bi->elt1->indx != start_bit / (((128 + (8 * 8 * 1u) - 1) / (8 * 8 * 1u)) * (8 * 8 * 1u)))
60 start_bit = bi
72 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
79 bmp_iter_set_tail(bitmap_iterator *bi, unsigned *bit_no) argument
90 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbitmap.h196 bmp_iter_set_init (bitmap_iterator *bi, bitmap map, argument
199 bi->elt1 = map->first;
200 bi->elt2 = NULL;
205 if (!bi->elt1)
207 bi->elt1 = &bitmap_zero_bits;
211 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
213 bi->elt1 = bi->elt1->next;
217 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
218 start_bit = bi
238 bmp_iter_and_init(bitmap_iterator *bi, bitmap map1, bitmap map2, unsigned start_bit, unsigned *bit_no) argument
306 bmp_iter_and_compl_init(bitmap_iterator *bi, bitmap map1, bitmap map2, unsigned start_bit, unsigned *bit_no) argument
354 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
365 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
412 bmp_iter_and(bitmap_iterator *bi, unsigned *bit_no) argument
479 bmp_iter_and_compl(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/boot/
H A Dbootinfo.c44 struct btinfo_common *bi; local
48 bi = (struct btinfo_common *)bootinfo;
49 bi->next = bi->type = 0;
60 struct btinfo_common *bi; local
65 bi = new;
66 bi->next = size;
67 bi->type = type;
71 bi = (struct btinfo_common *)bi_next;
72 bi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dbootinfo.c44 struct btinfo_common *bi; local
48 bi = (struct btinfo_common *)bootinfo;
49 bi->next = bi->type = 0;
59 struct btinfo_common *bi; local
64 bi = new;
65 bi->next = size;
66 bi->type = type;
70 bi = (struct btinfo_common *)bi_next;
71 bi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Dbootinfo.c45 struct btinfo_common *bi; local
49 bi = (struct btinfo_common *)bootinfo;
50 bi->next = bi->type = 0;
62 struct btinfo_common *bi; local
67 bi = new;
68 bi->next = size;
69 bi->type = type;
73 bi = (struct btinfo_common *)bi_next;
74 bi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dbootinfo.c46 struct btinfo_common *bi; local
50 bi = (struct btinfo_common *)bootinfo;
51 bi->next = bi->type = 0;
64 struct btinfo_common *bi; local
73 bi = new;
74 bi->next = size;
75 bi->type = type;
79 bi = (struct btinfo_common *)bi_next;
80 bi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dbootinfo.c46 struct btinfo_common *bi; local
50 bi = (struct btinfo_common *)bootinfo;
51 bi->next = bi->type = 0;
64 struct btinfo_common *bi; local
73 bi = new;
74 bi->next = size;
75 bi->type = type;
79 bi = (struct btinfo_common *)bi_next;
80 bi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dbootinfo.c51 struct btinfo_common *bi; local
55 bi = (struct btinfo_common *)bootinfo;
56 bi->next = bi->type = 0;
66 struct btinfo_common *bi; local
71 bi = new;
72 bi->next = size;
73 bi->type = type;
77 bi = (struct btinfo_common *)bi_next;
78 bi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dx86_userconf.c47 struct bi_userconfcommand *bi, *bimax; local
55 bi = (struct bi_userconfcommand *)((uint8_t *)biuc + sizeof(*biuc));
56 bimax = bi + biuc->num;
57 for (; bi < bimax; bi++) {
58 aprint_debug("Processing userconf command: %s\n", bi->text);
59 userconf_parse(bi->text);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Drandom2.c59 mp_bitcnt_t bi; local
74 bi = nbits;
80 bi = (bi < chunksize) ? 0 : bi - chunksize;
82 if (bi == 0)
85 rp[bi / GMP_NUMB_BITS] ^= CNST_LIMB (1) << bi % GMP_NUMB_BITS;
89 bi = (bi < chunksiz
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Drrandomb.c54 mp_bitcnt_t bi; local
69 bi = nbits;
75 bi = (bi < chunksize) ? 0 : bi - chunksize;
77 if (bi == 0)
80 rp[bi / GMP_NUMB_BITS] ^= CNST_LIMB (1) << bi % GMP_NUMB_BITS;
84 bi = (bi < chunksiz
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dinit.c38 BackendInfo *bi
44 bi->bi_open = NULL;
45 bi->bi_config = 0;
46 bi->bi_close = perl_back_close;
47 bi->bi_destroy = 0;
49 bi->bi_db_init = perl_back_db_init;
50 bi->bi_db_config = perl_back_db_config;
51 bi->bi_db_open = perl_back_db_open;
52 bi->bi_db_close = 0;
53 bi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWunused-4.C13 C1(int bi) {} // { dg-warning "unused parameter" "" } argument
17 C2(int bi) {} // { dg-warning "unused parameter" "" } argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A DWunused-4.C13 C1(int bi) {} // { dg-warning "unused parameter" "" } argument
17 C2(int bi) {} // { dg-warning "unused parameter" "" } argument
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/boot/
H A Dbootinfo.c46 struct btinfo_common *bi; local
58 bi = (struct btinfo_common *)bootinfo;
59 bi->next = bi->type = 0;
71 struct btinfo_common *bi; local
76 bi = new;
77 bi->next = ALIGN(size);
78 bi->type = type;
82 bi = (struct btinfo_common *)bi_next;
83 bi
[all...]

Completed in 333 milliseconds

1234567891011>>