HomeSort by relevance Sort by last modified time
    Searched full:bitpos (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/valgrind/none/tests/s390x/
flogr.c 17 flogr1(unsigned long input, unsigned long *bitpos, unsigned long *modval,
25 "stg 2, %[bitpos]\n\t"
27 : [bitpos]"=m"(*bitpos), [modval]"=m"(*modval),
34 printf("value = %lx, bitpos = %lu, modval = %lx, cc = %d\n",
35 value, *bitpos, *modval, *cc);
41 flogr2(unsigned long input, unsigned long *bitpos, unsigned long *modval,
49 "stg 2, %[bitpos]\n\t"
51 : [bitpos]"=m"(*bitpos), [modval]"=m"(*modval)
91 unsigned long bitpos, modval, value; local
    [all...]
  /external/pdfium/core/fxcrt/
fx_basic_util_unittest.cpp 13 uint32_t ReferenceGetBits32(const uint8_t* pData, int bitpos, int nbits) {
16 if (pData[(bitpos + i) / 8] & (1 << (7 - (bitpos + i) % 8)))
27 for (int bitpos = 0; bitpos < (int)sizeof(data) * 8 - nbits; ++bitpos) {
28 EXPECT_EQ(ReferenceGetBits32(data, bitpos, nbits),
29 GetBits32(data, bitpos, nbits));
  /external/tpm2/
PP.c 48 UINT32 bitPos;
55 bitPos = commandCode - TPM_CC_PP_FIRST;
57 gp.ppList[bitPos/8] |= 1 << (bitPos % 8);
71 UINT32 bitPos;
81 bitPos = commandCode - TPM_CC_PP_FIRST;
83 gp.ppList[bitPos/8] |= (1 << (bitPos % 8));
85 gp.ppList[bitPos/8] ^= (1 << (bitPos % 8))
    [all...]
CommandAudit.c 80 UINT32 bitPos;
87 bitPos = commandCode - TPM_CC_FIRST;
88 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)))
91 BitSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands));
121 UINT32 bitPos;
129 bitPos = commandCode - TPM_CC_FIRST;
130 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)))
133 BitClear(bitPos, &gp.auditComands[0], sizeof(gp.auditComands));
157 UINT32 bitPos;
158 bitPos = commandCode - TPM_CC_FIRST
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4448.go 14 var bitPos [64]int
18 bitPos[b26<<p>>58] = int(p)
26 return bitPos[((w&-w)*b26)>>58]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4448.go 14 var bitPos [64]int
18 bitPos[b26<<p>>58] = int(p)
26 return bitPos[((w&-w)*b26)>>58]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh-relocs.h 26 0, /* bitpos */
42 0, /* bitpos */
57 0, /* bitpos */
72 0, /* bitpos */
89 0, /* bitpos */
104 0, /* bitpos */
119 0, /* bitpos */
136 0, /* bitpos */
153 0, /* bitpos */
170 0, /* bitpos */
    [all...]
elf64-mips.c 152 0, /* bitpos */
167 0, /* bitpos */
182 0, /* bitpos */
197 0, /* bitpos */
212 0, /* bitpos */
233 0, /* bitpos */
248 0, /* bitpos */
263 0, /* bitpos */
278 0, /* bitpos */
293 0, /* bitpos */
    [all...]
elfn32-mips.c 114 0, /* bitpos */
129 0, /* bitpos */
144 0, /* bitpos */
159 0, /* bitpos */
174 0, /* bitpos */
195 0, /* bitpos */
210 0, /* bitpos */
225 0, /* bitpos */
240 0, /* bitpos */
255 0, /* bitpos */
    [all...]
elf32-mips.c 113 0, /* bitpos */
128 0, /* bitpos */
143 0, /* bitpos */
158 0, /* bitpos */
173 0, /* bitpos */
191 0, /* bitpos */
206 0, /* bitpos */
221 0, /* bitpos */
236 0, /* bitpos */
251 0, /* bitpos */
    [all...]
