Home
last modified time | relevance | path

Searched refs:highbit (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libsepol/src/
Debitmap.c58 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit; in ebitmap_or()
70 dst->highbit = tmp.highbit; in ebitmap_union()
160 if (e1->highbit != e2->highbit) in ebitmap_cmp()
203 dst->highbit = src->highbit; in ebitmap_cpy()
211 if (e1->highbit < e2->highbit) in ebitmap_contains()
260 if (e->highbit < bit) in ebitmap_get_bit()
281 uint32_t highbit = startbit + MAPSIZE; in ebitmap_set_bit() local
283 if (highbit == 0) { in ebitmap_set_bit()
305 e->highbit = in ebitmap_set_bit()
309 e->highbit = 0; in ebitmap_set_bit()
[all …]
Dwrite.c69 buf[1] = cpu_to_le32(e->highbit); in ebitmap_write()
/third_party/ffmpeg/libavcodec/
Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
174 highbit = 1 << (lookup_size - 1); in decode_frame()
175 lowbits = highbit - 1; in decode_frame()
177 if (lookup & highbit) in decode_frame()
178 lookup ^= highbit; in decode_frame()
180 highbit = 0; in decode_frame()
192 if (highbit) in decode_frame()
/third_party/selinux/libsepol/include/sepol/policydb/
Debitmap.h39 uint32_t highbit; /* highest position in the total bitmap */ member
42 #define ebitmap_is_empty(e) (((e)->highbit) == 0)
43 #define ebitmap_length(e) ((e)->highbit)
/third_party/selinux/libsepol/tests/
Ddebug.c30 for (i = 0; i < bitmap->highbit; i++) { in print_ebitmap()
Dtest-common.c221 CU_ASSERT(role->types.negset.highbit == 0); in test_role_type_set()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h53962 u32 highbit; member