/external/libusb-compat/libusb/ |
usbi.h | 25 #define LIST_ADD(begin, ent) \ 28 ent->next = begin; \ 29 ent->next->prev = ent; \ 31 ent->next = NULL; \ 32 ent->prev = NULL; \ 33 begin = ent; \ 36 #define LIST_DEL(begin, ent) \ 38 if (ent->prev) \ 39 ent->prev->next = ent->next; [all...] |
/external/openssh/ |
auth-sia.c | 56 SIAENTITY *ent = NULL; local 64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user, 68 if ((ret = sia_ses_authent(NULL, pass, ent)) != SIASUCCESS) { 72 sia_ses_release(&ent); 77 sia_ses_release(&ent); 85 SIAENTITY *ent = NULL; local 90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name, 94 if (sia_make_entity_pwd(pw, ent) != SIASUCCESS) { 95 sia_ses_release(&ent); 99 ent->authtype = SIA_A_NONE [all...] |
/external/e2fsprogs/lib/ext2fs/ |
brel.h | 38 struct ext2_block_relocate_entry *ent); 44 struct ext2_block_relocate_entry *ent); 56 struct ext2_block_relocate_entry *ent); 79 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent)) 80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent)) 82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent))
|
irel.h | 36 struct ext2_inode_relocate_entry *ent); 41 struct ext2_inode_relocate_entry *ent); 47 struct ext2_inode_relocate_entry *ent); 59 struct ext2_inode_relocate_entry *ent); 103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent)) 104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent)) 105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \ 106 ((irel)->get_by_orig((irel), orig, old, ent)) [all...] |
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...] |
/ndk/tests/build/build-assembly-file/jni/ |
assembly-mips.S | 3 .ent foo
|
/external/boringssl/src/crypto/x509/ |
by_dir.c | 183 static void by_dir_entry_free(BY_DIR_ENTRY *ent) 185 if (ent->dir) 186 OPENSSL_free(ent->dir); 187 if (ent->hashes) 188 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free); 189 OPENSSL_free(ent); 221 BY_DIR_ENTRY *ent; local 228 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j); 229 if (strlen(ent->dir) == len && 230 strncmp(ent->dir,ss,len) == 0 333 BY_DIR_ENTRY *ent; local [all...] |
/frameworks/base/core/java/android/app/ |
AppImportanceMonitor.java | 102 AppEntry ent = mApps.get(uid); local 103 if (ent == null) { 106 return ent.importance; 116 AppEntry ent = mApps.get(uid); local 117 if (ent == null) { 118 ent = new AppEntry(uid); 119 mApps.put(uid, ent); 122 ent.procs.remove(pid); 124 ent.procs.put(pid, importance); 126 updateImportanceLocked(ent, repChange) [all...] |
/external/mesa3d/src/mapi/mapi/ |
mapi_abi.py | 162 raise Exception('recursive alias %s' % ent.name) 178 ent = ABIEntry(cols, attrs) 179 entry_dict[ent.name] = ent 234 raise Exception('recursive alias %s' % ent.name) 246 ent = ABIEntry(cols, attrs) 247 if entry_dict.has_key(ent.name): 248 raise Exception('%s is duplicated' % (ent.name)) 249 entry_dict[ent.name] = ent [all...] |
/external/e2fsprogs/util/ |
subst.c | 37 struct subst_entry *ent = 0; local 39 ent = (struct subst_entry *) malloc(sizeof(struct subst_entry)); 40 if (!ent) 42 ent->name = (char *) malloc(strlen(name)+1); 43 if (!ent->name) 45 ent->value = (char *) malloc(strlen(value)+1); 46 if (!ent->value) 48 strcpy(ent->name, name); 49 strcpy(ent->value, value); 50 ent->next = subst_table 63 struct subst_entry *ent; local 121 struct subst_entry *ent; local [all...] |
/external/e2fsprogs/resize/ |
extent.c | 82 struct ext2_extent_entry *ent; local 98 ent = extent->list + curr; 104 ent--; 105 if ((ent->old_loc + ent->size == old_loc) && 106 (ent->new_loc + ent->size == new_loc)) { 107 ent->size++; 113 if (ent->old_loc + ent->size > old_loc 199 struct ext2_extent_entry *ent; local 216 struct ext2_extent_entry *ent; local [all...] |
/external/valgrind/none/tests/x86-linux/ |
seg_override.c | 37 inline static void *wine_ldt_get_base( const LDT_ENTRY *ent ) 39 return (void *)(ent->BaseLow | 40 (unsigned long)ent->HighWord.Bits.BaseMid << 16 | 41 (unsigned long)ent->HighWord.Bits.BaseHi << 24); 43 inline static unsigned int wine_ldt_get_limit( const LDT_ENTRY *ent ) 45 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16); 46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 93 struct ext2_block_relocate_entry *ent) 95 printf("Old= %u, New= %u, Owner= %u:%u\n", old, ent->new, 96 ent->owner.block_ref, ent->offset); 103 struct ext2_inode_relocate_entry *ent, 111 ent->new, ent->orig, ent->max_refs); 176 struct ext2_block_relocate_entry ent; local 200 ent.new = new 217 struct ext2_block_relocate_entry ent; local 255 struct ext2_block_relocate_entry ent; local 277 struct ext2_block_relocate_entry ent; local 385 struct ext2_inode_relocate_entry ent; local 421 struct ext2_inode_relocate_entry ent; local 447 struct ext2_inode_relocate_entry ent; local 487 struct ext2_inode_relocate_entry ent; local 509 struct ext2_inode_relocate_entry ent; local [all...] |
/frameworks/av/media/libstagefright/id3/ |
testid3.cpp | 127 struct dirent *ent; local 128 while ((ent = readdir(dir)) != NULL) { 129 if (!strcmp(".", ent->d_name) || !strcmp("..", ent->d_name)) { 136 strcat(newPath, ent->d_name); 138 if (ent->d_type == DT_DIR) { 140 } else if (ent->d_type == DT_REG) { 141 size_t len = strlen(ent->d_name); 144 && !strcasecmp(ent->d_name + len - 4, ".mp3")) {
|
/frameworks/base/services/core/java/com/android/server/ |
AttributeCache.java | 102 Entry ent = null; local 106 ent = map.get(styleable); 107 if (ent != null) { 108 return ent; 132 ent = new Entry(pkg.context, 134 map.put(styleable, ent); 139 return ent;
|
/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);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
iio_utils.h | 109 const struct dirent *ent; local 132 while (ent = readdir(dp), ent != NULL) 137 if ((strcmp(builtname, ent->d_name) == 0) || 138 (strcmp(builtname_generic, ent->d_name) == 0)) { 140 "%s/%s", scan_el_dir, ent->d_name); 203 const struct dirent *ent; local 221 while (ent = readdir(dp), ent != NULL) 222 if ((strcmp(builtname, ent->d_name) == 0) | 286 const struct dirent *ent; local 647 const struct dirent *ent; local 676 const struct dirent *ent; local [all...] |
/external/llvm/test/MC/Mips/ |
mips-pdr-bad.s | 6 .ent # ASM: :[[@LINE]]:14: error: expected identifier after .ent 7 .ent bar, # ASM: :[[@LINE]]:19: error: expected number after comma 8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma 9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement 37 .ent _local_foo_bar 40 .end _local_foo # ASM: :[[@LINE]]:25: error: .end used without .ent 41 .ent _local_foo, 2 42 .end _local_foo_bar # ASM: :[[@LINE]]:29: error: .end symbol does not match .ent symbol
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 67 const struct dirent *ent; local 81 while (ent = readdir(dp), ent != NULL) { 82 if (strcmp(ent->d_name, ".") != 0 && 83 strcmp(ent->d_name, "..") != 0 && 84 strlen(ent->d_name) > strlen(type) && 85 strncmp(ent->d_name, type, strlen(type)) == 0) { 86 numstrlen = sscanf(ent->d_name + strlen(type), 90 if (strncmp(ent->d_name + strlen(type) + numstrlen, 312 const struct dirent *ent; local [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/tools/aapt/ |
StringPool.cpp | 159 entry& ent = mEntries.editItemAt(eidx); local 162 configTypeName->string(), ent.configTypeName.string()); 164 if (ent.configTypeName.size() <= 0) { 165 ent.configTypeName = *configTypeName; 166 } else if (ent.configTypeName != *configTypeName) { 167 ent.configTypeName = " "; 173 entry& ent = mEntries.editItemAt(eidx); local 175 for (addPos=0; addPos<ent.configs.size(); addPos++) { 176 int cmp = ent.configs.itemAt(addPos).compareLogical(*config); 182 ent.configs.insertAt(*config, addPos) 580 entry& ent = mEntries.editItemAt(mEntryArray[i]); variable [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
iio_utils.h | 111 const struct dirent *ent; local 134 while (ent = readdir(dp), ent != NULL) 139 if ((strcmp(builtname, ent->d_name) == 0) || 140 (strcmp(builtname_generic, ent->d_name) == 0)) { 142 "%s/%s", scan_el_dir, ent->d_name); 205 const struct dirent *ent; local 223 while (ent = readdir(dp), ent != NULL) 224 if ((strcmp(builtname, ent->d_name) == 0) | 287 const struct dirent *ent; local 600 const struct dirent *ent; local [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
iio_utils.h | 111 const struct dirent *ent; local 134 while (ent = readdir(dp), ent != NULL) 139 if ((strcmp(builtname, ent->d_name) == 0) || 140 (strcmp(builtname_generic, ent->d_name) == 0)) { 142 "%s/%s", scan_el_dir, ent->d_name); 205 const struct dirent *ent; local 223 while (ent = readdir(dp), ent != NULL) 224 if ((strcmp(builtname, ent->d_name) == 0) | 287 const struct dirent *ent; local 600 const struct dirent *ent; local [all...] |
/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;
|