| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | rx.out | 1 …1 1999-11-11 21:46:16.463334 IP 131.151.32.21.7001 > 131.151.1.59.7000: rx data fs call fetch-st… 2 …2 1999-11-11 21:46:16.483206 IP 131.151.1.59.7000 > 131.151.32.21.7001: rx data fs reply fetch-s… 3 …3 1999-11-11 21:46:16.889677 IP 131.151.32.21.7001 > 131.151.1.59.7000: rx ack first 2 serial 34… 4 …4 1999-11-11 21:46:24.151512 IP 131.151.32.21.7001 > 131.151.1.59.7000: rx data fs call makedir … 5 …5 1999-11-11 21:46:24.245048 IP 131.151.1.59.7000 > 131.151.32.91.7001: rx data cb call callback… 6 6 1999-11-11 21:46:24.255513 IP 131.151.32.91.7001 > 131.151.1.59.7000: rx data (28) 7 7 1999-11-11 21:46:24.255528 IP 131.151.32.91.7001 > 131.151.1.59.7000: rx data (28) 8 …8 1999-11-11 21:46:24.282365 IP 131.151.1.59.7000 > 131.151.32.21.7001: rx data fs reply makedir… 9 …9 1999-11-11 21:46:24.283047 IP 131.151.32.21.7001 > 131.151.1.59.7000: rx data fs call fetch-st… 10 …10 1999-11-11 21:46:24.284042 IP 131.151.1.59.7000 > 131.151.32.21.7001: rx data fs reply fetch-… [all …]
|
| D | rx-v.out | 2 …131.151.32.21.7001 > 131.151.1.59.7000: rx data seq 1 ser 431 fs call fetch-status fid 536871098/… 4 131.151.1.59.7000 > 131.151.32.21.7001: rx data seq 1 ser 347 fs reply fetch-status (148) 6 … 131.151.32.21.7001 > 131.151.1.59.7000: rx ack seq 0 ser 432 first 2 serial 347 reason delay (65) 8 …131.151.32.21.7001 > 131.151.1.59.7000: rx data seq 1 ser 433 fs call makedir fid 536871098/1/1 "… 10 …131.151.1.59.7000 > 131.151.32.91.7001: rx data seq 1 ser 2312 cb call callback fid 536871098/1/1… 12 131.151.32.91.7001 > 131.151.1.59.7000: rx data seq 1 ser 1154 (28) 14 131.151.32.91.7001 > 131.151.1.59.7000: rx data seq 1 ser 1154 (28) 16 …131.151.1.59.7000 > 131.151.32.21.7001: rx data seq 1 ser 348 fs reply makedir new fid 536871098/… 18 …131.151.32.21.7001 > 131.151.1.59.7000: rx data seq 1 ser 434 fs call fetch-status fid 536871098/… 20 131.151.1.59.7000 > 131.151.32.21.7001: rx data seq 1 ser 349 fs reply fetch-status (148) [all …]
|
| /netbsd/src/external/gpl2/lvm2/dist/libdm/regex/ |
| D | matcher.c | 44 static int _count_nodes(struct rx_node *rx) in _count_nodes() argument 48 if (rx->left) in _count_nodes() 49 r += _count_nodes(rx->left); in _count_nodes() 51 if (rx->right) in _count_nodes() 52 r += _count_nodes(rx->right); in _count_nodes() 57 static void _fill_table(struct dm_regex *m, struct rx_node *rx) in _fill_table() argument 59 assert((rx->type != OR) || (rx->left && rx->right)); in _fill_table() 61 if (rx->left) in _fill_table() 62 _fill_table(m, rx->left); in _fill_table() 64 if (rx->right) in _fill_table() [all …]
|
| /netbsd/src/games/trek/ |
| D | initquad.c | 65 int rx, ry; in initquad() local 98 sector(&rx, &ry); in initquad() 99 Sect[rx][ry] = KLINGON; in initquad() 100 Etc.klingon[i].x = rx; in initquad() 109 sector(&rx, &ry); in initquad() 110 Sect[rx][ry] = BASE; in initquad() 111 Etc.starbase.x = rx; in initquad() 117 sector(&rx, &ry); in initquad() 118 Sect[rx][ry] = INHABIT; in initquad() 124 sector(&rx, &ry); in initquad() [all …]
|
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_rpcb_pxy.c | 277 rpcb_xact_t *rx; in ipf_p_rpcb_out() local 282 rx = NULL; /* XXX gcc */ in ipf_p_rpcb_out() 290 rx = NULL; in ipf_p_rpcb_out() 308 rx = NULL; /* XXX gcc */ in ipf_p_rpcb_out() 311 rv = ipf_p_rpcb_decoderep(fin, nat, rs, rm, &rx); in ipf_p_rpcb_out() 316 if (rx != NULL) { in ipf_p_rpcb_out() 318 ipf_p_rpcb_deref(rs, rx); in ipf_p_rpcb_out() 335 if (rx->rx_type == RPCB_RES_STRING) in ipf_p_rpcb_out() 337 else if (rx->rx_type == RPCB_RES_LIST) in ipf_p_rpcb_out() 346 if (rx != NULL) { in ipf_p_rpcb_out() [all …]
|
| /netbsd/src/lib/libm/complex/ |
| D | catrig.c | 176 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work() argument 205 *rx = sqrt(x); in do_hard_work() 212 *rx = log1p(Am1 + sqrt(Am1 * (A + 1))); in do_hard_work() 218 *rx = x / sqrt((1 - y) * (1 + y)); in do_hard_work() 223 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1))); in do_hard_work() 226 *rx = log(A + sqrt(A * A - 1)); in do_hard_work() 300 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 346 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh() 351 return (CMPLX(copysign(rx, x), copysign(ry, y))); in casinh() 381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local [all …]
|
| D | catrigf.c | 101 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work() argument 116 *rx = sqrtf(x); in do_hard_work() 119 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); in do_hard_work() 121 *rx = x / sqrtf((1 - y) * (1 + y)); in do_hard_work() 123 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); in do_hard_work() 126 *rx = logf(A + sqrtf(A * A - 1)); in do_hard_work() 161 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 197 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf() 202 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in casinhf() 216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local [all …]
|
| D | catrigl.c | 136 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, long double *B, long … in do_hard_work() argument 150 *rx = sqrtl(x); in do_hard_work() 153 *rx = log1pl(Am1 + sqrtl(Am1*(A+1))); in do_hard_work() 155 *rx = x/sqrtl((1-y)*(1+y)); in do_hard_work() 157 *rx = log1pl((y-1) + sqrtl((y-1)*(y+1))); in do_hard_work() 160 *rx = logl(A + sqrtl(A*A-1)); in do_hard_work() 194 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 228 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhl() 233 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local [all …]
|
| /netbsd/src/external/bsd/ipf/dist/ |
| D | ip_rpcb_pxy.c | 287 rpcb_xact_t *rx; local 298 rx = NULL; 316 rx = NULL; /* XXX gcc */ 319 rv = ipf_p_rpcb_decoderep(fin, nat, rs, rm, &rx); 324 if (rx != NULL) { 326 ipf_p_rpcb_deref(rs, rx); 343 if (rx->rx_type == RPCB_RES_STRING) 345 else if (rx->rx_type == RPCB_RES_LIST) 354 if (rx != NULL) { 362 ipf_p_rpcb_deref(rs, rx); [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | xstormy16-asm.c | 321 char *rx = rxbuf; in xstormy16_cgen_build_insn_regex() local 344 *rx++ = '['; in xstormy16_cgen_build_insn_regex() 345 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 346 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex() 347 *rx++ = ']'; in xstormy16_cgen_build_insn_regex() 350 *rx++ = c; in xstormy16_cgen_build_insn_regex() 354 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in xstormy16_cgen_build_insn_regex() 371 *rx++ = '\\'; in xstormy16_cgen_build_insn_regex() 372 *rx++ = c; in xstormy16_cgen_build_insn_regex() 378 *rx++ = '['; in xstormy16_cgen_build_insn_regex() [all …]
|
| D | m32r-asm.c | 373 char *rx = rxbuf; in m32r_cgen_build_insn_regex() local 396 *rx++ = '['; in m32r_cgen_build_insn_regex() 397 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 398 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex() 399 *rx++ = ']'; in m32r_cgen_build_insn_regex() 402 *rx++ = c; in m32r_cgen_build_insn_regex() 406 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in m32r_cgen_build_insn_regex() 423 *rx++ = '\\'; in m32r_cgen_build_insn_regex() 424 *rx++ = c; in m32r_cgen_build_insn_regex() 430 *rx++ = '['; in m32r_cgen_build_insn_regex() [all …]
|
| D | fr30-asm.c | 355 char *rx = rxbuf; in fr30_cgen_build_insn_regex() local 378 *rx++ = '['; in fr30_cgen_build_insn_regex() 379 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 380 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex() 381 *rx++ = ']'; in fr30_cgen_build_insn_regex() 384 *rx++ = c; in fr30_cgen_build_insn_regex() 388 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in fr30_cgen_build_insn_regex() 405 *rx++ = '\\'; in fr30_cgen_build_insn_regex() 406 *rx++ = c; in fr30_cgen_build_insn_regex() 412 *rx++ = '['; in fr30_cgen_build_insn_regex() [all …]
|
| D | lm32-asm.c | 394 char *rx = rxbuf; in lm32_cgen_build_insn_regex() local 417 *rx++ = '['; in lm32_cgen_build_insn_regex() 418 *rx++ = TOLOWER (c); in lm32_cgen_build_insn_regex() 419 *rx++ = TOUPPER (c); in lm32_cgen_build_insn_regex() 420 *rx++ = ']'; in lm32_cgen_build_insn_regex() 423 *rx++ = c; in lm32_cgen_build_insn_regex() 427 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in lm32_cgen_build_insn_regex() 444 *rx++ = '\\'; in lm32_cgen_build_insn_regex() 445 *rx++ = c; in lm32_cgen_build_insn_regex() 451 *rx++ = '['; in lm32_cgen_build_insn_regex() [all …]
|
| D | ip2k-asm.c | 556 char *rx = rxbuf; in ip2k_cgen_build_insn_regex() local 579 *rx++ = '['; in ip2k_cgen_build_insn_regex() 580 *rx++ = TOLOWER (c); in ip2k_cgen_build_insn_regex() 581 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex() 582 *rx++ = ']'; in ip2k_cgen_build_insn_regex() 585 *rx++ = c; in ip2k_cgen_build_insn_regex() 589 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in ip2k_cgen_build_insn_regex() 606 *rx++ = '\\'; in ip2k_cgen_build_insn_regex() 607 *rx++ = c; in ip2k_cgen_build_insn_regex() 613 *rx++ = '['; in ip2k_cgen_build_insn_regex() [all …]
|
| D | iq2000-asm.c | 504 char *rx = rxbuf; in iq2000_cgen_build_insn_regex() local 527 *rx++ = '['; in iq2000_cgen_build_insn_regex() 528 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 529 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex() 530 *rx++ = ']'; in iq2000_cgen_build_insn_regex() 533 *rx++ = c; in iq2000_cgen_build_insn_regex() 537 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in iq2000_cgen_build_insn_regex() 554 *rx++ = '\\'; in iq2000_cgen_build_insn_regex() 555 *rx++ = c; in iq2000_cgen_build_insn_regex() 561 *rx++ = '['; in iq2000_cgen_build_insn_regex() [all …]
|
| D | epiphany-asm.c | 500 char *rx = rxbuf; in epiphany_cgen_build_insn_regex() local 523 *rx++ = '['; in epiphany_cgen_build_insn_regex() 524 *rx++ = TOLOWER (c); in epiphany_cgen_build_insn_regex() 525 *rx++ = TOUPPER (c); in epiphany_cgen_build_insn_regex() 526 *rx++ = ']'; in epiphany_cgen_build_insn_regex() 529 *rx++ = c; in epiphany_cgen_build_insn_regex() 533 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in epiphany_cgen_build_insn_regex() 550 *rx++ = '\\'; in epiphany_cgen_build_insn_regex() 551 *rx++ = c; in epiphany_cgen_build_insn_regex() 557 *rx++ = '['; in epiphany_cgen_build_insn_regex() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | xstormy16-asm.c | 321 char *rx = rxbuf; in xstormy16_cgen_build_insn_regex() local 344 *rx++ = '['; in xstormy16_cgen_build_insn_regex() 345 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 346 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex() 347 *rx++ = ']'; in xstormy16_cgen_build_insn_regex() 350 *rx++ = c; in xstormy16_cgen_build_insn_regex() 354 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in xstormy16_cgen_build_insn_regex() 371 *rx++ = '\\'; in xstormy16_cgen_build_insn_regex() 372 *rx++ = c; in xstormy16_cgen_build_insn_regex() 378 *rx++ = '['; in xstormy16_cgen_build_insn_regex() [all …]
|
| D | lm32-asm.c | 394 char *rx = rxbuf; in lm32_cgen_build_insn_regex() local 417 *rx++ = '['; in lm32_cgen_build_insn_regex() 418 *rx++ = TOLOWER (c); in lm32_cgen_build_insn_regex() 419 *rx++ = TOUPPER (c); in lm32_cgen_build_insn_regex() 420 *rx++ = ']'; in lm32_cgen_build_insn_regex() 423 *rx++ = c; in lm32_cgen_build_insn_regex() 427 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in lm32_cgen_build_insn_regex() 444 *rx++ = '\\'; in lm32_cgen_build_insn_regex() 445 *rx++ = c; in lm32_cgen_build_insn_regex() 451 *rx++ = '['; in lm32_cgen_build_insn_regex() [all …]
|
| D | m32r-asm.c | 373 char *rx = rxbuf; in m32r_cgen_build_insn_regex() local 396 *rx++ = '['; in m32r_cgen_build_insn_regex() 397 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 398 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex() 399 *rx++ = ']'; in m32r_cgen_build_insn_regex() 402 *rx++ = c; in m32r_cgen_build_insn_regex() 406 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in m32r_cgen_build_insn_regex() 423 *rx++ = '\\'; in m32r_cgen_build_insn_regex() 424 *rx++ = c; in m32r_cgen_build_insn_regex() 430 *rx++ = '['; in m32r_cgen_build_insn_regex() [all …]
|
| D | fr30-asm.c | 355 char *rx = rxbuf; in fr30_cgen_build_insn_regex() local 378 *rx++ = '['; in fr30_cgen_build_insn_regex() 379 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 380 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex() 381 *rx++ = ']'; in fr30_cgen_build_insn_regex() 384 *rx++ = c; in fr30_cgen_build_insn_regex() 388 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in fr30_cgen_build_insn_regex() 405 *rx++ = '\\'; in fr30_cgen_build_insn_regex() 406 *rx++ = c; in fr30_cgen_build_insn_regex() 412 *rx++ = '['; in fr30_cgen_build_insn_regex() [all …]
|
| D | ip2k-asm.c | 556 char *rx = rxbuf; in ip2k_cgen_build_insn_regex() local 579 *rx++ = '['; in ip2k_cgen_build_insn_regex() 580 *rx++ = TOLOWER (c); in ip2k_cgen_build_insn_regex() 581 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex() 582 *rx++ = ']'; in ip2k_cgen_build_insn_regex() 585 *rx++ = c; in ip2k_cgen_build_insn_regex() 589 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in ip2k_cgen_build_insn_regex() 606 *rx++ = '\\'; in ip2k_cgen_build_insn_regex() 607 *rx++ = c; in ip2k_cgen_build_insn_regex() 613 *rx++ = '['; in ip2k_cgen_build_insn_regex() [all …]
|
| D | iq2000-asm.c | 504 char *rx = rxbuf; in iq2000_cgen_build_insn_regex() local 527 *rx++ = '['; in iq2000_cgen_build_insn_regex() 528 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 529 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex() 530 *rx++ = ']'; in iq2000_cgen_build_insn_regex() 533 *rx++ = c; in iq2000_cgen_build_insn_regex() 537 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in iq2000_cgen_build_insn_regex() 554 *rx++ = '\\'; in iq2000_cgen_build_insn_regex() 555 *rx++ = c; in iq2000_cgen_build_insn_regex() 561 *rx++ = '['; in iq2000_cgen_build_insn_regex() [all …]
|
| D | or1k-asm.c | 620 char *rx = rxbuf; in or1k_cgen_build_insn_regex() local 643 *rx++ = '['; in or1k_cgen_build_insn_regex() 644 *rx++ = TOLOWER (c); in or1k_cgen_build_insn_regex() 645 *rx++ = TOUPPER (c); in or1k_cgen_build_insn_regex() 646 *rx++ = ']'; in or1k_cgen_build_insn_regex() 649 *rx++ = c; in or1k_cgen_build_insn_regex() 653 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in or1k_cgen_build_insn_regex() 670 *rx++ = '\\'; in or1k_cgen_build_insn_regex() 671 *rx++ = c; in or1k_cgen_build_insn_regex() 677 *rx++ = '['; in or1k_cgen_build_insn_regex() [all …]
|
| D | epiphany-asm.c | 500 char *rx = rxbuf; in epiphany_cgen_build_insn_regex() local 523 *rx++ = '['; in epiphany_cgen_build_insn_regex() 524 *rx++ = TOLOWER (c); in epiphany_cgen_build_insn_regex() 525 *rx++ = TOUPPER (c); in epiphany_cgen_build_insn_regex() 526 *rx++ = ']'; in epiphany_cgen_build_insn_regex() 529 *rx++ = c; in epiphany_cgen_build_insn_regex() 533 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) in epiphany_cgen_build_insn_regex() 550 *rx++ = '\\'; in epiphany_cgen_build_insn_regex() 551 *rx++ = c; in epiphany_cgen_build_insn_regex() 557 *rx++ = '['; in epiphany_cgen_build_insn_regex() [all …]
|
| /netbsd/src/sys/dev/mscp/ |
| D | mscp_disk.c | 533 CFATTACH_DECL_NEW(rx, sizeof(struct rx_softc), 680 struct rx_softc *rx = device_private(self); in raattach() local 686 rx->ra_dev = self; in raattach() 687 rx->ra_mediaid = mp->mscp_guse.guse_mediaid; in raattach() 688 rx->ra_state = DK_CLOSED; in raattach() 689 rx->ra_hwunit = mp->mscp_unit; in raattach() 694 disk_init((struct disk *)&rx->ra_disk, device_xname(rx->ra_dev), in raattach() 699 disk_init((struct disk *)&rx->ra_disk, device_xname(rx->ra_dev), in raattach() 705 disk_init((struct disk *)&rx->ra_disk, device_xname(rx->ra_dev), in raattach() 708 disk_attach(&rx->ra_disk); in raattach() [all …]
|