Searched refs:v1 (Results 376 - 400 of 765) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Drepmgr025.tcl134 puts $m2 "put k1 v1"
159 set expected {{k1 v1} {k2 v2}}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Ddsputil_yasm.asm103 ; int scalarproduct_int16(int16_t *v1, int16_t *v2, int order, int shift)
104 cglobal scalarproduct_int16_%1, 3,3,4, v1, v2, order, shift
133 ; int scalarproduct_and_madd_int16(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul)
134 cglobal scalarproduct_and_madd_int16_%1, 4,4,8, v1, v2, v3, order, mul
229 ; int scalarproduct_and_madd_int16(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul)
230 cglobal scalarproduct_and_madd_int16_ssse3, 4,5,10, v1, v2, v3, order, mul
401 ; float ff_scalarproduct_float_sse(const float *v1, const float *v2, int len)
402 cglobal scalarproduct_float_sse, 3,3,2, v1, v2, offset
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/common/
H A Dldb_match.c279 static int ldb_comparator_and(const struct ldb_val *v1, const struct ldb_val *v2) argument
282 i1 = strtoull((char *)v1->data, NULL, 0);
290 static int ldb_comparator_or(const struct ldb_val *v1, const struct ldb_val *v2) argument
293 i1 = strtoull((char *)v1->data, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/ctools/
H A Dtrx_asus.c70 " ASUS: -r <id>,<v1>,<v2>,<v3>,<v4>,<output file>\n"
149 uint32_t v1, v2, v3, v4; local
163 sscanf(ver, "%d.%d.%d.%d", &v1, &v2, &v3, &v4);
164 asus_tail.kernel.major = (uint8_t)v1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dgenrand.c169 uint32_t v1, v2; struct timeval tval; pid_t mypid; local
193 v1 = (counter++) + mypid + tval.tv_sec;
196 SIVAL(seed_inbuf, 32, v1 ^ IVAL(seed_inbuf, 32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dgenrand.c169 uint32_t v1, v2; struct timeval tval; pid_t mypid; local
193 v1 = (counter++) + mypid + tval.tv_sec;
196 SIVAL(seed_inbuf, 32, v1 ^ IVAL(seed_inbuf, 32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/ctools/
H A Dtrx_asus.c70 " ASUS: -r <id>,<v1>,<v2>,<v3>,<v4>,<output file>\n"
149 uint32_t v1, v2, v3, v4; local
163 sscanf(ver, "%d.%d.%d.%d", &v1, &v2, &v3, &v4);
164 asus_tail.kernel.major = (uint8_t)v1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/echo/
H A Drpc_echo.c101 r->out.info->info5.v1 = 50;
105 r->out.info->info6.v1 = 70;
109 r->out.info->info7.v1 = 80;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/echo/
H A Drpc_echo.c101 r->out.info->info5.v1 = 50;
105 r->out.info->info6.v1 = 70;
109 r->out.info->info7.v1 = 80;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/swat2/style/qooxdoo/widgets/types/
H A DQxColor.js2 function QxColor(v){var v1=QxColor.read(v);var v2=QxColor.RGB2CSS(v1);return v2;};QxColor.m_hex=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];QxColor.r_hex3 = /^#[0-9A-Fa-f]{3}$/;QxColor.r_hex6 = /^#[0-9A-Fa-f]{6}$/;QxColor.r_cssrgb = /^rgb\([0-9]{1,3}\.{0,1}[0-9]*,\s*[0-9]{1,3}\.{0,1}[0-9]*,\s*[0-9]{1,3}\.{0,1}[0-9]*\)$/;QxColor.r_rgb = /^[0-9]{1,3},[0-9]{1,3},[0-9]{1,3}$/;QxColor.r_number = /^[0-9]{1,3}\.{0,1}[0-9]*$/;QxColor.r_percent = /^[0-9]{1,3}\.{0,1}[0-9]*%$/;QxColor.os=["activeborder","activecaption","appworkspace","background","buttonface","buttonhighlight","buttonshadow","buttontext","captiontext","graytext","highlight","highlighttext","inactiveborder","inactivecaption","inactivecaptiontext","infobackground","infotext","menu","menutext","scrollbar","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","window","windowframe","windowtext"];QxColor.names={white:[255,255,255],black:[0,0,0],grey:[128,128,128],gray:[128,128,128],red:[255,0,0],green:[0,128,0],blue:[0,0,255],yellow:[255,255,0],orange:[255,165,0],purple:[128,0,128],cyan:[0,255,255],magenta:[255,0,255]
3 };QxColor.read=function(v){if(v==null||v==""){return null;}else if(v=="transparent"){return v;}else if(typeof v=="object"){if(typeof v.length=="undefined"||v.length==0)throw new Error("Malformed Object");if(v.length==1)return[v[0],v[0],v[0]];else if(v.length==3)return v;else throw new Error("Malformed Object");}else if(v=="false"||v==false){return[0,0,0];}else if(v=="true"||v==true){return[255,255,255];}else if(typeof QxColor.names[v]=="object"){return QxColor.names[v];}else if(QxColor.os.contains(v.toString().toLowerCase())){return v;}else if(QxColor.r_hex3.test(v)){var r=[];var s;v=v.toUpperCase();for(var i=0;i<3;i++){s=QxColor.m_hex.indexOf(v.charAt(i+1));r[i]=(s*16)+s;};return r;}else if(QxColor.r_hex6.test(v)){var r=[];var s1,s2;v=v.toUpperCase();for(var i=0;i<3;i++){s1=QxColor.m_hex.indexOf(v.charAt((i*2)+1));s2=QxColor.m_hex.indexOf(v.charAt((i*2)+2));r[i]=(s1*16)+s2;};return r;}else if(QxColor.r_cssrgb.test(v)||QxColor.r_rgb.test(v)){if(QxColor.r_cssrgb.test(v)){v=v.substring(4,v.length-1);};v = v.split(/,\s*/);for(var i=0;i<3;i++){v[i]=Math.round(v[i]);if(v[i]>255||v[i]<0){throw new Error("Malformed RGB color value");};};return v;}else if(QxColor.r_number.test(v)){v=Math.round(parseFloat(v));if(isNaN(v)){throw new Error("Malformed numeric color value");};return[v,v,v];}else if(QxColor.r_percent.test(v)){v1=Math.round(255*parseFloat(v.replace("%",""))/100);if(v>255||v<0){throw new Error("Malformed percen (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/echo/
H A Drpc_echo.c101 r->out.info->info5.v1 = 50;
105 r->out.info->info6.v1 = 70;
109 r->out.info->info7.v1 = 80;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/swat2/style/qooxdoo/widgets/types/
H A DQxColor.js2 function QxColor(v){var v1=QxColor.read(v);var v2=QxColor.RGB2CSS(v1);return v2;};QxColor.m_hex=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];QxColor.r_hex3 = /^#[0-9A-Fa-f]{3}$/;QxColor.r_hex6 = /^#[0-9A-Fa-f]{6}$/;QxColor.r_cssrgb = /^rgb\([0-9]{1,3}\.{0,1}[0-9]*,\s*[0-9]{1,3}\.{0,1}[0-9]*,\s*[0-9]{1,3}\.{0,1}[0-9]*\)$/;QxColor.r_rgb = /^[0-9]{1,3},[0-9]{1,3},[0-9]{1,3}$/;QxColor.r_number = /^[0-9]{1,3}\.{0,1}[0-9]*$/;QxColor.r_percent = /^[0-9]{1,3}\.{0,1}[0-9]*%$/;QxColor.os=["activeborder","activecaption","appworkspace","background","buttonface","buttonhighlight","buttonshadow","buttontext","captiontext","graytext","highlight","highlighttext","inactiveborder","inactivecaption","inactivecaptiontext","infobackground","infotext","menu","menutext","scrollbar","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","window","windowframe","windowtext"];QxColor.names={white:[255,255,255],black:[0,0,0],grey:[128,128,128],gray:[128,128,128],red:[255,0,0],green:[0,128,0],blue:[0,0,255],yellow:[255,255,0],orange:[255,165,0],purple:[128,0,128],cyan:[0,255,255],magenta:[255,0,255]
3 };QxColor.read=function(v){if(v==null||v==""){return null;}else if(v=="transparent"){return v;}else if(typeof v=="object"){if(typeof v.length=="undefined"||v.length==0)throw new Error("Malformed Object");if(v.length==1)return[v[0],v[0],v[0]];else if(v.length==3)return v;else throw new Error("Malformed Object");}else if(v=="false"||v==false){return[0,0,0];}else if(v=="true"||v==true){return[255,255,255];}else if(typeof QxColor.names[v]=="object"){return QxColor.names[v];}else if(QxColor.os.contains(v.toString().toLowerCase())){return v;}else if(QxColor.r_hex3.test(v)){var r=[];var s;v=v.toUpperCase();for(var i=0;i<3;i++){s=QxColor.m_hex.indexOf(v.charAt(i+1));r[i]=(s*16)+s;};return r;}else if(QxColor.r_hex6.test(v)){var r=[];var s1,s2;v=v.toUpperCase();for(var i=0;i<3;i++){s1=QxColor.m_hex.indexOf(v.charAt((i*2)+1));s2=QxColor.m_hex.indexOf(v.charAt((i*2)+2));r[i]=(s1*16)+s2;};return r;}else if(QxColor.r_cssrgb.test(v)||QxColor.r_rgb.test(v)){if(QxColor.r_cssrgb.test(v)){v=v.substring(4,v.length-1);};v = v.split(/,\s*/);for(var i=0;i<3;i++){v[i]=Math.round(v[i]);if(v[i]>255||v[i]<0){throw new Error("Malformed RGB color value");};};return v;}else if(QxColor.r_number.test(v)){v=Math.round(parseFloat(v));if(isNaN(v)){throw new Error("Malformed numeric color value");};return[v,v,v];}else if(QxColor.r_percent.test(v)){v1=Math.round(255*parseFloat(v.replace("%",""))/100);if(v>255||v<0){throw new Error("Malformed percen (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/swat2/style/qooxdoo/widgets/types/
H A DQxColor.js2 function QxColor(v){var v1=QxColor.read(v);var v2=QxColor.RGB2CSS(v1);return v2;};QxColor.m_hex=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];QxColor.r_hex3 = /^#[0-9A-Fa-f]{3}$/;QxColor.r_hex6 = /^#[0-9A-Fa-f]{6}$/;QxColor.r_cssrgb = /^rgb\([0-9]{1,3}\.{0,1}[0-9]*,\s*[0-9]{1,3}\.{0,1}[0-9]*,\s*[0-9]{1,3}\.{0,1}[0-9]*\)$/;QxColor.r_rgb = /^[0-9]{1,3},[0-9]{1,3},[0-9]{1,3}$/;QxColor.r_number = /^[0-9]{1,3}\.{0,1}[0-9]*$/;QxColor.r_percent = /^[0-9]{1,3}\.{0,1}[0-9]*%$/;QxColor.os=["activeborder","activecaption","appworkspace","background","buttonface","buttonhighlight","buttonshadow","buttontext","captiontext","graytext","highlight","highlighttext","inactiveborder","inactivecaption","inactivecaptiontext","infobackground","infotext","menu","menutext","scrollbar","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","window","windowframe","windowtext"];QxColor.names={white:[255,255,255],black:[0,0,0],grey:[128,128,128],gray:[128,128,128],red:[255,0,0],green:[0,128,0],blue:[0,0,255],yellow:[255,255,0],orange:[255,165,0],purple:[128,0,128],cyan:[0,255,255],magenta:[255,0,255]
3 };QxColor.read=function(v){if(v==null||v==""){return null;}else if(v=="transparent"){return v;}else if(typeof v=="object"){if(typeof v.length=="undefined"||v.length==0)throw new Error("Malformed Object");if(v.length==1)return[v[0],v[0],v[0]];else if(v.length==3)return v;else throw new Error("Malformed Object");}else if(v=="false"||v==false){return[0,0,0];}else if(v=="true"||v==true){return[255,255,255];}else if(typeof QxColor.names[v]=="object"){return QxColor.names[v];}else if(QxColor.os.contains(v.toString().toLowerCase())){return v;}else if(QxColor.r_hex3.test(v)){var r=[];var s;v=v.toUpperCase();for(var i=0;i<3;i++){s=QxColor.m_hex.indexOf(v.charAt(i+1));r[i]=(s*16)+s;};return r;}else if(QxColor.r_hex6.test(v)){var r=[];var s1,s2;v=v.toUpperCase();for(var i=0;i<3;i++){s1=QxColor.m_hex.indexOf(v.charAt((i*2)+1));s2=QxColor.m_hex.indexOf(v.charAt((i*2)+2));r[i]=(s1*16)+s2;};return r;}else if(QxColor.r_cssrgb.test(v)||QxColor.r_rgb.test(v)){if(QxColor.r_cssrgb.test(v)){v=v.substring(4,v.length-1);};v = v.split(/,\s*/);for(var i=0;i<3;i++){v[i]=Math.round(v[i]);if(v[i]>255||v[i]<0){throw new Error("Malformed RGB color value");};};return v;}else if(QxColor.r_number.test(v)){v=Math.round(parseFloat(v));if(isNaN(v)){throw new Error("Malformed numeric color value");};return[v,v,v];}else if(QxColor.r_percent.test(v)){v1=Math.round(255*parseFloat(v.replace("%",""))/100);if(v>255||v<0){throw new Error("Malformed percen (…)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dgenrand.c169 uint32_t v1, v2; struct timeval tval; pid_t mypid; local
193 v1 = (counter++) + mypid + tval.tv_sec;
196 SIVAL(seed_inbuf, 32, v1 ^ IVAL(seed_inbuf, 32));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dsbsdram.S83 * v1: corerev - - corerev -
129 1: lw v1,(SBCONFIGOFF + SBIDHIGH)(a0)
130 and a1,v1,SBIDH_CC_MASK
170 /* 1: Isolate memc's corerev in v1 */
171 and t2,v1,SBIDH_RCE_MASK
173 and v1,v1,SBIDH_RC_MASK
174 or v1,t2
177 bnez v1,1f
186 li v1,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Ddaap-proto.c226 DAAP_BLOCK *daap_add_long(DAAP_BLOCK *parent, char *tag, int v1, int v2) { argument
232 ivalue[0]=(v1 >> 24) & 0xFF;
233 ivalue[1]=(v1 >> 16) & 0xFF;
234 ivalue[2]=(v1 >> 8) & 0xFF;
235 ivalue[3]=v1 & 0xFF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Ddaap-proto.c226 DAAP_BLOCK *daap_add_long(DAAP_BLOCK *parent, char *tag, int v1, int v2) { argument
232 ivalue[0]=(v1 >> 24) & 0xFF;
233 ivalue[1]=(v1 >> 16) & 0xFF;
234 ivalue[2]=(v1 >> 8) & 0xFF;
235 ivalue[3]=v1 & 0xFF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Ddaap-proto.c226 DAAP_BLOCK *daap_add_long(DAAP_BLOCK *parent, char *tag, int v1, int v2) { argument
232 ivalue[0]=(v1 >> 24) & 0xFF;
233 ivalue[1]=(v1 >> 16) & 0xFF;
234 ivalue[2]=(v1 >> 8) & 0xFF;
235 ivalue[3]=v1 & 0xFF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dicc.c186 u_char exval, v1; local
307 v1 = cs->readisac(cs, ICC_MOSR);
309 debugl1(cs, "ICC MOSR %02x", v1);
311 if (v1 & 0x08) {
341 if (v1 & 0x80) {
369 if (v1 & 0x04) {
376 if (v1 & 0x40) {
383 if (v1 & 0x02) {
386 !(v1 & 0x08))) {
406 if (v1
[all...]
H A Disac.c189 u_char exval, v1; local
310 v1 = cs->readisac(cs, ISAC_MOSR);
312 debugl1(cs, "ISAC MOSR %02x", v1);
314 if (v1 & 0x08) {
344 if (v1 & 0x80) {
372 if (v1 & 0x04) {
379 if (v1 & 0x40) {
386 if (v1 & 0x02) {
389 !(v1 & 0x08))) {
409 if (v1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dicc.c186 u_char exval, v1; local
307 v1 = cs->readisac(cs, ICC_MOSR);
309 debugl1(cs, "ICC MOSR %02x", v1);
311 if (v1 & 0x08) {
341 if (v1 & 0x80) {
369 if (v1 & 0x04) {
376 if (v1 & 0x40) {
383 if (v1 & 0x02) {
386 !(v1 & 0x08))) {
406 if (v1
[all...]
H A Disac.c189 u_char exval, v1; local
310 v1 = cs->readisac(cs, ISAC_MOSR);
312 debugl1(cs, "ISAC MOSR %02x", v1);
314 if (v1 & 0x08) {
344 if (v1 & 0x80) {
372 if (v1 & 0x04) {
379 if (v1 & 0x40) {
386 if (v1 & 0x02) {
389 !(v1 & 0x08))) {
409 if (v1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/
H A Dviper.c107 * v2i1. On v1 boards where the version register is not present we
117 u8 v1, v2; local
123 v1 = VIPER_VERSION;
127 v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1;
130 return v1;
937 /* v1 hardware cannot use the datacs line */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dviper.c107 * v2i1. On v1 boards where the version register is not present we
117 u8 v1, v2; local
123 v1 = VIPER_VERSION;
127 v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1;
130 return v1;
937 /* v1 hardware cannot use the datacs line */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/aes/asm/
H A Daes-586.pl245 my $v0 = $acc, $v1 = $key;
249 &mov ($v1,$s[0]); # copy s0
255 &shr ($v1,16);
257 &movz ($s[1],&HB($v1));
258 &and ($v1,0xFF);
259 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16
260 &mov ($v1,$v0);
265 &movz ($v0,&HB($v1));
266 &shr ($v1,16);
268 &movz ($v0,&HB($v1));
[all...]

Completed in 425 milliseconds

<<11121314151617181920>>