Searched refs:b_str (Results 1 – 5 of 5) sorted by relevance
/third_party/gn/src/gn/ |
D | source_file_unittest.cc | 16 std::string b_str("//foo/././../bar.cc"); in TEST() local 17 SourceFile b(std::move(b_str)); in TEST() 18 EXPECT_TRUE(b_str.empty()); // Should have been swapped in. in TEST()
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 498 void hex2stdout(const uint8_t * b_str, int len, int no_ascii); 499 void hex2stderr(const uint8_t * b_str, int len, int no_ascii); 500 int hex2str(const uint8_t * b_str, int len, const char * leadin, int format,
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/ |
D | matmul_fp32_base_coder.cc | 196 std::string b_str = allocator_->GetRuntimeAddr(filter_tensor_); in DoCode() local 206 std::string b_src_str = b_str; in DoCode() 210 …:string de_quant_function = Dequant::GetInstance()->GetMicroDeQuantFunction(filter_tensor_, b_str); in DoCode()
|
/third_party/ffmpeg/libavfilter/ |
D | af_aiir.c | 58 char *a_str, *b_str, *g_str; member 1290 ret = read_channels(ctx, inlink->channels, s->b_str, 1); in config_output() 1468 if (!s->a_str || !s->b_str || !s->g_str) { in init() 1540 …{ "zeros", "set B/numerator/zeros/reflection coefficients", OFFSET(b_str), AV_OPT_TYPE_STRING, {.s… 1541 …{ "z", "set B/numerator/zeros/reflection coefficients", OFFSET(b_str), AV_OPT_TYPE_STRING, {.s…
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 2867 hex2stdout(const uint8_t * b_str, int len, int no_ascii) in hex2stdout() argument 2869 dStrHex((const char *)b_str, len, no_ascii); in hex2stdout() 2873 hex2stderr(const uint8_t * b_str, int len, int no_ascii) in hex2stderr() argument 2875 dStrHexErr((const char *)b_str, len, no_ascii); in hex2stderr() 2879 hex2str(const uint8_t * b_str, int len, const char * leadin, int format, in hex2str() argument 2882 return dStrHexStr((const char *)b_str, len, leadin, format, b_len, b); in hex2str()
|