| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bfp-test.c | 21 float b32; variable 27 b32 = 1.5f;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bfp-test.c | 21 float b32; variable 27 b32 = 1.5f;
|
| /src/external/bsd/unbound/dist/validator/ |
| val_nsec3.h | 281 uint8_t* b32; member in struct:nsec3_cached_hash
|
| val_neg.c | 1177 uint8_t b32[257]; local 1197 zone->len, b32, sizeof(b32)))) 1201 data = neg_find_data(zone, b32, b32len, zone->labs+1); 1234 time_t now, uint8_t* b32, size_t maxb32) 1241 zone->len, b32, maxb32))) 1243 (void)neg_closest_data(zone, b32, b32len, zone->labs+1, &data); 1343 c.b32 = nc_b32+1;
|
| /src/regress/lib/libc/divrem/ |
| divremtest.c | 83 int32_t a32, b32, sr32; local 94 b32 = 1 << j; 97 TEST("32 ", a32 + k, b32 + l, sr32); 98 TEST("32 ", a32 + k, -(b32 + l), sr32); 99 TEST("32 ", -(a32 + k), b32 + l, sr32); 100 TEST("32 ", -(a32 + k), -(b32 + l), sr32); 111 for(b32 = -NEARBY; b32 < NEARBY; ++b32) { 112 TEST("32 ", a32, b32, sr32) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_ioctl.c | 199 u32 b32; member in union:__anon5296 217 ret = nvkm_object_rd32(object, args->v0.addr, &v.b32); 218 args->v0.data = v.b32;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| dfp-bit.c | 99 union { _Decimal32 c; decSingle f; } a32, b32, res32; 105 b32.c = arg_b; 107 decSingleToWider (&b32.f, &b); 178 union { _Decimal32 c; decSingle f; } a32, b32; 182 b32.c = arg_b; 184 decSingleToWider (&b32.f, &b); 98 union { _Decimal32 c; decSingle f; } a32, b32, res32; local 177 union { _Decimal32 c; decSingle f; } a32, b32; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| dfp-bit.c | 99 union { _Decimal32 c; decSingle f; } a32, b32, res32; 105 b32.c = arg_b; 107 decSingleToWider (&b32.f, &b); 178 union { _Decimal32 c; decSingle f; } a32, b32; 182 b32.c = arg_b; 184 decSingleToWider (&b32.f, &b); 98 union { _Decimal32 c; decSingle f; } a32, b32, res32; local 177 union { _Decimal32 c; decSingle f; } a32, b32; local
|
| /src/external/bsd/unbound/dist/sldns/ |
| parseutil.c | 381 const char* b32 = extended_hex ? "0123456789abcdefghijklmnopqrstuv" local 402 dst[0] = b32[(src[0] ) >> 3]; 405 dst[1] = b32[(src[0] & 0x07) << 2 | src[1] >> 6]; 408 dst[2] = b32[(src[1] & 0x3e) >> 1]; 411 dst[3] = b32[(src[1] & 0x01) << 4 | src[2] >> 4]; 414 dst[4] = b32[(src[2] & 0x0f) << 1 | src[3] >> 7]; 417 dst[5] = b32[(src[3] & 0x7c) >> 2]; 420 dst[6] = b32[(src[3] & 0x03) << 3 | src[4] >> 5]; 423 dst[7] = b32[(src[4] & 0x1f) ]; 432 dst[6] = b32[(src[3] & 0x03) << 3] [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| common_module_tests.c | 547 char *b32; local 582 b32 = sae_pk_base32_encode(val, bits - 5); 583 if (!b32) { 590 if (os_strcmp(b32, pw) != 0) { 594 b32); 597 os_free(b32);
|
| /src/lib/libcrypt/ |
| crypt.c | 234 } b32; member in union:__anon462 250 rslt = (cvt.b32.i0 & 0x3f3f3f3fL) << 2; \ 257 #define LOAD(d,d0,d1,bl) d0 = (bl).b32.i0, d1 = (bl).b32.i1 259 #define OR(d,d0,d1,bl) d0 |= (bl).b32.i0, d1 |= (bl).b32.i1 260 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1 813 B.b32.i0 = k ^ q0 ^ kp->b32.i0; [all...] |
| /src/sys/crypto/aes/arch/x86/ |
| aes_via.c | 350 const uint32_t *b32 = b; local 352 x32[0] = a32[0] ^ b32[0]; 353 x32[1] = a32[1] ^ b32[1]; 354 x32[2] = a32[2] ^ b32[2]; 355 x32[3] = a32[3] ^ b32[3];
|
| /src/external/bsd/nsd/dist/ |
| nsec3.c | 109 char b32[SHA_DIGEST_LENGTH*2+1]; local 110 b32_ntop(hash, SHA_DIGEST_LENGTH, b32, sizeof(b32)); 111 dname=dname_parse(region, b32); 522 /* nsec3tree is sorted by b32 encoded domain name of the NSEC3 */
|
| util.c | 582 static char b32[]="0123456789abcdefghijklmnopqrstuv"; local 592 buf[0]=b32[src[0] >> 3]; 598 buf[1]=b32[t]; 603 buf[2]=b32[(src[1] >> 1)&0x1f]; 609 buf[3]=b32[t]; 617 buf[4]=b32[t]; 622 buf[5]=b32[(src[3] >> 2)&0x1f]; 628 buf[6]=b32[t]; 633 buf[7]=b32[src[4]&0x1f];
|
| /src/sys/compat/netbsd32/ |
| netbsd32_drm.c | 393 drm_buf_desc32_t b32; local 397 if ((error = copyin(&b32, arg, sizeof(b32))) != 0) 400 b64.size = b32.size; 401 b64.low_mark = b32.low_mark; 402 b64.high_mark = b32.high_mark;
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_ioc32.c | 358 drm_buf_desc32_t b32; local 362 if (copy_from_user(&b32, argp, sizeof(b32))) 365 buf.size = b32.size; 366 buf.low_mark = b32.low_mark; 367 buf.high_mark = b32.high_mark;
|
| /src/sys/ufs/lfs/ |
| lfs.h | 1226 int32_t *b32; member in union:lfs_blocks
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 667 bu32 b32, im32, iml32, lb32, res; local 698 b32 = b; 700 res = (im32 < b32) ? iml32 : im32; 702 res = (im32 < b32) ? im32 : iml32;
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 667 bu32 b32, im32, iml32, lb32, res; local 698 b32 = b; 700 res = (im32 < b32) ? iml32 : im32; 702 res = (im32 < b32) ? im32 : iml32;
|