Searched defs:entry (Results 101 - 125 of 1572) sorted by relevance

1234567891011>>

/external/ipsec-tools/src/racoon/
H A Dgenlist.c52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); local
53 entry->data = data;
54 TAILQ_INSERT_HEAD(head, entry, chain);
55 return entry;
61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); local
62 entry->data = data;
63 TAILQ_INSERT_TAIL(head, entry, chain);
64 return entry;
117 print_entry(void *entry, void *arg)
119 if (!entry)
[all...]
/external/libexif/contrib/examples/
H A Dphotographer.c28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag); local
29 if (entry) {
33 exif_entry_get_value(entry, buf, sizeof(buf));
71 ExifEntry *entry; local
103 entry = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MAKE);
104 if (entry) {
108 if (exif_entry_get_value(entry, buf, sizeof(buf))) {
/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp31 RangeListEntry entry; local
33 entry.StartAddress = data.getAddress(offset_ptr);
34 entry.EndAddress = data.getAddress(offset_ptr);
40 if (entry.isEndOfListEntry())
42 Entries.push_back(entry);
/external/mesa3d/src/glsl/
H A Dopt_dead_code.cpp53 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)iter.get(); local
63 assert(entry->referenced_count >= entry->assigned_count);
67 entry->var->name, (void *) entry->var,
68 entry->referenced_count, entry->assigned_count,
69 entry->declaration ? "" : "not ");
72 if ((entry->referenced_count > entry
[all...]
/external/mesa3d/src/mapi/mapi/
H A Dentry.c29 #include "entry.h"
92 entry_patch(mapi_func entry, int slot) argument
H A Dentry_x86-64_tls.h89 entry_patch(mapi_func entry, int slot) argument
91 char *code = (char *) entry;
106 mapi_func entry; local
120 entry = (mapi_func) code;
121 entry_patch(entry, slot);
123 return entry;
H A Dentry_x86_tls.h100 char *entry; local
104 for (entry = x86_entry_start; entry < x86_entry_end; entry += 16)
105 memcpy(entry, patch, sizeof(patch));
116 entry_patch(mapi_func entry, int slot) argument
118 char *code = (char *) entry;
131 mapi_func entry; local
140 entry = (mapi_func) code;
141 entry_patch(entry, slo
[all...]
H A Dentry_x86_tsd.h78 entry_patch(mapi_func entry, int slot) argument
80 char *code = (char *) entry;
91 mapi_func entry; local
98 entry = (mapi_func) code;
99 entry_patch(entry, slot);
101 return entry;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_copy_propagation.cpp35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) argument
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
46 entry->src.negate)
49 bool has_source_modifiers = entry->src.abs || entry->src.negate;
52 (has_source_modifiers || entry->src.file == UNIFORM))
55 inst->src[arg].file = entry->src.file;
56 inst->src[arg].reg = entry
91 acp_entry *entry = (acp_entry *)entry_node; local
102 acp_entry *entry = (acp_entry *)entry_node; local
124 acp_entry *entry = ralloc(mem_ctx, acp_entry); local
[all...]
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/debug/
H A DDebugServer.java68 for (Map.Entry entry : map.entrySet()) {
69 listItem(sb, entry);
75 private void listItem(StringBuilder sb, Map.Entry entry) { argument
76 sb.append("<li><code><b>").append(entry.getKey()).
77 append("</b> = ").append(entry.getValue()).append("</code></li>");
/external/oprofile/libabi/
H A Dabi.cpp30 op_abi_entry const * entry = get_abi(); local
31 for ( ; entry->name != 0; ++entry)
32 slots[entry->name] = entry->offset;
/external/oprofile/module/
H A Dop_dcache.h31 inline static int add_hash_entry(struct op_hash_index * entry, uint parent, char const * name, uint len);
78 inline static int add_hash_entry(struct op_hash_index * entry, uint parent, char const * name, uint len) argument
80 entry->name = alloc_in_pool(name, len);
81 if (!entry->name)
83 entry->parent = parent;
/external/oprofile/opjitconv/
H A Dconversion.c20 struct jitentry * entry, * next; local
22 for (entry = jitentry_list; entry; entry = next) {
23 if (entry->sym_name_malloced)
24 free(entry->symbol_name);
25 next = entry->next;
26 free(entry);
33 struct jitentry_debug_line * entry, * next; local
35 for (entry
[all...]
/external/qemu/android/utils/
H A Dlist.h23 * - List entries contain references to the next, and the previous entry in the
25 * - The list is circular, i.e. the "last" list entry references the "list head"
26 * in its 'next' reference, and the "list head" references the "last" entry in
33 /* Next entry in the list */
35 /* Previous entry in the list */
53 /* Inserts an entry to the head of the list */
55 alist_insert_head(ACList* list, ACList* entry) argument
58 entry->next = next;
59 entry->prev = list;
60 next->prev = entry;
65 alist_insert_tail(ACList* list, ACList* entry) argument
77 alist_remove(ACList* entry) argument
91 ACList* entry = NULL; local
106 ACList* entry = NULL; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/main/beos/
H A DSDL_BeApp.cc68 BEntry entry; local
69 if (B_OK == entry.SetTo(&ref)) {
71 if (B_OK == path.SetTo(&entry)) {
/external/qemu/include/qapi/qmp/
H A Dqlist.h37 static inline QObject *qlist_entry_obj(const QListEntry *entry) argument
39 return entry->value;
58 static inline const QListEntry *qlist_next(const QListEntry *entry) argument
60 return QTAILQ_NEXT(entry, next);
/external/qemu/include/sysemu/
H A Dkvm.h110 QTAILQ_ENTRY(kvm_sw_breakpoint) entry; member in struct:kvm_sw_breakpoint
H A Dwatchdog.h37 QLIST_ENTRY(WatchdogTimerModel) entry; member in struct:WatchdogTimerModel
/external/skia/tests/
H A DBitmapHeapTest.cpp28 static int32_t GetRefCount(const SkBitmapHeapEntry* entry) { argument
29 return entry->fRefCount;
59 // The dictionary and heap should now each have one entry.
64 // The bitmap entry's refcount should be 1, then 0 after release.
65 SkBitmapHeapEntry* entry = heap.getEntry(0); local
66 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 1);
68 entry->releaseRef();
69 REPORTER_ASSERT(reporter, SkBitmapHeapTester::GetRefCount(entry) == 0);
80 // The dictionary should report the same index since the new entry is identical.
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp116 struct dirent* entry; local
117 while ((entry = readdir(dir))) {
120 SkString joinedPath = SkOSPath::SkPathJoin(path, entry->d_name);
124 entries->push_back(SkString(entry->d_name));
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DDefaultMapEntry.java36 * Constructs a new entry with the specified key and given value.
38 * @param key the key for the entry, may be null
39 * @param value the value for the entry, may be null
46 * Constructs a new entry from the specified KeyValue.
49 * @throws NullPointerException if the entry is null
56 * Constructs a new entry from the specified MapEntry.
58 * @param entry the entry to copy, must not be null
59 * @throws NullPointerException if the entry is null
61 public DefaultMapEntry(final Map.Entry<K, V> entry) { argument
[all...]
/external/srec/portable/src/
H A DPFileSystemImpl.c80 PHashTableEntry* entry; local
88 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry));
89 while (entry != NULL)
91 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL));
92 oldEntry = entry;
93 CHKLOG(rc, PHashTableEntryAdvance(&entry));
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c66 HChar *cp, *entry; local
73 entry = cp = colsep;
82 if ((*func)(entry)) {
87 entry = cp+1;
99 static Bool match_executable(const HChar *entry) argument
101 HChar buf[VG_(strlen)(entry) + VG_(strlen)(executable_name_in) + 3];
104 if (*entry == '\0')
105 entry = ".";
107 VG_(snprintf)(buf, sizeof(buf), "%s/%s", entry, executable_name_in);
/external/vixl/examples/
H A Dfactorial-rec.cc37 Label entry, input_is_zero; local
39 __ Bind(&entry);
46 __ Bl(&entry); // Recursive call factorial_rec(n - 1).
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CRLEntryHolder.java19 private TBSCertList.CRLEntry entry; field in class:X509CRLEntryHolder
22 X509CRLEntryHolder(TBSCertList.CRLEntry entry, boolean isIndirect, GeneralNames previousCA) argument
24 this.entry = entry;
27 if (isIndirect && entry.hasExtensions())
29 Extension currentCaName = entry.getExtensions().getExtension(Extension.certificateIssuer);
45 return entry.getUserCertificate().getValue();
55 return entry.getRevocationDate().getDate();
59 * Return whether or not the holder's CRL entry contains extensions.
65 return entry
[all...]

Completed in 760 milliseconds

1234567891011>>