Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Debitmap.c57 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit; in ebitmap_or()
69 dst->highbit = tmp.highbit; in ebitmap_union()
112 dst->highbit = prev->startbit + MAPSIZE; in ebitmap_and()
162 dst->highbit = prev->startbit + MAPSIZE; in ebitmap_xor()
211 dst->highbit = prev->startbit + MAPSIZE; in ebitmap_not()
261 if (e1->highbit != e2->highbit) in ebitmap_cmp()
303 dst->highbit = src->highbit; in ebitmap_cpy()
311 if (e1->highbit < e2->highbit) in ebitmap_contains()
360 if (e->highbit < bit) in ebitmap_get_bit()
381 uint32_t highbit = startbit + MAPSIZE; in ebitmap_set_bit() local
[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