OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointed_address
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gpllib/acpi/
xsdt.c
67
uint64_t *
pointed_address
= (uint64_t *)strtoul(address, NULL, 16);
local
69
x->entry[x->entry_count] =
pointed_address
;
70
if (parse_header(
pointed_address
, acpi)) {
rsdt.c
63
uint32_t *
pointed_address
= (uint32_t *)strtoul(address, NULL, 16);
local
64
r->entry[r->entry_count] = (uint8_t *)
pointed_address
;
Completed in 59 milliseconds