elf32-i860.c 270 0, /* bitpos */
285 0, /* bitpos */
299 0, /* bitpos */
313 0, /* bitpos */
327 0, /* bitpos */
341 0, /* bitpos */
356 0, /* bitpos */
370 0, /* bitpos */
385 0, /* bitpos */
399 0, /* bitpos */
    [all...]
coff-tic80.c 67 0, /* bitpos */
81 0, /* bitpos */
95 0, /* bitpos */
109 0, /* bitpos */
123 0, /* bitpos */
137 6, /* bitpos */
151 6, /* bitpos */
165 6, /* bitpos */
179 6, /* bitpos */
193 0, /* bitpos */
    [all...]
elf32-m68hc12.c 113 0, /* bitpos */
128 0, /* bitpos */
143 0, /* bitpos */
158 0, /* bitpos */
173 0, /* bitpos */
188 0, /* bitpos */
204 0, /* bitpos */
219 0, /* bitpos */
234 0, /* bitpos */
249 0, /* bitpos */
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
binary.c 283 unsigned num_input_bits, bitpos; local
294 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
295 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
308 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
309 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type));
326 for (bitpos = 0; bitpos < num_input_bits; ++bitpos)
357 unsigned num_input_bits, bitpos; local
439 unsigned num_input_bits, i, bitpos; local
    [all...]
qernary.c 66 unsigned num_input_bits, i, bitpos; local
81 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
82 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type));
ternary.c 65 unsigned num_input_bits, i, bitpos; local
79 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
80 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type));
unary.c 83 unsigned num_input_bits, bitpos; local
88 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
89 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nan.c 54 int bitpos; /* index into words (in bits) */ local
68 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
70 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /prebuilts/ndk/r11/sources/android/support/src/msun/
s_nan.c 70 int bitpos; /* index into words (in bits) */ local
84 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
86 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
90 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /prebuilts/ndk/r13/sources/android/support/src/msun/
s_nan.c 70 int bitpos; /* index into words (in bits) */ local
84 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
86 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
90 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 331 unsigned long bitpos = start - bitmap->start; local
338 while ((bitpos & 0x7) != 0 && count > 0) {
339 if (!ext2fs_test_bit64(bitpos, bp->bitarray)) {
340 *out = bitpos + bitmap->start;
343 bitpos++;
350 pos = ((unsigned char *)bp->bitarray) + (bitpos >> 3);
359 bitpos += 8;
372 bitpos += 64 * (max_loop_count - i);
385 bitpos += 8 * (max_loop_count - i);
390 if (!ext2fs_test_bit64(bitpos, bp->bitarray))
405 unsigned long bitpos = start - bitmap->start; local
    [all...]
  /external/lzma/C/
BraIA64.c 26 UInt32 bitPos = 5;
28 for (slot = 0; slot < 3; slot++, bitPos += 41)
35 bytePos = (bitPos >> 3);
36 bitRes = bitPos & 0x7;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Math.c 174 UINT8 Bitpos;
175 Bitpos = 0;
183 Bitpos++;
185 return (UINT8)(Bitpos - 1);
211 UINT8 Bitpos;
212 Bitpos = 0;
220 Bitpos++;
224 Bitpos--;
225 while (Bitpos != 0) {
227 Bitpos--;
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
IA64.java 36 for (int slot = 0, bitPos = 5; slot < 3; ++slot, bitPos += 41) {
40 int bytePos = bitPos >>> 3;
41 int bitRes = bitPos & 7;
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 128 inline bool NextBit(const uint8_t* src_buf, int* bitpos) {
129 int pos = (*bitpos)++;
250 int* bitpos,
259 if (*bitpos >= bitsize)
263 if (src_buf[*bitpos / 8] & (1 << (7 - *bitpos % 8)))
266 ++(*bitpos);
278 int* bitpos,
285 if (*bitpos >= bitsize)
295 if (!NextBit(src_buf, bitpos)) {
573 int bitpos = *pbitpos; local
    [all...]

Completed in 2870 milliseconds

1 2 3 4 5 6 7 8