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

  /external/clang/test/CodeGenCXX/
2006-03-01-GimplifyCrash.cpp 9 PrefMapElem* fMap;
10 if (fMap[0].fPrefId == 1)
  /external/icu4c/i18n/
casetrn.cpp 92 fMap(map)
109 fCsp(o.fCsp), fMap(o.fMap)
119 fMap = o.fMap;
157 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
160 // fMap() tried to look beyond the context limit
titletrn.cpp 74 // call CaseMapTransliterator::handleTransliterate() for lowercasing? (set fMap)
135 // fMap() tried to look beyond the context limit
casetrn.h 86 UCaseMapFull *fMap;
  /external/bzip2/
blocksort.c 32 void fallbackSimpleSort ( UInt32* fmap,
44 tmp = fmap[i];
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
47 fmap[j-4] = fmap[j];
48 fmap[j-4] = tmp;
53 tmp = fmap[i];
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
56 fmap[j-1] = fmap[j]
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 623 if (fIndex >= fMap->count()) {
626 return &((*fMap)[fIndex++]);
630 fMap = &(map.fMap);
642 for (int i = 0; i < usage.fMap.count(); ++i) {
643 SkPDFGlyphSet* myUsage = getGlyphSetForFont(usage.fMap[i].fFont);
644 myUsage->merge(*(usage.fMap[i].fGlyphSet));
649 for (int i = 0; i < fMap.count(); ++i) {
650 delete fMap[i].fGlyphSet; // Should not be NULL.
652 fMap.reset()
    [all...]
  /external/skia/include/pdf/
SkPDFFont.h 56 const SkTDArray<FontGlyphSetPair>* fMap;
69 SkTDArray<FontGlyphSetPair> fMap;
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]
bz2.c     [all...]
  /external/libvpx/examples/includes/geshi/geshi/
haskell.php 84 'return', 'fail', 'fmap',
cobol.php 58 'ERRORFILE', 'ERRORS', 'FIPS', 'NOFIPS', 'FMAP', 'HEADING', 'HEAP',
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 318 /// fMap - The slot map for the function level data.
319 ValueMap fMap;
529 fMap.clear(); // Simply discard the function level map
563 ValueMap::iterator FI = fMap.find(V);
564 return FI == fMap.end() ? -1 : (int)FI->second;
590 fMap[V] = DestSlot;
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 657 milliseconds