OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Array
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc
27
using AllocatorType = typename
Array
<TestData>::AllocatorType;
29
Array
<TestData> Data(A);
34
using AllocatorType = typename
Array
<TestData>::AllocatorType;
36
Array
<TestData> data(A);
43
using AllocatorType = typename
Array
<TestData>::AllocatorType;
45
Array
<TestData> data(A);
53
using AllocatorType = typename
Array
<TestData>::AllocatorType;
55
Array
<TestData> data(A);
68
using AllocatorType = typename
Array
<TestData>::AllocatorType;
70
Array
<TestData> data(A)
[
all
...]
test_helpers.h
63
template <class T> void PrintTo(const
Array
<T> &A, std::ostream *OS) {
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h
12
// Defines the implementation of a segmented
array
, with fixed-size segments
28
/// The
Array
type provides an interface similar to std::vector<...> but does
32
/// is destroyed. When an
Array
is destroyed, it will destroy elements in the
34
template <class T> class
Array
{
42
// Each segment of the
array
will be laid out with the following assumptions:
297
explicit
Array
(AllocatorType &A) XRAY_NEVER_INSTRUMENT
304
Array
() XRAY_NEVER_INSTRUMENT : Alloc(nullptr),
310
Array
(const
Array
&) = delete;
311
Array
&operator=(const Array &) = delete
[
all
...]
xray_profile_collector.cc
68
using ThreadDataArray =
Array
<ThreadData>;
72
// by the ThreadData
array
. This lets us host the buffers, allocators, and tries
73
// associated with a thread by moving the data into the
array
instead of
89
using ProfileBufferArray =
Array
<ProfileBuffer>;
134
// If we fail to add the data to the
array
, we should destroy the objects
150
using PathArray =
Array
<int32_t>;
163
using ProfileRecordArray =
Array
<ProfileRecord>;
170
using StackArray =
Array
<const FunctionCallTrie::Node *>;
274
// use a local allocator and an __xray::
Array
<...> to store the intermediary
326
// We don't bother destroying the
array
here because we've alread
[
all
...]
xray_function_call_trie.h
38
/// a
Array
<NodeIdPair> -- each NodeIdPair instance will contain the function
104
using NodeIdPairArray =
Array
<NodeIdPair>;
129
using NodeArray =
Array
<Node>;
130
using RootArray =
Array
<Node *>;
131
using ShadowStackArray =
Array
<ShadowStackEntry>;
490
using Stack =
Array
<NodeAndParent>;
549
using Stack =
Array
<NodeAndTarget>;
/src/sys/external/bsd/gnu-efi/dist/lib/
misc.c
399
// Insert in the tail of the
array
540
UI_STRING_ENTRY *
Array
;
551
for (Index = UiDeviceString,
Array
= Ui->Entry; Index < StringType; Index++,
Array
++) {
552
while (
Array
->LangCode) {
553
Array
++;
560
while (
Array
->LangCode) {
561
if (strcmpa (
Array
->LangCode, LangCode) == 0) {
562
return
Array
->UiString;
/src/sys/external/bsd/acpica/dist/common/
dmtbdump.c
431
UINT32 *
Array
;
437
/* Point to start of table pointer
array
*/
439
Array
= ACPI_CAST_PTR (ACPI_TABLE_RSDT, Table)->TableOffsetEntry;
449
AcpiOsPrintf ("%8.8X\n",
Array
[i]);
471
UINT64 *
Array
;
477
/* Point to start of table pointer
array
*/
479
Array
= ACPI_CAST_PTR (ACPI_TABLE_XSDT, Table)->TableOffsetEntry;
489
AcpiOsPrintf ("%8.8X%8.8X\n", ACPI_FORMAT_UINT64 (
Array
[i]));
dmtbdump1.c
179
* 4) A list (
array
) of Interrupt Structures
426
/* Dump the entire interrupt structure
array
, if present */
1298
UINT8 *
Array
;
1322
/* Dump the BaseAddress
array
*/
1329
Array
= (UINT8 *) Subtable + ArrayOffset;
1331
Status = AcpiDmDumpTable (Length, AbsoluteOffset,
Array
,
1339
/* Dump the AddressSize
array
*/
1346
Array
= (UINT8 *) Subtable + ArrayOffset;
1348
Status = AcpiDmDumpTable (Length, AbsoluteOffset,
Array
,
1361
Array
= (UINT8 *) Subtable + ArrayOffset
[
all
...]
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs
88
/// <param name="data">Byte
array
containing the data to be added to the codec</param>
98
/// <param name="data">Byte
array
containing the data to be added to the codec</param>
165
/// <param name="data">The byte
array
that contains the data to copy</param>
170
Array
.Copy(data, startIndex, _inBuffer,0, count);
/src/usr.bin/xlint/lint1/
README.md
140
16: 'string' type '
array
[5] of char', lvalue, "name"
147
| 5, 6 |
Array
access is represented as `*(left + right)`. |
148
| 9, 13 |
Array
and struct offsets are in premultiplied form. |
180
* The subtype of a pointer,
array
or function is never null.
187
| tp | `type_t` | a complete type such as `pointer to
array
[3] of int` |
188
| stp | `type_t` | the subtype of a pointer,
array
or function |
Completed in 18 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025