Searched refs:print_str (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | printf.cpp | 82 std::string print_str; in print_formatted() local 83 print_str = format.substr(cur_tok, spec_pos + 1 - cur_tok); in print_formatted() 86 bool valid_str = print_str.find_first_not_of(clc_printf_whitelist) == in print_formatted() 99 printf(print_str.c_str(), &buffer[buf_pos]); in print_formatted() 103 printf(print_str.c_str(), &fmt.strings[idx]); in print_formatted() 119 print_str.erase(vec_pos - cur_tok, std::min(mod_pos, spec_pos) - vec_pos); in print_formatted() 120 print_str.push_back(','); in print_formatted() 131 print_str.pop_back(); in print_formatted() 138 printf(print_str.c_str(), h); in print_formatted() 143 printf(print_str.c_str(), f); in print_formatted() [all …]
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 1811 #define print_str(k, v) writer_print_string(w, k, v, 0) macro 1968 print_str("side_data_type", name ? name : "unknown"); in print_pkt_side_data() 1974 print_str("type", av_stereo3d_type_name(stereo->type)); in print_pkt_side_data() 1978 print_str("projection", av_spherical_projection_name(spherical->projection)); in print_pkt_side_data() 2044 print_str("color_range", val); in print_color_range() 2054 print_str("color_space", val); in print_color_space() 2064 print_str("color_primaries", val); in print_primaries() 2074 print_str("color_transfer", val); in print_color_trc() 2084 print_str("chroma_location", val); in print_chroma_location() 2118 print_str("context", log_buffer[i].context_name); in show_log() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/ |
D | tbe_kernel_select.cc | 594 std::string print_str = "["; in PrintSupportedFormat() local 596 print_str.append(input); in PrintSupportedFormat() 597 print_str.append(", "); in PrintSupportedFormat() 599 print_str.append("] -->"); in PrintSupportedFormat() 601 print_str.append(output); in PrintSupportedFormat() 602 print_str.append(", "); in PrintSupportedFormat() 604 MS_LOG(INFO) << "Support format: " << print_str; in PrintSupportedFormat()
|
/third_party/boost/libs/locale/test/ |
D | test_boundary.cpp | 29 void print_str(std::basic_string<Char> const &/*s*/) in print_str() function 34 void print_str<char>(std::basic_string<char> const &s) in print_str() function 147 print_str(p->str()); in test_word_container() 148 print_str(fchunks[i-1]); in test_word_container()
|
/third_party/quickjs/ |
D | quickjs.c | 11880 goto print_str; in JS_DumpValueShort() 11883 goto print_str; in JS_DumpValueShort() 11886 goto print_str; in JS_DumpValueShort() 11889 goto print_str; in JS_DumpValueShort() 11892 print_str: in JS_DumpValueShort()
|