| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| whrlpool.h | 42 unsigned int bitoff; member in struct:__anon457
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| whrlpool.h | 42 unsigned int bitoff; member in struct:__anon1527
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| whrlpool.h | 33 unsigned int bitoff; member in struct:__anon2166
|
| /src/crypto/external/apache2/openssl/dist/crypto/whrlpool/ |
| wp_dgst.c | 95 unsigned int bitoff = c->bitoff, local 96 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7; 116 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) { 121 unsigned int byteoff = bitoff / 8; 123 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* reuse bitrem */ 130 bitoff = 0; 133 bitoff += (unsigned int)bits; 136 c->bitoff = bitoff; 216 unsigned int bitoff = c->bitoff, byteoff = bitoff \/ 8; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/whrlpool/ |
| wp_dgst.c | 95 unsigned int bitoff = c->bitoff, local 96 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7; 116 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) { 121 unsigned int byteoff = bitoff / 8; 123 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */ 130 bitoff = 0; 133 bitoff += (unsigned int)bits; 136 c->bitoff = bitoff; 216 unsigned int bitoff = c->bitoff, byteoff = bitoff \/ 8; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/ |
| wp_dgst.c | 89 unsigned int bitoff = c->bitoff, local 90 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7; 110 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) { 115 unsigned int byteoff = bitoff / 8; 117 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */ 124 bitoff = 0; 127 bitoff += (unsigned int)bits; 130 c->bitoff = bitoff; 210 unsigned int bitoff = c->bitoff, byteoff = bitoff \/ 8; local [all...] |
| /src/sys/dev/mvme/ |
| vme_two_isr.c | 252 int bitoff; local 277 bitoff = vec - VME2_VECTOR_BASE; 285 bitoff = lvl - 1; 305 iloffset = VME2_ILOFFSET_FROM_VECTOR(bitoff) + 307 ilshift = VME2_ILSHIFT_FROM_VECTOR(bitoff); 317 VME2_LOCAL_INTERRUPT(bitoff)); 321 reg |= VME2_LOCAL_INTERRUPT(bitoff); 328 iloffset = VME2_ILOFFSET_FROM_VECTOR(bitoff) + 330 ilshift = VME2_ILSHIFT_FROM_VECTOR(bitoff); 349 int bitoff; local [all...] |
| /src/sys/arch/hpcmips/vr/ |
| vr4181giu.c | 269 int bitoff; local 345 bitoff = (port & 0x7) << 1; 348 r &= ~(0x3 << bitoff); 349 r |= (VR4181GIU_MODE_IN | VR4181GIU_MODE_GPIO) << bitoff; 356 r &= ~(0x3 << bitoff); 357 r |= raw_intr_type << bitoff;
|
| /src/common/lib/libc/gen/ |
| ptree.c | 143 const pt_node_t *ptn, pt_bitoff_t bitoff, pt_bitlen_t bitlen) 146 bitoff, bitlen, pt->pt_context); 200 /* set branch bitlen and bitoff in one step. */ 612 pt_bitoff_t bitoff = mask_len; local 621 if (!ptree_matchnode(pt, target, NULL, UINT_MAX, &bitoff, &slot)) 638 pt_bitoff_t bitoff; local 644 bitoff = 0; 659 if (bitoff < branch_bitoff) { 660 if (!ptree_matchkey(pt, key, ptn, bitoff, branch_bitoff - bitoff)) { 823 pt_bitoff_t bitoff; local 1135 const pt_bitoff_t bitoff = PTN_BRANCH_BITOFF(ptn); local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ns32k-dis.c | 816 int bitoff = d[1] == 'f' ? 10 : 5; 817 int addr_mode = bit_extract (buffer, ioffset - bitoff, 5); 810 int bitoff = d[1] == 'f' ? 10 : 5; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ns32k-dis.c | 816 int bitoff = d[1] == 'f' ? 10 : 5; 817 int addr_mode = bit_extract (buffer, ioffset - bitoff, 5); 810 int bitoff = d[1] == 'f' ? 10 : 5; local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ns32k-dis.c | 816 int bitoff = d[1] == 'f' ? 10 : 5; 817 int addr_mode = bit_extract (buffer, ioffset - bitoff, 5); 810 int bitoff = d[1] == 'f' ? 10 : 5; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ns32k-dis.c | 816 int bitoff = d[1] == 'f' ? 10 : 5; 817 int addr_mode = bit_extract (buffer, ioffset - bitoff, 5); 810 int bitoff = d[1] == 'f' ? 10 : 5; local
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| dwarf.c | 971 Dwarf_Unsigned sz, bitsz, bitoff; local 1044 if (die_unsigned(dw, mem, DW_AT_data_bit_offset, &bitoff, 0)) { 1045 ml->ml_offset += bitoff; 1046 } else if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) { 1048 ml->ml_offset += bitoff; 1065 ml->ml_offset += bysz * NBBY - bitoff - 1069 bitoff - ml->ml_size;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| calls.cc | 2240 unsigned int bitoff = (nregs - 1) * BITS_PER_WORD; 2241 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; 2242 rtx x = extract_bit_field (mem, bitsize, bitoff, 1, dest, 2239 unsigned int bitoff = (nregs - 1) * BITS_PER_WORD; local
|
| gimple-fold.cc | 8447 HOST_WIDE_INT bitoff; local 8450 if (bitoffset.is_constant (&bitoff) 8451 && bitoff >= 0 8452 && bitoff <= diff) 8454 offset -= bitoff; 8464 bitoff)); 8468 diff - bitoff));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 2199 unsigned int bitoff = (nregs - 1) * BITS_PER_WORD; 2200 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; 2201 rtx x = extract_bit_field (mem, bitsize, bitoff, 1, dest, 2198 unsigned int bitoff = (nregs - 1) * BITS_PER_WORD; local
|
| gimple-fold.cc | 8289 HOST_WIDE_INT bitoff; local 8292 if (bitoffset.is_constant (&bitoff) 8293 && bitoff >= 0 8294 && bitoff <= diff) 8296 offset -= bitoff; 8306 bitoff)); 8310 diff - bitoff));
|
| /src/sys/dev/nvmm/x86/ |
| nvmm_x86_svm.c | 1769 uint8_t bitoff; local 1784 bitoff = (msr & 0x3) << 1; 1787 bitmap[byte] &= ~(SVM_MSRBM_READ << bitoff); 1790 bitmap[byte] &= ~(SVM_MSRBM_WRITE << bitoff);
|
| nvmm_x86_vmx.c | 2464 uint8_t bitoff; local 2476 bitoff = (msr & 0x7); 2479 bitmap[byte] &= ~__BIT(bitoff); 2482 bitmap[2048 + byte] &= ~__BIT(bitoff); 3260 #define CTLS_ONE_ALLOWED(msrval, bitoff) \ 3261 ((msrval & __BIT(32 + bitoff)) != 0) 3262 #define CTLS_ZERO_ALLOWED(msrval, bitoff) \ 3263 ((msrval & __BIT(bitoff)) == 0)
|