Home
last modified time | relevance | path

Searched refs:skip_map (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/include/experimental/
Dfunctional185 typedef std::array<value_type, _VSTD::numeric_limits<unsigned_key_type>::max()> skip_map;
186 skip_map __table;
/external/libaom/libaom/examples/
Dinspect.c249 const map_entry skip_map[] = { ENUM(SKIP), ENUM(NO_SKIP), LAST_ENUM }; variable
662 put_block_info(buf, skip_map, "skip", offsetof(insp_mi_data, skip), 0); in inspect()