Home
last modified time | relevance | path

Searched refs:abits (Results 1 – 9 of 9) sorted by relevance

/external/pixman/pixman/
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
[all …]
/external/ppp/pppd/
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
307 abits = rbits = strtol(str, &endp, 0);
310 abits = strtol(str, &endp, 0);
[all …]
/external/openssl/crypto/store/
Dstr_lib.c1673 const unsigned char *abits, const unsigned char *bbits, in attr_info_compare_compute_range() argument
1681 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++) in attr_info_compare_compute_range()
1685 if (*abits < *bbits) res = -1; in attr_info_compare_compute_range()
1686 if (*abits > *bbits) res = 1; in attr_info_compare_compute_range()
1688 if (*abits) in attr_info_compare_compute_range()
1693 if (!(*abits & 0x01)) alow++; in attr_info_compare_compute_range()
1694 if (!(*abits & 0x02)) alow++; in attr_info_compare_compute_range()
1695 if (!(*abits & 0x04)) alow++; in attr_info_compare_compute_range()
1696 if (!(*abits & 0x08)) alow++; in attr_info_compare_compute_range()
1697 if (!(*abits & 0x10)) alow++; in attr_info_compare_compute_range()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/store/
Dstr_lib.c1673 const unsigned char *abits, const unsigned char *bbits, in attr_info_compare_compute_range() argument
1681 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++) in attr_info_compare_compute_range()
1685 if (*abits < *bbits) res = -1; in attr_info_compare_compute_range()
1686 if (*abits > *bbits) res = 1; in attr_info_compare_compute_range()
1688 if (*abits) in attr_info_compare_compute_range()
1693 if (!(*abits & 0x01)) alow++; in attr_info_compare_compute_range()
1694 if (!(*abits & 0x02)) alow++; in attr_info_compare_compute_range()
1695 if (!(*abits & 0x04)) alow++; in attr_info_compare_compute_range()
1696 if (!(*abits & 0x08)) alow++; in attr_info_compare_compute_range()
1697 if (!(*abits & 0x10)) alow++; in attr_info_compare_compute_range()
[all …]
/external/compiler-rt/lib/ppc/
Dgcc_qadd.c29 const doublebits abits = { .d = A }; in __gcc_qadd() local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) || in __gcc_qadd()
Dgcc_qsub.c29 const doublebits abits = { .d = A }; in __gcc_qsub() local
31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) || in __gcc_qsub()
/external/qemu/
Dconsole.h134 uint8_t rbits, gbits, bbits, abits; member
Dconsole.c1704 pf.abits = 8; in qemu_different_endianness_pixelformat()
1781 pf.abits = 8; in qemu_default_pixelformat()
/external/qemu/hw/
Dgoldfish_fb.c178 pf->abits, pf->amask, pf->ashift, pf->amax); in goldfish_fb_get_pixel_format()