Searched refs:Z0 (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dck_errf.pl23 if (/([A-Z0-9]+)err\(([^,]+)/)
H A Dmkerr.pl257 if(/(([A-Z0-9]+)_F_([A-Z0-9_]+))/) {
267 if(/(([A-Z0-9]+)_R_[A-Z0-9_]+)/) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dheaders_check.pl76 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) {
H A Dmarkup_oops.pl167 if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) {
171 if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\] \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+0x([0-9a-f]+)\/0x[a-f0-9]/) {
177 if ($line =~ /EIP is at ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]+\W\[([a-zA-Z0-9\_\-]+)\]/) {
180 if ($line =~ /RIP: 0010:\[\<[0-9a-f]+\>\] \[\<[0-9a-f]+\>\] ([a-zA-Z0-9\_]+)\+(0x[0-9a-f]+)\/0x[a-f0-9]+\W\[([a-zA-Z0-9\_\-]+)\]/) {
H A Dbootgraph.pl54 if ($line =~ /([0-9\.]+)\] calling ([a-zA-Z0-9\_\.]+)\+/) {
90 if ($line =~ /([0-9\.]+)\] initcall ([a-zA-Z0-9\_\.]+)\+.*returned/) {
H A Dkernel-doc1803 if ($prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1804 $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1805 $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1806 $prototype =~ m/^(\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1807 $prototype =~ m/^(\w+\s+\w+\s*\*+)\s*([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1808 $prototype =~ m/^(\w+\s+\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1809 $prototype =~ m/^(\w+\s+\w+\s+\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\(]*)\)/ ||
1810 $prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\{]*)\)/ ||
1811 $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\{]*)\)/ ||
1812 $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl71 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
85 vpxor $Z0,$Z0,$Z0 # $Z0 = 0
93 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0
128 vpxor $Z0,$Xi,$Xi # modulo-scheduled
130 vpxor $Z1,$T1,$Z0
167 vpxor $T1,$Z0,$Z0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl71 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
85 vpxor $Z0,$Z0,$Z0 # $Z0 = 0
93 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0
128 vpxor $Z0,$Xi,$Xi # modulo-scheduled
130 vpxor $Z1,$T1,$Z0
167 vpxor $T1,$Z0,$Z0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dck_errf.pl31 if (/([A-Z0-9]+)err\(([^,]+)/ && ! /ckerr_ignore/)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dck_errf.pl31 if (/([A-Z0-9]+)err\(([^,]+)/ && ! /ckerr_ignore/)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dmk2knr.pl38 while (/([a-zA-Z_][a-zA-Z0-9_]*)/g) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dversion-check.pl72 if(/\W(CURL[_A-Z0-9v]+)\W/) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/doc/
H A Dtexi2pod.pl53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
121 /^\@set\s+([a-zA-Z0-9_-]+)\s*(.*)$/ and do {
125 /^\@clear\s+([a-zA-Z0-9_-]+)/ and do {
166 /^\@ifset\s+([a-zA-Z0-9_-]+)/ and do {
174 /^\@ifclear\s+([a-zA-Z0-9_-]+)/ and do {
258 /^\@enumerate(?:\s+([a-zA-Z0-9]+))?/ and do {
339 while (m/(\@value\{([a-zA-Z0-9_-]+)\})/g) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A Dtexi2pod.pl53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
127 /^\@set\s+([a-zA-Z0-9_-]+)\s*(.*)$/ and do {
131 /^\@clear\s+([a-zA-Z0-9_-]+)/ and do {
172 /^\@ifset\s+([a-zA-Z0-9_-]+)/ and do {
180 /^\@ifclear\s+([a-zA-Z0-9_-]+)/ and do {
250 /^\@enumerate(?:\s+([a-zA-Z0-9]+))?/ and do {
325 while (m/(\@value\{([a-zA-Z0-9_-]+)\})/g) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dtexi2pod.pl55 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
138 /^\@set\s+([a-zA-Z0-9_-]+)\s*(.*)$/ and do {
142 /^\@clear\s+([a-zA-Z0-9_-]+)/ and do {
183 /^\@ifset\s+([a-zA-Z0-9_-]+)/ and do {
191 /^\@ifclear\s+([a-zA-Z0-9_-]+)/ and do {
260 /^\@enumerate(?:\s+([a-zA-Z0-9]+))?/ and do {
361 while (m/(\@value\{([a-zA-Z0-9_-]+)\})/g) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dstreamline_config.pl187 $deps =~ s/^[^a-zA-Z0-9_]*//;
188 $deps =~ s/[^a-zA-Z0-9_]*$//;
190 my @deps = split /[^a-zA-Z0-9_]+/, $deps;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_token.l76 string [a-zA-Z0-9:\._-][a-zA-Z0-9:\._-]*
H A Dclient6_token.l88 string [a-zA-Z0-9:\._][a-zA-Z0-9:\._]*
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_token.l76 string [a-zA-Z0-9:\._-][a-zA-Z0-9:\._-]*
H A Dclient6_token.l88 string [a-zA-Z0-9:\._][a-zA-Z0-9:\._]*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c68 *Z = cielab->Z0 * (tmp - 0.13793F) / 7.787F;
70 *Z = cielab->Z0 * tmp * tmp * tmp;
160 cielab->Z0 = refWhite[2];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc-lexer.l28 PROPNODECHAR [a-zA-Z0-9,._+*#?@-]
30 LABEL [a-zA-Z_][a-zA-Z0-9_]*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_lexer.l69 IDENT [a-zA-Z_][a-zA-Z0-9_]*
153 <INCLUDE>\'[a-zA-Z_][a-zA-Z0-9_\.\-]*\' {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dscanner.l37 string [a-zA-Z0-9`~!@#$%\^&*()_\-+=:\[\]<>,\.?\\]{1,15}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dscanner.l37 string [a-zA-Z0-9`~!@#$%\^&*()_\-+=:\[\]<>,\.?\\]{1,15}

Completed in 196 milliseconds

123456