Searched refs:bit_count (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshrec.c | 316 FT_UInt bit_count, in ps_mask_table_set_bits() argument 327 error = ps_mask_ensure( mask, bit_count, memory ); in ps_mask_table_set_bits() 331 mask->num_bits = bit_count; in ps_mask_table_set_bits() 342 for ( ; bit_count > 0; bit_count-- ) in ps_mask_table_set_bits() 998 FT_UInt bit_count, in ps_hints_t2mask() argument 1013 if ( bit_count != count1 + count2 ) in ps_hints_t2mask() 1017 bit_count, count1 + count2 )); in ps_hints_t2mask() 1043 FT_UInt bit_count, in ps_hints_t2counter() argument 1058 if ( bit_count != count1 + count2 ) in ps_hints_t2counter() 1062 bit_count, count1 + count2 )); in ps_hints_t2counter()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | pshints.h | 510 FT_UInt bit_count, 551 FT_UInt bit_count,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 2096 int bit_count; 2099 bit_count = (int) strtol (ptr_mask+1, &endp, 10); 2100 if (bit_count <= 0 || bit_count > 32) { 2105 bit_count = 32 - bit_count; /* # bits in host part */ 2115 mask <<= bit_count;
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | snmp_core.h | 322 u8_t snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/apps/ |
A D | snmp_core.h | 322 u8_t snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_core.c | 1284 snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count) in snmp_encode_bits() argument 1287 u8_t min_bytes = (bit_count + 7) >> 3; /* >>3 -> / 8 */ in snmp_encode_bits()
|
Completed in 20 milliseconds