Searched defs:new_s (Results 1 – 12 of 12) sorted by relevance
78 const std::uintmax_t new_s = 100; in TEST_CASE() local85 const std::uintmax_t new_s = 1; in TEST_CASE() local92 const std::uintmax_t new_s = 0; in TEST_CASE() local100 const std::uintmax_t new_s = 1024; in TEST_CASE() local
79 const std::uintmax_t new_s = 100; in TEST_CASE() local86 const std::uintmax_t new_s = 1; in TEST_CASE() local93 const std::uintmax_t new_s = 0; in TEST_CASE() local101 const std::uintmax_t new_s = 1024; in TEST_CASE() local
108 std::shared_ptr<T> new_s = ptr->shared_from_this(); in main() local
114 float new_s = hsv.s; in adjust_hsv_nhwc() local
321 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
283 __dir_stream new_s(p, opt, m_ec); in recursive_directory_iterator() local
281 __dir_stream new_s(p, opt, m_ec); in recursive_directory_iterator() local
1096 char *new_s; in mymemreplace() local1172 char *str, *pat,*sub,*new_s; in strop_replace() local
473 struct scanner new_s; in do_include() local
1214 char *new_s = realloc(s, len + 2); in append() local1233 char *new_s; in append_str() local
4282 void set_s(const std::string& new_s) { s_ = new_s; } in TEST()