Home
last modified time | relevance | path

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

12345678910>>...52

/386bsd/usr/src/kernel/math/
H A Dmath_emulate.c1147 b.a = b.b; in fadd()
1152 :"=r" (b.a),"=r" (b.b) in fadd()
1158 :"0" (a.a),"1" (a.b),"g" (b.a),"g" (b.b)); in fadd()
1201 if (b.a || b.b || b.exponent) { in ftst()
1245 b->a = b->b = 0; in short_to_temp()
1262 b->a = b->b = 0; in long_to_temp()
1349 b->b = a->b; b->a = a->a; in frndint()
1393 if (b->a || b->b) in frndint()
1432 b->b = a->b; b->a = a->a; in real_to_int()
1478 b->b = a->b; in int_to_real()
[all …]
/386bsd/usr/include/nonstd/gnu/g++/
H A Dbuiltin.h242 inline signed char min(signed char a, signed char b) { return (a < b)?a:b;} in min() argument
248 inline signed int min(signed int a, signed int b) {return (a < b)?a:b;} in min() argument
249 inline unsigned int min(unsigned int a, unsigned int b) {return (a < b)?a:b;} in min() argument
251 inline signed long min(signed long a, signed long b) {return (a < b)?a:b;} in min() argument
254 inline float min(float a, float b) {return (a < b)?a:b;} in min() argument
256 inline double min(double a, double b) {return (a < b)?a:b;} in min() argument
258 inline signed char max(signed char a, signed char b) { return (a > b)?a:b;} in max() argument
264 inline signed int max(signed int a, signed int b) {return (a > b)?a:b;} in max() argument
267 inline signed long max(signed long a, signed long b) {return (a > b)?a:b;} in max() argument
270 inline float max(float a, float b) {return (a > b)?a:b;} in max() argument
[all …]
H A Dcompare.h34 int compare(int a, int b);
49 return a - b; in compare()
54 return a - b; in compare()
59 return a - b; in compare()
64 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
69 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
74 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
79 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
84 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
89 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
[all …]
/386bsd/usr/src/lib/libg++/g++-include/
H A Dbuiltin.h242 inline signed char min(signed char a, signed char b) { return (a < b)?a:b;} in min() argument
248 inline signed int min(signed int a, signed int b) {return (a < b)?a:b;} in min() argument
249 inline unsigned int min(unsigned int a, unsigned int b) {return (a < b)?a:b;} in min() argument
251 inline signed long min(signed long a, signed long b) {return (a < b)?a:b;} in min() argument
254 inline float min(float a, float b) {return (a < b)?a:b;} in min() argument
256 inline double min(double a, double b) {return (a < b)?a:b;} in min() argument
258 inline signed char max(signed char a, signed char b) { return (a > b)?a:b;} in max() argument
264 inline signed int max(signed int a, signed int b) {return (a > b)?a:b;} in max() argument
267 inline signed long max(signed long a, signed long b) {return (a > b)?a:b;} in max() argument
270 inline float max(float a, float b) {return (a > b)?a:b;} in max() argument
[all …]
H A Dcompare.h34 int compare(int a, int b);
49 return a - b; in compare()
54 return a - b; in compare()
59 return a - b; in compare()
64 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
69 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
74 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
79 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
84 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
89 return (a < b)? -1 : (a > b)? 1 : 0; in compare()
[all …]
/386bsd/usr/src/games/chess/Xchess/
H A Dboard.c46 board *b; in board_init()
60 b->square[1][i].type = b->square[6][i].type =
62 b->square[0][0].type = b->square[7][0].type = ROOK;
63 b->square[0][1].type = b->square[7][1].type = KNIGHT;
64 b->square[0][2].type = b->square[7][2].type = BISHOP;
65 b->square[0][3].type = b->square[7][3].type = QUEEN;
66 b->square[0][4].type = b->square[7][4].type = KING;
67 b->square[0][5].type = b->square[7][5].type = BISHOP;
68 b->square[0][6].type = b->square[7][6].type = KNIGHT;
69 b->square[0][7].type = b->square[7][7].type = ROOK;
[all …]
H A Dvalid.c37 valid_move(m, b) in valid_move() argument
39 board *b;
44 if (!couldmove(m, b))
60 couldmove(m, b) in couldmove() argument
62 board *b;
70 (b->black_cant_castle_k))
75 if (ischeck(b, m->piece.color))
82 (b->black_cant_castle_q))
231 ischeck(b, col) in ischeck() argument
232 board *b; in ischeck()
[all …]
/386bsd/usr/src/usr.bin/gdb/
H A Dbreakpoint.c90 #define ALL_BREAKPOINTS(b) for (b = breakpoint_chain; b; b = b->next) argument
149 if (b->cond)
291 if (b->enable != disabled && ! b->inserted && ! b->duplicate) in insert_breakpoints()
299 b->address, b->shadow_contents[0], b->shadow_contents[1]); in insert_breakpoints()
325 b->address, b->shadow_contents[0], b->shadow_contents[1]); in remove_breakpoints()
355 if (b->enable != disabled && b->address == pc)
391 if (b->enable != disabled && b->address == pc)
393 if (b->frame && b->frame != frame_address)
571 if (b->enable != disabled && b->address == address)
591 bzero (b, sizeof *b);
[all …]
/386bsd/usr/X386/lib/Server/include/
H A Dassyntax.h266 #define REGOFF(a, b) CHOICE(a(b), a(b), a(b)) argument
270 #define REGBID(b,i,d) CHOICE(d(b,i), d(b,i), d(b)(i)) argument
272 #define REGBISD(b,i,s,d) CHOICE(d(b,i*s), d(b,i,s), d(b)(i*s)) argument
276 #define REGBI(b,i) CHOICE((b,i), (b,i), (b)(i)) argument
278 #define REGDB(d,b) CHOICE(d(b), d(b), d(b)) argument
290 #define EMUL(a,b) CHOICE(a\*b, a*b, a*b) argument
291 #define EDIV(a,b) CHOICE(a\/b, a/b, a/b) argument
316 #define ARPL(a,b) CHOICE(arpl ARG2(a,b), arpl ARG2(a,b), arpl ARG2(b,a)) argument
423 #define LDS(a, b) CHOICE(ldsl ARG2(a,b), lds ARG2(a,b), lds ARG2(b,a)) argument
440 #define LSL(a, b) CHOICE(lsl ARG2(a,b), lsl ARG2(a,b), lsl ARG2(b,a)) argument
[all …]
/386bsd/usr/src/lib/libc/db/mpool/
H A Dmpool.c150 BKT *b; local
164 inshash(b, b->pgno);
235 (mp->pgin)(mp->pgcookie, b->pgno, b->page);
237 inshash(b, b->pgno);
274 for (b = mp->lru.cnext; b != (BKT *)&mp->lru; b = b->cnext) {
302 for (b = mp->lru.cprev; b != (BKT *)&mp->lru; b = next) {
325 for (b = mp->lru.cprev; b != (BKT *)&mp->lru; b = b->cprev)
355 for (b = mp->lru.cprev; b != (BKT *)&mp->lru; b = b->cprev)
384 b->page = (char *)b + sizeof(BKT);
443 for (b = tb->hnext; b != (BKT *)tb; b = b->hnext)
[all …]
/386bsd/usr/src/usr.bin/sed/
H A Dutils.c248 b->b=(char *)ck_malloc(MIN_ALLOCATE); in init_buffer()
260 free(b->b);
261 b->b=0;
288 if(b->length+n>b->allocated) {
289 b->allocated = (b->length + n) * 2;
290 b->b=(char *)ck_realloc(b->b,b->allocated);
294 cp = b->b + b->length;
308 if(b->length+1>b->allocated) {
310 b->b=(char *)ck_realloc(b->b,b->allocated);
312 b->b[b->length]=ch;
[all …]
/386bsd/usr/src/kernel/fpu-emu/
H A Dreg_add_sub.c65 if ( !(a->tag | b->tag) ) in reg_add()
104 dest->sign = b->sign; in reg_add()
114 if (b->tag == TW_Zero) in reg_add()
130 if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && in reg_add()
134 reg_move(b, dest); in reg_add()
152 if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && in reg_add()
214 if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && in reg_sub()
271 if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && in reg_sub()
275 reg_move(b, dest); in reg_sub()
284 if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && in reg_sub()
[all …]
/386bsd/usr/src/bin/expr/
H A Dexpr.y196 op_or (a, b) in op_or() argument
200 return (b);
206 op_and (a, b) in op_and() argument
216 op_eq (a, b) in op_eq() argument
226 op_gt (a, b) in op_gt() argument
236 op_lt (a, b) in op_lt() argument
246 op_ge (a, b) in op_ge() argument
256 op_le (a, b) in op_le() argument
266 op_ne (a, b) in op_ne() argument
303 op_div (a, b) in op_div() argument
[all …]
/386bsd/usr/src/usr.sbin/pppd/
H A Dmd5.c74 #define FF(a, b, c, d, x, s, ac) \ argument
75 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
77 (a) += (b); \
79 #define GG(a, b, c, d, x, s, ac) \ argument
80 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
82 (a) += (b); \
84 #define HH(a, b, c, d, x, s, ac) \ argument
87 (a) += (b); \
89 #define II(a, b, c, d, x, s, ac) \ argument
92 (a) += (b); \
[all …]
/386bsd/usr/src/bin/ls/
H A Dcmp.c45 namecmp(a, b) in namecmp() argument
46 LS *a, *b; in namecmp()
52 LS *a, *b; in revnamecmp()
57 modcmp(a, b) in modcmp() argument
58 LS *a, *b; in modcmp()
64 LS *a, *b; in revmodcmp()
69 acccmp(a, b) in acccmp() argument
70 LS *a, *b; in acccmp()
76 LS *a, *b; in revacccmp()
82 LS *a, *b; in statcmp()
[all …]
/386bsd/usr/src/usr.sbin/tcpdump/i386-bsd/
H A Doptimize.c143 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
209 for (b = levels[i]; b; b = b->link) {
250 for (b = levels[i]; b != 0; b = b->link) {
279 for (b = levels[i]; b; b = b->link) {
595 JT(b) = JF(b);
779 JF(b) = JT(b);
781 JT(b) = JF(b);
1446 for (b = levels[i]; b != 0; b = b->link) {
1458 *b = JT(*b);
1750 b->et.pred = b;
[all …]
H A Dgencode.c138 return b;
255 gen_not(b) in gen_not() argument
258 b->sense = !b->sense;
276 return b;
293 return b;
305 b = 0;
1016 gen_and(index->b, b);
1017 index->b = b;
1034 gen_and(index->b, b);
1035 index->b = b;
[all …]
/386bsd/usr/src/usr.sbin/tcpdump/
H A Doptimize.c143 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
209 for (b = levels[i]; b; b = b->link) {
250 for (b = levels[i]; b != 0; b = b->link) {
279 for (b = levels[i]; b; b = b->link) {
595 JT(b) = JF(b);
779 JF(b) = JT(b);
781 JT(b) = JF(b);
1446 for (b = levels[i]; b != 0; b = b->link) {
1458 *b = JT(*b);
1750 b->et.pred = b;
[all …]
H A Dgencode.c138 return b;
255 gen_not(b) in gen_not() argument
258 b->sense = !b->sense;
276 return b;
293 return b;
305 b = 0;
1016 gen_and(index->b, b);
1017 index->b = b;
1034 gen_and(index->b, b);
1035 index->b = b;
[all …]
/386bsd/usr/src/lib/libc/db/btree/
H A Dbt_open.c93 BTREEINFO b; local
110 b = *openinfo;
121 if (b.psize &&
122 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 ||
145 b.flags = 0;
149 b.psize = 0;
153 if (b.lorder != BIG_ENDIAN && b.lorder != LITTLE_ENDIAN)
281 if (b.cachesize && b.cachesize & b.psize - 1)
282 b.cachesize += (~b.cachesize & b.psize - 1) + 1;
283 if (b.cachesize < b.psize * MINCACHE)
[all …]
/386bsd/usr/X386/lib/X11/fonts/100dpi/
H A Dfonts.alias1 lucidasans-bolditalic-8 -b&h-lucida-bold-i-normal-sans-11-80-100-100-p-69-iso8859-1
2 lucidasans-bolditalic-10 -b&h-lucida-bold-i-normal-sans-14-100-100-100-p-90-iso8859-1
7 lucidasans-bold-8 -b&h-lucida-bold-r-normal-sans-11-80-100-100-p-70-iso8859-1
8 lucidasans-bold-10 -b&h-lucida-bold-r-normal-sans-14-100-100-100-p-89-iso8859-1
9 lucidasans-bold-12 -b&h-lucida-bold-r-normal-sans-17-120-100-100-p-108-iso8859-1
19 lucidasans-8 -b&h-lucida-medium-r-normal-sans-11-80-100-100-p-63-iso8859-1
20 lucidasans-10 -b&h-lucida-medium-r-normal-sans-14-100-100-100-p-80-iso8859-1
21 lucidasans-12 -b&h-lucida-medium-r-normal-sans-17-120-100-100-p-96-iso8859-1
22 lucidasans-14 -b&h-lucida-medium-r-normal-sans-20-140-100-100-p-114-iso8859-1
23 lucidasans-18 -b&h-lucida-medium-r-normal-sans-25-180-100-100-p-142-iso8859-1
[all …]
/386bsd/usr/X386/lib/X11/fonts/75dpi/
H A Dfonts.alias1 lucidasans-bolditalic-8 -b&h-lucida-bold-i-normal-sans-8-80-75-75-p-49-iso8859-1
2 lucidasans-bolditalic-10 -b&h-lucida-bold-i-normal-sans-10-100-75-75-p-67-iso8859-1
3 lucidasans-bolditalic-12 -b&h-lucida-bold-i-normal-sans-12-120-75-75-p-79-iso8859-1
7 lucidasans-bold-8 -b&h-lucida-bold-r-normal-sans-8-80-75-75-p-50-iso8859-1
8 lucidasans-bold-10 -b&h-lucida-bold-r-normal-sans-10-100-75-75-p-66-iso8859-1
9 lucidasans-bold-12 -b&h-lucida-bold-r-normal-sans-12-120-75-75-p-79-iso8859-1
10 lucidasans-bold-14 -b&h-lucida-bold-r-normal-sans-14-140-75-75-p-92-iso8859-1
19 lucidasans-8 -b&h-lucida-medium-r-normal-sans-8-80-75-75-p-45-iso8859-1
20 lucidasans-10 -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
21 lucidasans-12 -b&h-lucida-medium-r-normal-sans-12-120-75-75-p-71-iso8859-1
[all …]
/386bsd/usr/src/bin/csh/
H A Dcsh.h102 #define eq(a, b) (Strcmp(a, b) == 0) argument
466 #define Strchr(a, b) strchr(a, b) argument
467 #define Strrchr(a, b) strrchr(a, b) argument
468 #define Strcat(a, b) strcat(a, b) argument
470 #define Strcpy(a, b) strcpy(a, b) argument
473 #define Strcmp(a, b) strcmp(a, b) argument
476 #define Strspl(a, b) strspl(a, b) argument
479 #define Strstr(a, b) strstr(a, b) argument
487 #define Strchr(a, b) s_strchr(a, b) argument
489 #define Strcat(a, b) s_strcat(a, b) argument
[all …]
/386bsd/usr/src/games/trek/
H A Dphaser.c164 b = &bank[i]; in phaser()
179 b->units = hit; in phaser()
185 if (b->spread < 0 || b->spread > 1) in phaser()
220 b = &bank[i]; in phaser()
230 b->spread = 0.0; in phaser()
254 b = &bank[i]; in phaser()
278 b = &bank[i]; in phaser()
280 if (b->units > 0) in phaser()
281 printf(" a%.2f s%.2f\n", b->angle, b->spread); in phaser()
292 b = &bank[i]; in phaser()
[all …]
/386bsd/usr/src/usr.bin/dc/
H A Ddecimal.c52 #define MAX(a, b) (((a) > (b) ? (a) : (b))) argument
101 decimal result = make_decimal (b->before, b->after);
102 bcopy (b->contents, result->contents, LENGTH(b));
118 bcopy (b->contents, result->contents + (digits - (int) b->after), LENGTH(b));
147 b->contents[i] = b->contents[flush + i];
234 if (b->after <= digits) return decimal_copy (b);
242 result = make_decimal (b->before + 1, b->after);
244 bcopy (b->contents, result->contents, LENGTH(b));
301 bcopy (b->contents, result->contents, b->after);
1222 pbi (b) in pbi() argument
[all …]

12345678910>>...52