| /third_party/mesa3d/src/util/ |
| H A D | vl_vlc.h | 58 struct vl_vlc_entry entry; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_screen.c | 1226 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 D | test-misc.c | 812 struct udev_list_entry *entry; in START_TEST() local
|
| /third_party/libexif/libexif/ |
| H A D | exif-tag.c | 1040 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 D | getaddrinfo_01.c | 293 char *entry; in setup() local
|
| /third_party/libdrm/ |
| H A D | xf86drmSL.c | 75 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 D | udev-seat.c | 172 struct udev_list_entry *entry; in udev_input_add_devices() local
|
| /third_party/ltp/tools/sparse/ |
| H A D | sparse-ltp.c | 208 struct expression *entry; in check_test_struct() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | inline.c | 222 struct expression *entry; in copy_expression() local
|
| H A D | liveness.c | 35 struct asm_constraint *entry; in asm_liveness() local
|
| H A D | ptrlist.c | 200 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 D | storage.c | 48 struct storage_hash *entry, *prev; in gather_storage() local 133 struct storage_hash *entry, *last; in vrfy_storage() local [all...] |
| H A D | sparse.c | 43 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 D | list.h | 136 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 D | multilink.c | 308 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 D | graph-reducer.cc | 149 NodeState& entry = stack_.top(); in ReduceTop() local
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | modules.cc | 59 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 D | modules.h | 196 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 D | ast-value-factory.cc | 395 AstRawStringMap::Entry* entry = string_table_.LookupOrInsert( in GetString() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | safepoint-table.cc | 44 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 D | source-position-table.cc | 75 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 D | threaded-list.h | 156 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 D | worklist.h | 242 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 D | free-list.cc | 92 Entry& entry = Entry::CreateAt(block.address, size); in AddReturningUnusedBounds() local 143 Entry* entry in Allocate() local [all...] |
| H A D | object-allocator.cc | 209 const FreeList::Block entry = space.free_list().Allocate(size); in RefillLinearAllocationBufferFromFreeList() local
|