Home
last modified time | relevance | path

Searched refs:syn (Results 1 – 24 of 24) sorted by relevance

/third_party/gn/misc/vim/syntax/
Dgn.vim12 syn case match
15 syn keyword gnConditional if else
19 syn keyword gnPredefVar current_cpu current_os current_toolchain
20 syn keyword gnPredefVar default_toolchain host_cpu host_os
21 syn keyword gnPredefVar root_build_dir root_gen_dir root_out_dir
22 syn keyword gnPredefVar target_cpu target_gen_dir target_out_dir
23 syn keyword gnPredefVar target_os
24 syn keyword gnPredefVar true false
28 syn keyword gnTarget action action_foreach copy executable group
29 syn keyword gnTarget shared_library source_set static_library
[all …]
/third_party/protobuf/editors/
Dproto.vim51 syn case match
53 syn keyword pbTodo contained TODO FIXME XXX
54 syn cluster pbCommentGrp contains=pbTodo
56 syn keyword pbSyntax syntax import option
57 syn keyword pbStructure package message group oneof
58 syn keyword pbRepeat optional required repeated
59 syn keyword pbDefault default
60 syn keyword pbExtend extend extensions to max reserved
61 syn keyword pbRPC service rpc returns
63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
[all …]
/third_party/ninja/misc/
Dninja.vim22 syn case match
27 syn match ninjaComment /\(\$\n\)\@<!\_^\s*#.*$/ contains=@Spell
32 syn match ninjaKeyword "^build\>"
33 syn match ninjaKeyword "^rule\>"
34 syn match ninjaKeyword "^pool\>"
35 syn match ninjaKeyword "^default\>"
36 syn match ninjaKeyword "^include\>"
37 syn match ninjaKeyword "^subninja\>"
44 syn region ninjaRule start="^rule" end="^\ze\S" contains=TOP transparent
45 syn keyword ninjaRuleCommand contained containedin=ninjaRule command
[all …]
/third_party/mtdev/src/
Dcore.c250 int slot, const struct input_event *syn) in push_slot_changes() argument
259 ev.input_event_sec = syn->input_event_sec; in push_slot_changes()
260 ev.input_event_usec = syn->input_event_usec; in push_slot_changes()
290 int size, const struct input_event *syn) in apply_typeA_changes() argument
301 push_slot_changes(state, &data[i], prop[i], slot, syn); in apply_typeA_changes()
308 push_slot_changes(state, &data[i], prop[i], slot, syn); in apply_typeA_changes()
319 push_slot_changes(state, &tdata, tprop, slot, syn); in apply_typeA_changes()
332 const struct input_event *syn) in convert_A_to_B() argument
346 apply_typeA_changes(state, dev, data, prop, size, syn); in convert_A_to_B()
/third_party/uboot/u-boot-2020.01/lib/
Dbch.c384 unsigned int *syn) in compute_syndromes() argument
397 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes()
406 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes()
414 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes()
423 const unsigned int *syn) in compute_error_locator_polynomial() argument
427 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial()
465 d = syn[2*i+2]; in compute_error_locator_polynomial()
467 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial()
964 unsigned int i, j, syn, syn0, count = 0; in chien_search() local
974 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search()
[all …]
/third_party/uboot/u-boot-2020.01/include/linux/
Dbch.h50 unsigned int *syn; member
65 const unsigned int *syn, unsigned int *errloc);
/third_party/gettext/gettext-tools/man/
Dhelp2man385 my @syn = $3 . $4;
390 for (split /\n/) { s/^ *(($PAT_USAGE_CONT): +)?//o; push @syn, $_ }
394 for (@syn)
/third_party/gettext/gettext-runtime/man/
Dhelp2man385 my @syn = $3 . $4;
390 for (split /\n/) { s/^ *(($PAT_USAGE_CONT): +)?//o; push @syn, $_ }
394 for (@syn)
/third_party/musl/include/netinet/
Dtcp.h126 uint16_t syn:1; member
140 uint16_t syn:1; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h126 uint16_t syn:1; member
140 uint16_t syn:1; member
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dtcp.h126 uint16_t syn:1; member
140 uint16_t syn:1; member
/third_party/openssl/util/
Dfind-doc-nits97 my $syn = $1;
98 foreach my $line ( split /\n+/, $syn ) {
/third_party/mksh/
DBUILD.gn47 "syn.c",
160 "syn.c",
DTaC-mksh.txt53 * mksh/syn.c
/third_party/libnl/etc/
Dpktloc61 tcp.flag.syn u8 tcp+13 0x02 1
/third_party/boost/libs/xpressive/doc/
Dpreface.qbk57 [@http://dev.perl.org/perl6/doc/design/syn/S05.html here].)
/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp882 regex_constants::syntax_type syn = this->m_traits.syntax_type(*m_position); in parse_extended_escape() local
884 if((syn == regex_constants::syntax_open_brace) in parse_extended_escape()
885 || (syn == regex_constants::escape_type_left_word) in parse_extended_escape()
886 || (syn == regex_constants::escape_type_end_buffer)) in parse_extended_escape()
894 switch(syn) in parse_extended_escape()
/third_party/minimp3/
Dminimp3.h237 float grbuf[2][576], scf[40], syn[18 + 15][2*32]; member
1258 … L3_reorder(s->grbuf[ch] + n_long_bands*18, s->syn[0], gr_info->sfbtab + gr_info->n_long_sfb); in L3_decode()
1767 … mp3d_synth_granule(dec->qmf_state, scratch.grbuf[0], 18, info->channels, pcm, scratch.syn[0]); in mp3dec_decode_frame()
1786 … mp3d_synth_granule(dec->qmf_state, scratch.grbuf[0], 12, info->channels, pcm, scratch.syn[0]); in mp3dec_decode_frame()
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp788 UnicodeString syn; in TestJ277() local
789 syn.append(sigma).append(upsilon).append(nu); in TestJ277()
790 expect(*gl, syn, "syn"); in TestJ277()
812 expect(*mini, syn, "syn"); in TestJ277()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java564 String syn = buf.toString(); in TestJ277() local
565 expect(gl, syn, "syn"); in TestJ277()
587 expect(mini, syn, "syn"); in TestJ277()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto959 // int syn = I;
960 // for (int ctr = 0; ctr < N; ctr++) syn = syn - S;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto959 // int syn = I;
960 // for (int ctr = 0; ctr < N; ctr++) syn = syn - S;
/third_party/pcre2/pcre2/doc/
Dpcre2.txt6208 by PCRE2 are described in detail below. There is a quick-reference syn-
8107 The possessive quantifier syntax is an extension to the Perl 5.8 syn-
/third_party/gstreamer/gstreamer/
DChangeLog82486 …sink.c: Expose the render-delay as a property so things like appsink can use it to tweak the syn...