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

1 23 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/bfd/
elf64-sh64.c 111 0, /* bitpos */
127 0, /* bitpos */
142 0, /* bitpos */
201 0, /* bitpos */
218 0, /* bitpos */
261 0, /* bitpos */
276 0, /* bitpos */
291 0, /* bitpos */
320 10, /* bitpos */
335 10, /* bitpos */
    [all...]
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;
649 if (howto->bitpos == 0)
656 check += add >> howto->bitpos;
    [all...]
elf32-iq2000.c 41 0, /* bitpos */
56 0, /* bitpos */
71 0, /* bitpos */
86 0, /* bitpos */
104 0, /* bitpos */
119 0, /* bitpos */
134 0, /* bitpos */
149 0, /* bitpos */
164 0, /* bitpos */
179 0, /* bitpos */
    [all...]
elf32-v850.c 902 0, /* Bitpos. */
917 0, /* Bitpos. */
932 0, /* Bitpos. */
947 0, /* Bitpos. */
962 0, /* Bitpos. */
977 0, /* Bitpos. */
992 0, /* Bitpos. */
1007 0, /* Bitpos. */
1022 0, /* Bitpos. */
1037 0, /* Bitpos. *
    [all...]
coff-mcore.c 69 0, /* bitpos */
83 0, /* bitpos */
99 0, /* bitpos */
116 0, /* bitpos */
131 0, /* bitpos */
146 0, /* bitpos */
167 0, /* bitpos */
181 0, /* bitpos */
elf32-msp430.c 36 0, /* bitpos */
50 0, /* bitpos */
65 0, /* bitpos */
80 0, /* bitpos */
95 0, /* bitpos */
110 0, /* bitpos */
125 0, /* bitpos */
140 0, /* bitpos */
155 0, /* bitpos */
170 0, /* bitpos */
    [all...]
elf32-m68hc11.c 71 0, /* bitpos */
86 0, /* bitpos */
101 0, /* bitpos */
116 0, /* bitpos */
131 0, /* bitpos */
146 0, /* bitpos */
162 0, /* bitpos */
177 0, /* bitpos */
192 0, /* bitpos */
207 0, /* bitpos */
    [all...]
elf32-m32r.c 119 relocation <<= howto->bitpos;
482 0, /* bitpos */
497 0, /* bitpos */
512 0, /* bitpos */
527 0, /* bitpos */
549 0, /* bitpos */
564 0, /* bitpos */
583 0, /* bitpos */
598 0, /* bitpos */
613 0, /* bitpos */
    [all...]
coff64-rs6000.c     [all...]
elf32-mt.c 54 0, /* bitpos */
69 0, /* bitpos */
84 0, /* bitpos */
99 0, /* bitpos */
114 0, /* bitpos */
129 0, /* bitpos */
144 0, /* bitpos */
pe-mips.c 166 0, /* Bitpos. */
181 0, /* Bitpos. */
196 0, /* Bitpos. */
211 0, /* Bitpos. */
230 0, /* Bitpos. */
245 0, /* Bitpos. */
261 0, /* Bitpos. */
277 0, /* Bitpos. */
317 0, /* Bitpos. */
332 0, /* Bitpos. *
    [all...]
elf64-mmix.c 198 0, /* bitpos */
213 0, /* bitpos */
228 0, /* bitpos */
243 0, /* bitpos */
258 0, /* bitpos */
273 0, /* bitpos */
288 0, /* bitpos */
303 0, /* bitpos */
318 0, /* bitpos */
333 0, /* bitpos */
    [all...]
coff-i386.c 211 0, /* bitpos */
225 0, /* bitpos */
243 0, /* bitpos */
263 0, /* bitpos */
277 0, /* bitpos */
291 0, /* bitpos */
305 0, /* bitpos */
319 0, /* bitpos */
333 0, /* bitpos */
elf32-avr.c 127 0, /* bitpos */
141 0, /* bitpos */
156 3, /* bitpos */
171 0, /* bitpos */
186 0, /* bitpos */
202 0, /* bitpos */
217 0, /* bitpos */
232 0, /* bitpos */
248 0, /* bitpos */
263 0, /* bitpos */
    [all...]
elf32-gen.c 35 0, /* bitpos */
elf64-gen.c 35 0, /* bitpos */
elf32-nds32.c 327 0, /* bitpos */
342 0, /* bitpos */
357 0, /* bitpos */
372 0, /* bitpos */
394 0, /* bitpos */
409 0, /* bitpos */
424 0, /* bitpos */
443 0, /* bitpos */
458 0, /* bitpos */
473 0, /* bitpos */
4173 unsigned int bitpos = howto->bitpos; local
4244 ss >>= bitpos; local
    [all...]
elf32-cr16.c 121 0, /* bitpos */
135 0, /* bitpos */
149 0, /* bitpos */
163 0, /* bitpos */
177 0, /* bitpos */
191 0, /* bitpos */
205 0, /* bitpos */
219 0, /* bitpos */
233 0, /* bitpos */
247 0, /* bitpos */
    [all...]
elf32-or1k.c 66 0, /* bitpos */
80 0, /* bitpos */
94 0, /* bitpos */
108 0, /* bitpos */
122 0, /* bitpos */
136 0, /* bitpos */
151 0, /* bitpos */
166 0, /* bitpos */
181 0, /* bitpos */
195 0, /* bitpos */
    [all...]
  /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;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallBitVector.h 59 unsigned BitPos;
62 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
71 TheVector.set(BitPos);
73 TheVector.reset(BitPos);
78 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
BitVector.h 41 unsigned BitPos;
48 BitPos = Idx % BITWORD_SIZE;
60 *WordRef |= 1L << BitPos;
62 *WordRef &= ~(1L << BitPos);
67 return ((*WordRef) & (1L << BitPos)) ? true : false;
165 unsigned BitPos = Prev % BITWORD_SIZE;
168 Copy &= ~0L << BitPos;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk.xml     [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...]
  /external/pdfium/core/fxcrt/
fx_basic_util.cpp 235 uint32_t GetBits32(const uint8_t* pData, int bitpos, int nbits) {
237 const uint8_t* dataPtr = &pData[bitpos / 8];
241 int bitCount = bitpos & 0x07;

Completed in 2325 milliseconds

1 23 4 5 6 7 8