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

1 2 3

  /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...]
  /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);
  /external/valgrind/memcheck/tests/vbit-test/
qernary.c 66 unsigned num_input_bits, i, bitpos; local
84 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
85 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type));
ternary.c 84 unsigned num_input_bits, i, bitpos; local
98 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
99 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type));
unary.c 108 unsigned num_input_bits, bitpos; local
116 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
117 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits);
binary.c 442 unsigned num_input_bits, bitpos; local
453 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
454 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
467 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
468 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type));
485 for (bitpos = 0; bitpos < num_input_bits; ++bitpos)
516 unsigned num_input_bits, bitpos; local
598 unsigned num_input_bits, i, bitpos; local
    [all...]
  /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/pdfium/core/fxcrt/
fx_extension_unittest.cpp 10 uint32_t ReferenceGetBits32(const uint8_t* pData, int bitpos, int nbits) {
13 if (pData[(bitpos + i) / 8] & (1 << (7 - (bitpos + i) % 8)))
109 for (int bitpos = 0; bitpos < (int)sizeof(data) * 8 - nbits; ++bitpos) {
110 EXPECT_EQ(ReferenceGetBits32(data, bitpos, nbits),
111 GetBits32(data, bitpos, nbits));
fx_extension.cpp 125 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits) {
127 const uint8_t* dataPtr = &pData[bitpos / 8];
131 int bitCount = bitpos & 0x07;
fx_extension.h 89 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits);
  /external/toybox/toys/pending/
compress.c 73 int fd, bitpos, len, max; member in struct:bitbuf
88 // Advance bitpos without the overhead of recording bits
91 int pos = bb->bitpos + bits, len = bb->len << 3;
98 bb->bitpos = pos;
104 int bufpos = bb->bitpos>>3;
111 return (bb->buf[bufpos]>>(bb->bitpos++&7))&1;
120 int click = bb->bitpos >> 3, blow, blen;
126 blow = bb->bitpos & 7;
132 bb->bitpos += blen;
140 if (!bb->bitpos) return
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 131 inline bool NextBit(const uint8_t* src_buf, int* bitpos) {
132 int pos = (*bitpos)++;
253 int* bitpos,
262 if (*bitpos >= bitsize)
266 if (src_buf[*bitpos / 8] & (1 << (7 - *bitpos % 8)))
269 ++(*bitpos);
280 int* bitpos,
287 if (*bitpos >= bitsize)
297 if (!NextBit(src_buf, bitpos)) {
572 int bitpos = *pbitpos; local
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_sampledfunc.cpp 117 FX_SAFE_INT32 bitpos = pos;
118 bitpos *= bits_to_output.ValueOrDie();
119 if (!bitpos.IsValid())
122 FX_SAFE_INT32 range_check = bitpos;
131 for (uint32_t j = 0; j < m_nOutputs; j++, bitpos += m_nBitsPerSample) {
133 GetBits32(pSampleData, bitpos.ValueOrDie(), m_nBitsPerSample);
  /toolchain/binutils/binutils-2.27/bfd/
cpu-ns32k.c 366 if (howto->rightshift > howto->bitpos)
367 check = relocation >> (howto->rightshift - howto->bitpos);
369 check = relocation << (howto->bitpos - howto->rightshift);
380 if (howto->rightshift > howto->bitpos
384 >> (howto->rightshift - howto->bitpos)));
416 if (howto->rightshift > howto->bitpos
421 >> (howto->rightshift - howto->bitpos)));
466 relocation <<= (bfd_vma) howto->bitpos;
650 if (howto->bitpos == 0)
657 check += add >> howto->bitpos;
    [all...]
reloc.c 311 . unsigned int bitpos;
842 relocation <<= (bfd_vma) howto->bitpos;
1394 unsigned int bitpos = howto->bitpos; local
1475 ss >>= bitpos; local
    [all...]
nlm32-i386.c 40 0, /* Bitpos. */
57 0, /* Bitpos. */
158 || rel->howto->bitpos != 0
282 && rel->howto->bitpos == 0
306 && rel->howto->bitpos == 0
  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu_x86.go 59 func isSet(bitpos uint, value uint32) bool {
60 return value&(1<<bitpos) != 0
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu_x86.go 59 func isSet(bitpos uint, value uint32) bool {
60 return value&(1<<bitpos) != 0
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.go 68 // isSet checks if bit at bitpos is set in value.
69 func isSet(bitpos uint, value uint32) bool {
70 return value&(1<<bitpos) != 0
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.go 68 // isSet checks if bit at bitpos is set in value.
69 func isSet(bitpos uint, value uint32) bool {
70 return value&(1<<bitpos) != 0
  /external/toybox/lib/
password.c 33 int bitpos = i*6, bits = bitpos/8; local
35 bits = ((libbuf[i]+(libbuf[i+1]<<8)) >> (bitpos&7)) & 0x3f;
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc.c 359 int bitpos[41];
367 bitpos[currstatenum] = 40;
373 int currbitnum = bitpos[currstatenum];
381 bitpos[currstatenum] = currbitnum;
525 bitpos[currstatenum] = currbitnum - 1;
351 int bitpos[41]; local
nds32-dis.c 154 N32_IMMS ((insn >> pfd->bitpos), pfd->bitsize) << pfd->shift;
156 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
165 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
313 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
333 N32_IMMS ((insn >> pfd->bitpos),
337 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
400 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
429 N32_IMMS ((insn >> pfd->bitpos), pfd->bitsize) << pfd->shift;
432 __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
438 else if ((op == N32_OP6_BR3) && (pfd->bitpos == 0)
    [all...]
  /external/nanopb-c/
pb_decode.c 184 uint8_t bitpos = 7; local
189 if (bitpos >= 32)
195 result |= (uint32_t)(byte & 0x7F) << bitpos;
196 bitpos = (uint8_t)(bitpos + 7);
207 uint8_t bitpos = 0; local
212 if (bitpos >= 64)
218 result |= (uint64_t)(byte & 0x7F) << bitpos;
219 bitpos = (uint8_t)(bitpos + 7)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 231 size_t bitpos = totalNumBits & 7; local
241 if (bitpos & 7) {
242 bs.skipBits(8 - (bitpos & 7));

Completed in 564 milliseconds

1 2 3