OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:highbit
(Results
1 - 10
of
10
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
ebitmap.h
38
uint32_t
highbit
; /* highest position in the total bitmap */
member in struct:ebitmap
41
#define ebitmap_length(e) ((e)->
highbit
)
/external/selinux/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
274
uint32_t
highbit
= startbit + MAPSIZE;
local
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java
66
static final long
highbit
= 0x8000000000000000L;
field in class:FloatingDecimal
97
while ( v > 0L ) { // i.e. while ((v&
highbit
) == 0L )
[
all
...]
/libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java
82
static final long
highbit
= 0x8000000000000000L;
field in class:FormattedFloatingDecimal
114
while ( v > 0L ) { // i.e. while ((v&
highbit
) == 0L )
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf64-mmix.c
1123
bfd_vma
highbit
;
local
[
all
...]