Searched refs:bitstr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_h323_asn1.c | 91 struct bitstr { struct 103 static unsigned int get_len(struct bitstr *bs); argument 104 static unsigned int get_bit(struct bitstr *bs); 105 static unsigned int get_bits(struct bitstr *bs, unsigned int b); 106 static unsigned int get_bitmap(struct bitstr *bs, unsigned int b); 107 static unsigned int get_uint(struct bitstr *bs, int b); 110 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level); 111 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level); 112 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level); 113 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level); [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 228 const char **bitstr; in print_flags() local 232 bitstr = bitarray + 42; in print_flags() 237 if (bitstr[(r >> bit) & 1][0]) in print_flags() 238 fputs(bitstr[(r >> bit) & 1], stdout); in print_flags() 239 bitstr -= 2; in print_flags()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.c | 489 tmp = (p->bitstr.pos) * 8 + (8 - p->bitstr.count); in vp8d_convert_to_syntx() 520 pic_param->bool_value = ((p->bitstr.value >> 24) & (0xFFU)); in vp8d_convert_to_syntx() 521 pic_param->bool_range = (p->bitstr.range & (0xFFU)); in vp8d_convert_to_syntx() 523 pic_param->streamEndPos = p->bitstr.streamEndPos; in vp8d_convert_to_syntx() 800 if (vp8hwdDecodeBool(&p->bitstr, in vp8hwdDecodeCoeffUpdate() 803 vp8hwdReadBits(&p->bitstr, 8); in vp8hwdDecodeCoeffUpdate() 816 vpBoolCoder_t *bit_ctx = &p->bitstr; in vp8_header_parser() 891 if (vp8hwdDecodeBool128(&p->bitstr)) { in vp8_header_parser() 1008 vpBoolCoder_t *bit_ctx = &p->bitstr; in vp7_header_parser()
|
| H A D | vp8d_parser.h | 96 vpBoolCoder_t bitstr; member
|