Searched refs:left (Results 76 - 100 of 534) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.h276 static inline int less_eq(u32 left, u32 right) argument
278 return (mod(right - left) < 32768u);
281 static inline int less(u32 left, u32 right) argument
283 return (less_eq(left, right) && (mod(right) != mod(left)));
286 static inline u32 lesser(u32 left, u32 right) argument
288 return less_eq(left, right) ? left : right;
H A Dname_distr.c173 u32 left = 0; local
184 left = (rest <= max_item_buf) ? rest : max_item_buf;
185 rest -= left;
186 buf = named_prepare_buf(PUBLICATION, left, node);
195 left -= ITEM_SIZE;
196 if (!left) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_ess.h27 (sb_devc *devc, int dev, int left, int right);
H A Dsb_mixer.c271 int sb_common_mixer_set(sb_devc * devc, int dev, int left, int right) argument
285 change_bits(devc, &val, dev, LEFT_CHN, left);
297 return left | (left << 8); /*
298 * Just left channel present
309 return left | (right << 8);
312 static int smw_mixer_set(sb_devc * devc, int dev, int left, int right) argument
319 sb_setmixer(devc, 0x0b, 96 - (96 * left / 100)); /* 96=mute, 0=max */
325 devc->levels[dev] = left | (right << 8);
326 /* Set left bas
355 int left = value & 0x000000ff; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c109 * bit buffer, using shift left.
123 /* drop need bits and update buffer, always zero to seven bits left */
253 int left; /* bits left in next or left to process */ local
257 left = s->bitcnt;
262 while (left--) {
277 left = (MAXBITS+1) - len;
278 if (left == 0) break;
281 if (left >
323 int left; /* number of possible codes left of current length */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c109 * bit buffer, using shift left.
123 /* drop need bits and update buffer, always zero to seven bits left */
253 int left; /* bits left in next or left to process */ local
257 left = s->bitcnt;
262 while (left--) {
277 left = (MAXBITS+1) - len;
278 if (left == 0) break;
281 if (left >
323 int left; /* number of possible codes left of current length */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/file/
H A Dmain.c128 size_t left = (size_t)total_samples; local
129 while(ok && left) {
130 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left);
145 left -= need;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/cpp/encode/file/
H A Dmain.cpp134 size_t left = (size_t)total_samples; local
135 while(ok && left) {
136 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left);
151 left -= need;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dmixer_oss.c250 int result = 0, left, right; local
255 left = pslot->volume[0];
258 result = pslot->get_volume(fmixer, pslot, &left, &right);
260 right = left;
261 snd_assert(left >= 0 && left <= 100, return -EIO);
264 pslot->volume[0] = left;
266 result = (left & 0xff) | ((right & 0xff) << 8);
276 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; local
281 if (left > 10
481 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) argument
518 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) argument
557 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) argument
583 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) argument
621 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) argument
666 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) argument
709 int left, right; local
722 int left, right; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Darcfb.c250 unsigned int left, unsigned int right, unsigned int distance)
258 xindex = left >> 6;
265 src = (unsigned char __force *) par->info->screen_base + (left/8) +
267 ks108_set_xaddr(par, chipindex, left);
271 while (left <= right) {
283 left++;
297 * lcd chips. update_page uses the upper/left values to decide which
302 unsigned int bottom, unsigned int left, unsigned int right)
312 arcfb_lcd_update_page(par, upper, left, right, 8);
323 static void arcfb_lcd_update_horiz(struct arcfb_par *par, unsigned int left, argument
249 arcfb_lcd_update_page(struct arcfb_par *par, unsigned int upper, unsigned int left, unsigned int right, unsigned int distance) argument
301 arcfb_lcd_update_vert(struct arcfb_par *par, unsigned int top, unsigned int bottom, unsigned int left, unsigned int right) argument
348 unsigned int left, right, distance, y; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c170 left = strm->avail_out; \
181 strm->avail_out = left; \
264 input left to load n bits into the accumulator, or it continues. BITS(n)
277 state information is maintained to continue the loop where it left off
323 unsigned have, left; /* available input and output */ local
348 out = left;
436 if (copy > left) copy = left;
441 left -= copy;
559 if (have >= 6 && left >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dak4531_codec.c152 int left, right; local
155 left = (ak4531->regs[left_reg] >> left_shift) & mask;
159 left = mask - left;
162 ucontrol->value.integer.value[0] = left;
177 int left, right; local
179 left = ucontrol->value.integer.value[0] & mask;
182 left = mask - left;
185 left <<
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwav.c205 int ret, size, left; local
213 left= wav->data_end - url_ftell(s->pb);
214 if(left <= 0){
215 left = find_tag(s->pb, MKTAG('d', 'a', 't', 'a'));
216 if (left < 0) {
219 wav->data_end= url_ftell(s->pb) + left;
228 size= FFMIN(size, left);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_tas5130d1b.c77 .left = 106,
106 .left = 0,
112 .left = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dpm.c262 unsigned long addr, left; local
266 left = res->end - addr;
268 if (left > CHECK_CHUNKSIZE)
269 left = CHECK_CHUNKSIZE;
271 *val = crc32_le(~0, phys_to_virt(addr), left);
311 unsigned long left; local
317 left = res->end - addr;
319 if (left > CHECK_CHUNKSIZE)
320 left = CHECK_CHUNKSIZE;
324 if (in_region(ptr, left, crc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasound_fm.h60 unsigned char left; /* stereo left */ member in struct:snd_dm_fm_voice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dvsxxxaa.c218 int left, middle, right; local
248 left = (buf[0] & 0x04)? 1: 0;
256 left? "L": "l", middle? "M": "m", right? "R": "r");
261 input_report_key (dev, BTN_LEFT, left);
275 int left, middle, right, touch; local
299 left = (buf[0] & 0x02)? 1: 0;
308 left? "L": "l", middle? "M": "m",
314 input_report_key (dev, BTN_LEFT, left);
328 int left, middle, right; local
359 left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_forms_conv.c29 { "left", PY_UINT32, offsetof(FORM, left) },
40 { "left", PY_UINT32, offsetof(FORM_1, left) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtda9875.c185 tda9875_write(client, TDA9875_MVL, 0x03 ); /* Vol Main left 10dB */
190 tda9875_write(client, TDA9875_AVL, 0x00 ); /* Vol Aux left 0dB*/
285 int left,right; local
294 left = (t->lvol+84)*606;
296 va->volume=max(left,right);
297 va->balance=(32768*min(left,right))/
299 va->balance=(left<right)?
311 int left,right; local
314 left = (min(65536 - va->balance,32768) *
318 t->lvol = ((left/60
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.alerts.js178 left: '0px',
193 var left = (($(window).width() / 2) - ($("#popup_container").outerWidth() / 2)) + $.alerts.horizontalOffset;
195 if( left < 0 ) left = 0;
202 left: left + 'px'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-clear_user.S8 * right "bytes left to zero" value (and that it is updated only _after_
22 * bytes left to copy in $0
86 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
128 * $0 is the number of bytes left
129 * $1 is the number of quads left
141 * through the loop, and if there are less than two trips left, the target
164 subq $0, 168, $5 # E : U L L U : two trips through the loop left?
183 # zero to 16 quadwords left to store, plus any trailing bytes
184 # $1 is the number of quadwords left to go.
202 # We have an unknown number of bytes left t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgun.c164 /* throw out what's left in the current bits byte buffer (this is a vestigial
169 left = 0; \
200 int chunk; /* bytes left in current chunk */
201 int left; /* bits left in rem */ local
254 left = 7;
255 chunk = bits - 2; /* 7 bytes left in this chunk */
282 code += (unsigned)last << left; /* middle (or high) bits of code */
283 left += 8;
285 if (bits > left) { /* nee
[all...]
H A Dzran.c10 in the uncompressed output. The compressed file is left open, and can then
88 off_t in, off_t out, unsigned left, unsigned char *window)
121 if (left)
122 memcpy(next->window, window + WINSIZE - left, left);
123 if (left < WINSIZE)
124 memcpy(next->window + left, window, WINSIZE - left);
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c164 /* throw out what's left in the current bits byte buffer (this is a vestigial
169 left = 0; \
200 int chunk; /* bytes left in current chunk */
201 int left; /* bits left in rem */ local
254 left = 7;
255 chunk = bits - 2; /* 7 bytes left in this chunk */
282 code += (unsigned)last << left; /* middle (or high) bits of code */
283 left += 8;
285 if (bits > left) { /* nee
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsgl_float.h63 #define Sgl_leftshiftby1_withextent(left,right,result) \
64 Shiftdouble(Sall(left),Extall(right),31,Sall(result))
66 #define Sgl_rightshiftby1_withextent(left,right,dst) \
67 Shiftdouble(Sall(left),Extall(right),1,Extall(right))
233 /* The left argument is never smaller than the right argument */
237 /* Subtract right augmented with extension from left augmented with zeros and
239 #define Sgl_subtract_withextension(left,right,extent,result) \
240 /* sgl_floating_point left,right,result; extension extent */ \
241 Sgl_subtract(left,right,result); \
248 #define Sgl_xortointp1(left,righ
[all...]

Completed in 204 milliseconds

1234567891011>>