OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:List
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc
22
typedef IntrusiveList<ListItem>
List
;
24
static
List
static_list;
26
static void SetList(
List
*l, ListItem *x = 0,
34
static void CheckList(
List
*l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
67
List
l;
144
List
l1, l2;
174
List
l;
177
List
l2;
/src/usr.bin/make/
lst.h
14
* notice, this
list
of conditions and the following disclaimer.
16
* notice, this
list
of conditions and the following disclaimer in the
49
* notice, this
list
of conditions and the following disclaimer.
51
* notice, this
list
of conditions and the following disclaimer in the
85
/* A doubly-linked
list
of pointers. */
86
typedef struct
List
List
;
87
/* A single node in the doubly-linked
list
. */
91
ListNode *prev; /* previous node in
list
, or NULL */
92
ListNode *next; /* next node in
list
, or NULL *
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h
166
// require some tuning). It saves us merge attempt when the batch
list
265
// Remove the next batch from the
list
and account for its size.
268
// Add it to deallocation
list
.
282
for (
List
::ConstIterator it = list_.begin(); it != list_.end(); ++it) {
303
typedef IntrusiveList<QuarantineBatch>
List
;
305
List
list_;
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
45
* the above Copyright Notice, the above License, this
list
of Conditions,
123
* notice, this
list
of conditions, and the following disclaimer,
186
* The acquire/release ordering protocol is implied via this
list
. Mutexes
338
/* Internal ACPI table management - master table
list
*/
356
/*
List
to manage incoming ACPI tables */
374
ACPI_HANDLE *
List
;
652
ACPI_GPE_NOTIFY_INFO *NotifyList; /*
List
of _PRW devices for implicit notifies */
712
ACPI_GPE_BLOCK_INFO *GpeBlockListHead; /*
List
of GPE blocks for this xrupt */
882
struct acpi_walk_state *WalkStateList; /* Head of
list
of WalkStates for this thread */
883
union acpi_operand_object *AcquiredMutexList; /*
List
of all currently acquired mutexes *
[
all
...]
Completed in 118 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025