Home
last modified time | relevance | path

Searched refs:new_s (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/third-party/url-parser/
Durl_parser.c458 enum http_host_state new_s = http_parse_host_char(s, *p); in http_parse_host() local
460 if (new_s == s_http_host_dead) { in http_parse_host()
464 switch(new_s) { in http_parse_host()
505 s = new_s; in http_parse_host()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-hangul.cc323 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
324 if (font->has_glyph (new_s)) in preprocess_text_hangul()
326 (void) buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul()
/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc625 void set_s(const std::string& new_s) { s_ = new_s; } in set_s() argument
/third_party/ffmpeg/libavformat/
Dmxfdec.c918 uint64_t new_s = (*metadata_set)->partition_score; in mxf_add_metadata_set() local
919 if (old_s > new_s) { in mxf_add_metadata_set()