HomeSort by: relevance | last modified time | path
    Searched defs:be (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/lib/libc/gdtoa/
ldtoa.c 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
68 int be, kind; local
75 be = u.extu_ext.ext_exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
90 be++;
102 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve);
g__fmt.c 14 not be used in advertising or publicity pertaining to
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
46 char *be, *s0; local
73 be = b + blen - 1;
99 if (b >= be)
116 if (be < b - decpt + (se - s))
135 if (b + decpt > be) {
dtoa.c 16 not be used in advertising or publicity pertaining to
22 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
49 * 3. Under the assumption that input will be rounded nearest,
104 ndigits can be negative.
120 int bbits, b2, b5, be, dig, i, ieps, ilim0, local
204 b = d2b(dval(&d), &be, &bbits);
230 * We want k to be too large rather than too small.
253 i = bbits + be + (Bias + (P-1) - 1);
446 if (be >= 0 && k <= Int_max) {
459 /* If FLT_ROUNDS == 2, L will usually be high by 1 *
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
getentry.c 92 BerElement be; local
104 AC_MEMCPY(&be, entry->lm_ber, sizeof(be));
106 if ( ber_scanf( &be, "{xx" /*}*/ ) == LBER_ERROR ) {
111 rc = ldap_pvt_get_controls( &be, sctrls );
references.c 91 BerElement be; local
104 AC_MEMCPY(&be, ref->lm_ber, sizeof(be));
106 if ( ber_scanf( &be, "{v" /*}*/, &refs ) == LBER_ERROR ) {
116 if ( ber_scanf( &be, /*{*/ "}" ) == LBER_ERROR ) {
121 rc = ldap_pvt_get_controls( &be, serverctrls );
  /src/external/lgpl3/mpfr/dist/src/
cmpabs.c 13 The GNU MPFR Library is distributed in the hope that it will be useful, but
31 mpfr_exp_t be, ce; local
62 be = MPFR_EXP (b);
64 if (be > ce)
66 if (be < ce)
cmp.c 13 The GNU MPFR Library is distributed in the hope that it will be useful, but
34 mpfr_exp_t be, ce; local
67 be = MPFR_GET_EXP (b);
69 if (be > ce)
71 if (be < ce)
ubf.c 13 The GNU MPFR Library is distributed in the hope that it will be useful, but
30 so that UBF code will be called anyway (except if special cases are
32 be needed). */
70 could have been used). The arguments b and c may actually be UBF numbers
71 (mpfr_srcptr can be seen a bit like void *, but is stronger).
130 * by another one. Would this be interesting?
179 mpz_t be, ce; local
183 /* This may involve copies of mpz_t, but exponents should not be
185 mpfr_init_get_zexp (be, b);
187 mpz_add (MPFR_ZEXP (a), be, ce) local
    [all...]
  /src/usr.sbin/makefs/cd9660/
cd9660_conversion.c 25 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM BE LIABLE FOR ANY DIRECT, INDIRECT,
54 * These can probably be implemented using a macro
104 uint32_t le, be; local
107 be = bswap32(dw);
110 be = dw;
114 memcpy((eightchar+4), &be, 4);
126 uint16_t le, be; local
129 be = bswap16(dw);
132 be = dw;
136 memcpy((fourchar+2), &be, 2)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
backend.c 41 BackendDB *be,
52 mi = ( monitor_info_t * )be->be_private;
75 BackendDB *be; local
117 LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
123 if ( be->bd_info != bi ) {
overlay.c 40 BackendDB *be,
51 mi = ( monitor_info_t * )be->be_private;
76 BackendDB *be; local
99 LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
104 if ( !overlay_is_inst( be, on->on_bi.bi_type ) ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
cache.c 186 BackendDB *be = op->o_bd; local
197 if (be_issuffix( be, ndn )) {
222 }while(!be_issuffix( be, &pdn ));
  /src/external/cddl/osnet/dev/cyclic/arm/
cyclic_machdep.c 18 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
38 static cyc_backend_t be = { variable
64 cyclic_init(&be);
  /src/external/cddl/osnet/dev/cyclic/i386/
cyclic_machdep.c 18 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
36 static cyc_backend_t be = { variable
62 cyclic_init(&be);
  /src/external/cddl/osnet/dev/cyclic/mips/
cyclic_machdep.c 18 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
36 static cyc_backend_t be = { variable
62 cyclic_init(&be);
  /src/sys/arch/sun3/dev/
if_ie_sebuf.c 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
222 * XXX - Would be nice to have asm versions in some library...
229 uint8_t *be = b + l; local
240 if (b != be && ((uint32_t)be & 1) != 0) {
241 be--;
242 *be = val;
247 while (sp != (uint16_t *)be)
if_ie_vme.c 23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
226 * XXX - Would be nice to have asm versions in some library...
233 uint8_t *be = b + l; local
244 if (b != be && ((uint32_t)be & 1) != 0) {
245 be--;
246 *be = val;
251 while (sp != (uint16_t *)be)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nops/
nops.c 71 Backend *be = op->o_bd; local
85 op->o_bd = be;
146 op->o_bd = be;
  /src/external/bsd/openldap/dist/servers/lloadd/
tier.c 91 BackendDB *be; local
95 be = select_backend( &monitordn, 0 );
97 rc = tier->t_monitor->mss_destroy( be, tier->t_monitor );
backend.c 313 /* c_state is DYING if we're about to be unlinked */
452 /* We incremented b_opening when we activated the event, so it can't be
632 * If gentle == 0, a full pause must be in effect, else we risk deadlocking on
645 * The task might not be cancelable because it just started
648 * Shutdown should be the only time when the thread pool is
744 BackendDB *be; local
748 be = select_backend( &monitordn, 0 );
752 rc = b->b_monitor->mss_destroy( be, b->b_monitor );
  /src/external/bsd/openldap/dist/servers/slapd/
ctxcsn.c 47 BackendDB *be = op->o_bd->bd_self; local
62 ldap_pvt_thread_mutex_lock( &be->be_pcsn_p->be_pcsn_mutex );
64 LDAP_TAILQ_FOREACH( csne, &be->be_pcsn_p->be_pcsn_list, ce_csn_link ) {
72 LDAP_TAILQ_FOREACH( csne, &be->be_pcsn_p->be_pcsn_list, ce_csn_link ) {
90 ldap_pvt_thread_mutex_unlock( &be->be_pcsn_p->be_pcsn_mutex );
97 BackendDB *be = op->o_bd->bd_self; local
99 ldap_pvt_thread_mutex_lock( &be->be_pcsn_p->be_pcsn_mutex );
101 LDAP_TAILQ_FOREACH( csne, &be->be_pcsn_p->be_pcsn_list, ce_csn_link ) {
108 ldap_pvt_thread_mutex_unlock( &be->be_pcsn_p->be_pcsn_mutex );
115 BackendDB *be; local
189 BackendDB *be = op->o_bd->bd_self; local
    [all...]
bind.c 24 * may not be used to endorse or promote products derived from this
53 Backend *be = NULL; local
63 be = op->o_conn->c_authz_backend;
73 op->o_conn->c_authz_backend = be;
365 * We could be serving multiple database backends. Select the
372 /* noSuchObject is not allowed to be returned by bind */
443 * it doesn't need to be updated (save a write for nothing)
485 * the update referral, which can then be forwarded by the
487 * must be configured appropriately for this to be useful
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp 49 const MCBinaryExpr *be = cast<MCBinaryExpr>(Expr); local
50 fixELFSymbolsInTLSFixupsImpl(be->getLHS(), Asm);
51 fixELFSymbolsInTLSFixupsImpl(be->getRHS(), Asm);
  /src/sys/arch/arm/xscale/
ixp425_pci_space.c 20 * IN NO EVENT SHALL ICHIRO FUKUHARA OR THE VOICES IN HIS HEAD BE LIABLE FOR
263 uint32_t data, n, be; local
267 be = (0xf & ~(1U << n)) << NP_CBE_SHIFT;
271 CSR_WRITE_4(PCI_NP_CBE, be | COMMAND_NP_IO_READ);
283 uint32_t data, n, be; local
287 be = (0xf & ~((1U << n) | (1U << (n + 1)))) << NP_CBE_SHIFT;
291 CSR_WRITE_4(PCI_NP_CBE, be | COMMAND_NP_IO_READ);
321 uint32_t data, n, be; local
325 be = (0xf & ~(1U << n)) << NP_CBE_SHIFT;
330 CSR_WRITE_4(PCI_NP_CBE, be | COMMAND_NP_IO_WRITE)
341 uint32_t data, n, be; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
posixgroup.c 182 Backend *be = op->o_bd, local
197 op->o_bd = be;
204 op->o_bd = be;
289 op->o_bd = be;
295 op->o_bd = be;

Completed in 35 milliseconds

1 2 3 4