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

  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 219 int file_end, query_end; local
223 file_end = query_end = ref_separator;
226 file_end = query_end = path_end;
233 file_end = query_separator;
240 if (file_end != path.begin)
241 *filepath = MakeRange(path.begin, file_end);
629 int file_end = path.end(); local
632 file_end = i;
639 for (int i = file_end - 1; i >= path.begin; i--) {
642 *file_name = MakeRange(i + 1, file_end);
    [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 291 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); local
297 if (file_end > offset)
298 bytes_left = file_end - offset;
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-686.pl 25 &file_end();
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86nasm.pl 116 sub ::file_end
x86asm.pl 211 { &file_end();
x86gas.pl 151 sub ::file_end
x86masm.pl 117 sub ::file_end
  /external/elfutils/0.153/libdwfl/
dwfl_segment_report_module.c 262 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
390 if (file_end < filesz_offset)
392 file_end = filesz_offset;
394 contiguous = file_end;
  /external/openssl/crypto/bf/asm/
bf-686.pl 25 &file_end();
  /external/openssl/crypto/perlasm/
x86nasm.pl 116 sub ::file_end
x86asm.pl 211 { &file_end();
x86gas.pl 151 sub ::file_end
x86masm.pl 117 sub ::file_end
  /external/chromium_org/components/nacl/loader/nonsfi/
elf_loader.cc 197 ElfW(Addr) file_end = file_start + phdr.p_filesz;
204 file_end - file_page_start,
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.cpp 290 ELF::Addr file_end = file_start + phdr->p_filesz; local
293 ELF::Addr file_length = file_end - file_page_start;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_loader.cpp 290 ELF::Addr file_end = file_start + phdr->p_filesz; local
293 ELF::Addr file_length = file_end - file_page_start;
  /ndk/sources/host-tools/make-3.81/
file.c 344 register struct file **file_end;
355 file_end = file_slot + files.ht_size;
356 for ( ; file_slot < file_end; file_slot++)
639 struct file **file_end;
653 file_end = file_slot_0 + files.ht_fill;
654 for (file_slot = file_slot_0; file_slot < file_end; file_slot++)
342 register struct file **file_end; local
636 struct file **file_end; local
  /bionic/linker/
linker_phdr.cpp 353 ElfW(Addr) file_end = file_start + phdr->p_filesz;
356 ElfW(Addr) file_length = file_end - file_page_start;
  /art/runtime/
dex_file_verifier.cc 193 const byte* file_end = file_start + size_; local
194 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
815 const byte* file_end = begin_ + size_; local
819 if (UNLIKELY(ptr_ >= file_end)) {
    [all...]
  /system/keymaster/
google_keymaster_test.cpp 857 istreambuf_iterator<char> file_end; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 983 file_end(struct file *file) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 360 (file_end,
    [all...]

Completed in 836 milliseconds