| /src/external/lgpl3/mpc/dist/src/ |
| fr_div.c | 26 mpc_t bc; local 29 mpc_realref (bc)[0] = b [0]; 30 mpfr_init (mpc_imagref (bc)); 32 mpfr_set_ui (mpc_imagref (bc), 0, MPFR_RNDN); 34 inexact = mpc_div (a, bc, c, rnd); 36 mpfr_clear (mpc_imagref (bc));
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/ |
| scm-cmd.c | 21 int bc; member in struct:foo
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-cmd.c | 21 int bc; member in struct:foo
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-cmd.c | 21 int bc; member in struct:foo
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-cmd.c | 21 int bc; member in struct:foo
|
| /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/dist/libgcc/config/rs6000/ |
| _mulkc3.c | 50 TFtype ac, bd, ad, bc, x, y; local 56 bc = b * c; 59 y = ad + bc; 87 || isinf (ad) || isinf (bc)))
|
| /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);
|
| /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...] |
| /src/external/mpl/bind/dist/tests/dns/ |
| badcache_test.c | 51 dns_badcache_t *bc = NULL; local 60 bc = dns_badcache_new(mctx, loopmgr); 61 dns_badcache_add(bc, name, dns_rdatatype_aaaa, flags, now + 60); 64 result = dns_badcache_find(bc, name, dns_rdatatype_aaaa, &flags, now); 69 result = dns_badcache_find(bc, name, dns_rdatatype_a, &flags, now); 73 dns_badcache_destroy(&bc); 79 dns_badcache_t *bc = NULL; local 88 bc = dns_badcache_new(mctx, loopmgr); 89 dns_badcache_add(bc, name, dns_rdatatype_aaaa, flags, now + 60); 90 dns_badcache_add(bc, name, dns_rdatatype_a, flags, now + 60) 118 dns_badcache_t *bc = NULL; local 204 dns_badcache_t *bc = NULL; local 230 dns_badcache_t *bc = NULL; local 276 dns_badcache_t *bc = NULL; local 325 dns_badcache_t *bc = NULL; 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);
|