Home
last modified time | relevance | path

Searched refs:next_str (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/tests/
Dmesa_extensions.cpp46 const char *next_str = ext_names[i+1]; in TEST() local
49 ASSERT_LT(strcmp(current_str, next_str), 0); in TEST()
/third_party/grpc/src/core/lib/iomgr/
Dtimer_generic.cc712 std::string next_str; in timer_check() local
714 next_str = "NULL"; in timer_check()
716 next_str = absl::StrCat(*next); in timer_check()
722 now, next_str.c_str(), min_timer, in timer_check()
727 now, next_str.c_str(), min_timer); in timer_check()
735 std::string next_str; in timer_check() local
737 next_str = "NULL"; in timer_check()
739 next_str = absl::StrCat(*next); in timer_check()
741 gpr_log(GPR_INFO, "TIMER CHECK END: r=%d; next=%s", r, next_str.c_str()); in timer_check()
/third_party/libsnd/src/
Dsd2.c200 int k, str_offset, data_offset, next_str ; in sd2_write_rsrc_fork() local
276 next_str = 0 ; in sd2_write_rsrc_fork()
280 …r_writef (psf, "Eo22", BHWo (rsrc.item_offset + k * 12), BHW2 (str_rsrc [k].id), BHW2 (next_str)) ; in sd2_write_rsrc_fork()
283 next_str += strlen (str_rsrc [k].name) ; in sd2_write_rsrc_fork()