OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:highbit
(Results
1 - 25
of
33
) sorted by null
1
2
/external/icu4c/layoutex/
LXUtilities.h
19
static le_int8
highBit
(le_int32 value);
LXUtilities.cpp
17
le_int8 LXUtilities::
highBit
(le_int32 value)
55
le_int32 power = 1 <<
highBit
(count);
/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
...]
/external/icu4c/layout/
OpenTypeUtilities.h
22
static le_int8
highBit
(le_int32 value);
OpenTypeUtilities.cpp
18
le_int8 OpenTypeUtilities::
highBit
(le_int32 value)
56
le_uint8 bit =
highBit
(recordCount);
83
le_uint8 bit =
highBit
(recordCount);
114
le_int32 power = 1 <<
highBit
(count);
136
le_int32 power = 1 <<
highBit
(count);
CoverageTables.cpp
45
le_uint8 bit = OpenTypeUtilities::
highBit
(count);
PairPositioningSubtables.cpp
143
le_uint8 bit = OpenTypeUtilities::
highBit
(recordCount);
/libcore/luni/src/main/native/
cbigint.cpp
514
int32_t
highBit
;
518
highBit
= highestSetBit (arg + length);
519
if (
highBit
)
520
return
highBit
+ 64 * length;
571
int32_t
highBit
;
587
highBit
= highestSetBit (arg);
588
if (
highBit
<= 53)
590
highBit
= 53 -
highBit
;
591
mantissa = *arg <<
highBit
;
[
all
...]
/dalvik/vm/alloc/
HeapBitmap.cpp
107
unsigned long
highBit
= 1 << (HB_BITS_PER_WORD - 1);
113
word &= ~(
highBit
>> shift);
142
unsigned long
highBit
= 1 << (HB_BITS_PER_WORD - 1);
149
word &= ~(
highBit
>> shift);
191
unsigned long
highBit
= 1 << (HB_BITS_PER_WORD - 1);
195
garbage &= ~(
highBit
>> shift);
/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/icu/source/test/letest/
cmaps.cpp
21
le_int8
highBit
(le_uint32 value)
167
le_uint8 bit =
highBit
(nGroups);
PortableFontInstance.h
57
static le_int8
highBit
(le_int32 value);
PortableFontInstance.cpp
31
le_int8 PortableFontInstance::
highBit
(le_int32 value)
111
fDirPower = 1 <<
highBit
(numTables);
/external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp
21
static inline le_int8
highBit
(le_uint32 value)
167
le_uint8 bit =
highBit
(nGroups);
/external/icu4c/samples/layout/
cmaps.cpp
27
le_uint8
highBit
(le_uint32 value)
173
le_uint8 bit =
highBit
(nGroups);
/external/icu4c/test/letest/
cmaps.cpp
21
le_int8
highBit
(le_uint32 value)
167
le_uint8 bit =
highBit
(nGroups);
PortableFontInstance.h
57
static le_int8
highBit
(le_int32 value);
PortableFontInstance.cpp
31
le_int8 PortableFontInstance::
highBit
(le_int32 value)
111
fDirPower = 1 <<
highBit
(numTables);
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl
15
$
HIGHBIT
=0x1000;
31
$v|=$
HIGHBIT
if ($c =~/[\x80-\xff]/);
49
$v|=$
HIGHBIT
if ($c =~/[\x80-\xff]/);
128
#define CONF_HIGHBIT $
HIGHBIT
/external/libsepol/tests/
debug.c
30
for (i = 0; i < bitmap->
highbit
; i++) {
/external/openssl/crypto/conf/
keysets.pl
15
$
HIGHBIT
=0x1000;
31
$v|=$
HIGHBIT
if ($c =~/[\x80-\xff]/);
49
$v|=$
HIGHBIT
if ($c =~/[\x80-\xff]/);
128
#define CONF_HIGHBIT $
HIGHBIT
/external/chromium_org/third_party/icu/source/common/
usc_impl.c
56
static int8_t
highBit
(int32_t value);
120
highBit
(int32_t value)
160
int32_t pairedCharPower = 1 <<
highBit
(pairedCharCount);
/external/icu4c/common/
usc_impl.c
56
static int8_t
highBit
(int32_t value);
120
highBit
(int32_t value)
160
int32_t pairedCharPower = 1 <<
highBit
(pairedCharCount);
/external/icu4c/extra/scrptrun/
scrptrun.h
85
static int8_t
highBit
(int32_t value);
scrptrun.cpp
44
const int32_t ScriptRun::pairedCharPower = 1 <<
highBit
(pairedCharCount);
47
int8_t ScriptRun::
highBit
(int32_t value)
Completed in 556 milliseconds
1
2