HomeSort by relevance Sort by last modified time
    Searched refs:next_bit (Results 1 - 6 of 6) sorted by null

  /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/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 566 milliseconds