Home
last modified time | relevance | path

Searched defs:entry (Results 401 - 425 of 1189) sorted by relevance

1...<<11121314151617181920>>...48

/third_party/mesa3d/src/util/
H A Dvl_vlc.h58 struct vl_vlc_entry entry; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c1226 nv50_screen_tic_alloc(struct nv50_screen *screen, void *entry) in nv50_screen_tic_alloc() argument
1243 nv50_screen_tsc_alloc(struct nv50_screen *screen, void *entry) in nv50_screen_tsc_alloc() argument
/third_party/libinput/test/
H A Dtest-misc.c812 struct udev_list_entry *entry; in START_TEST() local
/third_party/libexif/libexif/
H A Dexif-tag.c1040 match_tag(const void *tag, const void *entry) in match_tag() argument
1056 struct TagEntry *entry in exif_tag_table_first() local
[all...]
/third_party/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c293 char *entry; in setup() local
/third_party/libdrm/
H A Dxf86drmSL.c75 SLEntryPtr entry; in SLCreateEntry() local
121 SLEntryPtr entry; drmSLDestroy() local
141 SLEntryPtr entry; SLLocate() local
158 SLEntryPtr entry; drmSLInsert() local
192 SLEntryPtr entry; drmSLDelete() local
219 SLEntryPtr entry; drmSLLookup() local
260 SLEntryPtr entry; drmSLNext() local
290 SLEntryPtr entry; drmSLDump() local
[all...]
/third_party/libinput/src/
H A Dudev-seat.c172 struct udev_list_entry *entry; in udev_input_add_devices() local
/third_party/ltp/tools/sparse/
H A Dsparse-ltp.c208 struct expression *entry; in check_test_struct() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c222 struct expression *entry; in copy_expression() local
H A Dliveness.c35 struct asm_constraint *entry; in asm_liveness() local
H A Dptrlist.c200 struct ptr_list *entry = head; in pack_ptr_list() local
314 lookup_ptr_list_entry(const struct ptr_list *head, const void *entry) lookup_ptr_list_entry() argument
335 delete_ptr_list_entry(struct ptr_list **list, void *entry, int count) delete_ptr_list_entry() argument
432 void *entry; concat_ptr_list() local
[all...]
H A Dstorage.c48 struct storage_hash *entry, *prev; in gather_storage() local
133 struct storage_hash *entry, *last; in vrfy_storage() local
[all...]
H A Dsparse.c43 static int context_increase(struct basic_block *bb, int entry) in context_increase() argument
70 static int imbalance(struct entrypoint *ep, struct basic_block *bb, int entry, int exit, const char *why) in imbalance() argument
81 static int check_children(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_children() argument
99 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_bb_context() argument
[all...]
/third_party/ltp/testcases/realtime/include/
H A Dlist.h136 list_del(struct list_head *entry) list_del() argument
147 list_del_init(struct list_head *entry) list_del_init() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dmultilink.c308 char entry[32]; in make_bundle_links() local
347 char entry[32]; in remove_bundle_link() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc149 NodeState& entry = stack_.top(); in ReduceTop() local
/third_party/node/deps/v8/src/ast/
H A Dmodules.cc59 Entry* entry = zone->New<Entry>(loc); in AddImport() local
71 Entry* entry = zone->New<Entry>(loc); in AddStarImport() local
88 Entry* entry in AddExport() local
101 Entry* entry = zone->New<Entry>(loc); AddExport() local
113 Entry* entry = zone->New<Entry>(loc); AddStarExport() local
234 Entry* entry = it->second; MakeIndirectExportsExplicit() local
278 Entry* entry = it->second; AssignCellIndices() local
291 Entry* entry = elem.second; AssignCellIndices() local
346 const Entry* entry = FindDuplicateExport(zone); Validate() local
357 const Entry* entry = elem.second; Validate() local
[all...]
H A Dmodules.h196 void AddRegularExport(Entry* entry) { in AddRegularExport() argument
204 void AddSpecialExport(const Entry* entry, Zone* zone) { in AddSpecialExport() argument
210 AddRegularImport(Entry* entry) AddRegularImport() argument
220 AddNamespaceImport(const Entry* entry, Zone* zone) AddNamespaceImport() argument
[all...]
H A Dast-value-factory.cc395 AstRawStringMap::Entry* entry = string_table_.LookupOrInsert( in GetString() local
/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc44 SafepointEntry entry = GetEntry(i); in find_return_pc() local
67 SafepointEntry entry = GetEntry(i); in FindEntry() local
81 SafepointEntry entry = GetEntry(index); in Print() local
[all...]
H A Dsource-position-table.cc75 void EncodeEntry(ZoneVector<byte>* bytes, const PositionTableEntry& entry) { in EncodeEntry() argument
108 DecodeEntry(base::Vector<const byte> bytes, int* index, PositionTableEntry* entry) DecodeEntry() argument
163 AddEntry(const PositionTableEntry& entry) AddEntry() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h156 Iterator& operator=(T* entry) { in operator =() argument
175 explicit Iterator(T** entry) : entry_(entry) {} in Iterator() argument
208 explicit ConstIterator(T* const* entry) : entry_(entry) {} in ConstIterator() argument
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h242 void Worklist<EntryType, SegmentSize>::Segment::Push(EntryType entry) { in Push() argument
248 void Worklist<EntryType, SegmentSize>::Segment::Pop(EntryType* entry) { in Pop() argument
391 void Worklist<EntryType, SegmentSize>::Local::Push(EntryType entry) { in Push() argument
399 Pop(EntryType* entry) Pop() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc92 Entry& entry = Entry::CreateAt(block.address, size); in AddReturningUnusedBounds() local
143 Entry* entry in Allocate() local
[all...]
H A Dobject-allocator.cc209 const FreeList::Block entry = space.free_list().Allocate(size); in RefillLinearAllocationBufferFromFreeList() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...48