Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 1315) sorted by relevance

12345678910>>...53

/linux-2.4.37.9/arch/ppc64/lib/
Dcopyuser.S50 bdnz 21b
92 b 2f
119 bdnz 1b
137 b .Ldo_tail
158 b .Ldst_aligned
193 b 1f
238 bdnz 43b
254 bne 1b
263 bdnz 91b
268 bdnz 92b
[all …]
/linux-2.4.37.9/include/pcmcia/
Dbus_ops.h59 #define bus_inb(b,p) (b)->b_in((b),(p),0) argument
60 #define bus_inw(b,p) (b)->b_in((b),(p),1) argument
61 #define bus_inl(b,p) (b)->b_in((b),(p),2) argument
62 #define bus_inw_ns(b,p) (b)->b_in((b),(p),-1) argument
63 #define bus_inl_ns(b,p) (b)->b_in((b),(p),-2) argument
65 #define bus_insb(b,p,a,c) (b)->b_ins((b),(p),(a),(c),0) argument
66 #define bus_insw(b,p,a,c) (b)->b_ins((b),(p),(a),(c),1) argument
67 #define bus_insl(b,p,a,c) (b)->b_ins((b),(p),(a),(c),2) argument
68 #define bus_insw_ns(b,p,a,c) (b)->b_ins((b),(p),(a),(c),-1) argument
69 #define bus_insl_ns(b,p,a,c) (b)->b_ins((b),(p),(a),(c),-2) argument
[all …]
/linux-2.4.37.9/drivers/video/
Dpromcon.c50 promcon_start(struct vc_data *conp, char *b) in promcon_start() argument
62 return sprintf(b, "\b\033[7m%c\b\033[@%c\033[m", cs, in promcon_start()
65 return sprintf(b, "\b\033[7m%c\033[m\b\033[@%c", cs, in promcon_start()
68 return sprintf(b, "\b%c\b\033[@\033[7m%c\033[m", cs, in promcon_start()
71 return sprintf(b, "\b%c\b\033[@%c", cs, ct); in promcon_start()
75 return sprintf(b, "\033[7m%c\033[m\b", cs); in promcon_start()
77 return sprintf(b, "%c\b", cs); in promcon_start()
81 promcon_end(struct vc_data *conp, char *b) in promcon_end() argument
85 char *p = b; in promcon_end()
88 b += sprintf(b, "\033[%d;%dH", py + 1, px + 1); in promcon_end()
[all …]
/linux-2.4.37.9/drivers/dio/
Ddio.c159 struct dioboard *b; in dio_find() local
160 for (b = blist; b; b = b->next) in dio_find()
161 if (b->id == deviceid && b->configured == 0) in dio_find()
162 return b->scode; in dio_find()
174 struct dioboard *b, *bprev = NULL; in dio_init() local
191 b = kmalloc(sizeof(struct dioboard), GFP_KERNEL); in dio_init()
204 b->id = DIO_ENCODE_ID(prid, secid); in dio_init()
207 b->id = prid; in dio_init()
209 b->configured = 0; in dio_init()
210 b->scode = scode; in dio_init()
[all …]
/linux-2.4.37.9/arch/parisc/lib/
Dlusercopy.S77 2: b $lctu_done
82 .dword 1b,(2b-1b)
84 .word 1b,(2b-1b)
122 b $lcfu_done
127 .dword 1b,(2b-1b)
129 .word 1b,(2b-1b)
164 3: b $lsfu_exit
169 .dword 1b,(3b-1b)
170 .dword 2b,(3b-2b)
172 .word 1b,(3b-1b)
[all …]
/linux-2.4.37.9/include/linux/
Djhash.h24 #define __jhash_mix(a, b, c) \ argument
26 a -= b; a -= c; a ^= (c>>13); \
27 b -= c; b -= a; b ^= (a<<8); \
28 c -= a; c -= b; c ^= (b>>13); \
29 a -= b; a -= c; a ^= (c>>12); \
30 b -= c; b -= a; b ^= (a<<16); \
31 c -= a; c -= b; c ^= (b>>5); \
32 a -= b; a -= c; a ^= (c>>3); \
33 b -= c; b -= a; b ^= (a<<10); \
34 c -= a; c -= b; c ^= (b>>15); \
[all …]
/linux-2.4.37.9/crypto/
Dsha1.c61 u32 a, b, c, d, e; in sha1_transform() local
70 b = state[1]; in sha1_transform()
76 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in sha1_transform()
77 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in sha1_transform()
78 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in sha1_transform()
79 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in sha1_transform()
80 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in sha1_transform()
81 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in sha1_transform()
82 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in sha1_transform()
83 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in sha1_transform()
[all …]
Dmd5.c45 u32 a, b, c, d; in md5_transform() local
48 b = hash[1]; in md5_transform()
52 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform()
53 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform()
54 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform()
55 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform()
56 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform()
57 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_transform()
58 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in md5_transform()
59 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in md5_transform()
[all …]
Dmd4.c61 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
62 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
63 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
84 u32 a, b, c, d; in md4_transform() local
87 b = hash[1]; in md4_transform()
91 ROUND1(a, b, c, d, in[0], 3); in md4_transform()
92 ROUND1(d, a, b, c, in[1], 7); in md4_transform()
93 ROUND1(c, d, a, b, in[2], 11); in md4_transform()
94 ROUND1(b, c, d, a, in[3], 19); in md4_transform()
95 ROUND1(a, b, c, d, in[4], 3); in md4_transform()
[all …]
Dsha256.c84 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
97 a=state[0]; b=state[1]; c=state[2]; d=state[3]; in sha256_transform()
102 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform()
104 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform()
106 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform()
107 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; in sha256_transform()
109 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; in sha256_transform()
111 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; in sha256_transform()
113 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; in sha256_transform()
114 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha256_transform()
[all …]
/linux-2.4.37.9/arch/ppc/lib/
Dstring.S48 b 104f; \
51 b 105f; \
54 .long 8 ## n ## 0b,9 ## n ## 0b; \
55 .long 8 ## n ## 1b,9 ## n ## 0b; \
56 .long 8 ## n ## 2b,9 ## n ## 0b; \
57 .long 8 ## n ## 3b,9 ## n ## 0b; \
58 .long 8 ## n ## 4b,9 ## n ## 1b; \
59 .long 8 ## n ## 5b,9 ## n ## 1b; \
60 .long 8 ## n ## 6b,9 ## n ## 1b; \
61 .long 8 ## n ## 7b,9 ## n ## 1b; \
[all …]
/linux-2.4.37.9/drivers/media/video/
Di2c-parport.c75 struct parport_i2c_bus *b = kmalloc(sizeof(struct parport_i2c_bus), in i2c_parport_attach() local
77 if (!b) { in i2c_parport_attach()
81 b->i2c = parport_i2c_bus_template; in i2c_parport_attach()
82 b->i2c.data = parport_get_port (port); in i2c_parport_attach()
83 strncpy(b->i2c.name, port->name, 32); in i2c_parport_attach()
85 b->next = bus_list; in i2c_parport_attach()
86 bus_list = b; in i2c_parport_attach()
88 i2c_register_bus(&b->i2c); in i2c_parport_attach()
95 struct parport_i2c_bus *b, *old_b = NULL; in i2c_parport_detach() local
97 b = bus_list; in i2c_parport_detach()
[all …]
/linux-2.4.37.9/drivers/char/ip2/
Di2os.h54 #define spin_lock_irqsave(a,b) {save_flags((b));cli();} argument
55 #define spin_unlock_irqrestore(a,b) {restore_flags((b));} argument
56 #define write_lock_irqsave(a,b) spin_lock_irqsave(a,b) argument
57 #define write_unlock_irqrestore(a,b) spin_unlock_irqrestore(a,b) argument
58 #define read_lock_irqsave(a,b) spin_lock_irqsave(a,b) argument
59 #define read_unlock_irqrestore(a,b) spin_unlock_irqrestore(a,b) argument
67 #define SAVE_AND_DISABLE_INTS(a,b) { \ argument
69 spin_lock_irqsave(a,b); \
72 #define RESTORE_INTS(a,b) { \ argument
74 spin_unlock_irqrestore(a,b); \
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_btree.h169 xfs_bmbt_irec_t b; member
194 } b; member
258 #define xfs_btree_check_block(a,b,c,d) argument
259 #define xfs_btree_check_key(a,b,c) argument
260 #define xfs_btree_check_rec(a,b,c) argument
491 xfs_extlen_t xfs_extlen_min(xfs_extlen_t a, xfs_extlen_t b);
492 #define XFS_EXTLEN_MIN(a,b) xfs_extlen_min(a,b) argument
494 #define XFS_EXTLEN_MIN(a,b) \ argument
495 ((xfs_extlen_t)(a) < (xfs_extlen_t)(b) ? \
496 (xfs_extlen_t)(a) : (xfs_extlen_t)(b))
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Dppc_asm.h51 #define LVX(r,a,b) .long (31<<26)+((r)<<21)+((a)<<16)+((b)<<11)+(103<<1) argument
52 #define STVX(r,a,b) .long (31<<26)+((r)<<21)+((a)<<16)+((b)<<11)+(231<<1) argument
58 #define SAVE_VR(n,b,base) li b,THREAD_VR0+(16*(n)); STVX(n,b,base) argument
59 #define SAVE_2VR(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument
60 #define SAVE_4VR(n,b,base) SAVE_2VR(n,b,base); SAVE_2VR(n+2,b,base) argument
61 #define SAVE_8VR(n,b,base) SAVE_4VR(n,b,base); SAVE_4VR(n+4,b,base) argument
62 #define SAVE_16VR(n,b,base) SAVE_8VR(n,b,base); SAVE_8VR(n+8,b,base) argument
63 #define SAVE_32VR(n,b,base) SAVE_16VR(n,b,base); SAVE_16VR(n+16,b,base) argument
64 #define REST_VR(n,b,base) li b,THREAD_VR0+(16*(n)); LVX(n,b,base) argument
65 #define REST_2VR(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument
[all …]
/linux-2.4.37.9/drivers/video/matrox/
Di2c-matroxfb.c71 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setsda() local
72 matroxfb_i2c_set(b->minfo, b->mask.data, state); in matroxfb_gpio_setsda()
76 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setscl() local
77 matroxfb_i2c_set(b->minfo, b->mask.clock, state); in matroxfb_gpio_setscl()
81 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getsda() local
82 return (matroxfb_read_gpio(b->minfo) & b->mask.data) ? 1 : 0; in matroxfb_gpio_getsda()
86 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getscl() local
87 return (matroxfb_read_gpio(b->minfo) & b->mask.clock) ? 1 : 0; in matroxfb_gpio_getscl()
116 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg() argument
120 b->minfo = minfo; in i2c_bus_reg()
[all …]
/linux-2.4.37.9/arch/i386/math-emu/
Dreg_add_sub.c29 FPU_REG const *b, u_char tagb, u_char signb,
36 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_add() argument
40 u_char signb = getsign(b); in FPU_add()
49 expb = exponent(b); in FPU_add()
56 tag = FPU_u_add(a, b, dest, control_w, signa, expa, expb); in FPU_add()
64 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add()
68 diff = a->sigl > b->sigl; in FPU_add()
70 diff = -(a->sigl < b->sigl); in FPU_add()
76 tag = FPU_u_sub(a, b, dest, control_w, signa, expa, expb); in FPU_add()
80 tag = FPU_u_sub(b, a, dest, control_w, signb, expb, expa); in FPU_add()
[all …]
/linux-2.4.37.9/include/asm-ppc/
Dppc_asm.h48 #define LVX(r,a,b) .long (31<<26)+((r)<<21)+((a)<<16)+((b)<<11)+(103<<1) argument
49 #define STVX(r,a,b) .long (31<<26)+((r)<<21)+((a)<<16)+((b)<<11)+(231<<1) argument
54 #define SAVE_VR(n,b,base) li b,THREAD_VR0+(16*(n)); STVX(n,b,base) argument
55 #define SAVE_2VR(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument
56 #define SAVE_4VR(n,b,base) SAVE_2VR(n,b,base); SAVE_2VR(n+2,b,base) argument
57 #define SAVE_8VR(n,b,base) SAVE_4VR(n,b,base); SAVE_4VR(n+4,b,base) argument
58 #define SAVE_16VR(n,b,base) SAVE_8VR(n,b,base); SAVE_8VR(n+8,b,base) argument
59 #define SAVE_32VR(n,b,base) SAVE_16VR(n,b,base); SAVE_16VR(n+16,b,base) argument
60 #define REST_VR(n,b,base) li b,THREAD_VR0+(16*(n)); LVX(n,b,base) argument
61 #define REST_2VR(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument
[all …]
/linux-2.4.37.9/include/asm-sparc/
Dio.h46 static __inline__ void writeb(u8 b, unsigned long addr) in writeb() argument
48 *(volatile u8 *)addr = b; in writeb()
51 static __inline__ void writew(u16 b, unsigned long addr) in writew() argument
53 *(volatile u16 *)addr = flip_word(b); in writew()
56 static __inline__ void writel(u32 b, unsigned long addr) in writel() argument
58 *(volatile u32 *)addr = flip_dword(b); in writel()
77 static __inline__ void __raw_writeb(u8 b, unsigned long addr) in __raw_writeb() argument
79 *(volatile u8 *)addr = b; in __raw_writeb()
82 static __inline__ void __raw_writew(u16 b, unsigned long addr) in __raw_writew() argument
84 *(volatile u16 *)addr = b; in __raw_writew()
[all …]
/linux-2.4.37.9/arch/arm/nwfpe/
Dsoftfloat.c1035 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign ) in addFloat32Sigs() argument
1043 bSig = extractFloat32Frac( b ); in addFloat32Sigs()
1044 bExp = extractFloat32Exp( b ); in addFloat32Sigs()
1050 if ( aSig ) return propagateFloat32NaN( a, b ); in addFloat32Sigs()
1064 if ( bSig ) return propagateFloat32NaN( a, b ); in addFloat32Sigs()
1078 if ( aSig | bSig ) return propagateFloat32NaN( a, b ); in addFloat32Sigs()
1107 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign ) in subFloat32Sigs() argument
1115 bSig = extractFloat32Frac( b ); in subFloat32Sigs()
1116 bExp = extractFloat32Exp( b ); in subFloat32Sigs()
1123 if ( aSig | bSig ) return propagateFloat32NaN( a, b ); in subFloat32Sigs()
[all …]
/linux-2.4.37.9/drivers/net/wan/
Dsealevel.c213 struct slvl_board *b; in slvl_init() local
228 b=(struct slvl_board *)kmalloc(sizeof(struct slvl_board), GFP_KERNEL); in slvl_init()
229 if(!b) in slvl_init()
232 memset(b, 0, sizeof(*sv)); in slvl_init()
234 b->dev[0].chan = &b->board.chanA; in slvl_init()
235 b->dev[0].if_ptr = &b->dev[0].netdev; in slvl_init()
236 b->dev[0].netdev.dev=(struct net_device *) in slvl_init()
238 if(!b->dev[0].netdev.dev) in slvl_init()
241 b->dev[1].chan = &b->board.chanB; in slvl_init()
242 b->dev[1].if_ptr = &b->dev[1].netdev; in slvl_init()
[all …]
/linux-2.4.37.9/drivers/isdn/sc/
Dinit.c58 int b = -1; in sc_init() local
79 while(b++ < MAX_CARDS - 1) { in sc_init()
80 pr_debug("Probing for adapter #%d\n", b); in sc_init()
92 pr_debug("I/O Base for board %d is 0x%x, %s probe\n", b, io[b], in sc_init()
93 io[b] == 0 ? "will" : "won't"); in sc_init()
94 if(io[b]) { in sc_init()
99 if(check_region(io[b] + i * 0x400, 1)) { in sc_init()
100 pr_debug("check_region for 0x%x failed\n", io[b] + i * 0x400); in sc_init()
101 io[b] = 0; in sc_init()
109 if(io[b] == 0) { in sc_init()
[all …]
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vfs.h168 #define VFS_INIT_VNODE(v, vp,b,ul) ( vfs_init_vnode(VHEAD(v), vp,b,ul) ) argument
175 #define PVFS_MOUNT(b, ma,cr, rv) ((rv) = vfs_mount(b, ma,cr)) argument
176 #define PVFS_PARSEARGS(b, o,ma,f, rv) ((rv) = vfs_parseargs(b, o,ma,f)) argument
177 #define PVFS_SHOWARGS(b, m, rv) ((rv) = vfs_showargs(b, m)) argument
178 #define PVFS_UNMOUNT(b, f,cr, rv) ((rv) = vfs_unmount(b, f,cr)) argument
179 #define PVFS_MNTUPDATE(b, fl, args, rv) ((rv) = vfs_mntupdate(b, fl, args)) argument
180 #define PVFS_ROOT(b, vpp, rv) ((rv) = vfs_root(b, vpp)) argument
181 #define PVFS_STATVFS(b, sp,vp, rv) ((rv) = vfs_statvfs(b, sp,vp)) argument
182 #define PVFS_SYNC(b, flag,cr, rv) ((rv) = vfs_sync(b, flag,cr)) argument
183 #define PVFS_VGET(b, vpp,fidp, rv) ((rv) = vfs_vget(b, vpp,fidp)) argument
[all …]
/linux-2.4.37.9/drivers/net/skfp/h/
Dcmtdef.h57 #define DB_PR(flag,a,b,c) { if (flag) printf(a,b,c) ; } argument
59 #define DB_PR(flag,a,b,c) argument
63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) argument
64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) argument
65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) argument
66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) argument
67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) argument
68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) argument
69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) argument
70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) argument
[all …]
/linux-2.4.37.9/include/asm-parisc/
Dio.h146 #define writeb(b,addr) (*(volatile unsigned char *) (addr) = (b)) argument
147 #define writew(b,addr) (*(volatile unsigned short *) (addr) = (b)) argument
148 #define writel(b,addr) (*(volatile unsigned int *) (addr) = (b)) argument
149 #define writeq(b,addr) (*(volatile u64 *) (addr) = (b)) argument
155 #define writeb(b,addr) __raw_writeb(b,(unsigned long)(addr)) argument
156 #define writew(b,addr) __raw_writew(cpu_to_le16(b),(unsigned long)(addr)) argument
157 #define writel(b,addr) __raw_writel(cpu_to_le32(b),(unsigned long)(addr)) argument
158 #define writeq(b,addr) __raw_writeq(cpu_to_le64(b),(unsigned long)(addr)) argument
173 #define isa_writeb(b,a) writeb((b), EISA_BASE | (a)) argument
174 #define isa_writew(b,a) writew((b), EISA_BASE | (a)) argument
[all …]

12345678910>>...53