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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/MC/Mips/
mips_gprel16.s 23 .ent testvar1
47 .ent testvar2
mips-pdr.s 10 # ASMOUT: .ent _local_foo
44 .ent _local_foo
54 .ent _global_foo
micromips-el-fixup-data.s 14 .ent main
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/mips/
mixed-mips16.s 4 .ent foo
22 .ent bar
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf_e_flags.s 8 .ent foo
25 .ent main
ld-reloc.s 1 .ent func
noreorder.s 3 .ent per_cpu_trap_init
ulh-reloc.s 1 .ent func
lineno.s 11 .ent main
42 .ent g
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jr-to-b-1.s 5 .ent s
23 .ent t
jr-to-b-2.s 5 .ent s
23 .ent t
got-page-4b.s 2 .ent foo
jalx-2-ex.s 12 .ent external_function
jalx-2-printf.s 11 .ent printf
jalx-2-main.s 12 .ent internal_function
40 .ent main
  /external/libevent/
win32select.c 119 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read)
123 if (ent->read_pos_plus1 > 0)
126 if (ent->write_pos_plus1 > 0)
137 ent->read_pos_plus1 = set->fd_count+1;
139 ent->write_pos_plus1 = set->fd_count+1;
145 struct win32op *op, struct idx_info *ent, int read)
150 i = ent->read_pos_plus1 - 1;
151 ent->read_pos_plus1 = 0;
153 i = ent->write_pos_plus1 - 1;
154 ent->write_pos_plus1 = 0
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 117 struct ext2_dx_entry *ent,
125 limit = *((struct ext2_dx_countlimit *) ent);
133 hash = i ? ext2fs_le32_to_cpu(ent[i].hash) : 0;
136 ext2fs_le32_to_cpu(ent[i].block));
142 e.hash = ext2fs_le32_to_cpu(ent[i].hash);
143 e.block = ext2fs_le32_to_cpu(ent[i].block);
202 struct ext2_dx_entry *ent; local
255 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length);
257 htree_dump_int_node(current_fs, ino, &inode, rootnode, ent,
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
JpaWorkManagerTest.java 81 JpaTestEntity ent = (JpaTestEntity) o; local
83 assertEquals("Incorrect result returned or not persisted properly" + ent.getText(),
84 UNIQUE_TEXT_3, ent.getText());
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSelector.java 132 int ent = mask[i]; local
133 for (; ent != 0; totalOnes++) {
134 ent &= ent - 1; // clear the least significant bit set
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-mips-1.s 7 .ent foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/
tlsbin.s 22 .ent _start
  /external/iproute2/include/
bpf_scm.h 24 struct bpf_elf_map ent[BPF_SCM_MAX_FDS]; member in struct:bpf_map_aux
68 msg->iov.iov_len = offsetof(struct bpf_map_aux, ent) +
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 51 struct dirent *ent; local
57 while (( ent = readdir(d) )) {
66 if(*ent->d_name<'0' || *ent->d_name>'9')
69 pid = strtol(ent->d_name, NULL, 10);
161 while (( ent = readdir(f) )) {
167 if (ent->d_name[0] == '.')
169 snprintf(ln, 256, "%s/%s", buf, ent->d_name);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
reloc_weaksym.s 4 .ent __def_start
23 .ent main
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 257 keys(const std::pair<T, S> &ent) {
258 return ent.first;
264 return [=](const std::pair<T, S> &ent) {
265 return ent.first == x;
271 values(const std::pair<T, S> &ent) {
272 return ent.second;

Completed in 979 milliseconds

1 2 3 4 5 67 8 91011>>