Searched refs:stop (Results 1 - 25 of 1995) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dbits.c31 int stop)
33 word &= LSMASK64 (start, stop);
41 int stop)
44 val >>= (64 - 1 - start) + (stop); /* drop low bits */
52 unsigned stop)
54 return (word & MASK32(start, stop));
61 unsigned stop)
63 return (word & MASK64(start, stop));
70 unsigned stop)
72 return ((word) & MASK(start, stop));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dbits.c31 int stop)
33 word &= LSMASK64 (start, stop);
41 int stop)
44 val >>= (64 - 1 - start) + (stop); /* drop low bits */
52 unsigned stop)
54 return (word & MASK32(start, stop));
61 unsigned stop)
63 return (word & MASK64(start, stop));
70 unsigned stop)
72 return ((word) & MASK(start, stop));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dbits.c31 int stop)
33 word &= LSMASK64 (start, stop);
41 int stop)
44 val >>= (64 - 1 - start) + (stop); /* drop low bits */
52 unsigned stop)
54 return (word & MASK32(start, stop));
61 unsigned stop)
63 return (word & MASK64(start, stop));
70 unsigned stop)
72 return ((word) & MASK(start, stop));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-bits.c35 int stop)
37 /* NOTE - start, stop can wrap */
38 val &= LSMASK (start, stop);
47 int stop)
49 /* NOTE - start, stop can wrap */
50 val &= MSMASK (start, stop);
59 int stop)
61 ASSERT (start >= stop);
63 return LSEXTRACTED64 (val, start, stop);
66 if (stop >
72 val >>= stop; local
83 val >>= stop; local
142 val <<= stop; local
154 val <<= stop; local
[all...]
H A Dsim-n-bits.h59 int stop)
61 word &= LSMASKn (start, stop);
71 int stop)
73 word &= MSMASKn (start, stop);
83 int stop)
86 val >>= (N - 1 - start) + (stop); /* drop low bits */
96 int stop)
99 val >>= (start) + (N - 1 - stop); /* drop low bits */
109 int stop)
111 val <<= stop; local
57 LSMASKEDn(unsignedN word, int start, int stop) argument
69 MSMASKEDn(unsignedN word, int start, int stop) argument
81 LSEXTRACTEDn(unsignedN val, int start, int stop) argument
94 MSEXTRACTEDn(unsignedN val, int start, int stop) argument
107 LSINSERTEDn(unsignedN val, int start, int stop) argument
120 MSINSERTEDn(unsignedN val, int start, int stop) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-bits.c35 int stop)
37 /* NOTE - start, stop can wrap */
38 val &= LSMASK (start, stop);
47 int stop)
49 /* NOTE - start, stop can wrap */
50 val &= MSMASK (start, stop);
59 int stop)
61 ASSERT (start >= stop);
63 return LSEXTRACTED64 (val, start, stop);
66 if (stop >
72 val >>= stop; local
83 val >>= stop; local
142 val <<= stop; local
154 val <<= stop; local
[all...]
H A Dsim-n-bits.h59 int stop)
61 word &= LSMASKn (start, stop);
71 int stop)
73 word &= MSMASKn (start, stop);
83 int stop)
86 val >>= (N - 1 - start) + (stop); /* drop low bits */
96 int stop)
99 val >>= (start) + (N - 1 - stop); /* drop low bits */
109 int stop)
111 val <<= stop; local
57 LSMASKEDn(unsignedN word, int start, int stop) argument
69 MSMASKEDn(unsignedN word, int start, int stop) argument
81 LSEXTRACTEDn(unsignedN val, int start, int stop) argument
94 MSEXTRACTEDn(unsignedN val, int start, int stop) argument
107 LSINSERTEDn(unsignedN val, int start, int stop) argument
120 MSINSERTEDn(unsignedN val, int start, int stop) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-bits.c35 int stop)
37 /* NOTE - start, stop can wrap */
38 val &= LSMASK (start, stop);
47 int stop)
49 /* NOTE - start, stop can wrap */
50 val &= MSMASK (start, stop);
59 int stop)
61 ASSERT (start >= stop);
63 return LSEXTRACTED64 (val, start, stop);
66 if (stop >
72 val >>= stop; local
83 val >>= stop; local
142 val <<= stop; local
154 val <<= stop; local
[all...]
H A Dsim-n-bits.h59 int stop)
61 word &= LSMASKn (start, stop);
71 int stop)
73 word &= MSMASKn (start, stop);
83 int stop)
86 val >>= (N - 1 - start) + (stop); /* drop low bits */
96 int stop)
99 val >>= (start) + (N - 1 - stop); /* drop low bits */
109 int stop)
111 val <<= stop; local
57 LSMASKEDn(unsignedN word, int start, int stop) argument
69 MSMASKEDn(unsignedN word, int start, int stop) argument
81 LSEXTRACTEDn(unsignedN val, int start, int stop) argument
94 MSEXTRACTEDn(unsignedN val, int start, int stop) argument
107 LSINSERTEDn(unsignedN val, int start, int stop) argument
120 MSINSERTEDn(unsignedN val, int start, int stop) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/lib/
H A Ddelay.c41 signed long ioclk, stop; local
44 stop = __muldiv64u(usecs, MN10300_TSCCLK, 1000000);
45 stop = TMTSCBC - stop;
49 } while (stop < ioclk);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/lib/
H A Ddelay.c41 signed long ioclk, stop; local
44 stop = __muldiv64u(usecs, MN10300_TSCCLK, 1000000);
45 stop = TMTSCBC - stop;
49 } while (stop < ioclk);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dsh_dac_audio.h18 void (*stop)(struct dac_audio_pdata *pd); member in struct:dac_audio_pdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dsh_dac_audio.h18 void (*stop)(struct dac_audio_pdata *pd); member in struct:dac_audio_pdata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dunary.h29 * @param[in] stop The bitstop value (unary code of 1's or 0's)
33 static inline int get_unary(GetBitContext *gb, int stop, int len) argument
37 for(i = 0; i < len && get_bits1(gb) != stop; i++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dunary.h29 * @param[in] stop The bitstop value (unary code of 1's or 0's)
33 static inline int get_unary(GetBitContext *gb, int stop, int len) argument
37 for(i = 0; i < len && get_bits1(gb) != stop; i++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dunary.h29 * @param[in] stop The bitstop value (unary code of 1's or 0's)
33 static inline int get_unary(GetBitContext *gb, int stop, int len) argument
37 for(i = 0; i < len && get_bits1(gb) != stop; i++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dcacheflush.h34 static inline void flush_icache_range(unsigned long start, unsigned long stop) argument
37 __flush_icache_range(start, stop);
49 extern void flush_dcache_range(unsigned long start, unsigned long stop);
51 extern void clean_dcache_range(unsigned long start, unsigned long stop);
52 extern void invalidate_dcache_range(unsigned long start, unsigned long stop);
55 extern void flush_inval_dcache_range(unsigned long start, unsigned long stop);
56 extern void flush_dcache_phys_range(unsigned long start, unsigned long stop);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcacheflush.h34 static inline void flush_icache_range(unsigned long start, unsigned long stop) argument
37 __flush_icache_range(start, stop);
49 extern void flush_dcache_range(unsigned long start, unsigned long stop);
51 extern void clean_dcache_range(unsigned long start, unsigned long stop);
52 extern void invalidate_dcache_range(unsigned long start, unsigned long stop);
55 extern void flush_inval_dcache_range(unsigned long start, unsigned long stop);
56 extern void flush_dcache_phys_range(unsigned long start, unsigned long stop);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dfileio.c71 static void stop () {} function
86 stop ();
94 stop ();
102 stop ();
110 stop ();
117 stop ();
127 stop ();
130 stop ();
151 stop ();
157 stop ();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dfileio.c71 static void stop () {} function
86 stop ();
94 stop ();
102 stop ();
110 stop ();
117 stop ();
127 stop ();
130 stop ();
151 stop ();
157 stop ();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dfileio.c71 static void stop () {} function
86 stop ();
94 stop ();
102 stop ();
110 stop ();
117 stop ();
127 stop ();
130 stop ();
151 stop ();
157 stop ();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y96 stop("Too few arguments for macro invocation",
118 stop("Comma without preceeding argument in arg list",
136 stop("Invalid current symbol for adding macro arg",
151 stop("Too many arguments for macro invocation", EX_DATAERR);
156 stop("Unable to replicate replacement text", EX_SOFTWARE);
164 stop(string, EX_DATAERR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y96 stop("Too few arguments for macro invocation",
118 stop("Comma without preceeding argument in arg list",
136 stop("Invalid current symbol for adding macro arg",
151 stop("Too many arguments for macro invocation", EX_DATAERR);
156 stop("Unable to replicate replacement text", EX_SOFTWARE);
164 stop(string, EX_DATAERR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c216 /* note that other servers may just stop writing records when the size limit
597 char *start = NULL, *stop = NULL; local
610 if ( !( stop = strchr( line, ':' ) ) ) {
616 if ( 0 == strncmp( start, "LEN", stop - start ) ) {
618 entry->record.length = atoi( stop + 1 );
619 } else if ( 0 == strncmp( start, "RS1", stop - start ) ) {
622 entry->record.reserved1 = atoi( stop + 1 );
623 } else if ( 0 == strncmp( start, "RCN", stop - start ) ) {
624 entry->record.record_number = atoi( stop + 1 );
625 } else if ( 0 == strncmp( start, "TMG", stop
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c216 /* note that other servers may just stop writing records when the size limit
597 char *start = NULL, *stop = NULL; local
610 if ( !( stop = strchr( line, ':' ) ) ) {
616 if ( 0 == strncmp( start, "LEN", stop - start ) ) {
618 entry->record.length = atoi( stop + 1 );
619 } else if ( 0 == strncmp( start, "RS1", stop - start ) ) {
622 entry->record.reserved1 = atoi( stop + 1 );
623 } else if ( 0 == strncmp( start, "RCN", stop - start ) ) {
624 entry->record.record_number = atoi( stop + 1 );
625 } else if ( 0 == strncmp( start, "TMG", stop
[all...]

Completed in 265 milliseconds

1234567891011>>