OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_bit
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_iterator_test.cc
108
for (int32_t
next_bit
= current - beginning;
110
next_bit
= current - init_beginning) {
112
EXPECT_TRUE(c <=
next_bit
|| current == end);
113
if (!(c <=
next_bit
|| current == end))
115
if (c ==
next_bit
) {
/external/sfntly/cpp/src/test/
cmap_iterator_test.cc
108
for (int32_t
next_bit
= current - beginning;
110
next_bit
= current - init_beginning) {
112
EXPECT_TRUE(c <=
next_bit
|| current == end);
113
if (!(c <=
next_bit
|| current == end))
115
if (c ==
next_bit
) {
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc
168
unsigned int
next_bit
= 1;
local
180
if (!info->max_value ||
next_bit
+ bits_needed > 8 * sizeof (hb_mask_t))
212
map->shift =
next_bit
;
213
map->mask = (1 << (
next_bit
+ bits_needed)) - (1 <<
next_bit
);
214
next_bit
+= bits_needed;
/external/harfbuzz_ng/src/
hb-ot-map.cc
208
unsigned int
next_bit
= 1;
local
220
if (!info->max_value ||
next_bit
+ bits_needed > 8 * sizeof (hb_mask_t))
252
map->shift =
next_bit
;
253
map->mask = (1 << (
next_bit
+ bits_needed)) - (1 <<
next_bit
);
254
next_bit
+= bits_needed;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h
419
next_bit
:
438
goto
next_bit
;
462
next_bit
:
481
goto
next_bit
;
525
next_bit
:
546
goto
next_bit
;
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h
419
next_bit
:
438
goto
next_bit
;
462
next_bit
:
481
goto
next_bit
;
525
next_bit
:
546
goto
next_bit
;
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h
419
next_bit
:
438
goto
next_bit
;
462
next_bit
:
481
goto
next_bit
;
525
next_bit
:
546
goto
next_bit
;
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h
419
next_bit
:
438
goto
next_bit
;
462
next_bit
:
481
goto
next_bit
;
525
next_bit
:
546
goto
next_bit
;
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_mult.c
199
int bit,
next_bit
, mask;
local
221
next_bit
= bit << 1; /* at most 256 */
222
mask =
next_bit
- 1; /* at most 255 */
258
digit = window_val -
next_bit
; /* -2^w < digit < 0 */
288
if (window_val != 0 && window_val !=
next_bit
&& window_val != bit)
300
if (window_val >
next_bit
)
/external/openssl/crypto/ec/
ec_mult.c
199
int bit,
next_bit
, mask;
local
221
next_bit
= bit << 1; /* at most 256 */
222
mask =
next_bit
- 1; /* at most 255 */
258
digit = window_val -
next_bit
; /* -2^w < digit < 0 */
288
if (window_val != 0 && window_val !=
next_bit
&& window_val != bit)
300
if (window_val >
next_bit
)
Completed in 135 milliseconds