Searched refs:sub (Results 276 - 300 of 422) sorted by relevance

<<11121314151617

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv.h303 int (*probe)(struct bttv_sub_device *sub);
304 void (*remove)(struct bttv_sub_device *sub);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Detrap.S89 sub %fp, (STACKFRAME_SZ + TRACEREG_SZ), %t_kstack
176 sub %g2, 0x1, %g2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S629 sub.l &0x4,%a6
831 sub.w &0x8,%sp # make room for acc frame
1131 sub.l %a0,%d0 # Decrement
1142 sub.l %a0,%d0 # Decrement
1153 sub.l %a0,%d0 # Decrement
1164 sub.l %a0,%d0 # Decrement
1175 sub.l %a0,%d0 # Decrement
1186 sub.l %a0,%d0 # Decrement
1197 sub.l %a0,%d0 # Decrement
1209 sub
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dhead.S55 sub r3, r2 ; BSS size in bytes
84 sub r3, r2 ; BSS size in bytes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvbsub.c398 AVSubtitle *sub = data; local
401 ret = encode_dvb_subtitles(s, buf, sub);
H A Dutils.c518 const AVSubtitle *sub)
521 if(sub->start_display_time) {
525 if(sub->num_rects == 0 || !sub->rects)
527 ret = avctx->codec->encode(avctx, buf, buf_size, sub);
583 int avcodec_decode_subtitle(AVCodecContext *avctx, AVSubtitle *sub, argument
590 ret = avctx->codec->decode(avctx, sub, got_sub_ptr,
517 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dvidc_fill.S155 sub r1, r1, r0 @ Remaining length
163 sub r2, r2, #16
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c925 struct snd_seq_port_subscribe sub; local
965 memset(&sub, 0, sizeof(sub));
966 sub.sender.client = SNDRV_SEQ_CLIENT_SYSTEM;
967 sub.sender.port = SNDRV_SEQ_PORT_SYSTEM_ANNOUNCE;
968 sub.dest.client = client;
969 sub.dest.port = 0;
970 snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, &sub);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc.s614 sub %r3,%r5,%r3
657 sub %r3,%r21,%r20
664 sub %r22,%r28,%r22
665 sub %r21,%r23,%r21
688 sub %r4,%r19,%r4
693 sub %r3,%r20,%r3
H A Dia64.S156 // bn_[add|sub]_words routines.
182 { .mib; sub r10=r35,r0,1
235 { .mib; sub r10=r35,r0,1
250 (p18) sub r39=r37,r34
298 { .mii; sub r10=r34,r0,1
408 sub r10=r34,r0,1
480 { .mii; sub r10=r34,r0,1
1440 sub r35=64,r36 };;
1455 (p6) sub H=H,D }
1480 (p0) sub r3
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dentry.S73 sub sp, sp, #15*4
487 sub r0, r0, #4
511 sub r10, r10, #4
548 sub lr, lr, #4
586 sub lr, lr, #8
644 sub lr, lr, #4
697 vector_data: sub lr, lr, #8 @ Correct lr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpacache.S521 sub %r25, %r23, %r25
564 sub %r25, %r23, %r25
607 sub %r25, %r23, %r25
651 sub %r25, %r23, %r25
760 sub %r25, %r23, %r25
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S59 sub sp, sp, #S_FRAME_SIZE
110 sub sp, sp, #S_FRAME_SIZE
326 sub sp, sp, #S_FRAME_SIZE
434 sub r4, r2, #4
679 * asm volatile ( "mov r0, #0xffff0fff; mov lr, pc; sub pc, r0, #95" \
839 * asm( "mov r0, #0xffff0fff; mov lr, pc; sub pc, r0, #31" \
895 sub lr, lr, #\correction
H A Diwmmxt.S72 sub r2, r2, #4 @ adjust pc back
294 sub pc, lr, r1, lsr #32 @ cpwait and return
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.c353 * @sub: an existing dictionnary
356 * dictionnary @sub. On lookup, strings are first searched in the
357 * new dictionnary, then in @sub, and if not found are created in the
363 xmlDictCreateSub(xmlDictPtr sub) { argument
366 if ((dict != NULL) && (sub != NULL)) {
367 dict->subdict = sub;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S156 // bn_[add|sub]_words routines.
182 { .mib; sub r10=r35,r0,1
235 { .mib; sub r10=r35,r0,1
250 (p18) sub r39=r37,r34
298 { .mii; sub r10=r34,r0,1
408 sub r10=r34,r0,1
480 { .mii; sub r10=r34,r0,1
1440 sub r35=64,r36 };;
1455 (p6) sub H=H,D }
1480 (p0) sub r3
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtrampoline.S348 sub %g1, STACKFRAME_SZ + STACK_BIAS, %sp
413 sub %g2, %g3, %g2
432 sub %g5, (STACKFRAME_SZ + STACK_BIAS), %g5
H A Dtsb.S79 sub %g7, 1, %g7
416 sub %g2, (1 << 3), %g2
440 sub %o3, 1, %o3 /* %o3 == new tsb hash mask */
H A Dpci_sun4v_asm.S23 sub %g0, %o0, %o0
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead.S86 sub gr6,gr4,gr6
167 sub gr16,gr24,gr16 ; delta = __sdram_base - DBRx
242 sub.p gr16,gr5,gr16 ; adjust src for LDDU
243 sub gr17,gr5,gr17 ; adjust dst for LDDU
576 sub.p gr5,gr6,gr6 ; bit number of highest set bit (1MB=>20)
581 sub gr9,gr4,gr9 ; move uncovered top down
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.c353 * @sub: an existing dictionnary
356 * dictionnary @sub. On lookup, strings are first searched in the
357 * new dictionnary, then in @sub, and if not found are created in the
363 xmlDictCreateSub(xmlDictPtr sub) { argument
366 if ((dict != NULL) && (sub != NULL)) {
367 dict->subdict = sub;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dttable.h257 sub %g1, 2, %g1; \
315 sub %g1, 2, %g1; \
352 sub %g1, 2, %g1; \
410 sub %g1, 2, %g1; \
447 sub %g1, 2, %g1; \
493 sub %g1, 1, %g1; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestparams.tcl121 foreach sub $subs {
122 foreach test $test_names($sub) {
129 foreach sub $subs {
130 set test_names($sub) ""
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_decode.h284 sub.w (fp_datasize,%d1.w*2),%a0
360 sub.l %a1,%a1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dmul.S73 sub %o4, %o2, %o1 ! subtract compensation

Completed in 223 milliseconds

<<11121314151617