Searched refs:literal (Results 26 - 50 of 83) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h96 /// byte as a literal.
108 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_coder_s
H A Dlzma_encoder.c46 literal(lzma_coder *coder, lzma_mf *mf, uint32_t position) function
48 // Locate the literal byte to be encoded and the subcoder.
51 probability *subcoder = literal_subcoder(coder->literal,
56 // Previous LZMA-symbol was a literal. Encode a normal
57 // literal without a match byte.
62 // of the current literal and the match byte.
244 literal(coder, mf, position);
281 // always be a literal.
285 rc_bittree(&coder->rc, coder->literal[0], 8, mf->buffer[0]);
359 // - UINT32_MAX: not a match but a literal
[all...]
H A Dlzma_decoder.c170 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_coder_s
172 /// If 1, it's a match. Otherwise it's a single 8-bit literal.
273 /// Matched literal decoder: 0x100 or 0 to help avoiding branches.
277 /// If decoding a literal: match byte.
358 // It's a literal i.e. a single 8-bit byte.
360 probs = literal_subcoder(coder->literal,
366 // Decode literal without match byte.
383 // Decode literal with match byte.
453 // Use a lookup table to update to literal state,
864 // Initialize the literal decode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-message-util.c715 #define GET_AND_CHECK(iter, typename, literal) \
720 if (v_##typename != literal) \
724 #define GET_AND_CHECK_STRCMP(iter, typename, literal) \
729 if (strcmp (v_##typename, literal) != 0) \
733 #define GET_AND_CHECK_AND_NEXT(iter, typename, literal) \
735 GET_AND_CHECK(iter, typename, literal); \
740 #define GET_AND_CHECK_STRCMP_AND_NEXT(iter, typename, literal) \
742 GET_AND_CHECK_STRCMP(iter, typename, literal); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcontrol.tex62 it). To insert a literal ampersand character, you need to double it, i.e. use
H A Dre_syntax.tex122 To include a literal {\bf $]$} or {\bf -} in the
127 it the last character, or the second endpoint of a range. To use a literal
140 So in {\bf $[.X.]$}, {\it X} can either be a single character literal or
176 {\it X} can either be a single character literal or the name of a character,
352 with `{\bf ***=}', the rest of the RE is taken to be a literal string, with all
370 is a literal (``quoted'') string, all ordinary characters}
411 director) has specified that the user's input be treated as a literal string
522 within `{\bf $[]$}', so a literal {\bf $\backslash$} within {\bf $[]$} must be
523 written `{\bf $\backslash\backslash$}'. {\bf $\backslash\backslash$} also gives a literal
H A Dtunicode.tex134 literal strings in the program. As it is easy to see comparing the last
147 \item Always enclose literal string constants in \helpref{wxT()}{wxt} macro
H A Ddataobj.tex96 format of user-defined data is given as a mime-type string literal, such as
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder.c46 literal(lzma_coder *coder, lzma_mf *mf, uint32_t position) function
48 // Locate the literal byte to be encoded and the subcoder.
51 probability *subcoder = literal_subcoder(coder->literal,
56 // Previous LZMA-symbol was a literal. Encode a normal
57 // literal without a match byte.
62 // of the current literal and the match byte.
244 literal(coder, mf, position);
281 // always be a literal.
285 rc_bittree(&coder->rc, coder->literal[0], 8, mf->buffer[0]);
359 // - UINT32_MAX: not a match but a literal
[all...]
H A Dlzma_decoder.c170 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_coder_s
172 /// If 1, it's a match. Otherwise it's a single 8-bit literal.
273 /// Matched literal decoder: 0x100 or 0 to help avoiding branches.
277 /// If decoding a literal: match byte.
358 // It's a literal i.e. a single 8-bit byte.
360 probs = literal_subcoder(coder->literal,
366 // Decode literal without match byte.
383 // Decode literal with match byte.
453 // Use a lookup table to update to literal state,
864 // Initialize the literal decode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-java.c665 literal with a space or newline character. */
768 token_type_other /* character literal, misc. operator */
793 /* Read an escape sequence inside a string literal or character literal. */
852 /* Read a string literal or character literal. */
854 accumulate_escaped (struct string_buffer *literal, int delimiter) argument
879 string_buffer_append (literal, c);
1041 /* String literal. */
1043 struct string_buffer literal; local
1057 struct string_buffer literal; local
[all...]
H A Dx-python.c715 illegal elsewhere on a line outside a string literal." */
1460 struct mixed_string_buffer literal; local
1531 init_mixed_string_buffer (&literal);
1544 mixed_string_buffer_append (&literal, uc);
1546 tp->string = xstrdup (mixed_string_buffer_result (&literal));
1547 free_mixed_string_buffer (&literal);
H A Dx-c.c707 string literal with a space character. We need to remember the
1218 error (0, 0, _("%s:%d: warning: unterminated string literal"),
1442 literal placeholders. */
1543 /* 8c. In ObjectiveC mode, drop '@' before a literal string. We need to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex74 \newcommand{\literal}[1]{\texttt{#1}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dservice.cpp394 if (f->use == literal && !f->URI)
1055 if ((*fault).second->use == literal)
1209 fprintf(stream, " - SOAP document/literal style\n");
1211 { if ((*op2)->input->use == literal)
1212 fprintf(stream, " - SOAP RPC literal style\n");
1220 { if ((*op2)->output->use == literal)
1221 fprintf(stream, " - SOAP RPC literal response\n");
1241 { if ((*message)->use == literal)
1244 fprintf(stream, " - SOAP Fault: %s (literal)\n", (*part).element);
1246 fprintf(stream, " - SOAP Fault: %s (literal)\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.c166 literal string (or it should outlive the request) because it will
224 // Don't free literal strings!
3243 /* Computing the size of a string literal must take into account that
3245 #define STRSIZE(literal) (sizeof (literal) - 1)
3247 /* Whether chars in [b, e) begin with the literal string provided as
3250 #define STARTS(literal, b, e) \
3252 && ((size_t) ((e) - (b))) >= STRSIZE (literal) \
3253 && 0 == strncasecmp (b, literal, STRSIZE (literal)) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dservice.cpp394 if (f->use == literal && !f->URI)
1055 if ((*fault).second->use == literal)
1209 fprintf(stream, " - SOAP document/literal style\n");
1211 { if ((*op2)->input->use == literal)
1212 fprintf(stream, " - SOAP RPC literal style\n");
1220 { if ((*op2)->output->use == literal)
1221 fprintf(stream, " - SOAP RPC literal response\n");
1241 { if ((*message)->use == literal)
1244 fprintf(stream, " - SOAP Fault: %s (literal)\n", (*part).element);
1246 fprintf(stream, " - SOAP Fault: %s (literal)\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dservice.cpp394 if (f->use == literal && !f->URI)
1055 if ((*fault).second->use == literal)
1209 fprintf(stream, " - SOAP document/literal style\n");
1211 { if ((*op2)->input->use == literal)
1212 fprintf(stream, " - SOAP RPC literal style\n");
1220 { if ((*op2)->output->use == literal)
1221 fprintf(stream, " - SOAP RPC literal response\n");
1241 { if ((*message)->use == literal)
1244 fprintf(stream, " - SOAP Fault: %s (literal)\n", (*part).element);
1246 fprintf(stream, " - SOAP Fault: %s (literal)\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dservice.cpp394 if (f->use == literal && !f->URI)
1055 if ((*fault).second->use == literal)
1209 fprintf(stream, " - SOAP document/literal style\n");
1211 { if ((*op2)->input->use == literal)
1212 fprintf(stream, " - SOAP RPC literal style\n");
1220 { if ((*op2)->output->use == literal)
1221 fprintf(stream, " - SOAP RPC literal response\n");
1241 { if ((*message)->use == literal)
1244 fprintf(stream, " - SOAP Fault: %s (literal)\n", (*part).element);
1246 fprintf(stream, " - SOAP Fault: %s (literal)\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.c1412 int literal = 0, like = 0; local
1430 if (literal)
1445 literal = 0;
1489 literal = 1;
1500 literal = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc30 * q literal string, no metacharacters at all
41 * B ERE/ARE literal-_b_race heuristic used
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile97 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c920 error("unterminated char literal");
922 error("unterminated string literal");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_lzma2.c149 * LZMA properties or related bit masks (number of literal
150 * context bits, a mask dervied from the number of literal
158 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_dec
571 /* Get pointer to literal coder probability array. */
577 return s->lzma.literal[low + high];
580 /* Decode a literal (one 8-bit byte) */
783 * This could be optimized so that only that part of literal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djaxen-core.jar ... implements org.jaxen.expr.LiteralExpr { private String literal public void <a class="d" name=" " href= ...

Completed in 623 milliseconds

1234