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

123456789

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dashrdi3.c49 /* w.s.high = 1..1 or 0..0 */
50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
51 w.s.low = uu.s.high >> -bm;
55 USItype carries = (USItype)uu.s.high << bm;
56 w.s.high = uu.s.high >> b;
H A Ducmpdi2.c41 if ((USItype) au.s.high < (USItype) bu.s.high)
43 else if ((USItype) au.s.high > (USItype) bu.s.high)
H A Dlshrdi3.c49 w.s.high = 0;
50 w.s.low = (USItype)uu.s.high >> -bm;
54 USItype carries = (USItype)uu.s.high << bm;
55 w.s.high = (USItype)uu.s.high >> b;
H A Dashldi3.c50 w.s.high = (USItype)uu.s.low << -bm;
56 w.s.high = ((USItype)uu.s.high << b) | carries;
H A Dgcclib.h15 struct DIstruct {SItype high, low;}; member in struct:DIstruct
17 struct DIstruct {SItype low, high;}; member in struct:DIstruct
H A Dmuldi3.c58 umul_ppmm (__w.s.high, __w.s.low, u, v); \
72 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
73 + (USItype) uu.s.high * (USItype) vv.s.low);
H A Dudivdi3.c61 d1 = dd.s.high;
63 n1 = nn.s.high;
133 rr.s.high = 0;
150 rr.s.high = n1;
182 rr.s.high = n1;
215 rr.s.high = n1 >> bm;
223 ww.s.high = q1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dashrdi3.c28 struct DIstruct {SItype high, low;}; member in struct:DIstruct
51 /* w.s.high = 1..1 or 0..0 */
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
53 w.s.low = uu.s.high >> -bm;
57 USItype carries = (USItype)uu.s.high << bm;
58 w.s.high = uu.s.high >> b;
H A Dlshrdi3.c28 struct DIstruct {SItype high, low;}; member in struct:DIstruct
51 w.s.high = 0;
52 w.s.low = (USItype)uu.s.high >> -bm;
56 USItype carries = (USItype)uu.s.high << bm;
57 w.s.high = (USItype)uu.s.high >> b;
H A Dmuldi3.c33 umul_ppmm (__w.s.high, __w.s.low, u, v); \
41 struct DIstruct {SItype high, low;}; member in struct:DIstruct
59 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
60 + (USItype) uu.s.high * (USItype) vv.s.low);
H A Dashldi3.c28 struct DIstruct {SItype high, low;}; member in struct:DIstruct
52 w.s.high = (USItype)uu.s.low << -bm;
58 w.s.high = ((USItype)uu.s.high << b) | carries;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtemp.c36 unsigned char high; member in struct:tau_temp
66 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE);
70 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V);
88 tau[cpu].high -= (step_size - window_expand);
97 if(thrm & THRM1_TIN){ /* crossed high threshold */
98 if (tau[cpu].high <= 127-step_size){
100 tau[cpu].high += step_size;
104 printk("high threshold crossed ");
153 size = tau[cpu].high - tau[cpu].low;
159 tau[cpu].high
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Ddiv64.h12 #define do_div64_32(res, high, low, base) ({ \
17 __high = (high); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Ddiv64.h12 #define do_div64_32(res, high, low, base) ({ \
17 __high = (high); \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddx_dirinfo.c83 int low, high, mid; local
86 high = ctx->dx_dir_info_count-1;
91 if (ino == ctx->dx_dir_info[high].ino)
92 return &ctx->dx_dir_info[high];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
101 high = mid;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dui_corecmds.c127 "show tlb [low [high]]\n\n"
185 int high = K_NTLBENTRIES; local
190 high = low+1;
193 high = atoi(x)+1;
197 for (idx = low ; idx < high; idx++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dbluesmoke.c23 u32 alow, ahigh, high, low; local
35 rdmsr(MSR_IA32_MC0_STATUS+i*4,low, high);
36 if(high&(1<<31))
38 if(high&(1<<29))
40 if(high&(1<<25))
42 printk(KERN_EMERG "Bank %d: %08x%08x", i, high, low);
43 high&=~(1<<31);
44 if(high&(1<<27))
49 if(high&(1<<26))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dprivileges.c81 (*new_la)->luid.high = old_la->luid.high;
160 new_set[priv_set->count].luid.high = set.luid.high;
182 set.luid.high = 0;
232 /* check only the low and high part. Checking the attr field has no meaning */
234 (cur_set->luid.high == set.luid.high) ) {
277 (old_set[i].luid.high == set.luid.high) ) {
[all...]
H A Dtime.c190 time_t low,high; local
211 high = t + MAX_DST_WIDTH/2;
212 if (high < t)
213 high = TIME_T_MAX;
227 while (high-60*60 > dst_table[i].end) {
228 if (high - dst_table[i].end > MAX_DST_SKIP*2)
231 t = high - (high-dst_table[i].end)/2;
235 high = t;
311 if (nt->high
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Ddiv64.h15 #define do_div64_32(res, high, low, base) ({ \
46 : "Jr" (base), "0" (high), "1" (low)); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Ddiv64.h15 #define do_div64_32(res, high, low, base) ({ \
46 : "Jr" (base), "0" (high), "1" (low)); \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dgetsize.c83 blkid_loff_t high, low; local
172 for (high = 1024; valid_offset(fd, high); high *= 2)
173 low = high;
174 while (low < high - 1)
176 const blkid_loff_t mid = (low + high) / 2;
181 high = mid;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Ddiv64.h15 #define do_div64_32(res, high, low, base) ({ \
46 : "Jr" (base), "0" (high), "1" (low)); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Ddiv64.h15 #define do_div64_32(res, high, low, base) ({ \
46 : "Jr" (base), "0" (high), "1" (low)); \
/asus-wl-520gu-7.0.1.45/src/include/proto/
H A Dwpa.h57 uint8 high; member in struct:__anon219::__anon220
70 uint8 high; member in struct:__anon221::__anon222
91 uint8 high; member in struct:__anon224::__anon225
101 uint8 high; member in struct:__anon226::__anon227

Completed in 109 milliseconds

123456789