Searched refs:used (Results 251 - 275 of 522) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dll_char_wr.S17 @ {} = used
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex153 decoding; this technique is used to allow sample-granularity
179 less audio data than the final packet would normally return is used to
H A D04-codec.tex45 The identification header is a short header of only a few fields used
70 The bitrate fields above are used only as hints. The nominal bitrate
178 Mappings are used to set up specific pipelines for encoding
293 \item perform window selection and setup; this window is used later by the inverse MDCT:
417 used and some are not, channel coupling could result in mixing a
571 function used for the MDCT is the function described earlier.
598 Data is not returned from the first frame; it must be used to 'prime'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dgen_initramfs_list.sh9 # The script may also be used to generate the inputfile used for gen_init_cpio
28 If <cpio_source> is a .cpio file it will be used
231 "-l") # files included in initramfs - used by kbuild
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_audio.c82 /* used anywhere else and therefore the DSP bits are *always* ON for */
842 int *used, int *returned,
856 *used = len;
885 /* used = ( samples * 16 bits size ) */
886 *used = max_in > ( max_out << 1) ? (max_out << 1) : max_in;
915 /* used = ( samples * 8 bits size ) */
916 *used = len;
838 sb16_copy_from_user(int dev, char *localbuf, int localoffs, const char __user *userbuf, int useroffs, int max_in, int max_out, int *used, int *returned, int len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DparserInternals.c281 int used; local
296 used = in->cur - in->buf->buffer->content;
297 ret = xmlBufferShrink(in->buf->buffer, used);
382 * This function removes used input for the parser.
386 int used; local
401 used = in->cur - in->buf->buffer->content;
406 if (used > INPUT_CHUNK) {
407 ret = xmlBufferShrink(in->buf->buffer, used - LINE_LEN);
1039 * We used to keep the internal content in the
1108 * "UTF-16" can be used fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c13 * 2. The name(s) of the authors of this software must not be used to
46 * 3. The name "Carnegie Mellon University" must not be used to
212 * This is used to ensure that we don't start an auth-up/down
395 "Set IP address(es) which can be used without authentication",
495 * set_noauth_addr - set address(es) that can be used without authentication.
565 * N.B. we used to do tdb_writelock/tdb_writeunlock around this
1144 unsigned int used; local
1151 used = link_stats.bytes_in;
1154 used = link_stats.bytes_out;
1158 used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DparserInternals.c281 int used; local
296 used = in->cur - in->buf->buffer->content;
297 ret = xmlBufferShrink(in->buf->buffer, used);
382 * This function removes used input for the parser.
386 int used; local
401 used = in->cur - in->buf->buffer->content;
406 if (used > INPUT_CHUNK) {
407 ret = xmlBufferShrink(in->buf->buffer, used - LINE_LEN);
1051 * We used to keep the internal content in the
1120 * "UTF-16" can be used fo
[all...]
H A Ddepcomp50 libtool Whether libtool is used (yes/no).
349 # With Tru64 cc, shared objects can also be used to make a
350 # static library. This mechanism is used in libtool 1.4 series to
397 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DparserInternals.c281 int used; local
296 used = in->cur - in->buf->buffer->content;
297 ret = xmlBufferShrink(in->buf->buffer, used);
382 * This function removes used input for the parser.
386 int used; local
401 used = in->cur - in->buf->buffer->content;
406 if (used > INPUT_CHUNK) {
407 ret = xmlBufferShrink(in->buf->buffer, used - LINE_LEN);
1039 * We used to keep the internal content in the
1108 * "UTF-16" can be used fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex26 Q: In linux-2.0.36 I used:
45 Q: In linux-2.0.36 I used:
78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module.
376 I.e.\ if \verb|mrouted| created some tunnel, it may be used to
422 it is strongly recommended to be used with GRE tunnels instead of ugly
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dradeon_state.c973 other ones are ignored, and the same clear mask can be used. That's
980 rv250: could be used to clear only parts of macrotiles
982 bit 0 and 1 (either or both of them ?!?!) are used to
1539 buf->used = 0;
1830 buf->used = size;
2239 buf->used = vertex.count; /* not used? */
2327 if (elts.start < buf->used) {
2328 DRM_ERROR("no header 0x%x - 0x%x\n", elts.start, buf->used);
2332 buf->used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm49 ; - GLOBAL should be used as a suffix for global addressing, eg.
102 ; %2 = number of registers used, not including PIC. pushes callee-saved regs if needed.
103 ; %3 = whether global constants are used in this function. inits x86_32 PIC if needed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex174 % The following is used inside several \edef's.
207 % \vadjust can only be used in horizontal mode.
519 % is used only in environments like @example, where each line of input
524 % If an index command is used in an @example environment, any spaces
533 % Define the framework for environments in texinfo.tex. It's used like this:
542 % used to check whether the current environment is the one expected.
647 % Dotless i and dotless j, used for accents.
654 \else \errmessage{@dotless can be used only with i or j}%
792 group can only be used in environments such as @example,^^J%
863 % This defn is used insid
[all...]
H A Ddepcomp50 libtool Whether libtool is used (yes/no).
344 # With Tru64 cc, shared objects can also be used to make a
345 # static library. This mechanism is used in libtool 1.4 series to
392 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex178 % The following is used inside several \edef's.
211 % \vadjust can only be used in horizontal mode.
523 % is used only in environments like @example, where each line of input
528 % If an index command is used in an @example environment, any spaces
537 % Define the framework for environments in texinfo.tex. It's used like this:
546 % used to check whether the current environment is the one expected.
651 % Dotless i and dotless j, used for accents.
658 \else \errmessage{@dotless can be used only with i or j}%
796 group can only be used in environments such as @example,^^J%
867 % This defn is used insid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Ddepcomp50 libtool Whether libtool is used (yes/no).
349 # With Tru64 cc, shared objects can also be used to make a
350 # static library. This mechanism is used in libtool 1.4 series to
397 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Ddepcomp49 libtool Whether libtool is used (yes/no).
290 # With Tru64 cc, shared objects can also be used to make a
291 # static library. This mecanism is used in libtool 1.4 series to
338 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
361 # With Tru64 cc, shared objects can also be used to make a
362 # static library. This mechanism is used in libtool 1.4 series to
409 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Ddepcomp49 libtool Whether libtool is used (yes/no).
290 # With Tru64 cc, shared objects can also be used to make a
291 # static library. This mecanism is used in libtool 1.4 series to
338 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
361 # With Tru64 cc, shared objects can also be used to make a
362 # static library. This mechanism is used in libtool 1.4 series to
409 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Ddepcomp50 libtool Whether libtool is used (yes/no).
349 # With Tru64 cc, shared objects can also be used to make a
350 # static library. This mechanism is used in libtool 1.4 series to
397 # This comment above is used by automake to tell side-effect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_link.c420 * ACPI has no automatic means of knowing what ISA IRQs are used. Note that
430 * List interrupts that should not be used for PCI:
822 static int __init acpi_irq_penalty_update(char *str, int used) argument
841 if (used)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
H A Dskeleton.S48 | The following counters are used for standalone testing
435 | used.

Completed in 327 milliseconds

<<11121314151617181920>>