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);
  /external/v8/src/
frames.h 729 Address high_bound) :
730 iterator_(fp, sp, low_bound, high_bound) {
738 Address high_bound) :
739 iterator_(isolate, fp, sp, low_bound, high_bound) {
785 Address low_bound, Address high_bound);
800 Address low_bound, Address high_bound, Address addr) {
801 return low_bound <= addr && addr <= high_bound;
807 StackAddressValidator(Address low_bound, Address high_bound)
808 : low_bound_(low_bound), high_bound_(high_bound) { }
821 ExitFrameValidator(Address low_bound, Address high_bound)
    [all...]
frames.cc 273 Address fp, Address sp, Address low_bound, Address high_bound) :
275 stack_validator_(low_bound, high_bound),
276 is_valid_top_(IsValidTop(isolate, low_bound, high_bound)),
277 is_valid_fp_(IsWithinBounds(low_bound, high_bound, fp)),
289 Address low_bound, Address high_bound) {
292 ExitFrameValidator validator(low_bound, high_bound);
370 Address fp, Address sp, Address low_bound, Address high_bound) :
371 SafeJavaScriptFrameIterator(isolate, fp, sp, low_bound, high_bound) {
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/function/
strfns.py 40 # The argument(s) to vector are [low_bound,]high_bound.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/function/
strfns.py 40 # The argument(s) to vector are [low_bound,]high_bound.

Completed in 460 milliseconds