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

1234567

/freebsd-9.3-release/contrib/gcc/
H A Dbitmap.h204 bmp_iter_set_init (bitmap_iterator *bi, bitmap map, argument
207 bi->elt1 = map->first;
208 bi->elt2 = NULL;
213 if (!bi->elt1)
215 bi->elt1 = &bitmap_zero_bits;
219 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
221 bi->elt1 = bi->elt1->next;
225 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
226 start_bit = bi
246 bmp_iter_and_init(bitmap_iterator *bi, bitmap map1, bitmap map2, unsigned start_bit, unsigned *bit_no) argument
314 bmp_iter_and_compl_init(bitmap_iterator *bi, bitmap map1, bitmap map2, unsigned start_bit, unsigned *bit_no) argument
362 bmp_iter_next(bitmap_iterator *bi, unsigned *bit_no) argument
373 bmp_iter_set(bitmap_iterator *bi, unsigned *bit_no) argument
420 bmp_iter_and(bitmap_iterator *bi, unsigned *bit_no) argument
487 bmp_iter_and_compl(bitmap_iterator *bi, unsigned *bit_no) argument
[all...]
H A Dtree-complex.c803 a + b = (ar + br) + i(ai + bi)
804 a - b = (ar - br) + i(ai + bi)
809 tree ar, tree ai, tree br, tree bi,
825 ri = gimplify_build2 (bsi, MINUS_EXPR, inner_type, ai, bi);
827 ri = bi;
840 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
850 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
857 ri = bi;
864 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
870 ri = gimplify_build2 (bsi, code, inner_type, ai, bi);
808 expand_complex_addition(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code, complex_lattice_t al, complex_lattice_t bl) argument
884 expand_complex_libcall(block_stmt_iterator *bsi, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
928 expand_complex_multiplication(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, complex_lattice_t al, complex_lattice_t bl) argument
1014 expand_complex_div_straight(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
1041 expand_complex_div_wide(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
1183 expand_complex_division(block_stmt_iterator *bsi, tree inner_type, tree ar, tree ai, tree br, tree bi, enum tree_code code, complex_lattice_t al, complex_lattice_t bl) argument
1292 expand_complex_comparison(block_stmt_iterator *bsi, tree ar, tree ai, tree br, tree bi, enum tree_code code) argument
1331 tree ac, ar, ai, bc, br, bi; local
[all...]
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dbootinfo.c231 struct bootinfo bi; local
240 bzero(&bi, sizeof(struct bootinfo));
241 bi.bi_magic = BOOTINFO_MAGIC;
242 bi.bi_version = 1;
243 bi.bi_boothowto = bi_getboothowto(fp->f_args);
263 bi.bi_symtab = ssym;
264 bi.bi_esymtab = esym;
277 bi.bi_modulep = addr;
279 if (addr <= bi.bi_modulep) {
280 addr = bi
[all...]
H A Dexec.c95 enter_kernel(uint64_t start, struct bootinfo *bi) argument
108 __asm __volatile("mov r8=%0" :: "r" (bi));
171 mmu_setup_paged(struct bootinfo *bi) argument
191 ia64_copyin(&shft, (uintptr_t)&bi->bi_text_mapped, 4);
199 ia64_copyin(&shft, (uintptr_t)&bi->bi_data_mapped, 4);
202 ia64_copyin(&itr_idx, (uintptr_t)&bi->bi_itr_used, 4);
203 ia64_copyin(&dtr_idx, (uintptr_t)&bi->bi_dtr_used, 4);
209 struct bootinfo *bi; local
218 error = ia64_bootinfo(fp, &bi);
235 mmu_setup_paged(bi);
[all...]
/freebsd-9.3-release/sys/boot/i386/efi/
H A Defimd.c59 ldr_bootinfo(struct bootinfo *bi, uint64_t *bi_addr) argument
70 bi->bi_systab = (uint64_t)ST;
71 bi->bi_hcdp = (uint64_t)efi_get_table(&hcdp_guid);
77 bi->bi_fpswa = (status == 0) ? (uint64_t)fpswa : 0;
117 bi->bi_memmap = (uint64_t)mm;
118 bi->bi_memmap_size = sz;
119 bi->bi_memdesc_size = mmsz;
120 bi->bi_memdesc_version = mmver;
122 bcopy(bi, (void *)(*bi_addr), sizeof(*bi));
[all...]
H A Dbootinfo.c233 struct bootinfo bi; local
240 bzero(&bi, sizeof(struct bootinfo));
241 bi.bi_version = 1;
242 // bi.bi_boothowto = bi_getboothowto(fp->f_args);
262 bi.bi_symtab = ssym;
263 bi.bi_esymtab = esym;
276 bi.bi_modulep = addr;
278 if (addr <= bi.bi_modulep) {
279 addr = bi.bi_modulep;
280 bi
[all...]
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dbootinfo32.c39 static struct bootinfo bi; variable in typeref:struct:bootinfo
231 bi.bi_version = BOOTINFO_VERSION;
232 bi.bi_kernelname = 0; /* XXX char * -> kernel name */
233 bi.bi_nfs_diskless = 0; /* struct nfs_diskless * */
234 bi.bi_n_bios_used = 0; /* XXX would have to hook biosdisk driver for these */
237 bi.bi_bios_geom[i] = bd_getbigeom(i);
239 bi.bi_size = sizeof(bi);
240 bi.bi_memsizes_valid = 1;
242 bi
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dbootinfo32.c39 static struct bootinfo bi; variable in typeref:struct:bootinfo
175 bi.bi_bios_dev = bc_unit2bios(rootdev->d_unit);
181 bi.bi_bios_dev = bd_unit2bios(rootdev->d_unit);
251 bi.bi_version = BOOTINFO_VERSION;
252 bi.bi_kernelname = 0; /* XXX char * -> kernel name */
253 bi.bi_nfs_diskless = 0; /* struct nfs_diskless * */
254 bi.bi_n_bios_used = 0; /* XXX would have to hook biosdisk driver for these */
256 bi.bi_bios_geom[i] = bd_getbigeom(i);
257 bi.bi_size = sizeof(bi);
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
22 &comment("mul a[$ai]*b[$bi]");
26 # &mov("edx",&DWP($bi*4,$b,"",0));
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
50 &comment("sqr a[$ai]*a[$bi]");
54 # &mov("edx",&DWP($bi*4,$b,"",0));
56 if ($ai == $bi)
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
79 &comment("sqr a[$ai]*a[$bi]");
83 # &mov("edx",&DWP($bi*
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
11 &comment("mul a[$ai]*b[$bi]");
15 # &mov("edx",&DWP($bi*4,$b,"",0));
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
39 &comment("sqr a[$ai]*a[$bi]");
43 # &mov("edx",&DWP($bi*4,$b,"",0));
45 if ($ai == $bi)
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
68 &comment("sqr a[$ai]*a[$bi]");
72 # &mov("edx",&DWP($bi*
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_null.c89 static int null_new(BIO *bi) argument
91 bi->init = 1;
92 bi->num = 0;
93 bi->ptr = (NULL);
H A Dbf_null.c94 static int nullf_new(BIO *bi) argument
96 bi->init = 1;
97 bi->ptr = NULL;
98 bi->flags = 0;
H A Dbss_sock.c111 static int sock_new(BIO *bi) argument
113 bi->init = 0;
114 bi->num = 0;
115 bi->ptr = NULL;
116 bi->flags = 0;
H A Dbss_fd.c112 static int fd_new(BIO *bi) argument
114 bi->init = 0;
115 bi->num = -1;
116 bi->ptr = NULL;
117 bi->flags = BIO_FLAGS_UPLINK; /* essentially redundant */
H A Dbf_nbio.c101 static int nbiof_new(BIO *bi) argument
109 bi->ptr = (char *)nt;
110 bi->init = 1;
111 bi->flags = 0;
/freebsd-9.3-release/contrib/dtc/
H A Ddtc.c120 struct boot_info *bi; local
210 bi = dt_from_source(arg);
212 bi = dt_from_fs(arg);
214 bi = dt_from_blob(arg);
219 bi->boot_cpuid_phys = cmdline_boot_cpuid;
221 fill_fullpaths(bi->dt, "");
222 process_checks(force, bi);
235 dt_to_source(outf, bi);
237 dt_to_blob(outf, bi, outversion);
239 dt_to_asm(outf, bi, outversio
[all...]
H A Dlivetree.c172 struct boot_info *bi; local
174 bi = xmalloc(sizeof(*bi));
175 bi->reservelist = reservelist;
176 bi->dt = tree;
177 bi->boot_cpuid_phys = boot_cpuid_phys;
179 return bi;
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dskimd.c60 ia64_platform_bootinfo(struct bootinfo *bi, struct bootinfo **res) argument
64 efi_stub_init(bi);
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_battery.c127 struct acpi_battinfo *bi; local
145 bi = malloc(devcount * sizeof(*bi), M_TEMP, M_WAITOK | M_ZERO);
157 acpi_reset_battinfo(&bi[i]);
194 bi[i].state = bst[i].state;
217 bi[i].cap = (100 * bst[i].cap) / bif->lfcap;
224 if (bi[i].cap > 100)
225 bi[i].cap = 100;
255 bi[i].min = (60 * bst[i].cap) / valid_rate;
257 bi[
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_rtalloc.h55 #define XFS_BITTOBLOCK(mp,bi) ((bi) >> (mp)->m_blkbit_log)
57 #define XFS_BITTOWORD(mp,bi) \
58 ((int)(((bi) >> XFS_NBWORDLOG) & XFS_BLOCKWMASK(mp)))
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_ia64.c150 struct bootinfo bi; local
180 sz = _kvm_read_phys(kd, ehdr->e_entry, &bi, sizeof(bi));
181 if (sz != sizeof(bi)) {
186 if (bi.bi_magic != BOOTINFO_MAGIC) {
190 kd->vmst->pbvm_pgtbl = _kvm_malloc(kd, bi.bi_pbvm_pgtblsz);
195 kd->vmst->pbvm_pgtblsz = bi.bi_pbvm_pgtblsz;
196 sz = _kvm_read_phys(kd, bi.bi_pbvm_pgtbl, kd->vmst->pbvm_pgtbl,
197 bi.bi_pbvm_pgtblsz);
198 if (sz != bi
[all...]
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Defimd.c189 ia64_platform_bootinfo(struct bootinfo *bi, struct bootinfo **res) argument
196 bi->bi_systab = (uint64_t)ST;
197 bi->bi_hcdp = (uint64_t)efi_get_table(&hcdp_guid);
203 bi->bi_fpswa = (status == 0) ? (uint64_t)fpswa : 0;
208 bi->bi_memmap = (uint64_t)memmap;
209 bi->bi_memmap_size = memmapsz;
210 bi->bi_memdesc_size = descsz;
211 bi->bi_memdesc_version = descver;
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_md.c97 static int md_new(BIO *bi) argument
105 bi->init = 0;
106 bi->ptr = (char *)ctx;
107 bi->flags = 0;
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_debug.c150 BINTERNAL *bi; local
185 bi = GETBINTERNAL(h, cur);
187 "size %03d pgno %03d", bi->ksize, bi->pgno);
188 if (bi->flags & P_BIGKEY)
190 else if (bi->ksize)
192 " {%.*s}", (int)bi->ksize, bi->bytes);
H A Dbt_utils.c146 BINTERNAL *bi; local
173 bi = GETBINTERNAL(h, e->index);
174 if (bi->flags & P_BIGKEY)
175 bigkey = bi->bytes;
177 k2.data = bi->bytes;
178 k2.size = bi->ksize;

Completed in 133 milliseconds

1234567