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

  /external/icu/icu4c/source/test/intltest/
colldata.cpp 536 int32_t roffset = offset + clength; local
539 if (roffset < maxOffset) {
540 rlength = minLengthInChars(ceList, roffset, history);
566 int32_t roffset = offset + 2; local
569 //history[roffset++] = -1;
570 //history[roffset++] = 1;
572 if (roffset < maxOffset) {
573 rlength = minLengthInChars(ceList, roffset, history);
583 int32_t roffset = offset; local
587 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 901 int32_t roffset = offset + clength; local
904 if (roffset < maxOffset) {
905 rlength = minLengthInChars(ceList, roffset, history);
934 int32_t roffset = offset + 2; local
937 //history[roffset++] = -1;
938 //history[roffset++] = 1;
940 if (roffset < maxOffset) {
941 rlength = minLengthInChars(ceList, roffset, history);
951 int32_t roffset = offset; local
955 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
corruptC.test 318 set roffset $tn
321 set roffset [random $fsize]
329 # set rline "$roffset $rbyte"
332 hexio_write test.db $roffset $rbyte
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 575 uint64_t ROffset = getROffset(Rel);
581 Result = ROffset + RelocatedSec->sh_addr;
583 Result = ROffset;
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 497 bool getCachedResult(unsigned LOffset, unsigned ROffset) const {
501 if (RQueryFID != CommonFID) ROffset = RCommonOffset;
508 if (LOffset == ROffset)
511 return LOffset < ROffset;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 660 Value *ROffset = EmitGEPOffset(GEPRHS);
666 Type *RHSIndexTy = ROffset->getType();
670 ROffset = Builder->CreateTrunc(ROffset, LHSIndexTy);
676 LOffset, ROffset);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 701 milliseconds