HomeSort by relevance Sort by last modified time
    Searched refs:start64 (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
lp64-1.d 3 #ld: -m elf_x86_64 tmpdir/start64.o tmpdir/foo64.o
lp64-2.d 3 #ld: -m elf_x86_64 tmpdir/start64.o tmpdir/foo32.o
lp64-3.d 3 #ld: -m elf_x86_64 tmpdir/start64.o tmpdir/foox32.o
x86-64.exp 246 if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
  /external/gptfdisk/
mbr.h 36 int DeleteByLocation(uint64_t start64, uint64_t length64);
mbr.cc 109 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) {
113 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
114 start32 = (uint32_t) start64;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
string-ok.s 43 start64: label
string-ok.d 40 [0-9a-f]+ <.*start64>:
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 2263 int64_t RegexMatcher::start64(UErrorCode &status) const { function in class:RegexMatcher
2273 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { function in class:RegexMatcher
    [all...]
uregex.cpp 713 int64_t start = regexp->fMatcher->start64(groupNum, *status);
    [all...]

Completed in 1414 milliseconds