Searched refs:abits (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | ccp.c | 264 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/ |
D | str_lib.c | 1673 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/ |
D | gcc_qadd.c | 29 const doublebits abits = { .d = A }; in __gcc_qadd() local 31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) || in __gcc_qadd()
|
D | gcc_qsub.c | 29 const doublebits abits = { .d = A }; in __gcc_qsub() local 31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) || in __gcc_qsub()
|
/external/qemu/ |
D | console.h | 134 uint8_t rbits, gbits, bbits, abits; member
|
D | console.c | 1704 pf.abits = 8; in qemu_different_endianness_pixelformat() 1781 pf.abits = 8; in qemu_default_pixelformat()
|
/external/qemu/hw/ |
D | goldfish_fb.c | 178 pf->abits, pf->amask, pf->ashift, pf->amax); in goldfish_fb_get_pixel_format()
|