| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| multc3.c | 26 long double bc = b * c; local 29 __imag__ z = ad + bc; 51 crt_isinf(ad) || crt_isinf(bc))) {
|
| /src/sys/arch/algor/dev/ |
| bonito_mainbus.c | 80 struct bonito_config *bc; local 87 bc = &p6032_configuration.ac_bonito; 90 bc = NULL; 92 sc->sc_bonito = bc;
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| proto-lload.h | 80 LDAP_SLAPD_F (void) lload_bindconf_tls_defaults( slap_bindconf *bc ); variable 82 LDAP_SLAPD_F (int) lload_bindconf_parse( const char *word, slap_bindconf *bc ); 83 LDAP_SLAPD_F (int) lload_bindconf_unparse( slap_bindconf *bc, struct berval *bv ); 84 LDAP_SLAPD_F (int) lload_bindconf_tls_set( slap_bindconf *bc, LDAP *ld ); 85 LDAP_SLAPD_F (void) lload_bindconf_free( slap_bindconf *bc ); variable
|
| /src/tests/include/sys/ |
| t_types.c | 85 blkcnt_t bc; local 95 bc = 0; 101 ATF_CHECK((bc - 1) <= 0);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| _mulkc3.c | 41 TFtype ac, bd, ad, bc, x, y; local 47 bc = b * c; 50 y = ad + bc; 78 || isinf (ad) || isinf (bc)))
|
| /src/sys/arch/mips/bonito/ |
| bonito_pci.c | 69 bonito_pci_init(pci_chipset_tag_t pc, const struct bonito_config *bc) 72 pc->pc_conf_v = __UNCONST(bc); 73 if (bc->bc_attach_hook != NULL) 74 pc->pc_attach_hook = bc->bc_attach_hook; 117 bonito_conf_addr(struct bonito_config *bc, pcitag_t tag, int offset, 125 bonito_decompose_tag(bc, tag, &b, &d, &f); 128 if (d > (31 - bc->bc_adbase)) 130 *cfgoff = (1UL << (d + bc->bc_adbase)) | (f << 8) | offset; 143 struct bonito_config *bc = v; local 148 if (bonito_conf_addr(bc, tag, offset, &cfgoff, &pcimap_cfg) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
| multc3.c | 26 long double bc = __gcc_qmul(b,c); local 29 DD imag = { .ld = __gcc_qadd(ad,bc) }; 63 DD bcDD = { .ld = bc };
|
| /src/usr.sbin/wsmoused/ |
| config.c | 225 int bc; local 234 for (bc = 0; bc < b->b_child_count; bc++) 235 if (strcmp(b->b_child[bc]->b_name, modename) == 0) 236 return b->b_child[bc];
|
| /src/sys/arch/algor/algor/ |
| machdep.c | 303 struct bonito_config *bc = &acp->ac_bonito; local 308 bc->bc_adbase = 11; 311 bonito_pci_init(&acp->ac_pc, bc);
|
| algor_p6032_intr.c | 192 struct bonito_config *bc = &acp->ac_bonito; local 208 bc->bc_gpioIE |= irqmap->gpioiebit; 210 bc->bc_intPol |= irqmap->intbit; 212 bc->bc_intEdge |= irqmap->intbit; 214 bc->bc_intSteer |= irqmap->intbit; 219 REGVAL(BONITO_GPIOIE) = bc->bc_gpioIE; 220 REGVAL(BONITO_INTEDGE) = bc->bc_intEdge; 221 REGVAL(BONITO_INTSTEER) = bc->bc_intSteer; 222 REGVAL(BONITO_INTPOL) = bc->bc_intPol;
|
| /src/sys/lib/libsa/ |
| bootcfg.c | 103 char *bc, *c; local 135 bc = alloc((size_t)st.st_size + 1); 136 if (bc == NULL) { 154 len = read(fd, bc + off, uimin(1024, resid)); 160 bc[off] = '\0'; 164 /* bc is now assumed to contain the whole boot.cfg file (see above) */ 168 for (c = bc; *c; c = next) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| add.c | 46 bm_context_t *bc, 52 if (asyncmeta_bc_in_queue(mc,bc) == NULL || bc->bc_active > 1) { 53 bc->bc_active--; 57 asyncmeta_drop_bc(mc, bc); 69 bm_context_t *bc, 84 SlapReply *candidates = bc->candidates; 134 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS ) 213 switch (bc->nretries[candidate]) { 226 bc->nretries[candidate]-- 251 bm_context_t *bc; local [all...] |
| compare.c | 44 bm_context_t *bc, 59 SlapReply *candidates = bc->candidates; 74 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root,&ctrls ) != LDAP_SUCCESS ) 155 switch (bc->nretries[candidate]) { 167 bc->nretries[candidate]--; 193 bm_context_t *bc; local 213 asyncmeta_new_bm_context(op, rs, &bc, mi->mi_ntargets, mi ); 214 if (bc == NULL) { 220 candidates = bc->candidates; 228 bc->timeout = mt->mt_timeout[ SLAP_OP_COMPARE ] [all...] |
| delete.c | 43 bm_context_t *bc, 56 SlapReply *candidates = bc->candidates; 68 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS ) 148 switch (bc->nretries[candidate]) { 161 bc->nretries[candidate]--; 184 bm_context_t *bc; local 205 asyncmeta_new_bm_context(op, rs, &bc, mi->mi_ntargets, mi ); 206 if (bc == NULL) { 212 candidates = bc->candidates; 220 bc->timeout = mt->mt_timeout[ SLAP_OP_DELETE ] [all...] |
| modify.c | 44 bm_context_t *bc, 59 SlapReply *candidates = bc->candidates; 120 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls) != LDAP_SUCCESS ) 202 switch (bc->nretries[candidate]) { 215 bc->nretries[candidate]--; 241 bm_context_t *bc; local 261 asyncmeta_new_bm_context(op, rs, &bc, mi->mi_ntargets, mi ); 262 if (bc == NULL) { 268 candidates = bc->candidates; 276 bc->timeout = mt->mt_timeout[ SLAP_OP_MODIFY ] [all...] |
| modrdn.c | 44 bm_context_t *bc, 59 SlapReply *candidates = bc->candidates; 127 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS ) 209 switch (bc->nretries[candidate]) { 222 bc->nretries[candidate]--; 255 bm_context_t *bc; local 275 asyncmeta_new_bm_context(op, rs, &bc, mi->mi_ntargets, mi ); 276 if (bc == NULL) { 282 candidates = bc->candidates; 290 bc->timeout = mt->mt_timeout[ SLAP_OP_MODRDN ] [all...] |
| search.c | 46 bm_context_t *bc, 52 if (asyncmeta_bc_in_queue(mc,bc) == NULL || bc->bc_active > 1) { 53 bc->bc_active--; 57 asyncmeta_drop_bc(mc, bc); 59 if (j != candidate && bc->candidates[j].sr_msgid >= 0 62 bc->candidates[ j ].sr_msgid, j ); 322 bm_context_t *bc, 328 SlapReply *candidates = bc->candidates; 543 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls 687 bm_context_t *bc; local [all...] |
| /src/sbin/fsck_lfs/ |
| setup.c | 236 int bc; local 273 bc = howmany(lfs_ss_getninos(fs, sp), LFS_INOPB(fs)) << 277 bc += lfs_fi_getlastlength(fs, fp) + ((lfs_fi_getnblocks(fs, fp) - 1) 282 tdaddr += lfs_btofsb(fs, bc) + 1;
|
| /src/sys/arch/evbmips/loongson/ |
| loongson_intr.c | 101 const struct bonito_config * const bc = sys_platform->bonito_config; local 117 REGVAL(BONITO_GPIOIE) = bc->bc_gpioIE; 118 REGVAL(BONITO_INTEDGE) = bc->bc_intEdge; 119 /* REGVAL(BONITO_INTSTEER) = bc->bc_intSteer; XXX */ 120 REGVAL(BONITO_INTPOL) = bc->bc_intPol; 239 const struct bonito_config *bc = v; local 240 return loongson_intr_string(bc, ih, buf, len); 334 loongson_intr_string(const struct bonito_config *bc, int irq, char *buf, size_t len)
|
| /src/sys/arch/zaurus/stand/zboot/ |
| diskprobe.c | 149 char *bc, *top, *next, *p, *q; local 161 bc = alloc(sb.lst_size + 1); 162 if (bc == NULL) { 170 len = uread(fd, bc + off, 1024); 175 bc[off] = '\0'; 179 /* bc now contains the whole /proc/partitions */ 180 for (p = bc; *p != '\0'; p = next) { 256 dealloc(bc, 0);
|
| /src/sys/arch/evbarm/fdt/ |
| fdt_machdep.c | 172 BootConfig *bc = arg; local 175 bc->dram[bc->dramblocks].address = m->start; 176 bc->dram[bc->dramblocks].pages = 178 bc->dramblocks++; 230 BootConfig *bc = &bootconfig; local 250 bc->dramblocks = 0; 251 fdt_memory_foreach(fdt_add_dram_blocks, bc);
|
| /src/sys/arch/evbmips/gdium/ |
| gdium_intr.c | 179 struct bonito_config *bc = &gc->gc_bonito; local 201 bc->bc_gpioIE |= intbit; 203 bc->bc_intPol |= intbit; 205 bc->bc_intEdge |= intbit; 207 bc->bc_intSteer |= intbit; 212 REGVAL(BONITO_GPIOIE) = bc->bc_gpioIE; 213 REGVAL(BONITO_INTEDGE) = bc->bc_intEdge; 214 REGVAL(BONITO_INTSTEER) = bc->bc_intSteer; 215 REGVAL(BONITO_INTPOL) = bc->bc_intPol;
|
| /src/sys/arch/vax/mba/ |
| hp.c | 362 int er1, er2, bc; local 377 bc = bus_space_read_4(md->md_mba->sc_iot, 379 byte = ~(bc >> 16);
|
| /src/usr.bin/rsh/ |
| rsh.c | 324 char *bc = buf; local 326 if ((nw = write(outfd, bc, nr)) <= 0) 329 bc += nw;
|
| /src/external/bsd/bzip2/dist/ |
| compress.c | 243 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local 401 bc = 999999999; bt = -1; 403 if (cost[t] < bc) { bc = cost[t]; bt = t; }; 404 totc += bc;
|