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

  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 305 int32_t high_bound = (low_bound_index == checksum_range_.size() - 1) ? local
308 sum += ComputeCheckSum(low_bound, high_bound);
317 int32_t high_bound) {
320 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) {
325 int32_t off = high_bound & -4;
326 if (off < high_bound) {
328 int32_t b2 = (off + 1 < high_bound) ? ReadUByte(off + 1) : 0;
329 int32_t b1 = (off + 2 < high_bound) ? ReadUByte(off + 2) : 0;
readable_font_data.h 297 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/function/
strfns.py 40 # The argument(s) to vector are [low_bound,]high_bound.
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/function/
strfns.py 40 # The argument(s) to vector are [low_bound,]high_bound.
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 1066 int high_bound;
1083 qualifiers[i].high_bound = 0;
1063 int high_bound; member in struct:qual
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 3327 milliseconds