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

1 2 3 4 5 6 7

  /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/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);
  /ndk/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/opencv3/3rdparty/libjasper/
jpc_t1enc.c 88 static int jpc_encsigpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int,
91 static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int, jas_matrix_t *flags,
94 static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int,
97 static int jpc_encrawsigpass(jpc_bitstream_t *out, int bitpos, int,
100 static int jpc_encrawrefpass(jpc_bitstream_t *out, int bitpos, int,
197 int bitpos; local
245 bitpos = cblk->numbps - 1;
269 assert(bitpos >= 0);
281 bitpos, band->orient, vcausal, cblk->flags,
283 jpc_encrawsigpass(bout, bitpos, vcausal, cblk->flags
    [all...]
jpc_t1cod.h 222 #define JPC_GETSIGNMSEDEC(x, bitpos) jpc_getsignmsedec_macro(x, bitpos)
223 jpc_fix_t jpc_getsignmsedec_func(jpc_fix_t x, int bitpos);
224 #define jpc_getsignmsedec_macro(x, bitpos) \
225 ((bitpos > JPC_NMSEDEC_FRACBITS) ? jpc_signmsedec[JPC_ASR(x, bitpos - JPC_NMSEDEC_FRACBITS) & JAS_ONES(JPC_NMSEDEC_BITS)] : \
226 (jpc_signmsedec0[JPC_ASR(x, bitpos - JPC_NMSEDEC_FRACBITS) & JAS_ONES(JPC_NMSEDEC_BITS)]))
229 #define JPC_GETREFNMSEDEC(x, bitpos) jpc_getrefnmsedec_macro(x, bitpos)
230 jpc_fix_t jpc_refsignmsedec_func(jpc_fix_t x, int bitpos);
    [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;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 133 src_buf[bitpos / 8] & (1 << (7 - bitpos % 8)); \
134 bitpos++;
139 #define GETBIT(bitpos) src_buf[bitpos / 8] & (1 << (7 - bitpos % 8))
258 int& bitpos,
267 if (bitpos >= bitsize) {
271 if (src_buf[bitpos / 8] & (1 << (7 - bitpos % 8)))
622 int bitpos; member in class:CCodec_FaxDecoder
746 int bitpos = *pbitpos; local
    [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;
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 114 psBits.bitPos = 32;
616 uint32 bitPos = pStream->bitPos;
621 if (ucNBits > (32 - bitPos)) /* not enough bits */
624 bitPos = dataBitPos & 7; /* update bit position */
640 pStream->bitPos = bitPos;
643 bitPos += ucNBits;
645 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
658 uint32 bitPos = pStream->bitPos
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 109 psBits.bitPos = 32;
631 uint32 bitPos = pStream->bitPos;
636 if (ucNBits > (32 - bitPos)) /* not enough bits */
639 bitPos = dataBitPos & 7; /* update bit position */
655 pStream->bitPos = bitPos;
658 bitPos += ucNBits;
660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
673 uint32 bitPos = pStream->bitPos
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7