Searched defs:table (Results 1 - 25 of 34) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/ctype/
H A D__ctype_b_loc.c9 static const unsigned short table[] = { variable
H A D__ctype_tolower_loc.c3 static const int32_t table[] = { variable
H A D__ctype_toupper_loc.c3 static const int32_t table[] = { variable
H A Diswalpha.c3 static const unsigned char table[] = { variable
H A Diswpunct.c3 static const unsigned char table[] = { variable
H A Dwcwidth.c3 static const unsigned char table[] = { variable
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4hc.h91 typedef struct { size_t table[LZ4_STREAMHCSIZE_SIZET]; } LZ4_streamHC_t; member in struct:__anon1608
H A Dlz4.h196 typedef struct { long long table[LZ4_STREAMSIZE_U64]; } LZ4_stream_t; member in struct:__anon1597
249 typedef struct { unsigned long long table[LZ4_STREAMDECODESIZE_U64]; } LZ4_streamDecode_t; member in struct:__anon1598
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dintscan.c7 static const unsigned char table[] = { variable
/fuchsia/zircon/kernel/dev/iommu/intel/
H A Dcontext_table_state.h58 volatile ds::ContextTable* table() const { function in class:intel_iommu::ContextTableState
H A Dcontext_table_state.cpp40 Create(uint8_t bus, bool extended, bool upper, IommuImpl* parent, volatile ds::RootEntrySubentry* root_entry, fbl::unique_ptr<ContextTableState>* table) argument
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2_cpu_state.cpp62 El2TranslationTable& table = cpu_state->table_; local
H A Dvmexit.cpp140 static void clean_invalidate_cache(zx_paddr_t table, size_t index_shift) { argument
/fuchsia/zircon/kernel/platform/pc/
H A Dacpi.cpp60 ACPI_TABLE_HEADER* table = NULL; local
282 ACPI_TABLE_HEADER* table = NULL; local
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Ddebug.cpp39 void IntelAudioDsp::DumpNhlt(const nhlt_table_t* table, size_t length) { argument
/fuchsia/zircon/system/dev/nand/nandpart/
H A Daml-bad-block.h58 AmlBadBlock(zx::vmo data_vmo, zx::vmo oob_vmo, fbl::Array<uint8_t> nand_op, Config config, nand_info_t nand_info, BlockStatus* table, uint32_t table_len, OobMetadata* oob) argument
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h69 bool process_line(P* parser, const Dispatch<P>* table, argument
116 bool run_parser(P* parser, const Dispatch<P>* table, const char* input, bool verbose) { argument
/fuchsia/zircon/system/uapp/nand-util/
H A Daml.cpp77 const char* table = reinterpret_cast<const char*>(data); local
/fuchsia/zircon/bootloader/lib/
H A Dprintf.c94 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable; local
/fuchsia/zircon/bootloader/src/
H A Ddiskio.c237 gpt_entry_t* table; local
[all...]
/fuchsia/zircon/kernel/lib/libc/
H A Dprintf.c128 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable; local
/fuchsia/zircon/kernel/lib/vdso/
H A Dvdso.cpp73 } table[VDSO_DYNSYM_COUNT]; member in struct:__anon81::VDsoDynSym
/fuchsia/zircon/system/uapp/ihda/
H A Dprint_codec_state.cpp240 ihda_dump_flags(uint32_t flags, const flag_lut_entry_t* table, size_t table_size, const char* suffix, const char* no_flags_text) argument
/fuchsia/zircon/system/uapp/psutils/
H A Dps.c50 task_entry_t* add_entry(task_table_t* table, const task_entry_t* entry) { argument
203 print_table(task_table_t* table, const ps_options_t* options) argument
[all...]
/fuchsia/zircon/system/ulib/task-utils/
H A Dwalker.cpp45 static size_t koid_table_byte_capacity(koid_table_t* table) { argument
49 static void realloc_koid_table(koid_table_t* table, size_t new_capacity) { argument
56 koid_table_t* table = local
64 free_koid_table(koid_table_t* table) argument
[all...]

Completed in 205 milliseconds

12