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

  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 48 Function *LFn = L->getFunction(Name);
50 if (LFn && RFn)
51 Engine.diff(LFn, RFn);
52 else if (!LFn && !RFn)
54 else if (!LFn)
DifferenceEngine.cpp 658 Function *LFn = &*I;
659 LNames.insert(LFn->getName());
661 if (Function *RFn = R->getFunction(LFn->getName()))
662 Queue.push_back(std::make_pair(LFn, RFn));
664 logf("function %l exists only in left module") << LFn;
  /external/bison/djgpp/
README.in 22 The DJGPP port of Bison offers LFN and SFN support depending on which
23 OS it is running. If LFN support is available or not is determinated at
24 run time. If LFN support is available (DOS session under Win9X, Win2K,
50 not cleanly map to 8.3 file names, you will need an OS with LFN support
84 some more work to unpack, if LFN support is not available. If LFN is
173 that the testsuite only works with LFN available. On plain DOS, most
  /external/qemu/block/
vvfat.c 1741 long_file_name lfn; local
2694 long_file_name lfn; local
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 210 /* the dot entries must not have a LFN */
300 return "LFN = " + fileName + " / SFN = " + realEntry.getShortName();
332 // lfn
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 66 uint32_t version_minor, sym_lookup_t lfn, script_lookup_t slfn
77 if (!cpu->init(version_major, version_minor, lfn, slfn)) {
236 sym_lookup_t lfn, script_lookup_t slfn) {
238 mSymLookupFn = lfn;
rsd_cpu.h 110 uint32_t version_minor, sym_lookup_t lfn, script_lookup_t slfn
  /ndk/sources/host-tools/make-3.81/
dir.c 66 /* If it's MSDOS that doesn't have _USE_LFN, disable LFN support. */
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 89 'DJDIR', 'DJGPP', 'SHELL', 'COMSPEC', 'HOSTNAME', 'LFN',
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /packages/apps/Camera/perftests/panorama/input/
test_002.ppm     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libmpc.a     [all...]

Completed in 413 milliseconds