Searched refs:left (Results 1 - 25 of 534) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsfcmp.c55 register unsigned int left, right; local
59 left = *leftptr;
65 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
71 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
72 && Sgl_isnotzero_mantissa(left)
73 && (Exception(cond) || Sgl_isone_signaling(left)))
89 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
90 && Sgl_isnotzero_mantissa(left))
103 Sgl_xortointp1(left,right,xorresult);
106 /* left negativ
[all...]
H A Dhppa.h28 #define Shiftdouble(left,right,amount,dest) \
29 /* int left, right, amount, dest; */ \
30 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
33 #define Variableshiftdouble(left,right,amount,dest) \
34 /* unsigned int left, right; int amount, dest; */ \
36 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
40 #define Variable_shift_double(left,right,amount,dest) \
41 /* unsigned int left, right; int amount, dest; */ \
42 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
H A Dsfsub.c55 register unsigned int left, right, result, extent; local
63 left = *leftptr;
68 Sgl_xortointp1(left,right,/*to*/save);
73 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
75 if (Sgl_iszero_mantissa(left))
93 *dstptr = left;
102 if (Sgl_isone_signaling(left))
108 Sgl_set_quiet(left);
126 *dstptr = left;
129 } /* End left Na
[all...]
H A Dsfadd.c55 register unsigned int left, right, result, extent; local
65 left = *leftptr;
70 Sgl_xortointp1(left,right,/*to*/save);
75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
77 if (Sgl_iszero_mantissa(left))
95 *dstptr = left;
104 if (Sgl_isone_signaling(left))
110 Sgl_set_quiet(left);
128 *dstptr = left;
131 } /* End left Na
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsysctl.c58 size_t left, len; local
65 left = *lenp;
68 if (!access_ok(VERIFY_READ, buffer, left))
71 while (left && __get_user(c, p) >= 0 && isspace(c))
72 left--, p++;
73 if (!left)
76 if (left > sizeof(tmpbuf) - 1)
78 if (copy_from_user(tmpbuf, p, left))
80 tmpbuf[left] = '\0';
82 for (s = tmpbuf, value = 0; '0' <= *s && *s <= '9'; s++, left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Dutils.c80 unsigned i, left = bytes; local
90 left > 0? (unsigned char)b[ 0] : 0,
91 left > 1? (unsigned char)b[ 1] : 0,
92 left > 2? (unsigned char)b[ 2] : 0,
93 left > 3? (unsigned char)b[ 3] : 0,
94 left > 4? (unsigned char)b[ 4] : 0,
95 left > 5? (unsigned char)b[ 5] : 0,
96 left > 6? (unsigned char)b[ 6] : 0,
97 left > 7? (unsigned char)b[ 7] : 0,
98 left >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dopl3.h5 void enable_opl3_mode(int left, int right, int both);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dmotion_est_mvi_asm.S70 t0: left_u -> left lo -> left
73 t3: ref left
76 t5: left_u -> left lo -> left
79 t8: ref left
82 ta: left hi
84 tc: error left
91 ldq t3, 0(a1) # ref left
99 ldq t8, 0(a1) # ref left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dversion.c69 size_t left = sizeof(version); local
72 left -= len;
75 if(left > 1) {
76 len = Curl_ssl_version(ptr + 1, left - 1);
80 left -= ++len;
86 len = snprintf(ptr, left, " zlib/%s", zlibVersion());
87 left -= len;
92 len = snprintf(ptr, left, " c-ares/%s", ares_version(NULL));
93 left -= len;
98 len = snprintf(ptr, left, " libid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dtsearch.c86 In this case, A has been rotated left. This preserves the ordering of the
121 struct node_t *left; member in struct:node_t
146 check_tree_recurse (p->left, d_sofar + (p->left && !p->left->red), d_total);
148 if (p->left)
149 assert (!(p->left->red && p->red));
162 for(p = root->left; p; p = p->left)
187 lp = &(*rootp)->left;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dexpr.c20 e->left.sym = sym;
29 e->left.expr = ce;
38 e->left.expr = e1;
48 e->left.sym = s1;
78 e->left = org->left;
81 e->left.expr = expr_copy(org->left.expr);
85 e->left.sym = org->left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.c20 e->left.sym = sym;
29 e->left.expr = ce;
38 e->left.expr = e1;
48 e->left.sym = s1;
78 e->left = org->left;
81 e->left.expr = expr_copy(org->left.expr);
85 e->left.sym = org->left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dexpr.c18 e->left.sym = sym;
27 e->left.expr = ce;
36 e->left.expr = e1;
46 e->left.sym = s1;
69 e->left = org->left;
72 e->left.expr = expr_copy(org->left.expr);
76 e->left.sym = org->left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c40 unsigned left; /* available input at in */ member in struct:state
64 * bit buffer, using shift left.
73 if (s->left == 0) {
74 s->left = s->infun(s->inhow, &(s->in));
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
78 s->left--;
82 /* drop need bits and update buffer, always zero to seven bits left */
131 int left; /* bits left in next or left t local
189 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/blast/
H A Dblast.c40 unsigned left; /* available input at in */ member in struct:state
64 * bit buffer, using shift left.
73 if (s->left == 0) {
74 s->left = s->infun(s->inhow, &(s->in));
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
78 s->left--;
82 /* drop need bits and update buffer, always zero to seven bits left */
131 int left; /* bits left in next or left t local
189 int left; /* number of possible codes left of current length */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dprioq.c71 n = n->left;
99 if (a->parent->left == b)
100 a->parent->left = a;
106 if (b->left == a) {
107 if ((b->left = a->left))
108 b->left->parent = b;
109 a->left = b;
122 l = a->left;
123 if ((a->left
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dsnprintf.c274 on the left with zeros rather than blanks. If a
279 value is to be left adjusted on the field boundary. Except
281 the right with blanks, rather than on the left with
285 - A space, specifying that a blank should be left before
296 with spaces on the left (or right, if the
297 left-adjustment flag has been given) to fill out
340 field width or precision. A negative field width is treated as a left
353 it is padded on the left with zeros.
535 static void dopr( int visible_control, char **buffer, int *left,
537 static void fmtstr( int visible_control, char **buffer, int *left,
555 int left; local
576 int left; local
643 dopr( int visible_control, char **buffer, int *left, const char *format, va_list args ) argument
780 fmtstr( int visible_control, char **buffer, int *left, char *value, int ljust, int len, int zpad, int precision ) argument
820 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
886 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
958 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) argument
988 dostr( char **buffer, int *left, char *str ) argument
993 dopr_outch( char **buffer, int *left, int c ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dsnprintf.c274 on the left with zeros rather than blanks. If a
279 value is to be left adjusted on the field boundary. Except
281 the right with blanks, rather than on the left with
285 - A space, specifying that a blank should be left before
296 with spaces on the left (or right, if the
297 left-adjustment flag has been given) to fill out
340 field width or precision. A negative field width is treated as a left
353 it is padded on the left with zeros.
535 static void dopr( int visible_control, char **buffer, int *left,
537 static void fmtstr( int visible_control, char **buffer, int *left,
555 int left; local
576 int left; local
643 dopr( int visible_control, char **buffer, int *left, const char *format, va_list args ) argument
780 fmtstr( int visible_control, char **buffer, int *left, char *value, int ljust, int len, int zpad, int precision ) argument
820 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
886 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
958 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) argument
988 dostr( char **buffer, int *left, char *str ) argument
993 dopr_outch( char **buffer, int *left, int c ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-zpff.c42 int left, right; local
50 left = effect->u.rumble.strong_magnitude;
52 debug("called with 0x%04x 0x%04x", left, right);
54 left = left * 0x7f / 0xffff;
57 zpff->report->field[2]->value[0] = left;
59 debug("running with 0x%02x 0x%02x", left, right);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzjoin.c80 unsigned left; /* bytes remaining at next */ member in struct:__anon1200
112 in->left = 0;
126 if (in->left != 0)
130 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left);
133 in->left += (unsigned)len;
134 } while (len != 0 && in->left < CHUNK);
139 #define bget(in) (in->left ? 0 : bload(in), \
140 in->left ? (in->left
175 unsigned left; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c80 unsigned left; /* bytes remaining at next */ member in struct:__anon3056
112 in->left = 0;
126 if (in->left != 0)
130 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left);
133 in->left += (unsigned)len;
134 } while (len != 0 && in->left < CHUNK);
139 #define bget(in) (in->left ? 0 : bload(in), \
140 in->left ? (in->left
175 unsigned left; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddes.c181 * and are rotated one bit to the left.
303 * Numbers of left shifts per round for encryption subkeys.
408 * to the left.
410 #define INITIAL_PERMUTATION(left, temp, right) \
411 DO_PERMUTATION(left, temp, right, 4, 0x0f0f0f0f) \
412 DO_PERMUTATION(left, temp, right, 16, 0x0000ffff) \
413 DO_PERMUTATION(right, temp, left, 2, 0x33333333) \
414 DO_PERMUTATION(right, temp, left, 8, 0x00ff00ff) \
416 temp = (left ^ right) & 0xaaaaaaaa; \
418 left
494 u32 left, right, work; local
623 u32 left, right, work; local
740 u32 left, right, work; local
793 int i, left, right, middle, cmp_result; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_see.c67 curl_off_t left = offset; local
77 while(left) {
78 long step = (left > OUR_MAX_SEEK_O) ? OUR_MAX_SEEK_L : (long)left;
82 left -= step;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dnetconsole.c70 int frag, left; local
78 for(left = len; left; ) {
79 frag = min(left, MAX_PRINT_CHUNK);
82 left -= frag;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbtcx-risc.c96 if (win->left < 0) {
97 /* left */
98 clips[n].c.left = 0;
100 clips[n].c.width = -win->left;
104 if (win->left + win->width > swidth) {
106 clips[n].c.left = swidth - win->left;
108 clips[n].c.width = win->width - clips[n].c.left;
114 clips[n].c.left = 0;
122 clips[n].c.left
[all...]

Completed in 127 milliseconds

1234567891011>>