/third_party/json/include/nlohmann/detail/output/ |
H A D | binary_writer.hpp | 735 @param[in] use_type whether to use '$' prefixes (optimized format) 740 const bool use_type, const bool add_prefix = true, in write_ubjson() 804 if (use_type && !j.m_value.array->empty()) in write_ubjson() 832 write_ubjson(el, use_count, use_type, prefix_required, use_bjdata); in write_ubjson() 850 if (use_type && !j.m_value.binary->empty()) in write_ubjson() 863 if (use_type) in write_ubjson() 890 if (!write_bjdata_ndarray(*j.m_value.object, use_count, use_type)) // decode bjdata ndarray in the JData format (https://github.com/NeuroJSON/jdata) in write_ubjson() 902 if (use_type && !j.m_value.object->empty()) in write_ubjson() 934 write_ubjson(el.second, use_count, use_type, prefix_required, use_bjdata); in write_ubjson() 1618 bool write_bjdata_ndarray(const typename BasicJsonType::object_t& value, const bool use_count, const bool use_type) in write_bjdata_ndarray() argument 739 write_ubjson(const BasicJsonType& j, const bool use_count, const bool use_type, const bool add_prefix = true, const bool use_bjdata = false) write_ubjson() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_range_analysis.c | 100 nir_alu_type use_type) in analyze_constant() 120 switch (nir_alu_type_get_base_type(use_type)) { in analyze_constant() 433 struct hash_table *ht, nir_alu_type use_type) in analyze_expression() 442 return analyze_constant(instr, src, use_type); in analyze_expression() 457 nir_alu_type_get_base_type(use_type); in analyze_expression() 468 struct hash_entry *he = _mesa_hash_table_search(ht, pack_key(alu, use_type)); in analyze_expression() 587 analyze_expression(alu, 1, ht, use_type); in analyze_expression() 589 analyze_expression(alu, 2, ht, use_type); in analyze_expression() 909 r = analyze_expression(alu, 0, ht, use_type); in analyze_expression() 1216 _mesa_hash_table_insert(ht, pack_key(alu, use_type), pack_dat in analyze_expression() 99 analyze_constant(const struct nir_alu_instr *instr, unsigned src, nir_alu_type use_type) analyze_constant() argument 432 analyze_expression(const nir_alu_instr *instr, unsigned src, struct hash_table *ht, nir_alu_type use_type) analyze_expression() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_liverangeevaluator_helpers.h | 105 const auto& use_type() { return m_use_type; } in use_type() function in r600::RegisterCompAccess
|
H A D | sfn_liverangeevaluator.cpp | 137 live_ranges[i].m_use = rca.use_type(); in finalize()
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 4252 const bool use_type = false) 4255 to_ubjson(j, result, use_size, use_type); 4262 const bool use_size = false, const bool use_type = false) 4264 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type); 4270 const bool use_size = false, const bool use_type = false) 4272 binary_writer<char>(o).write_ubjson(j, use_size, use_type); 4279 const bool use_type = false) 4282 to_bjdata(j, result, use_size, use_type); 4289 const bool use_size = false, const bool use_type = false) 4291 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type, tru [all...] |
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 14010 @param[in] use_type whether to use '$' prefixes (optimized format) 14014 const bool use_type, const bool add_prefix = true) 14077 if (use_type && !j.m_value.array->empty()) 14103 write_ubjson(el, use_count, use_type, prefix_required); 14121 if (use_type && !j.m_value.binary->empty()) 14134 if (use_type) 14165 if (use_type && !j.m_value.object->empty()) 14195 write_ubjson(el.second, use_count, use_type, prefix_required); 21058 const bool use_type = false) 21061 to_ubjson(j, result, use_size, use_type); [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 53 my %use_type = (); 400 hash_save_array_words(\%use_type, \@use); 1289 hash_show_words(\%use_type, "Used"); 2263 return defined $use_type{$type} if (scalar keys %use_type > 0);
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 15650 @param[in] use_type whether to use '$' prefixes (optimized format) 15655 const bool use_type, const bool add_prefix = true, 15719 if (use_type && !j.m_value.array->empty()) 15747 write_ubjson(el, use_count, use_type, prefix_required, use_bjdata); 15765 if (use_type && !j.m_value.binary->empty()) 15778 if (use_type) 15805 if (!write_bjdata_ndarray(*j.m_value.object, use_count, use_type)) // decode bjdata ndarray in the JData format (https://github.com/NeuroJSON/jdata) 15817 if (use_type && !j.m_value.object->empty()) 15849 write_ubjson(el.second, use_count, use_type, prefix_required, use_bjdata); 16533 bool write_bjdata_ndarray(const typename BasicJsonType::object_t& value, const bool use_count, const bool use_type) [all...] |