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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-fp-stub-2.s 15 .ent __fn_stub_foo
27 .ent foo
  /external/e2fsprogs/lib/ext2fs/
irel_ma.c 28 struct ext2_inode_relocate_entry *ent);
30 struct ext2_inode_relocate_entry *ent);
32 struct ext2_inode_relocate_entry *ent);
35 struct ext2_inode_relocate_entry *ent);
141 struct ext2_inode_relocate_entry *ent)
157 ent->orig = old;
159 ent->orig = ma->entries[(unsigned) old].orig;
165 if (ref_ent->refs && ent->max_refs !=
167 size = (sizeof(struct ext2_inode_reference) * ent->max_refs);
175 ma->entries[(unsigned) old] = *ent;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 1739 struct disent *ent; local
1775 struct disent *ent = disinsntable; local
2140 struct disent *ent = cent; local
    [all...]
  /bionic/tools/versioner/src/
VFS.cpp 46 while (FTSENT* ent = fts_read(fts.get())) {
47 if ((ent->fts_info & FTS_F) == 0) {
51 const char* file_path = ent->fts_accpath;
62 if (!vfs->addFile(file_path, ent->fts_statp->st_mtime, std::move(buffer_opt.get()))) {
  /external/squashfs-tools/squashfs-tools/
info.c 47 static struct dir_ent *ent = NULL; variable in typeref:struct:dir_ent
54 ent = NULL;
60 ent = dir_ent;
66 struct dir_ent *dir_ent = ent;
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 294 int ent = h.getEntity(); local
295 // System.err.println("%% value = " + ent);
296 if (ent != 0) {
298 if (ent >= 0x80 && ent <= 0x9F) {
299 ent = theWinMap[ent-0x80];
301 if (ent < 0x20) {
303 ent = 0x20;
305 else if (ent >= 0xD800 && ent <= 0xDFFF)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-alpha-1.s 7 .ent f
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
compact-eh-3.s 12 .ent _Z3fooi
compact-eh-err1.s 12 .ent _Z3fooi
isa-override-2.s 3 .ent foo
la-reloc.s 1 .ent func
mips16-branch-absolute.s 5 .ent foo
mips16-branch-addend-3.s 5 .ent foo
mips16-branch-reloc-3.s 5 .ent foo
mips16-pcrel-relax-0.s 5 .ent foo
mips16-pcrel-relax-2.s 5 .ent foo
mips1@isa-override-2.s 3 .ent foo
mips2@isa-override-2.s 3 .ent foo
mips32@isa-override-2.s 3 .ent foo
mips32r2@isa-override-2.s 3 .ent foo
mips32r3@isa-override-2.s 3 .ent foo
mips32r5@isa-override-2.s 3 .ent foo
mips32r6@isa-override-2.s 3 .ent foo
octeon3@isa-override-2.s 3 .ent foo
option-pic-1.s 4 .ent foo

Completed in 169 milliseconds

1 2 3 4 5 67 8 91011>>