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

1234567

/freebsd-11-stable/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-11-stable/stand/efi/loader/arch/i386/
H A Defimd.c62 ldr_bootinfo(struct bootinfo *bi, uint64_t *bi_addr) argument
73 bi->bi_systab = (uintptr_t)ST;
74 bi->bi_hcdp = (uintptr_t)efi_get_table(&hcdp_guid);
80 bi->bi_fpswa = (status == 0) ? (uintptr_t)fpswa : 0;
120 bi->bi_memmap = (uintptr_t)mm;
121 bi->bi_memmap_size = sz;
122 bi->bi_memdesc_size = mmsz;
123 bi->bi_memdesc_version = mmver;
125 bcopy(bi, (void *)(uintptr_t)(*bi_addr), sizeof(*bi));
[all...]
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_strnatcmp.c90 int ai, bi; local
93 ai = bi = 0;
95 ca = a[ai]; cb = b[bi];
102 cb = b[++bi];
109 if ((result = compare_left(a+ai, b+bi)) != 0)
112 if ((result = compare_right(a+ai, b+bi)) != 0)
133 ++ai; ++bi;
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo32.c43 static struct bootinfo bi; variable in typeref:struct:bootinfo
237 bi.bi_version = BOOTINFO_VERSION;
238 bi.bi_kernelname = 0; /* XXX char * -> kernel name */
239 bi.bi_nfs_diskless = 0; /* struct nfs_diskless * */
240 bi.bi_n_bios_used = 0; /* XXX would have to hook biosdisk driver for these */
243 bi.bi_bios_geom[i] = bd_getbigeom(i);
245 bi.bi_size = sizeof(bi);
247 bi.bi_memsizes_valid = 1;
248 bi
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c100 struct proc *p, BULKINFO_T *bi);
103 free_pagelist(BULKINFO_T *bi, int actual);
277 BULKINFO_T *bi; local
281 bi = malloc(sizeof(*bi), M_VCPAGELIST, M_WAITOK | M_ZERO);
282 if (bi == NULL)
290 bi);
295 bulk->data = VCHIQ_ARM_ADDRESS(bi->pagelist);
299 bulk->remote_data = bi;
402 struct proc *p, BULKINFO_T *bi)
401 create_pagelist(char __user *buf, size_t count, unsigned short type, struct proc *p, BULKINFO_T *bi) argument
555 free_pagelist(BULKINFO_T *bi, int actual) argument
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo32.c44 static struct bootinfo bi; variable in typeref:struct:bootinfo
181 bi.bi_bios_dev = bd_unit2bios(rootdev);
255 bi.bi_version = BOOTINFO_VERSION;
256 bi.bi_kernelname = 0; /* XXX char * -> kernel name */
257 bi.bi_nfs_diskless = 0; /* struct nfs_diskless * */
258 bi.bi_n_bios_used = 0; /* XXX would have to hook biosdisk driver for these */
260 bi.bi_bios_geom[i] = bd_getbigeom(i);
261 bi.bi_size = sizeof(bi);
262 bi
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
23 &comment("mul a[$ai]*b[$bi]");
27 # &mov("edx",&DWP($bi*4,$b,"",0));
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
51 &comment("sqr a[$ai]*a[$bi]");
55 # &mov("edx",&DWP($bi*4,$b,"",0));
57 if ($ai == $bi)
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
80 &comment("sqr a[$ai]*a[$bi]");
84 # &mov("edx",&DWP($bi*
[all...]
H A Ds390x-mont.pl73 $bi="%r2"; # zaps rp
124 lg $bi,0($bp)
125 _dswap $bi
128 mlgr $ahi,$bi # ap[0]*bp[0]
148 mlgr $ahi,$bi # ap[j]*bp[0]
174 lg $bi,0($bp) # bp[i]
175 _dswap $bi
178 mlgr $ahi,$bi # ap[0]*bp[i]
200 mlgr $ahi,$bi # ap[j]*bp[i]
H A Dmips3-mont.pl34 $bi="t1";
76 ld $bi,0($bp) # bp[0]
94 dmultu $aj,$bi
102 dmultu $alo,$bi
126 dmultu $aj,$bi
171 PTR_ADD $bi,$bp,$i
172 ld $bi,($bi)
177 dmultu $aj,$bi
188 dmultu $alo,$bi
[all...]
/freebsd-11-stable/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-11-stable/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_fd.c138 static int fd_new(BIO *bi) argument
140 bi->init = 0;
141 bi->num = -1;
142 bi->ptr = NULL;
143 bi->flags = BIO_FLAGS_UPLINK; /* essentially redundant */
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_rtcp.c166 static int rtcp_new(BIO *bi) argument
169 bi->init = 1;
170 bi->num = 0;
171 bi->flags = 0;
172 bi->ptr = OPENSSL_malloc(sizeof(struct rpc_ctx));
173 if (bi->ptr == NULL)
175 ctx = (struct rpc_ctx *)bi->ptr;
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-11-stable/crypto/openssl/util/
H A Dtoutf8.sh7 charset=`file -bi "$F" | sed -e 's|.*charset=||'`
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c117 getremoteaddress(bl_info_t *bi, struct sockaddr_storage *rss, socklen_t *rsl) argument
122 if (getpeername(bi->bi_fd, (void *)rss, rsl) != -1)
130 if (bi->bi_slen == 0) {
135 switch (bi->bi_ss.ss_family) {
144 (unsigned)bi->bi_ss.ss_family);
148 if (*rsl != bi->bi_slen) {
150 (unsigned)*rsl, (unsigned)bi->bi_slen);
154 memcpy(rss, &bi->bi_ss, *rsl);
173 bl_info_t *bi; local
183 if ((bi
[all...]
/freebsd-11-stable/contrib/blacklist/lib/
H A Dbl.c437 bl_info_t *bi = &b->b_info; local
440 memset(bi, 0, sizeof(*bi));
477 memcpy(&bi->bi_fd, CMSG_DATA(cmsg), sizeof(bi->bi_fd));
483 bi->bi_uid = sc->CRED_SC_UID;
484 bi->bi_gid = sc->CRED_SC_GID;
517 bi->bi_type = ub.bl.bl_type;
518 bi->bi_slen = ub.bl.bl_salen;
519 bi
[all...]
/freebsd-11-stable/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);
158 acpi_reset_battinfo(&bi[i]);
195 bi[i].state = bst[i].state;
226 bi[i].cap = (100 * bst[i].cap) / bix->lfcap;
229 if (bi[i].cap != -1) {
262 bi[i].min = (60 * bst[i].cap) / valid_rate;
264 bi[i].min = 0;
265 total_min += bi[
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c171 struct businfo *bi; local
214 bi = pci_businfo[bnum];
215 si = &bi->slotinfo[snum];
1071 struct businfo *bi; local
1083 if ((bi = pci_businfo[bus]) == NULL)
1089 bi->iobase = pci_emul_iobase;
1090 bi->membase32 = pci_emul_membase32;
1091 bi->membase64 = pci_emul_membase64;
1094 si = &bi->slotinfo[slot];
1115 bi
1226 struct businfo *bi; local
1465 struct businfo *bi; local
1494 struct businfo *bi; local
1594 struct businfo *bi; local
1620 struct businfo *bi; local
1735 struct businfo *bi; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp64 for (CompoundStmt::const_body_iterator bi = body_compound_stmt->body_begin(),
66 bi != be; ++bi) {
67 Stmt *curr_stmt = *bi;
/freebsd-11-stable/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);

Completed in 203 milliseconds

1234567