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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dpoly_tan.c62 unsigned long adj; local
183 adj = 0xffffffff; /* We want approx 1.0 here, but
187 adj = accum.msw >> -(exponent+1); /* tan */
188 adj = mul_32_32(adj, adj); /* tan^2 */
191 adj = 0;
192 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */
194 fix_up.msw += adj;
[all...]
H A Dreg_constant.c52 static void fld_const(FPU_REG const *c, int adj, u_char tag) argument
63 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to
H A Dpoly_l2.c206 long int exponent, adj; local
249 adj = norm_Xsig(&argSignif);
252 shr_Xsig(&accumulator, 2*(-1 - (1 + exponent + adj)));
262 shr_Xsig(&accumulator, 6 - adj);
H A Dpoly_sin.c70 unsigned long fix_up, adj; local
182 adj = accumulator.lsw; /* temp save */
184 if ( accumulator.lsw > adj )
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dpdc202xx.c486 byte adj = (drive->dn%2) ? 0x08 : 0x00; local
492 writeb((thold + adj), indexreg);
520 writeb((0x10 + adj), indexreg);
522 writeb((0x11 + adj), indexreg);
524 writeb((0x12 + adj), indexreg);
528 writeb((0x10 + adj), indexreg);
530 writeb((0x11 + adj), indexreg);
532 writeb((0x12 + adj), indexreg);
536 writeb((0x10 + adj), indexreg);
538 writeb((0x11 + adj), indexre
678 byte adj = (drive->dn%2) ? 0x08 : 0x00; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Drsrc_mgr.c603 static int adjust_memory(adjust_t *adj) argument
608 base = adj->resource.memory.Base;
609 num = adj->resource.memory.Size;
614 switch (adj->Action) {
638 static int adjust_io(adjust_t *adj) argument
642 base = adj->resource.io.BasePort;
643 num = adj->resource.io.NumPorts;
649 switch (adj->Action) {
671 static int adjust_irq(adjust_t *adj) argument
677 irq = adj
712 pcmcia_adjust_resource_info(client_handle_t handle, adjust_t *adj) argument
[all...]
H A Dcs_internal.h248 int adjust_resource_info(client_handle_t handle, adjust_t *adj);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Dexpire.c105 int adj = 0; local
113 adj += check_vfsmnt(topmnt, dentry);
116 adj++;
117 DPRINTK(("is_tree_busy: autofs; adj=%d\n",
118 adj));
121 count -= adj;
128 if (atomic_read(&dentry->d_count) != adj) {
129 DPRINTK(("is_tree_busy: busy leaf (d_count=%d adj=%d)\n",
130 atomic_read(&dentry->d_count), adj));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Daudioio.h563 int l, r, adj; local
567 adj = ((AUDIO_MID_BALANCE - balance) << AUDIO_BALANCE_SHIFT);
568 if (adj < value)
569 r = (int)(value - adj)
574 adj = ((balance - AUDIO_MID_BALANCE) << AUDIO_BALANCE_SHIFT);
575 if (adj < value)
576 l = (int)(value - adj)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Daudioio.h563 int l, r, adj; local
567 adj = ((AUDIO_MID_BALANCE - balance) << AUDIO_BALANCE_SHIFT);
568 if (adj < value)
569 r = (int)(value - adj)
574 adj = ((balance - AUDIO_MID_BALANCE) << AUDIO_BALANCE_SHIFT);
575 if (adj < value)
576 l = (int)(value - adj)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Daudioio.h563 int l, r, adj; local
567 adj = ((AUDIO_MID_BALANCE - balance) << AUDIO_BALANCE_SHIFT);
568 if (adj < value)
569 r = (int)(value - adj)
574 adj = ((balance - AUDIO_MID_BALANCE) << AUDIO_BALANCE_SHIFT);
575 if (adj < value)
576 l = (int)(value - adj)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Daudioio.h563 int l, r, adj; local
567 adj = ((AUDIO_MID_BALANCE - balance) << AUDIO_BALANCE_SHIFT);
568 if (adj < value)
569 r = (int)(value - adj)
574 adj = ((balance - AUDIO_MID_BALANCE) << AUDIO_BALANCE_SHIFT);
575 if (adj < value)
576 l = (int)(value - adj)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmpboot.c224 long i, delta, adj, adjust_latency = 0, done = 0; local
256 adj = -delta + adjust_latency/4;
258 adj = -delta;
260 ia64_set_itc(ia64_get_itc() + adj);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dentry.h92 addl %sp@+,%sp | stk adj
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dentry.h92 addl %sp@+,%sp | stk adj
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass3.c564 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj) argument
578 printf("Adjusting link count for inode %lu by %d (from %d)\n", ino, adj,
582 if (adj == 1) {
588 } else if (adj == -1) {
H A De2fsck.h443 int adj);
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/slider/
H A Dlibcrossbrowser.js43 var adj =(_mac&&!_ie512)?' ':'';var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var ha =(height>0)?(';height:'+height):'';var pDiv =parentDiv?parentDiv:document.body;pDiv.insertAdjacentHTML('BeforeEnd',
48 +';visibility:hidden;">'+s+'<\/div>'+adj);return document.all(divName);}
61 var adj=(_mac&&_ie512)?' ':'';var bd, divName='_js_layer_'+_createLayerNo;_createLayerNo++;var ha=(height>0)?(';height:'+height):'';if(arguments.length>5 && parentDiv)
71 +'<\/div>'+adj);return document.all(divName);}
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/slider/
H A Dlibcrossbrowser.js43 var adj =(_mac&&!_ie512)?' ':'';var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var ha =(height>0)?(';height:'+height):'';var pDiv =parentDiv?parentDiv:document.body;pDiv.insertAdjacentHTML('BeforeEnd',
48 +';visibility:hidden;">'+s+'<\/div>'+adj);return document.all(divName);}
61 var adj=(_mac&&_ie512)?' ':'';var bd, divName='_js_layer_'+_createLayerNo;_createLayerNo++;var ha=(height>0)?(';height:'+height):'';if(arguments.length>5 && parentDiv)
71 +'<\/div>'+adj);return document.all(divName);}
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dresize2fs.c186 int adj, old_numblocks, numblocks, adjblocks; local
359 adj = old_fs->group_desc_count;
360 max_group = fs->group_desc_count - adj;
437 int adj = 0; local
493 adj = rfs->old_fs->group_desc_count;
494 max_group = fs->group_desc_count - adj;
515 i - adj + 1, max_group);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.c2279 signed long adj; local
2286 adj = (uvd->vpic.contrast - 0x8000) >> 8; /* -128..+127 = -ccm..+(ccm-1)*/
2287 RESTRICT_TO_RANGE(adj, -ccm, ccm+1);
2288 if (adj == 0) {
2298 v = 128 + ((ccm + adj) * (v - 128)) / ccm;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/pcmcia/
H A Dcs.h466 int pcmcia_adjust_resource_info(client_handle_t handle, adjust_t *adj);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/pcmcia/
H A Dcs.h466 int pcmcia_adjust_resource_info(client_handle_t handle, adjust_t *adj);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dx509.h822 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
823 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dx509.h868 ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
869 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);

Completed in 276 milliseconds