Searched refs:ent (Results 1 - 25 of 113) sorted by relevance

12345

/external/libusb-compat/libusb/
H A Dusbi.h25 #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
[all...]
/external/openssh/
H A Dauth-sia.c56 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
[all...]
/external/boringssl/src/crypto/x509/
H A Dby_dir.c183 static void by_dir_entry_free(BY_DIR_ENTRY *ent) argument
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
333 BY_DIR_ENTRY *ent; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbrel.h38 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))
H A Direl.h36 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...]
H A Direl_ma.c27 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...]
H A Dbrel_ma.c30 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];
104 bma_put(ext2_brel brel, blk64_t old, struct ext2_block_relocate_entry *ent) argument
116 bma_get(ext2_brel brel, blk64_t old, struct ext2_block_relocate_entry *ent) argument
136 bma_next(ext2_brel brel, blk64_t *old, struct ext2_block_relocate_entry *ent) argument
/external/mesa3d/src/mapi/mapi/
H A Dmapi_abi.py162 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/
H A Dsubst.c37 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
63 struct subst_entry *ent; local
121 struct subst_entry *ent; local
[all...]
/external/e2fsprogs/resize/
H A Dextent.c82 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
199 struct ext2_extent_entry *ent; local
216 struct ext2_extent_entry *ent; local
[all...]
/external/valgrind/none/tests/x86-linux/
H A Dseg_override.c37 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/
H A Dtest_rel.c93 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
92 display_brel_entry(blk_t old, struct ext2_block_relocate_entry *ent) argument
102 display_irel_entry(ext2_ino_t old, struct ext2_inode_relocate_entry *ent, int do_refs) argument
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...]
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DLZWEncoder.java149 int ent;
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);
/external/llvm/test/MC/Mips/
H A Dmips-pdr-bad.s6 .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
H A Dsym-expr.s7 .ent __start
/external/squashfs-tools/squashfs-tools/
H A Dinfo.c47 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/
H A DHTMLScanner.java294 int ent = h.getEntity();
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 >
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cc79 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal);
80 ent->global = info;
81 return ent;
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py227 normal_ents = [f.static_name(ent) for ent in normal_ents]
228 proto_ents = [f.static_name(ent) for ent in proto_ents]
234 for ent in normal_entries:
235 print ' TABLE_ENTRY(%s),' % (ent)
238 for ent in proto_entries:
239 print ' TABLE_ENTRY(%s),' % (ent)
284 for ent in ents:
285 self.printFunction(func, ent)
[all...]
/external/openssh/openbsd-compat/
H A Dport-uw.c96 struct passwd *ent = NULL; local
112 while (ent = fgetpwent(fd)) {
113 if (strcmp (ent->pw_name, namep) == 0) {
/external/libxml2/
H A Dentities.c903 * @ent: An entity
910 xmlCopyEntity(xmlEntityPtr ent) { argument
921 cur->etype = ent->etype;
922 if (ent->name != NULL)
923 cur->name = xmlStrdup(ent->name);
924 if (ent->ExternalID != NULL)
925 cur->ExternalID = xmlStrdup(ent->ExternalID);
926 if (ent->SystemID != NULL)
927 cur->SystemID = xmlStrdup(ent->SystemID);
928 if (ent
1002 xmlDumpEntityDecl(xmlBufferPtr buf, xmlEntityPtr ent) argument
1088 xmlDumpEntityDeclScan(xmlEntityPtr ent, xmlBufferPtr buf) argument
[all...]
H A Dsave.h27 void xmlBufDumpEntityDecl(xmlBufPtr buf, xmlEntityPtr ent);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dpscap.c46 struct dirent *ent; local
66 while (( ent = readdir(d) )) {
74 if(*ent->d_name<'0' || *ent->d_name>'9')
77 pid = strtol(ent->d_name, NULL, 10);
/external/valgrind/coregrind/m_debuginfo/
H A Dtytypes.c218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); local
219 if (!ent) {
223 vg_assert(ent->tag == Te_Bound);
224 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU
225 && ent->Te.Bound.boundL == 0) {
226 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU);
229 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU)
230 && ent
240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); local
674 TyEnt* ent = ML_(TyEnts__index_by_cuOff)(tyents, NULL, cuOff); local
[all...]
/external/e2fsprogs/e2fsck/
H A Drehash.c88 struct hash_entry *new_array, *ent; local
149 ent = fd->harray + fd->num_array++;
150 ent->dir = dirent;
152 ent->ino = dirent->inode;
154 ent->hash = ent->minor_hash = 0;
159 &ent->hash, &ent->minor_hash);
335 struct hash_entry *ent, *prev; local
351 ent
404 struct hash_entry *ent; local
[all...]

Completed in 879 milliseconds

12345