OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highbit
(Results
1 - 7
of
7
) sorted by null
/external/libsepol/src/
ebitmap.c
57
dst->
highbit
= (e1->
highbit
> e2->
highbit
) ? e1->
highbit
: e2->
highbit
;
69
dst->
highbit
= tmp.
highbit
;
154
if (e1->
highbit
!= e2->
highbit
)
196
dst->
highbit
= src->highbit
252
uint32_t
highbit
= startbit + MAPSIZE;
local
[
all
...]
write.c
63
buf[1] = cpu_to_le32(e->
highbit
);
[
all
...]
/external/libsepol/tests/
debug.c
30
for (i = 0; i < bitmap->
highbit
; i++) {
test-common.c
220
CU_ASSERT(role->types.negset.
highbit
== 0);
/external/libsepol/include/sepol/policydb/
ebitmap.h
36
uint32_t
highbit
; /* highest position in the total bitmap */
member in struct:ebitmap
39
#define ebitmap_length(e) ((e)->
highbit
)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h
46
ub4
highbit
; /* for HEX, highest interesting bit */
member in struct:gencode
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 50 milliseconds