Home
last modified time | relevance | path

Searched refs:list (Results 3476 - 3500 of 16881) sorted by relevance

1...<<131132133134135136137138139140>>...676

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-uclogic-params.h21 #include <linux/list.h>
90 /* The list of subreports, only valid if "id" is not zero */
188 struct list_head list; member
227 * The list of frame control parameters and optional report descriptor
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.h15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
37 #include <linux/list.h>
78 struct list_head list; member
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_pnet.h28 * @lock: Lock for list action
36 struct smc_pnetids_ndev { /* list of pnetids for net devices in UP state*/
37 struct list_head list; member
42 struct list_head list; member
H A Dsmc_ism.h19 struct list_head list; member
20 struct mutex mutex; /* Protects list of devices */
23 extern struct smcd_dev_list smcd_dev_list; /* list of smcd devices */
26 struct list_head list; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsrcline.h5 #include <linux/list.h>
35 struct list_head list; member
47 /* free resources associated to the inline node list */
50 /* insert the inline node list into the DSO, which will take ownership */
53 /* find previously inserted inline node list */
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_rw.h14 #include <linux/list.h>
62 * data structure for information about list of SCCBs (only for writing),
66 struct list_head list; /* list_head for sccb_info chain */ member
/third_party/ffmpeg/libavformat/
H A Davc.h41 * a NALUList from it. This list can be passed to ff_nal_units_write_list()
44 * @param list A NALUList. The list->nalus and list->nalus_array_size
51 int ff_nal_units_create_list(NALUList *list, const uint8_t *buf, int size);
53 /* Writes a NALUList to the specified AVIOContext. The list must originate
55 void ff_nal_units_write_list(const NALUList *list, AVIOContext *pb,
/third_party/gn/src/gn/
H A Dfunction_foreach.cc13 const char kForEach_HelpShort[] = "foreach: Iterate over a list.";
15 R"(foreach: Iterate over a list.
17 foreach(<loop_var>, <list>) {
21 Executes the loop contents block over each item in the list, assigning the
23 to it will not mutate the list. The loop will iterate over a copy of <list>
67 // Extract the list to iterate over. Always copy in case the code changes in RunForEach()
68 // the list variable inside the loop. in RunForEach()
75 const std::vector<Value>& list = list_value.list_value(); in RunForEach() local
91 for (const auto& cur : list) { in RunForEach()
[all...]
/third_party/node/test/parallel/
H A Dtest-http2-pack-end-stream-flag.js34 common.mustCallAtLeast((list, observer) => {
35 const entries = list.getEntries();
H A Dtest-performanceobserver.js66 function callback(list, obs) {
68 const entries = list.getEntries();
/third_party/node/test/common/
H A Dcpu-prof.js9 const list = fs.readdirSync(dir);
10 return list
H A Dprof.js8 const list = fs.readdirSync(dir);
9 return list
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.h29 #include "list.h"
65 struct ntfs_list_head list; /* Previous/Next links */ member
82 struct ntfs_list_head list; /* Previous/Next links */ member
101 struct ntfs_list_head name; /* A list of filenames */
102 struct ntfs_list_head data; /* A list of data streams */
/third_party/mesa3d/src/mesa/main/
H A Ddlist.h40 * Display list node.
42 * Display list instructions are stored as sequences of "nodes". Nodes
46 * Each instruction in the display list is stored as a sequence of
111 _mesa_lookup_list(struct gl_context *ctx, GLuint list, bool locked);
133 _mesa_get_list(struct gl_context *ctx, GLuint list,
/third_party/libwebsockets/lib/system/metrics/
H A Dprivate-lib-system-metrics.h55 /**< list of metrics that are using this policy */
57 lws_dll2_t list; member
70 lws_dll2_t list; member
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_strops.c50 static char* list[2]; variable
59 slist.strs = list; in strsplit()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_renames.py23 for module, replace in list(MAPPING.items()):
24 for old_attr, new_attr in list(replace.items()):
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dworkaround1209.cpp17 #include <list>
34 std::list<BasicBlock*> structured_order; in RemoveOpUnreachableInLoops()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dworkaround1209.cpp17 #include <list>
34 std::list<BasicBlock*> structured_order; in RemoveOpUnreachableInLoops()
/third_party/skia/third_party/externals/angle2/util/
H A DOSWindow.h13 #include <list>
84 std::list<Event> mEvents;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderVisibleDescriptorAllocatorD3D12.h24 #include <list>
28 // Internally, it manages a list of heaps using a ringbuffer block allocator. The heap is in one
87 std::list<SerialDescriptorHeap> mPool;
/third_party/typescript/tests/baselines/reference/
H A DneverInference.js23 const list: LinkedList<number> = mkList([], compareNumbers);
37 const list = mkList([], compareNumbers);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.h34 /// A list of opcodes.
49 /// Create an empty opcode list for the specific image stage (1, 2, or 3).
55 /// Is the opcode list empty?
62 /// Does the list contain at least 1 opcode?
69 /// Should the opcode list always be applied to the image?
76 /// Set internal flag to indicate this opcode list should always be
84 /// The number of opcodes in this list.
107 /// Remove all opcodes from the list.
116 /// list. If includeOptional is set to true, then this calculation will
121 /// Apply this opcode list t
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test_helpers.h115 inline Cord MakeFragmentedCord(std::initializer_list<absl::string_view> list) { in MakeFragmentedCord() argument
116 return MakeFragmentedCord<std::initializer_list<absl::string_view>>(list); in MakeFragmentedCord()
/third_party/spirv-tools/source/opt/
H A Dworkaround1209.cpp17 #include <list>
34 std::list<BasicBlock*> structured_order; in RemoveOpUnreachableInLoops()

Completed in 9 milliseconds

1...<<131132133134135136137138139140>>...676