OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SegCount
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlNamespace.c
143
UINT8
SegCount
;
175
SegCount
= 2;
178
SegCount
= *Buffer;
187
SegCount
= 1;
202
} while (Index <
SegCount
);
AmlString.c
117
UINTN
SegCount
;
142
SegCount
= 2;
146
SegCount
= *Buffer;
153
SegCount
= 0;
165
SegCount
= 1;
176
} while (Index <
SegCount
);
277
@param[out]
SegCount
On return, points to Segment count.
286
OUT UINTN *
SegCount
294
*
SegCount
= 0;
315
(*
SegCount
) ++;
[
all
...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.c
262
UINTN
SegCount
;
297
SegCount
= 2;
304
SegCount
= *Buffer;
311
SegCount
= 0;
317
SegCount
= 1;
320
Buffer += 4 *
SegCount
;
321
Length += 4 *
SegCount
;
[
all
...]
/external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc
597
seg_count_(
SegCount
(data)),
663
int32_t CMapTable::CMapFormat4::
SegCount
(ReadableFontData* data) {
980
int32_t seg_count = CMapFormat4::
SegCount
(data);
[
all
...]
Completed in 856 milliseconds