Home
last modified time | relevance | path

Searched refs:ent (Results 1 – 25 of 183) sorted by relevance

12345678

/external/mesa3d/src/mapi/mapi/
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
271 ent = entries[i]
272 if not handcode and ent.handcode:
[all …]
/external/libusb-compat/libusb/
Dusbi.h25 #define LIST_ADD(begin, ent) \ argument
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) \ argument
38 if (ent->prev) \
39 ent->prev->next = ent->next; \
41 begin = ent->next; \
[all …]
/external/e2fsprogs/util/
Dsubst.c37 struct subst_entry *ent = 0; in add_subst() local
39 ent = (struct subst_entry *) malloc(sizeof(struct subst_entry)); in add_subst()
40 if (!ent) in add_subst()
42 ent->name = (char *) malloc(strlen(name)+1); in add_subst()
43 if (!ent->name) in add_subst()
45 ent->value = (char *) malloc(strlen(value)+1); in add_subst()
46 if (!ent->value) in add_subst()
48 strcpy(ent->name, name); in add_subst()
49 strcpy(ent->value, value); in add_subst()
50 ent->next = subst_table; in add_subst()
[all …]
/external/boringssl/src/crypto/x509/
Dby_dir.c183 static void by_dir_entry_free(BY_DIR_ENTRY *ent) in by_dir_entry_free() argument
185 if (ent->dir) in by_dir_entry_free()
186 OPENSSL_free(ent->dir); in by_dir_entry_free()
187 if (ent->hashes) in by_dir_entry_free()
188 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free); in by_dir_entry_free()
189 OPENSSL_free(ent); in by_dir_entry_free()
221 BY_DIR_ENTRY *ent; in add_cert_dir() local
228 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j); in add_cert_dir()
229 if (strlen(ent->dir) == len && in add_cert_dir()
230 strncmp(ent->dir,ss,len) == 0) in add_cert_dir()
[all …]
/external/e2fsprogs/resize/
Dextent.c82 struct ext2_extent_entry *ent; in ext2fs_add_extent_entry() local
98 ent = extent->list + curr; in ext2fs_add_extent_entry()
104 ent--; in ext2fs_add_extent_entry()
105 if ((ent->old_loc + ent->size == old_loc) && in ext2fs_add_extent_entry()
106 (ent->new_loc + ent->size == new_loc)) { in ext2fs_add_extent_entry()
107 ent->size++; in ext2fs_add_extent_entry()
113 if (ent->old_loc + ent->size > old_loc) in ext2fs_add_extent_entry()
115 ent++; in ext2fs_add_extent_entry()
117 ent->old_loc = old_loc; in ext2fs_add_extent_entry()
118 ent->new_loc = new_loc; in ext2fs_add_extent_entry()
[all …]
/external/openssh/
Dauth-sia.c56 SIAENTITY *ent = NULL; in sys_auth_passwd() local
64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user, in sys_auth_passwd()
68 if ((ret = sia_ses_authent(NULL, pass, ent)) != SIASUCCESS) { in sys_auth_passwd()
72 sia_ses_release(&ent); in sys_auth_passwd()
77 sia_ses_release(&ent); in sys_auth_passwd()
85 SIAENTITY *ent = NULL; in session_setup_sia() local
90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name, in session_setup_sia()
94 if (sia_make_entity_pwd(pw, ent) != SIASUCCESS) { in session_setup_sia()
95 sia_ses_release(&ent); in session_setup_sia()
99 ent->authtype = SIA_A_NONE; in session_setup_sia()
[all …]
/external/e2fsprogs/tests/progs/
Dtest_rel.c93 struct ext2_block_relocate_entry *ent) in display_brel_entry() argument
95 printf("Old= %u, New= %u, Owner= %u:%u\n", old, ent->new, in display_brel_entry()
96 ent->owner.block_ref, ent->offset); in display_brel_entry()
103 struct ext2_inode_relocate_entry *ent, in display_irel_entry() argument
111 ent->new, ent->orig, ent->max_refs); in display_irel_entry()
176 struct ext2_block_relocate_entry ent; in do_brel_put() local
200 ent.new = new; in do_brel_put()
201 ent.offset = (__u16) offset; in do_brel_put()
202 ent.flags = 0; in do_brel_put()
203 ent.owner.block_ref = owner; in do_brel_put()
[all …]
/external/e2fsprogs/lib/ext2fs/
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)) argument
104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent)) argument
105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \ argument
106 ((irel)->get_by_orig((irel), orig, old, ent))
108 #define ext2fs_irel_next(irel, old, ent) ((irel)->next((irel), old, ent)) argument
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)) argument
80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent)) argument
82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent)) argument
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 …]
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) in bma_put() argument
112 ma->entries[(unsigned)old] = *ent; in bma_put()
117 struct ext2_block_relocate_entry *ent) in bma_get() argument
126 *ent = ma->entries[old]; in bma_get()
137 struct ext2_block_relocate_entry *ent) in bma_next() argument
146 *ent = ma->entries[(unsigned)brel->current]; in bma_next()
/external/libxml2/
Dentities.c910 xmlCopyEntity(xmlEntityPtr ent) { in xmlCopyEntity() argument
921 cur->etype = ent->etype; in xmlCopyEntity()
922 if (ent->name != NULL) in xmlCopyEntity()
923 cur->name = xmlStrdup(ent->name); in xmlCopyEntity()
924 if (ent->ExternalID != NULL) in xmlCopyEntity()
925 cur->ExternalID = xmlStrdup(ent->ExternalID); in xmlCopyEntity()
926 if (ent->SystemID != NULL) in xmlCopyEntity()
927 cur->SystemID = xmlStrdup(ent->SystemID); in xmlCopyEntity()
928 if (ent->content != NULL) in xmlCopyEntity()
929 cur->content = xmlStrdup(ent->content); in xmlCopyEntity()
[all …]
/external/libxml2/result/
Datt11.sax7 SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
8 SAX.getEntity(ent)
12 SAX.getEntity(ent)
14 SAX.getEntity(ent)
15 SAX.getEntity(ent)
16 SAX.startElement(attributes, nmtoken=' &ent; &ent; &ent; ', nmtokens=' Test
Datt11.sax27 SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
8 SAX.getEntity(ent)
12 SAX.getEntity(ent)
14 SAX.getEntity(ent)
15 SAX.getEntity(ent)
16 SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in pp_TyBound_C_ishly() local
219 if (!ent) { in pp_TyBound_C_ishly()
223 vg_assert(ent->tag == Te_Bound); in pp_TyBound_C_ishly()
224 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU in pp_TyBound_C_ishly()
225 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly()
226 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU); in pp_TyBound_C_ishly()
229 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU) in pp_TyBound_C_ishly()
230 && ent->Te.Bound.boundL == 0) { in pp_TyBound_C_ishly()
234 ML_(pp_TyEnt)( ent ); in pp_TyBound_C_ishly()
240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); in ML_() local
[all …]
/external/llvm/test/CodeGen/Mips/
Dfp16mix.ll11 ; fmask1: .ent foo1
19 ; fmask2: .ent foo1
22 ; fmask1nr: .ent foo1
36 ; fmask2: .ent foo2
44 ; fmask1: .ent foo2
47 ; fmask1nr: .ent foo2
56 ; fmask1: .ent foo3
64 ; fmask2: .ent foo3
67 ; fmask1r: .ent foo3
76 ; fmask2: .ent foo4
[all …]
Dtailcall.ll75 ; PIC32: .ent caller5
78 ; STATIC32: .ent caller5
81 ; N64: .ent caller5
84 ; PIC16: .ent caller5
126 ; PIC32: .ent caller8_1
129 ; STATIC32: .ent caller8_1
132 ; N64: .ent caller8_1
135 ; PIC16: .ent caller8_1
157 ; PIC32: .ent caller9_1
160 ; STATIC32: .ent caller9_1
[all …]
Dmips16_fpret.ll16 ; 1: .ent foox
25 ; 1: .ent foodx
28 ; 2: .ent foodx
45 ; 1: .ent foocx
48 ; 2: .ent foocx
64 ; 1: .ent foodcx
67 ; 2: .ent foodcx
70 ; 3: .ent foodcx
73 ; 4: .ent foodcx
/external/e2fsprogs/e2fsck/
Drehash.c88 struct hash_entry *new_array, *ent; in fill_dir_block() local
149 ent = fd->harray + fd->num_array++; in fill_dir_block()
150 ent->dir = dirent; in fill_dir_block()
152 ent->ino = dirent->inode; in fill_dir_block()
154 ent->hash = ent->minor_hash = 0; in fill_dir_block()
159 &ent->hash, &ent->minor_hash); in fill_dir_block()
335 struct hash_entry *ent, *prev; in duplicate_search_and_fix() local
351 ent = fd->harray + i; in duplicate_search_and_fix()
352 prev = ent - 1; in duplicate_search_and_fix()
353 if (!ent->dir->inode || in duplicate_search_and_fix()
[all …]
/external/valgrind/none/tests/x86-linux/
Dseg_override.c37 inline static void *wine_ldt_get_base( const LDT_ENTRY *ent ) in wine_ldt_get_base() argument
39 return (void *)(ent->BaseLow | in wine_ldt_get_base()
40 (unsigned long)ent->HighWord.Bits.BaseMid << 16 | in wine_ldt_get_base()
41 (unsigned long)ent->HighWord.Bits.BaseHi << 24); in wine_ldt_get_base()
43 inline static unsigned int wine_ldt_get_limit( const LDT_ENTRY *ent ) in wine_ldt_get_limit() argument
45 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16); in wine_ldt_get_limit()
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff; in wine_ldt_get_limit()
/external/mesa3d/src/mapi/glapi/gen/
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)
293 for ent in ents:
294 self.printFunction(func, ent)
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
DHTMLScanner.java294 int ent = h.getEntity(); in scan() local
296 if (ent != 0) { in scan()
298 if (ent >= 0x80 && ent <= 0x9F) { in scan()
299 ent = theWinMap[ent-0x80]; in scan()
301 if (ent < 0x20) { in scan()
303 ent = 0x20; in scan()
305 else if (ent >= 0xD800 && ent <= 0xDFFF) { in scan()
307 ent = 0; in scan()
309 else if (ent <= 0xFFFF) { in scan()
311 save(ent, h); in scan()
[all …]
/external/llvm/test/MC/Mips/
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
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java149 int ent; in compress() local
168 ent = nextPixel(); in compress()
182 fcode = (c << maxbits) + ent; in compress()
183 i = (c << hshift) ^ ent; // xor hashing in compress()
186 ent = codetab[i]; in compress()
198 ent = codetab[i]; in compress()
203 output(ent, outs); in compress()
204 ent = c; in compress()
212 output(ent, outs); in compress()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-inject.c255 struct event_entry *ent; in perf_inject__sched_process_exit() local
257 list_for_each_entry(ent, &inject->samples, node) { in perf_inject__sched_process_exit()
258 if (sample->tid == ent->tid) { in perf_inject__sched_process_exit()
259 list_del_init(&ent->node); in perf_inject__sched_process_exit()
260 free(ent); in perf_inject__sched_process_exit()
275 struct event_entry *ent; in perf_inject__sched_switch() local
279 ent = malloc(event->header.size + sizeof(struct event_entry)); in perf_inject__sched_switch()
280 if (ent == NULL) { in perf_inject__sched_switch()
286 ent->tid = sample->tid; in perf_inject__sched_switch()
287 memcpy(&ent->event, event, event->header.size); in perf_inject__sched_switch()
[all …]

12345678