/src/lib/libc/gdtoa/ |
hexnan.c | 64 int havedig, hd0, i, nbits; local in function:hexnan 68 nbits = fpi->nbits; 69 x = x0 + ((unsigned int)nbits >> kshift); 70 if (nbits & kmask) 140 if ( (i = nbits & (ULbits-1)) !=0)
|
hexnan.c | 64 int havedig, hd0, i, nbits; local in function:hexnan 68 nbits = fpi->nbits; 69 x = x0 + ((unsigned int)nbits >> kshift); 70 if (nbits & kmask) 140 if ( (i = nbits & (ULbits-1)) !=0)
|
gethex.c | 45 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local in function:gethex 171 nbits = fpi->nbits; 172 n0 = n = (unsigned int)nbits >> kshift; 173 if (nbits & kmask) 181 b->x[j] = ULbits >> (ULbits - (nbits & kmask)); 218 nbits = fpi->nbits; 221 if (n > nbits) { 222 n -= nbits; [all...] |
gethex.c | 45 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local in function:gethex 171 nbits = fpi->nbits; 172 n0 = n = (unsigned int)nbits >> kshift; 173 if (nbits & kmask) 181 b->x[j] = ULbits >> (ULbits - (nbits & kmask)); 218 nbits = fpi->nbits; 221 if (n > nbits) { 222 n -= nbits; [all...] |
gdtoa.h | 97 int nbits; member in struct:FPI
|
gdtoa.c | 38 bitstob(bits, nbits, bbits) ULong *bits; int nbits; int *bbits; 40 bitstob(ULong *bits, int nbits, int *bbits) 49 while(i < nbits) { 60 be = bits + (((unsigned int)nbits - 1) >> kshift); 163 int j, jj1, k, k0, k_check, kind, leftright, m2, m5, nbits; local in function:gdtoa 196 b = bitstob(bits, nbits = fpi->nbits, &bbits); 305 i = (int)(nbits * .30103) + 3; 518 i = nbits - bbits [all...] |
gdtoa.h | 97 int nbits; member in struct:FPI
|
gdtoa.c | 38 bitstob(bits, nbits, bbits) ULong *bits; int nbits; int *bbits; 40 bitstob(ULong *bits, int nbits, int *bbits) 49 while(i < nbits) { 60 be = bits + (((unsigned int)nbits - 1) >> kshift); 163 int j, jj1, k, k0, k_check, kind, leftright, m2, m5, nbits; local in function:gdtoa 196 b = bitstob(bits, nbits = fpi->nbits, &bbits); 305 i = (int)(nbits * .30103) + 3; 518 i = nbits - bbits [all...] |
strtodg.c | 191 bdif -= nb = fpi->nbits; 334 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local in function:strtodg 353 nbits = fpi->nbits; 553 if (nbits <= P && nd <= DBL_DIG) { 670 if ((j = rvbits - nbits) > 0) { 672 rvbits = nbits; 676 e2 = rve + rvbits - nbits; 679 rve1 = rve + rvbits - nbits; 744 j = nbits + 1 - bbbits [all...] |
strtodg.c | 191 bdif -= nb = fpi->nbits; 334 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local in function:strtodg 353 nbits = fpi->nbits; 553 if (nbits <= P && nd <= DBL_DIG) { 670 if ((j = rvbits - nbits) > 0) { 672 rvbits = nbits; 676 e2 = rve + rvbits - nbits; 679 rve1 = rve + rvbits - nbits; 744 j = nbits + 1 - bbbits [all...] |
/src/sys/dev/ic/ |
rtwphyio.c | 119 u_int nbits) 124 KASSERT(nbits <= 32); 127 ("%s: %u bits, %#08x, %s\n", __func__, nbits, bits, 137 mask = 1 << (nbits - 1); 139 for (i = 0; i < nbits; i++) { 253 u_int nbits; local in function:rtw_rf_hostwrite 262 nbits = 16; 272 nbits = 32; 279 nbits = 21; 287 nbits = 22 [all...] |
rtwphyio.c | 119 u_int nbits) 124 KASSERT(nbits <= 32); 127 ("%s: %u bits, %#08x, %s\n", __func__, nbits, bits, 137 mask = 1 << (nbits - 1); 139 for (i = 0; i < nbits; i++) { 253 u_int nbits; local in function:rtw_rf_hostwrite 262 nbits = 16; 272 nbits = 32; 279 nbits = 21; 287 nbits = 22 [all...] |
/src/sys/arch/x86/x86/ |
cpu_rng.c | 270 NBITS = 256, 271 NBYTES = howmany(NBITS, 8), 272 NWORDS = howmany(NBITS, 64), 275 unsigned i, nbits = 0; local in function:cpu_rng_get 285 nbits += cpu_rng(cpu_rng_mode, &buf[i]); 289 nbits = 0; 291 rnd_add_data_sync(&cpu_rng_source, buf, sizeof buf, nbits); 292 nbytes -= MIN(MIN(nbytes, sizeof buf), MAX(1, 8*nbits));
|
cpu_rng.c | 270 NBITS = 256, 271 NBYTES = howmany(NBITS, 8), 272 NWORDS = howmany(NBITS, 64), 275 unsigned i, nbits = 0; local in function:cpu_rng_get 285 nbits += cpu_rng(cpu_rng_mode, &buf[i]); 289 nbits = 0; 291 rnd_add_data_sync(&cpu_rng_source, buf, sizeof buf, nbits); 292 nbytes -= MIN(MIN(nbytes, sizeof buf), MAX(1, 8*nbits));
|
bus_space.c | 973 uint64_t bit, bits, nbits; local in function:bus_space_tag_create 984 for (bits = present; bits != 0; bits = nbits) { 985 nbits = bits & (bits - 1); 986 bit = nbits ^ bits;
|
bus_space.c | 973 uint64_t bit, bits, nbits; local in function:bus_space_tag_create 984 for (bits = present; bits != 0; bits = nbits) { 985 nbits = bits & (bits - 1); 986 bit = nbits ^ bits;
|
/src/sbin/cgdconfig/ |
utils.c | 355 size_t nbits; local in function:bits_decode 370 nbits = ntohl(*tmp); 371 if (nbits > (len - sizeof(*tmp)) * NBBY) { 373 "longer than they are (nbits=%zu, stream len=%zu bytes)", 374 nbits, len); 379 ret = bits_new(tmp + 1, nbits);
|
utils.c | 355 size_t nbits; local in function:bits_decode 370 nbits = ntohl(*tmp); 371 if (nbits > (len - sizeof(*tmp)) * NBBY) { 373 "longer than they are (nbits=%zu, stream len=%zu bytes)", 374 nbits, len); 379 ret = bits_new(tmp + 1, nbits);
|
/src/sys/arch/mac68k/nubus/ |
nubus.c | 329 static u_int8_t nbits[] = {0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4}; variable in typeref:typename:u_int8_t[] 381 fmt->step = nbits[(lanes & 0x0f)];
|
nubus.c | 329 static u_int8_t nbits[] = {0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4}; variable in typeref:typename:u_int8_t[] 381 fmt->step = nbits[(lanes & 0x0f)];
|
/src/sys/arch/arm/rockchip/ |
rk_v1crypto.c | 279 size_t nbits = NBBY*nbytes; local in function:rk_v1crypto_rng_get 281 while (nbits) { 295 nbits -= MIN(nbits, MAX(1, entropybits));
|
rk_v1crypto.c | 279 size_t nbits = NBBY*nbytes; local in function:rk_v1crypto_rng_get 281 while (nbits) { 295 nbits -= MIN(nbits, MAX(1, entropybits));
|
/src/sys/arch/aarch64/aarch64/ |
cpu.c | 618 size_t nbits = nbytes*NBBY; local in function:rndrrs_get 623 while (nbits) { 649 nbits -= MIN(nbits, bpb*sizeof(x));
|
cpu.c | 618 size_t nbits = nbytes*NBBY; local in function:rndrrs_get 623 while (nbits) { 649 nbits -= MIN(nbits, bpb*sizeof(x));
|
/src/sys/kern/ |
subr_kcov.c | 758 uint64_t i, nbits, ncases, type; local in function:__sanitizer_cov_trace_switch 763 nbits = cases[1]; 765 switch (nbits) {
|