Home
last modified time | relevance | path

Searched defs:table_entry (Results 1 – 6 of 6) sorted by relevance

/external/libevent/sample/
Dhttp-server.c83 static const struct table_entry { struct
84 const char *extension;
85 const char *content_type;
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_scatter_utils.cc109 int64_t table_entry; in IsPerIdOffsets() local
215 int64_t table_entry; in IsPerIdOffset() local
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_utils.c345 uintptr_t base_va, uint32_t *attributes, uint64_t **table_entry, in xlat_get_mem_attributes_internal()
/external/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c182 struct hash_entry *table_entry; in vbo_minmax_cache_store() local
/external/freetype/src/sfnt/
Dsfwoff2.c1546 FT_Byte table_entry[16]; in reconstruct_font() local
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py480 def table_entry(self) -> List[str]: member in MessageProperty