Searched refs:startbit (Results 1 - 5 of 5) sorted by relevance

/external/selinux/libsepol/src/
H A Debitmap.c34 if (n1 && n2 && n1->startbit == n2->startbit) {
35 new->startbit = n1->startbit;
39 } else if (!n2 || (n1 && n1->startbit < n2->startbit)) {
40 new->startbit = n1->startbit;
44 new->startbit = n2->startbit;
251 uint32_t startbit = bit & ~(MAPSIZE - 1); local
[all...]
H A Dwrite.c75 bit = cpu_to_le32(n->startbit);
/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h31 uint32_t startbit; /* starting position in the total bitmap */ member in struct:ebitmap_node
42 #define ebitmap_startbit(e) ((e)->node ? (e)->node->startbit : 0)
60 if ((bit == ((*n)->startbit + MAPSIZE - 1)) && (*n)->next) {
62 return (*n)->startbit;
70 if (n->map & (MAPBIT << (bit - n->startbit)))
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp527 int startbit = bitpos; local
531 if (bitpos - startbit <= 11) {
532 bitpos = startbit;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c1365 if (n1->startbit < n2->startbit) {
1367 } else if (n2->startbit < n1->startbit) {

Completed in 407 milliseconds