Searched refs:literal (Results 1 - 25 of 83) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-print-message.h29 void print_message (DBusMessage *message, dbus_bool_t literal);
H A Ddbus-print-message.c146 print_iter (DBusMessageIter *iter, dbus_bool_t literal, int depth) argument
163 if (!literal)
166 if (!literal)
175 if (!literal)
178 if (!literal)
187 if (!literal)
190 if (!literal)
282 print_iter (&subiter, literal, depth+1);
303 print_iter (&subiter, literal, depth+1);
322 print_iter (&subiter, literal, dept
358 print_message(DBusMessage *message, dbus_bool_t literal) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dvmlinux.lds.S56 * Assume the section .DoubleExceptionVector.literal is completely
58 * that produces another literal. The final literal position will
94 *(.sched.literal .sched.text)
97 *(.spinlock.literal .spinlock.text)
143 .DoubleExceptionVector.literal);
172 .DebugInterruptVector.literal,
180 .DebugInterruptVector.literal)
182 .KernelExceptionVector.literal,
190 .KernelExceptionVector.literal)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S13 *(.literal .text.literal .text)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dfrexp.c44 # define L_(literal) literal##L
52 # define L_(literal) literal
H A Disnan.c49 # define L_(literal) literal##L
61 # define L_(literal) literal
73 # define L_(literal) literal##f
H A Dprintf-frexp.c48 # define L_(literal) literal##L
61 # define L_(literal) literal
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/lzo/
H A Dlzo1x_compress.c39 goto literal;
42 goto literal;
52 goto literal;
55 goto literal;
61 goto literal;
70 literal:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkbuildinf.pl14 * literal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkbuildinf.pl14 * literal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-basic.c1572 #define MARSHAL_BASIC(typename, byte_order, literal) \
1574 v_##typename = literal; \
1587 #define DEMARSHAL_BASIC_AND_CHECK(typename, byte_order, literal) \
1590 if (literal != v_##typename) \
1598 #define MARSHAL_TEST(typename, byte_order, literal) \
1600 MARSHAL_BASIC (typename, byte_order, literal); \
1602 DEMARSHAL_BASIC_AND_CHECK (typename, byte_order, literal); \
1605 #define MARSHAL_TEST_STRCMP(typename, byte_order, literal) \
1607 MARSHAL_BASIC (typename, byte_order, literal); \
1610 if (strcmp (literal, v
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc-lexer.l131 yylval.literal = strdup(yytext);
132 DPRINT("Literal: '%s'\n", yylval.literal);
139 yylval.literal = strdup(yytext);
140 DPRINT("Literal: '%s'\n", yylval.literal);
H A Ddtc-parser.y39 char *literal;
57 %token <literal> DT_LITERAL
58 %token <literal> DT_LEGACYLITERAL
372 yyerror("bad characters in literal");
375 yyerror("literal out of range");
377 yyerror("bad literal");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dsoap.h58 enum soap__useChoice { literal, encoded }; enumerator in enum:soap__useChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo1f_1.c98 goto literal;
106 goto literal;
109 goto literal;
143 /* a literal */
144 literal:
154 /* store current literal run */
246 /* store final literal run */
H A Dlzo1a.c158 if (t == 0) /* a R0 literal run */
181 goto literal;
183 else if (t < R0MIN) /* a short literal run */
185 literal:
188 /* after a literal a match must follow */
195 /* R1 match - a context sensitive 3 byte match + 1 byte literal */
233 /* a very short literal following a long match */
286 ii = ip; /* point to start of current literal run */
303 goto literal;
309 goto literal;
[all...]
H A Dlzo1.c185 // decode a R0 literal run (a long run)
225 if (t < R0MIN) /* a literal run */
227 if (t == 0) /* a R0 literal run */
284 // code a literal run
365 ii = ip; /* point to start of literal run */
386 goto literal;
392 goto literal;
395 goto literal;
398 literal:
415 /* 1) store the current literal ru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dsoap.h58 enum soap__useChoice { literal, encoded }; enumerator in enum:soap__useChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dsoap.h58 enum soap__useChoice { literal, encoded }; enumerator in enum:soap__useChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dsoap.h58 enum soap__useChoice { literal, encoded }; enumerator in enum:soap__useChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dsaxpath.jar ... MOD public static final int DOLLAR public static final int LITERAL public static final int AND public static final int OR ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex58 multimedia and applications should use \literal{application/ogg},
59 while visual media should use \literal{video/ogg}, and audio
60 \literal{audio/ogg}. Vorbis data encapsulated in Ogg may appear
62 \literal{audio/vorbis} + \literal{audio/vorbis-config}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-csharp.c635 string literal with a space or newline character.
1315 token_type_other /* character literal, misc. operator */
1402 /* Read an escape sequence inside a string literal or character literal.
1488 /* Read a regular string literal or character literal.
1491 accumulate_escaped (struct string_buffer *literal, int delimiter) argument
1516 string_buffer_append_unicode (literal, c);
1635 /* Regular string literal. */
1637 struct string_buffer literal; local
1651 struct string_buffer literal; local
1681 struct string_buffer literal; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsf.c79 static int literal; variable
146 literal++;
547 if ( !literal ) {
643 if ( !literal ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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

Completed in 317 milliseconds

1234