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

  /external/grub/netboot/
timer.c 65 unsigned long endlow, endhigh; local
73 rdtsc(endlow,endhigh);
82 :"=a" (endlow), "=d" (endhigh)
84 "0" (endlow), "1" (endhigh));
90 endlow /= 5;
91 return endlow;
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 456 char endLow = value[end];
468 && endHigh <= 0xdbff && endLow >= 0xdc00
469 && endLow <= 0xdfff;
477 value[i + 1] = endLow;
479 endLow = value[end - 2];
485 value[i] = endLow;
487 endLow = endHigh;
493 value[i] = endLow;
494 endLow = endHigh;
506 value[end] = allowFrontSur ? endLow : frontHigh
    [all...]

Completed in 67 milliseconds