HomeSort by relevance Sort by last modified time
    Searched refs:ent (Results 26 - 50 of 466) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
brel_ma.c 30 struct ext2_block_relocate_entry *ent);
32 struct ext2_block_relocate_entry *ent);
35 struct ext2_block_relocate_entry *ent);
105 struct ext2_block_relocate_entry *ent)
112 ma->entries[(unsigned)old] = *ent;
117 struct ext2_block_relocate_entry *ent)
126 *ent = ma->entries[old];
137 struct ext2_block_relocate_entry *ent)
146 *ent = ma->entries[(unsigned)brel->current];
irel_ma.c 27 struct ext2_inode_relocate_entry *ent);
29 struct ext2_inode_relocate_entry *ent);
31 struct ext2_inode_relocate_entry *ent);
34 struct ext2_inode_relocate_entry *ent);
140 struct ext2_inode_relocate_entry *ent)
156 ent->orig = old;
158 ent->orig = ma->entries[(unsigned) old].orig;
164 if (ref_ent->refs && ent->max_refs !=
166 size = (sizeof(struct ext2_inode_reference) * ent->max_refs);
174 ma->entries[(unsigned) old] = *ent;
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 59 const struct dirent *ent; local
73 while (ent = readdir(dp), ent != NULL) {
74 if (strcmp(ent->d_name, ".") != 0 &&
75 strcmp(ent->d_name, "..") != 0 &&
76 strlen(ent->d_name) > strlen(type) &&
77 strncmp(ent->d_name, type, strlen(type)) == 0) {
78 numstrlen = sscanf(ent->d_name + strlen(type),
82 if (strncmp(ent->d_name + strlen(type) + numstrlen,
304 const struct dirent *ent; local
    [all...]
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 109 long ent = ((intptr_t) entry) - kZipEntryAdj; local
110 if (ent < 0 || ent >= mHashTableSize || mHashTable[ent].name == NULL) {
111 ALOGW("Invalid ZipEntryRO %p (%ld)\n", entry, ent);
114 return ent;
433 int ent = hash & (mHashTableSize-1); local
438 while (mHashTable[ent].name != NULL)
439 ent = (ent + 1) & (mHashTableSize-1)
462 int ent = hash & (mHashTableSize-1); local
513 const int ent = entryToIndex(entry); local
667 int ent = entryToIndex(entry); local
728 int ent = entryToIndex(entry); local
792 int ent = entryToIndex(entry); local
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 134 entry& ent = mEntries.editItemAt(eidx); local
136 configTypeName->string(), ent.configTypeName.string()));
137 if (ent.configTypeName.size() <= 0) {
138 ent.configTypeName = *configTypeName;
139 } else if (ent.configTypeName != *configTypeName) {
140 ent.configTypeName = " ";
146 entry& ent = mEntries.editItemAt(eidx); local
148 for (addPos=0; addPos<ent.configs.size(); addPos++) {
149 int cmp = ent.configs.itemAt(addPos).compareLogical(*config);
153 ent.configs.insertAt(*config, addPos)
331 const entry& ent = mEntries[i]; local
415 entry& ent = mEntries.editItemAt(i); local
477 entry_style& ent = mEntryStyleArray.editItemAt(i); local
542 entry& ent = mEntries.editItemAt(mEntryArray[i]); local
    [all...]
  /system/core/libcutils/tests/memset_mips/
android_memset_dumb.S 4 .ent android_memset16_dumb
23 .ent android_memset32_dumb
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 38 .ent _exit_with_stack_teardown
  /bionic/libc/arch-mips/syscalls/
__brk.S 6 .ent __brk
__fcntl.S 6 .ent __fcntl
__fcntl64.S 6 .ent __fcntl64
__fork.S 6 .ent __fork
__fstatfs64.S 6 .ent __fstatfs64
__getcpu.S 6 .ent __getcpu
__getcwd.S 6 .ent __getcwd
__getpriority.S 6 .ent __getpriority
__ioctl.S 6 .ent __ioctl
__llseek.S 6 .ent __llseek
__mmap2.S 6 .ent __mmap2
__open.S 6 .ent __open
__openat.S 6 .ent __openat
__ptrace.S 6 .ent __ptrace
__reboot.S 6 .ent __reboot
__rt_sigaction.S 6 .ent __rt_sigaction
__rt_sigprocmask.S 6 .ent __rt_sigprocmask
__rt_sigtimedwait.S 6 .ent __rt_sigtimedwait

Completed in 356 milliseconds

12 3 4 5 6 7 8 91011>>