/external/python/cpython2/Misc/Vim/ |
D | python.vim | 17 syn keyword pythonStatement as assert break continue del except exec finally 18 syn keyword pythonStatement global lambda pass print raise return try with 19 syn keyword pythonStatement yield 21 syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite 23 syn match pythonFunction "[a-zA-Z_][a-zA-Z0-9_]*" contained 25 syn keyword pythonRepeat for while 27 syn keyword pythonConditional if elif else 29 syn keyword pythonOperator and in is not or 31 syn keyword pythonPreCondit import from 33 syn match pythonComment "#.*$" contains=pythonTodo [all …]
|
/external/swiftshader/third_party/LLVM/utils/vim/ |
D | llvm.vim | 12 syn case match 17 syn keyword llvmType void float double 18 syn keyword llvmType x86_fp80 fp128 ppc_fp128 19 syn keyword llvmType type label opaque 20 syn match llvmType /\<i\d\+\>/ 25 syn keyword llvmStatement add fadd sub fsub mul fmul 26 syn keyword llvmStatement sdiv udiv fdiv srem urem frem 27 syn keyword llvmStatement and or xor 28 syn keyword llvmStatement icmp fcmp 29 syn keyword llvmStatement eq ne ugt uge ult ule sgt sge slt sle [all …]
|
D | tablegen.vim | 15 syn case match 17 syn keyword tgKeyword def let in code dag field include defm 18 syn keyword tgType class int string list bit bits multiclass 20 syn match tgNumber /\<\d\+\>/ 21 syn match tgNumber /\<\d\+\.\d*\>/ 22 syn match tgNumber /\<0b[01]\+\>/ 23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/ 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline 26 syn region tgCode start=/\[{/ end=/}\]/ 28 syn keyword tgTodo contained TODO FIXME [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/syntax/ |
D | llvm.vim | 12 syn case match 17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128 18 syn keyword llvmType label metadata x86_mmx 19 syn keyword llvmType type label opaque token 20 syn match llvmType /\<i\d\+\>/ 25 syn keyword llvmStatement add addrspacecast alloca and arcp ashr atomicrmw 26 syn keyword llvmStatement bitcast br catchpad catchswitch catchret call 27 syn keyword llvmStatement cleanuppad cleanupret cmpxchg eq exact extractelement 28 syn keyword llvmStatement extractvalue fadd fast fcmp fdiv fence fmul fpext 29 syn keyword llvmStatement fptosi fptoui fptrunc free frem fsub getelementptr [all …]
|
D | tablegen.vim | 15 syn case match 17 syn keyword tgKeyword def let in code dag field include defm foreach 18 syn keyword tgType class int string list bit bits multiclass 20 syn match tgNumber /\<\d\+\>/ 21 syn match tgNumber /\<\d\+\.\d*\>/ 22 syn match tgNumber /\<0b[01]\+\>/ 23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/ 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline 26 syn region tgCode start=/\[{/ end=/}\]/ 28 syn keyword tgTodo contained TODO FIXME [all …]
|
/external/llvm/utils/vim/syntax/ |
D | llvm.vim | 12 syn case match 17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128 18 syn keyword llvmType label metadata x86_mmx 19 syn keyword llvmType type label opaque token 20 syn match llvmType /\<i\d\+\>/ 25 syn keyword llvmStatement add addrspacecast alloca and arcp ashr atomicrmw 26 syn keyword llvmStatement bitcast br call cmpxchg eq exact extractelement 27 syn keyword llvmStatement extractvalue fadd fast fcmp fdiv fence fmul fpext 28 syn keyword llvmStatement fptosi fptoui fptrunc free frem fsub getelementptr 29 syn keyword llvmStatement icmp inbounds indirectbr insertelement insertvalue [all …]
|
D | tablegen.vim | 15 syn case match 17 syn keyword tgKeyword def let in code dag field include defm foreach 18 syn keyword tgType class int string list bit bits multiclass 20 syn match tgNumber /\<\d\+\>/ 21 syn match tgNumber /\<\d\+\.\d*\>/ 22 syn match tgNumber /\<0b[01]\+\>/ 23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/ 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline 26 syn region tgCode start=/\[{/ end=/}\]/ 28 syn keyword tgTodo contained TODO FIXME [all …]
|
/external/v8/tools/torque/vim-torque/syntax/ |
D | torque.vim | 18 syn match torqueLineComment "\/\/.*" contains=@Spell 19 syn region torqueComment start="/\*" end="\*/" contains=@Spell 20 syn region torqueStringS start=+'+ skip=+\\\\\|\\'+ end=+'\|$+ 22 syn keyword torqueAssert assert check debug unreachable 23 syn keyword torqueAtom True False Undefined Hole Null 24 syn keyword torqueBoolean true false 25 syn keyword torqueBranch break continue goto 26 syn keyword torqueConditional if else typeswitch otherwise 27 syn match torqueConstant /\v<[A-Z][A-Z0-9_]+>/ 28 syn match torqueConstant /\v<k[A-Z][A-Za-z0-9]*>/ [all …]
|
/external/protobuf/editors/ |
D | proto.vim | 51 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 …]
|
/external/iptables/extensions/ |
D | libxt_connlimit.man | 25 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT 28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT 32 iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16 37 ip6tables \-p tcp \-\-syn \-\-dport 80 \-s fe80::/64 \-m connlimit \-\-connlimit\-above 41 ip6tables \-p tcp \-\-syn \-\-dport 49152:65535 \-d 2001:db8::1 \-m connlimit
|
D | libxt_SYNPROXY.man | 23 tcpdump -pni eth0 -c 1 'tcp[tcpflags] == (tcp-syn|tcp-ack)' 49 \-\-syn \-j CT \-\-notrack
|
D | libxt_tcp.man | 32 [\fB!\fP] \fB\-\-syn\fP 39 If the "!" flag precedes the "\-\-syn", the sense of the
|
D | libxt_tcp.t | 20 -p tcp -m tcp --syn;-p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN;OK
|
/external/u-boot/lib/ |
D | bch.c | 377 unsigned int *syn) in compute_syndromes() argument 390 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 399 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 407 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 416 const unsigned int *syn) in compute_error_locator_polynomial() argument 420 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 458 d = syn[2*i+2]; in compute_error_locator_polynomial() 460 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 957 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 967 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
/external/aac/libAACdec/src/ |
D | usacdec_acelp.cpp | 747 FIXP_DBL *syn; in CLpd_AcelpDecode() local 775 syn = syn_buf + M_LP_FILTER_ORDER; in CLpd_AcelpDecode() 897 &syn[i_subfr] /* (i/o) : filter states / output signal */ in CLpd_AcelpDecode() 912 Deemph(syn, synth, l_div, in CLpd_AcelpDecode() 951 FIXP_DBL *syn = syn_buf + M_LP_FILTER_ORDER; in CLpd_TcxTDConceal() local 1003 &syn[i_subfr] /* (i/o) : filter states / output signal */ in CLpd_TcxTDConceal() 1010 E_UTIL_residu(A, A_exp, &syn[i_subfr], tRes, L_SUBFR); in CLpd_TcxTDConceal() 1030 &syn[i_subfr] /* (i/o) : filter states / output signal */ in CLpd_TcxTDConceal() 1033 FDKmemmove(&synth[i_subfr], &syn[i_subfr], L_SUBFR * sizeof(FIXP_DBL)); in CLpd_TcxTDConceal() 1124 FIXP_DBL *syn, *old_exc_mem; in CLpd_AcelpPrepareInternalMem() local [all …]
|
D | usacdec_lpd.h | 159 void filtLP(const FIXP_DBL *syn, FIXP_PCM *syn_out, FIXP_DBL *noise, 177 void bass_pf_1sf_delay(FIXP_DBL syn[], const INT T_sf[], FIXP_DBL *pit_gain,
|
D | usacdec_lpd.cpp | 125 void filtLP(const FIXP_DBL *syn, FIXP_PCM *syn_out, FIXP_DBL *noise, in filtLP() argument 135 syn_out[i] = (FIXP_PCM)(IMDCT_SCALE(syn[i] - tmp)); in filtLP() 140 FIXP_DBL *syn, /* (i) : 12.8kHz synthesis to postfilter */ in bass_pf_1sf_delay() argument 182 x = &syn[i_subfr - L_EXTRA]; in bass_pf_1sf_delay() 183 y = &syn[i_subfr - T2 - L_EXTRA]; in bass_pf_1sf_delay() 264 s1 = getScalefactor(&syn[i_subfr], lg); in bass_pf_1sf_delay() 265 s2 = getScalefactor(&syn[i_subfr + T], lg); in bass_pf_1sf_delay() 271 tmp += fPow2Div2(syn[i + i_subfr] << s1) >> (SF_PITCH_TRACK); in bass_pf_1sf_delay() 272 ener += fPow2Div2(syn[i + i_subfr + T] << s2) >> (SF_PITCH_TRACK); in bass_pf_1sf_delay() 340 (fMult(gainSGL, syn[i + i_subfr] - (syn[i + i_subfr - T] >> 1) - in bass_pf_1sf_delay() [all …]
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 419 def _uinput_emit(device, event_name, value, syn=True): argument 425 device.emit(event, value, syn) 428 def _uinput_emit_click(device, event_name, syn=True): argument 434 device.emit_click(event, syn) 437 def _uinput_emit_combo(device, event_names, syn=True): argument 443 device.emit_combo(events, syn) 487 _uinput_emit(device, 'ABS_MT_SLOT', 0, syn=False) 488 _uinput_emit(device, 'ABS_MT_TRACKING_ID', 1, syn=False) 489 _uinput_emit(device, 'ABS_MT_POSITION_X', int(rel_x * width), syn=False) 490 _uinput_emit(device, 'ABS_MT_POSITION_Y', int(rel_y * height), syn=False) [all …]
|
/external/u-boot/include/linux/ |
D | bch.h | 50 unsigned int *syn; member 65 const unsigned int *syn, unsigned int *errloc);
|
/external/clang/test/ |
D | cxx-sections.data | 487 18.4.1 [cstdint.syn] 805 22.2 [locale.syn] 987 24.3 [iterator.syn] 1077 25.2 [algorithms.syn] 1139 26.3.1 [cfenv.syn] 1142 26.4.1 [complex.syn] 1201 26.6.1 [valarray.syn] 1386 28.4 [re.syn] 1433 29.2 [atomics.syn] 1604 TR1 3.2 [tr.func.syn] [all …]
|
/external/iproute2/include/netinet/ |
D | tcp.h | 100 u_int16_t syn:1; member 114 u_int16_t syn:1; member
|
/external/tcpdump/ |
D | print-mptcp.c | 90 } syn; member 219 EXTRACT_32BITS(mpj->u.syn.token), in mp_join_print() 220 EXTRACT_32BITS(mpj->u.syn.nonce))); in mp_join_print()
|
/external/iproute2/include/uapi/linux/ |
D | tcp.h | 34 syn:1, member 50 syn:1, member
|
/external/libpcap/testprogs/BPF/ |
D | 3.txt | 1 tcp[tcpflags]&tcp-syn != 0 or tcp[tcpflags]&tcp-fin != 0 or tcp[tcpflags]&tcp-rst != 0
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 34 syn:1, member 50 syn:1, member
|