Searched refs:entry (Results 1 - 10 of 10) sorted by relevance

/ndk/sources/host-tools/make-3.81/w32/include/
H A Dw32err.h22 #define EXTERN_DECL(entry, args) entry args
H A Dsub_proc.h31 #define EXTERN_DECL(entry, args) extern entry args
/ndk/sources/android/cpufeatures/
H A Dcpu-features.c467 struct { uint32_t tag; uint32_t value; } entry;
470 int ret = read(fd, (char*)&entry, sizeof entry);
478 if (ret == 0 || (entry.tag == 0 && entry.value == 0))
480 if (entry.tag == AT_HWCAP) {
481 result = entry.value;
747 const struct CpuIdEntry* entry = &cpu_id_entries[i]; local
750 entry->field);
754 D("field=%s value='%s'\n", entry
789 const struct CpuFix* entry = &cpu_fixes[n]; local
[all...]
/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c133 struct dirent *entry; local
163 while ((entry = readdir(dir)) != NULL) {
166 if (entry->d_name[0] == '.') /* skip . and .. */
169 tid = atoi(entry->d_name);
304 struct dirent * entry; local
314 while ((entry = readdir(dir)) != NULL) {
315 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) {
318 handle.tid = atoi(entry->d_name);
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c130 struct dirent *entry; local
160 while ((entry = readdir(dir)) != NULL) {
163 if (entry->d_name[0] == '.') /* skip . and .. */
166 tid = atoi(entry->d_name);
340 struct dirent * entry; local
350 while ((entry = readdir(dir)) != NULL) {
351 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) {
354 handle.tid = atoi(entry->d_name);
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dlibthread_db.c142 struct dirent *entry; local
172 while ((entry = readdir(dir)) != NULL) {
175 if (entry->d_name[0] == '.') /* skip . and .. */
178 tid = atoi(entry->d_name);
353 struct dirent * entry; local
363 while ((entry = readdir(dir)) != NULL) {
364 if (strcmp(entry->d_name, ".") == 0 || strcmp(entry->d_name, "..") == 0) {
367 handle.tid = atoi(entry->d_name);
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dfile-has-acl.c102 tag = ace->entry->acl_type;
106 perm = ace->entry->acl_perm;
143 /* Note: Cygwin does not return a CLASS_OBJ ("mask:") entry
H A Dregexec.c633 /* Internal entry point. */
2185 struct re_backref_cache_entry *entry;
2194 entry = mctx->bkref_ents + first_idx;
2204 if (entry->node != node)
2206 subexp_len = entry->subexp_to - entry->subexp_from;
2249 entry = mctx->bkref_ents + enabled_idx;
2251 while (enabled_idx++, entry++->more);
2733 const struct re_backref_cache_entry *entry
2736 if (entry
2182 struct re_backref_cache_entry *entry; local
2729 const struct re_backref_cache_entry *entry local
[all...]
H A Dregcomp.c215 are set in BUFP on entry. */
638 struct re_state_table_entry *entry = dfa->state_table + i;
639 for (j = 0; j < entry->num; ++j)
641 re_dfastate_t *state = entry->array[j];
644 re_free (entry->array);
753 /* Internal entry point.
2669 /* Got valid collation sequence values, add them as a new entry.
2776 Seek the collating symbol entry correspondings to NAME.
2801 /* Yep, this is the entry. */
2805 /* Next entry
635 struct re_state_table_entry *entry = dfa->state_table + i; local
[all...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex359 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
1461 % which might be empty if this toc entry had no corresponding node.
3684 % of an alignment entry. \everycr resets \everytab so we don't have to
3758 % to the width of each template entry.
4048 % \fooindex ...rest of line... puts an entry in the index foo.
4116 % which makes an entry in a two-level index such as the operation index.
4125 % Take care of Texinfo commands that can appear in an index entry.
4140 % I don't entirely understand this, but when an index entry is
4161 % .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}}
4426 % writing an index entry, an
[all...]

Completed in 592 milliseconds