HomeSort by relevance Sort by last modified time
    Searched refs:ent (Results 201 - 225 of 622) sorted by null

1 2 3 4 5 6 7 891011>>

  /build/make/tools/atree/
fs.cpp 57 struct dirent *ent; local
58 while (NULL != (ent = readdir(d))) {
59 if (0 == strcmp(".", ent->d_name)
60 || 0 == strcmp("..", ent->d_name)) {
65 full += ent->d_name;
66 bool is_directory = (ent->d_type == DT_DIR);
  /external/e2fsprogs/e2fsck/
rehash.c 112 struct hash_entry *new_array, *ent; local
180 ent = fd->harray + fd->num_array++;
181 ent->dir = dirent;
183 ent->ino = dirent->inode;
185 ent->hash = ent->minor_hash = 0;
190 &ent->hash, &ent->minor_hash);
368 struct hash_entry *ent, *prev; local
384 ent = fd->harray + i
435 struct hash_entry *ent; local
    [all...]
  /external/ltp/testcases/cve/
cve-2016-4997.c 87 struct ipt_entry ent; member in struct:payload
111 p.ent.next_offset = NEXT_OFFSET;
112 p.ent.target_offset = TOO_SMALL_OFFSET;
  /external/libxml2/
save.h 27 void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent);
  /external/llvm/test/MC/Mips/
sym-expr.s 7 .ent __start
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 515 int ent = h.getEntity(); local
516 // System.err.println("%% value = " + ent);
517 if (ent != 0) {
519 if (ent >= 0x80 && ent <= 0x9F) {
520 ent = theWinMap[ent-0x80];
522 if (ent < 0x20) {
524 ent = 0x20;
526 else if (ent >= 0xD800 && ent <= 0xDFFF)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
reloc_strongsym.s 4 .ent test_start
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
dla-reloc.s 1 .ent func
elf-rel11.s 1 .ent foo
elf-rel13-mips16.s 2 .ent foo
elf-rel13.s 1 .ent foo
elf-rel6.s 12 .ent f
jal-svr4pic-noreorder.s 5 .ent text_label
jal-svr4pic.s 5 .ent text_label
mips16-pcrel-addend-0.s 5 .ent foo
mips16-pcrel-addend-1.s 14 .ent foo
mips16-pcrel-addend-2.s 6 .ent foo
mips16-pcrel-reloc-0.s 5 .ent foo
mips16-pcrel-reloc-1.s 14 .ent foo
mips16-pcrel-reloc-2.s 6 .ent foo
mips16-pcrel-reloc-4.s 5 .ent foo
mips16-pcrel-reloc-5.s 14 .ent foo
mips16-pcrel-reloc-6.s 6 .ent foo
r5900@isa-override-1.s 3 .ent foo
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1a.s 32 .ent testc

Completed in 412 milliseconds

1 2 3 4 5 6 7 891011>>