Searched defs:abits (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c29 const doublebits abits = { .d = A }; local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
H A Dgcc_qsub.c29 const doublebits abits = { .d = A }; local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
/external/pixman/pixman/
H A Dpixman-arm-neon-asm.h76 .macro pixldst1 op, elem_size, reg1, mem_operand, abits
77 .if abits > 0
78 op&.&elem_size {d&reg1}, [&mem_operand&, :&abits&]!
84 .macro pixldst2 op, elem_size, reg1, reg2, mem_operand, abits
85 .if abits > 0
86 op&.&elem_size {d&reg1, d&reg2}, [&mem_operand&, :&abits&]!
92 .macro pixldst4 op, elem_size, reg1, reg2, reg3, reg4, mem_operand, abits
93 .if abits > 0
94 op&.&elem_size {d&reg1, d&reg2, d&reg3, d&reg4}, [&mem_operand&, :&abits&]!
100 .macro pixldst0 op, elem_size, reg1, idx, mem_operand, abits
146 .macro pixld numpix, bpp, basereg, mem_operand, abits=0 variable
169 .macro pixst numpix, bpp, basereg, mem_operand, abits=0 variable
[all...]
/external/ppp/pppd/
H A Dccp.c264 int rbits, abits; local
268 abits = rbits = strtol(str, &endp, 0);
271 abits = strtol(str, &endp, 0);
278 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
288 if (abits > 0) {
290 ccp_allowoptions[0].bsd_bits = abits;
294 rbits == abits? "%d": "%d,%d", rbits, abits);
303 int rbits, abits; local
[all...]
/external/openssl/crypto/store/
H A Dstr_lib.c1673 const unsigned char *abits, const unsigned char *bbits,
1681 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++)
1685 if (*abits < *bbits) res = -1;
1686 if (*abits > *bbits) res = 1;
1688 if (*abits)
1693 if (!(*abits & 0x01)) alow++;
1694 if (!(*abits & 0x02)) alow++;
1695 if (!(*abits & 0x04)) alow++;
1696 if (!(*abits & 0x08)) alow++;
1697 if (!(*abits
1672 attr_info_compare_compute_range( const unsigned char *abits, const unsigned char *bbits, unsigned int *alowp, unsigned int *ahighp, unsigned int *blowp, unsigned int *bhighp) argument
1767 unsigned char *abits, *bbits; local
[all...]
/external/qemu/include/ui/
H A Dconsole.h134 uint8_t rbits, gbits, bbits, abits; member in struct:PixelFormat

Completed in 131 milliseconds