OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adh
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/gpllib/acpi/
acpi.c
87
void get_acpi_description_header(uint8_t * q, s_acpi_description_header *
adh
)
89
cp_str_struct(
adh
->signature);
90
cp_struct(&
adh
->length);
91
cp_struct(&
adh
->revision);
92
cp_struct(&
adh
->checksum);
93
cp_str_struct(
adh
->oem_id);
94
cp_str_struct(
adh
->oem_table_id);
95
cp_struct(&
adh
->oem_revision);
96
cp_str_struct(
adh
->creator_id);
97
cp_struct(&
adh
->creator_revision)
102
s_acpi_description_header
adh
;
local
[
all
...]
/external/syslinux/com32/gplinclude/acpi/
acpi.h
96
void get_acpi_description_header(uint8_t *q, s_acpi_description_header *
adh
);
/external/tensorflow/tensorflow/core/util/
memmapped_file_system_test.cc
146
const auto
adh
= [&memmapped_env, &filename](WritableFile* f) {
local
150
std::unique_ptr<WritableFile, decltype(
adh
)> writable_file(
151
writable_file_temp.release(),
adh
);
Completed in 70 milliseconds