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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
export-class-call16-n32.s 4 .ent foo
export-class-call16-n64.s 4 .ent foo
export-class-call16-o32.s 4 .ent foo
export-class-ref-f1.s 12 .ent f1
jalx-1.s 3 .ent test
mips16-branch.s 6 .ent bar
mips16-pic-2b.s 6 .ent bar
mips16-pic-4b.s 11 .ent _f1
mode-change-error-1a.s 6 .ent main
mode-change-error-1b.s 5 .ent doit
no-shared-1-n64.s 4 .ent __start
no-shared-1-o32.s 4 .ent __start
pic-and-nonpic-4b.s 4 .ent __start
pic-and-nonpic-5a.s 4 .ent __start
relax-jalr.s 3 .ent __start
unaligned-jalx-0.s 4 .ent foo
unaligned-jalx-1.s 4 .ent foo
unaligned-jalx-addend-0.s 4 .ent foo
unaligned-ldpc-0.s 4 .ent foo
unaligned-ldpc-1.s 4 .ent foo
unaligned-lwpc-0.s 4 .ent foo
unaligned-lwpc-1.s 4 .ent foo
  /external/ltp/testcases/kernel/fs/fs_fill/
fs_fill.c 47 struct dirent *ent; local
56 while ((ent = SAFE_READDIR(d))) {
58 if (!strcmp(ent->d_name, ".") ||
59 !strcmp(ent->d_name, ".."))
63 w->dir, ent->d_name);
  /external/e2fsprogs/lib/ext2fs/
brel_ma.c 31 struct ext2_block_relocate_entry *ent);
33 struct ext2_block_relocate_entry *ent);
36 struct ext2_block_relocate_entry *ent);
106 struct ext2_block_relocate_entry *ent)
113 ma->entries[(unsigned)old] = *ent;
118 struct ext2_block_relocate_entry *ent)
127 *ent = ma->entries[old];
138 struct ext2_block_relocate_entry *ent)
147 *ent = ma->entries[(unsigned)brel->current];
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 149 int ent; local
168 ent = nextPixel();
182 fcode = (c << maxbits) + ent;
183 i = (c << hshift) ^ ent; // xor hashing
186 ent = codetab[i];
198 ent = codetab[i];
203 output(ent, outs);
204 ent = c;
212 output(ent, outs);

Completed in 130 milliseconds

1 2 3 45 6 7 8 91011>>