Searched refs:abits (Results 1 – 4 of 4) 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/qemu/ |
D | console.h | 91 uint8_t rbits, gbits, bbits, abits; member
|
D | console.c | 1485 pf.abits = 8; in qemu_different_endianness_pixelformat() 1546 pf.abits = 8; in qemu_default_pixelformat()
|