Searched refs:escapes (Results 1 - 25 of 29) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dsmacker.c70 int escapes[3]; member in struct:DBCtx
142 if(val == ctx->escapes[0]) {
145 } else if(val == ctx->escapes[1]) {
148 } else if(val == ctx->escapes[2]) {
178 int escapes[3]; local
230 escapes[0] = get_bits(gb, 8);
231 escapes[0] |= get_bits(gb, 8) << 8;
232 escapes[1] = get_bits(gb, 8);
233 escapes[1] |= get_bits(gb, 8) << 8;
234 escapes[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dsmacker.c70 int escapes[3]; member in struct:DBCtx
142 if(val == ctx->escapes[0]) {
145 } else if(val == ctx->escapes[1]) {
148 } else if(val == ctx->escapes[2]) {
178 int escapes[3]; local
230 escapes[0] = get_bits(gb, 8);
231 escapes[0] |= get_bits(gb, 8) << 8;
232 escapes[1] = get_bits(gb, 8);
233 escapes[1] |= get_bits(gb, 8) << 8;
234 escapes[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dsmacker.c70 int escapes[3]; member in struct:DBCtx
142 if(val == ctx->escapes[0]) {
145 } else if(val == ctx->escapes[1]) {
148 } else if(val == ctx->escapes[2]) {
178 int escapes[3]; local
230 escapes[0] = get_bits(gb, 8);
231 escapes[0] |= get_bits(gb, 8) << 8;
232 escapes[1] = get_bits(gb, 8);
233 escapes[1] |= get_bits(gb, 8) << 8;
234 escapes[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dcharset.exp443 regsub -all "." "abfnrtv" "(\\\\&|x)" escapes
450 # ${escapes}${uppercase}${lowercase}${digits}${octal}${octal}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dcharset.exp443 regsub -all "." "abfnrtv" "(\\\\&|x)" escapes
450 # ${escapes}${uppercase}${lowercase}${digits}${octal}${octal}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Duri-tests.c67 static int escapes(void) function
560 T(escapes),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Duri-tests.c67 static int escapes(void) function
560 T(escapes),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Duri-tests.c67 static int escapes(void) function
560 T(escapes),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dcharset.exp443 regsub -all "." "abfnrtv" "(\\\\&|x)" escapes
450 # ${escapes}${uppercase}${lowercase}${digits}${octal}${octal}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/util/
H A Dpod2man.pl31 you don't have to use code escapes for them; complex expressions like
719 # first hide the escapes in case we need to
861 &escapes($dotlevel);
910 &escapes(0);
943 sub escapes { subroutine
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_compile.c130 static const short int escapes[] = { variable
175 static const short int escapes[] = { variable
741 * Handle escapes *
788 else if ((i = escapes[c - CHAR_0]) != 0) c = i;
793 else if ((i = escapes[c - 0x48]) != 0) c = i;
805 /* A number of Perl escapes are not handled by PCRE. We give an explicit
1136 /* PCRE_EXTRA enables extensions to Perl in the matter of escapes. Any
2659 The problem in trying to be exactly like Perl is in the handling of escapes. We
3990 assume that other escapes have more than one character in them, so
3992 than one. Unrecognized escapes fal
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_compile.c130 static const short int escapes[] = { variable
175 static const short int escapes[] = { variable
741 * Handle escapes *
788 else if ((i = escapes[c - CHAR_0]) != 0) c = i;
793 else if ((i = escapes[c - 0x48]) != 0) c = i;
805 /* A number of Perl escapes are not handled by PCRE. We give an explicit
1136 /* PCRE_EXTRA enables extensions to Perl in the matter of escapes. Any
2659 The problem in trying to be exactly like Perl is in the handling of escapes. We
3990 assume that other escapes have more than one character in them, so
3992 than one. Unrecognized escapes fal
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_compile.c130 static const short int escapes[] = { variable
175 static const short int escapes[] = { variable
741 * Handle escapes *
788 else if ((i = escapes[c - CHAR_0]) != 0) c = i;
793 else if ((i = escapes[c - 0x48]) != 0) c = i;
805 /* A number of Perl escapes are not handled by PCRE. We give an explicit
1136 /* PCRE_EXTRA enables extensions to Perl in the matter of escapes. Any
2659 The problem in trying to be exactly like Perl is in the handling of escapes. We
3990 assume that other escapes have more than one character in them, so
3992 than one. Unrecognized escapes fal
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Doptions.c3563 msg (msglevel, "%sOptions warning: Bad backslash ('\\') usage in %s:%d: remember that backslashes are treated as shell-escapes and if you need to pass backslash characters as part of a Windows filename, you should use double backslashes such as \"c:\\\\" PACKAGE "\\\\static.key\"", error_prefix, file, line_num);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Doptions.c3563 msg (msglevel, "%sOptions warning: Bad backslash ('\\') usage in %s:%d: remember that backslashes are treated as shell-escapes and if you need to pass backslash characters as part of a Windows filename, you should use double backslashes such as \"c:\\\\" PACKAGE "\\\\static.key\"", error_prefix, file, line_num);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Doptions.c3563 msg (msglevel, "%sOptions warning: Bad backslash ('\\') usage in %s:%d: remember that backslashes are treated as shell-escapes and if you need to pass backslash characters as part of a Windows filename, you should use double backslashes such as \"c:\\\\" PACKAGE "\\\\static.key\"", error_prefix, file, line_num);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/doc/
H A Dtexinfo.tex1125 % The expandable \pdfescapestring primitive escapes parentheses,
6240 % @tex ... @end tex escapes into raw TeX temporarily.
7326 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/doc/
H A Dtexinfo.tex1125 % The expandable \pdfescapestring primitive escapes parentheses,
6240 % @tex ... @end tex escapes into raw TeX temporarily.
7326 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/doc/
H A Dtexinfo.tex1125 % The expandable \pdfescapestring primitive escapes parentheses,
6240 % @tex ... @end tex escapes into raw TeX temporarily.
7326 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/texinfo/
H A Dtexinfo.tex4593 % @tex ... @end tex escapes into raw Tex temporarily.

Completed in 720 milliseconds

12