Searched refs:bsk (Results 1 - 3 of 3) sorted by relevance
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 585 (cd $srcdir; $valgrind $vjs $pcre2grep --line-offsets --allow-lookaround-bsk '(?<=\Ka)' $builddir/testtemp1grep) >>testtrygrep 2>&1 677 $valgrind $vjs $pcre2grep --colour=always --allow-lookaround-bsk '(?<=\K.)' testNinputgrep >>testtrygrep 679 $valgrind $vjs $pcre2grep --colour=always --allow-lookaround-bsk '(?=.\K)' testNinputgrep >>testtrygrep 681 $valgrind $vjs $pcre2grep --colour=always --allow-lookaround-bsk '(?<=\K[ac])' testNinputgrep >>testtrygrep 683 $valgrind $vjs $pcre2grep --colour=always --allow-lookaround-bsk '(?=[ac]\K)' testNinputgrep >>testtrygrep 685 GREP_COLORS='ms=1;20' $valgrind $vjs $pcre2grep --colour=always --allow-lookaround-bsk '(?=[ac]\K)' testNinputgrep >>testtrygrep 879 (cd $srcdir; $valgrind $vjs $pcre2grep --line-offsets -u --newline=any --allow-lookaround-bsk '(?<=\K\x{17f})' ./testdata/grepinput8) >>testtrygrep
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.c | 2235 nghttp3_blocked_streams_key bsk = { in nghttp3_qpack_encoder_block_stream() local 2241 return nghttp3_ksl_insert(&encoder->blocked_streams, NULL, &bsk, stream); in nghttp3_qpack_encoder_block_stream() 2246 nghttp3_blocked_streams_key bsk = { in nghttp3_qpack_encoder_unblock_stream() local 2254 it = nghttp3_ksl_lower_bound(&encoder->blocked_streams, &bsk); in nghttp3_qpack_encoder_unblock_stream() 2259 nghttp3_ksl_remove_hint(&encoder->blocked_streams, NULL, &it, &bsk); in nghttp3_qpack_encoder_unblock_stream() 2264 nghttp3_blocked_streams_key bsk = {max_cnt, 0}; in nghttp3_qpack_encoder_unblock() local 2267 it = nghttp3_ksl_lower_bound(&encoder->blocked_streams, &bsk); in nghttp3_qpack_encoder_unblock() 2270 bsk = *(nghttp3_blocked_streams_key *)nghttp3_ksl_it_key(&it); in nghttp3_qpack_encoder_unblock() 2271 nghttp3_ksl_remove_hint(&encoder->blocked_streams, &it, &it, &bsk); in nghttp3_qpack_encoder_unblock()
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 347 char *bsk = (*(Line **)b)->icuSortKey; in ICURandomCmp() local 354 while (*bsk != 0) { in ICURandomCmp() 355 bVal += bVal*37 + *bsk++; in ICURandomCmp()
|
Completed in 10 milliseconds