| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tables.c | 58 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v); 59 int yytbl_write16 (struct yytbl_writer *wr, flex_uint16_t v); 60 int yytbl_write8 (struct yytbl_writer *wr, flex_uint8_t v); 61 int yytbl_writen (struct yytbl_writer *wr, void *v, int len); 74 int yytbl_writer_init (struct yytbl_writer *wr, FILE * out) in yytbl_writer_init() argument 76 wr->out = out; in yytbl_writer_init() 77 wr->total_written = 0; in yytbl_writer_init() 128 static int yytbl_write_pad64 (struct yytbl_writer *wr) in yytbl_write_pad64() argument 132 pad = yypad64 (wr->total_written); in yytbl_write_pad64() 134 if (yytbl_write8 (wr, 0) < 0) in yytbl_write_pad64() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/ |
| H A D | rmd-586.pl | 48 @wr=( 5,14, 7, 0, 9, 2,11, 4,13, 6,15, 8, 1,10, 3,12, 456 &RIP5($A,$B,$C,$D,$E,$wr[ 0],$sr[ 0],$KR0,-2); 457 &RIP5($E,$A,$B,$C,$D,$wr[ 1],$sr[ 1],$KR0,0); 458 &RIP5($D,$E,$A,$B,$C,$wr[ 2],$sr[ 2],$KR0,0); 459 &RIP5($C,$D,$E,$A,$B,$wr[ 3],$sr[ 3],$KR0,0); 460 &RIP5($B,$C,$D,$E,$A,$wr[ 4],$sr[ 4],$KR0,0); 461 &RIP5($A,$B,$C,$D,$E,$wr[ 5],$sr[ 5],$KR0,0); 462 &RIP5($E,$A,$B,$C,$D,$wr[ 6],$sr[ 6],$KR0,0); 463 &RIP5($D,$E,$A,$B,$C,$wr[ 7],$sr[ 7],$KR0,0); 464 &RIP5($C,$D,$E,$A,$B,$wr[ 8],$sr[ 8],$KR0,0); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ripemd/asm/ |
| H A D | rmd-586.pl | 49 @wr=( 5,14, 7, 0, 9, 2,11, 4,13, 6,15, 8, 1,10, 3,12, 457 &RIP5($A,$B,$C,$D,$E,$wr[ 0],$sr[ 0],$KR0,-2); 458 &RIP5($E,$A,$B,$C,$D,$wr[ 1],$sr[ 1],$KR0,0); 459 &RIP5($D,$E,$A,$B,$C,$wr[ 2],$sr[ 2],$KR0,0); 460 &RIP5($C,$D,$E,$A,$B,$wr[ 3],$sr[ 3],$KR0,0); 461 &RIP5($B,$C,$D,$E,$A,$wr[ 4],$sr[ 4],$KR0,0); 462 &RIP5($A,$B,$C,$D,$E,$wr[ 5],$sr[ 5],$KR0,0); 463 &RIP5($E,$A,$B,$C,$D,$wr[ 6],$sr[ 6],$KR0,0); 464 &RIP5($D,$E,$A,$B,$C,$wr[ 7],$sr[ 7],$KR0,0); 465 &RIP5($C,$D,$E,$A,$B,$wr[ 8],$sr[ 8],$KR0,0); [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_wapbl.c | 454 wapbl_start_flush_inodes(struct wapbl *wl, struct wapbl_replay *wr) in wapbl_start_flush_inodes() 459 ("wapbl_start: reusing log with %d inodes\n", wr->wr_inodescnt)); in wapbl_start_flush_inodes() 465 KDASSERT(!wapbl_replay_isopen(wr)); in wapbl_start_flush_inodes() 467 KASSERT(wr->wr_devvp->v_type == VBLK); in wapbl_start_flush_inodes() 468 KASSERT(wl->wl_devvp->v_rdev == wr->wr_devvp->v_rdev); in wapbl_start_flush_inodes() 469 KASSERT(wl->wl_logpbn == wr->wr_logpbn); in wapbl_start_flush_inodes() 470 KASSERT(wl->wl_circ_size == wr->wr_circ_size); in wapbl_start_flush_inodes() 471 KASSERT(wl->wl_circ_off == wr->wr_circ_off); in wapbl_start_flush_inodes() 472 KASSERT(wl->wl_log_dev_bshift == wr->wr_log_dev_bshift); in wapbl_start_flush_inodes() 473 KASSERT(wl->wl_fs_dev_bshift == wr in wapbl_start_flush_inodes() 447 wapbl_start_flush_inodes(struct wapbl * wl,struct wapbl_replay * wr) wapbl_start_flush_inodes() argument 495 wapbl_start(struct wapbl ** wlp,struct mount * mp,struct vnode * vp,daddr_t off,size_t count,size_t blksize,struct wapbl_replay * wr,wapbl_flush_fn_t flushfn,wapbl_flush_fn_t flushabortfn) wapbl_start() argument 2751 wapbl_blkhash_init(struct wapbl_replay * wr,u_int size) wapbl_blkhash_init() argument 2773 wapbl_blkhash_free(struct wapbl_replay * wr) wapbl_blkhash_free() argument 2785 wapbl_blkhash_get(struct wapbl_replay * wr,daddr_t blk) wapbl_blkhash_get() argument 2798 wapbl_blkhash_ins(struct wapbl_replay * wr,daddr_t blk,off_t off) wapbl_blkhash_ins() argument 2817 wapbl_blkhash_rem(struct wapbl_replay * wr,daddr_t blk) wapbl_blkhash_rem() argument 2829 wapbl_blkhash_clear(struct wapbl_replay * wr) wapbl_blkhash_clear() argument 2859 wapbl_circ_read(struct wapbl_replay * wr,void * data,size_t len,off_t * offp) wapbl_circ_read() argument 2912 wapbl_circ_advance(struct wapbl_replay * wr,size_t len,off_t * offp) wapbl_circ_advance() argument 2939 struct wapbl_replay *wr; wapbl_replay_start() local 3042 wapbl_replay_stop(struct wapbl_replay * wr) wapbl_replay_stop() argument 3060 wapbl_replay_free(struct wapbl_replay * wr) wapbl_replay_free() argument 3073 wapbl_replay_isopen1(struct wapbl_replay * wr) wapbl_replay_isopen1() argument 3107 wapbl_replay_process_blocks(struct wapbl_replay * wr,off_t * offp) wapbl_replay_process_blocks() argument 3128 wapbl_replay_process_revocations(struct wapbl_replay * wr) wapbl_replay_process_revocations() argument 3146 wapbl_replay_process_inodes(struct wapbl_replay * wr,off_t oldoff,off_t newoff) wapbl_replay_process_inodes() argument 3184 wapbl_replay_process(struct wapbl_replay * wr,off_t head,off_t tail) wapbl_replay_process() argument 3355 wapbl_replay_write(struct wapbl_replay * wr,struct vnode * fsdevvp) wapbl_replay_write() argument 3386 wapbl_replay_can_read(struct wapbl_replay * wr,daddr_t blk,long len) wapbl_replay_can_read() argument 3403 wapbl_replay_read(struct wapbl_replay * wr,void * data,daddr_t blk,long len) wapbl_replay_read() argument [all...] |
| /netbsd-src/sys/dev/ic/ |
| H A D | igpio.c | 77 size_t wr = 0; in igpio_padcfg0_print() local 84 wr += snprintf(buf + wr, len - wr, "rxev "); in igpio_padcfg0_print() 87 wr += snprintf(buf + wr, len - wr, "level"); in igpio_padcfg0_print() 90 wr += snprintf(buf + wr, len - wr, "edge"); in igpio_padcfg0_print() 93 wr += snprintf(buf + wr, len - wr, "disabled"); in igpio_padcfg0_print() 96 wr += snprintf(buf + wr, len - wr, "edge both"); in igpio_padcfg0_print() 103 wr += snprintf(buf + wr, len - wr, ", pregfrxsel"); in igpio_padcfg0_print() 106 wr += snprintf(buf + wr, len - wr, ", rxinv"); in igpio_padcfg0_print() 110 wr += snprintf(buf + wr, len - wr, ", gpirout"); in igpio_padcfg0_print() 113 wr += snprintf(buf + wr, len - wr, " ioxapic"); in igpio_padcfg0_print() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | scan.l | 633 c = *wr; 644 wr++; 651 c = *wr; 653 wr++; 655 c = *wr; 657 wr++; 669 *sptr = wr; 739 char *wr = yytext; 743 wr++; /* Skip initial '#' */ 749 wr += 4; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | 2084.md | 43 (define_reservation "x-wr-st" "((x_wr_s | x_wr_t),x-x)") 44 (define_reservation "x-wr-np" "((x_wr_r + x_wr_s + x_wr_t),x-x)") 45 (define_reservation "x-wr-fp" "x_wr_fp,x-f") 67 "x-e1-st,x-wr-st") 73 "x-e1-st,x-wr-st") 78 "x-e1-st,x-wr-st") 83 "x-e1-st,x-wr-st") 88 "x-e1-st,x-wr-st") 93 "x-e1-st+x-mem,x-wr-st") 98 "x-e1-st+x_store_tok,x-wr-st") [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | 2084.md | 43 (define_reservation "x-wr-st" "((x_wr_s | x_wr_t),x-x)") 44 (define_reservation "x-wr-np" "((x_wr_r + x_wr_s + x_wr_t),x-x)") 45 (define_reservation "x-wr-fp" "x_wr_fp,x-f") 67 "x-e1-st,x-wr-st") 73 "x-e1-st,x-wr-st") 78 "x-e1-st,x-wr-st") 83 "x-e1-st,x-wr-st") 88 "x-e1-st,x-wr-st") 93 "x-e1-st+x-mem,x-wr-st") 98 "x-e1-st+x_store_tok,x-wr-st") [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | scan.l | 628 char *wr = yytext; 632 wr++; /* Skip initial '#' */ 638 wr += 4; 641 val = strtol(wr, &eptr, 10); 642 if (wr == eptr) /* Illegal string */ 644 wr = eptr; 646 while (*wr && *wr != '\"') 647 wr++; 648 if (*wr == 0) 650 if (*wr++ != '\"') [all …]
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | tty.c | 275 tty->tty.wr.utf8_bytes_left = 0; in uv_tty_init() 276 tty->tty.wr.utf8_codepoint = 0; in uv_tty_init() 279 tty->tty.wr.previous_eol = 0; in uv_tty_init() 282 tty->tty.wr.ansi_parser_state = ANSI_NORMAL; in uv_tty_init() 1404 unsigned short argc = handle->tty.wr.ansi_csi_argc; in uv__tty_set_style() 1405 unsigned short* argv = handle->tty.wr.ansi_csi_argv; in uv__tty_set_style() 1574 handle->tty.wr.saved_position.X = info.dwCursorPosition.X; in uv__tty_save_state() 1575 handle->tty.wr.saved_position.Y = info.dwCursorPosition.Y - in uv__tty_save_state() 1580 handle->tty.wr.saved_attributes = info.wAttributes & in uv__tty_save_state() 1600 handle->tty.wr.saved_position.X, in uv__tty_restore_state() [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | omap3430-sdp.dts | 65 gpmc,cs-wr-off-ns = <186>; 68 gpmc,adv-wr-off-ns = <48>; 74 gpmc,wr-cycle-ns = <186>; 79 gpmc,wr-data-mux-bus-ns = <90>; 80 gpmc,wr-access-ns = <186>; 115 gpmc,cs-wr-off-ns = <36>; 118 gpmc,adv-wr-off-ns = <36>; 124 gpmc,wr-cycle-ns = <72>; 126 gpmc,wr-access-ns = <30>; 161 gpmc,cs-wr-off-ns = <72>; [all …]
|
| H A D | omap3-igep.dtsi | 122 gpmc,cs-wr-off-ns = <44>; 125 gpmc,adv-wr-off-ns = <44>; 130 gpmc,wr-cycle-ns = <82>; 131 gpmc,wr-access-ns = <40>; 132 gpmc,wr-data-mux-bus-ns = <0>; 154 gpmc,cs-wr-off-ns = <96>; 157 gpmc,adv-wr-off-ns = <12>; 163 gpmc,wr-cycle-ns = <114>; 170 gpmc,wr-data-mux-bus-ns = <30>; 171 gpmc,wr-access-ns = <90>;
|
| H A D | omap3-overo-tobiduo-common.dtsi | 28 gpmc,cs-wr-off-ns = <36>; 31 gpmc,adv-wr-off-ns = <12>; 37 gpmc,wr-cycle-ns = <54>; 42 gpmc,wr-data-mux-bus-ns = <18>; 43 gpmc,wr-access-ns = <42>;
|
| H A D | omap-gpmc-smsc911x.dtsi | 32 gpmc,cs-wr-off-ns = <150>; 35 gpmc,adv-wr-off-ns = <40>; 41 gpmc,wr-cycle-ns = <155>; 48 gpmc,wr-data-mux-bus-ns = <0>; 49 gpmc,wr-access-ns = <0>;
|
| H A D | omap2430-sdp.dts | 50 gpmc,cs-wr-off-ns = <187>; 53 gpmc,adv-wr-off-ns = <48>; 59 gpmc,wr-cycle-ns = <187>; 66 gpmc,wr-data-mux-bus-ns = <0>; 67 gpmc,wr-access-ns = <0>;
|
| H A D | omap-gpmc-smsc9221.dtsi | 35 gpmc,cs-wr-off-ns = <36>; 38 gpmc,adv-wr-off-ns = <12>; 44 gpmc,wr-cycle-ns = <54>; 49 gpmc,wr-data-mux-bus-ns = <18>; 50 gpmc,wr-access-ns = <42>;
|
| H A D | omap3-devkit8000-common.dtsi | 217 gpmc,cs-wr-off-ns = <44>; 220 gpmc,adv-wr-off-ns = <44>; 225 gpmc,wr-cycle-ns = <82>; 226 gpmc,wr-access-ns = <40>; 227 gpmc,wr-data-mux-bus-ns = <0>; 275 gpmc,cs-wr-off-ns = <180>; 278 gpmc,adv-wr-off-ns = <48>; 284 gpmc,wr-cycle-ns = <186>; 291 gpmc,wr-data-mux-bus-ns = <0>; 292 gpmc,wr-access-ns = <0>;
|
| H A D | omap3-evm.dts | 71 gpmc,cs-wr-off-ns = <44>; 74 gpmc,adv-wr-off-ns = <44>; 79 gpmc,wr-cycle-ns = <82>; 80 gpmc,wr-access-ns = <40>; 81 gpmc,wr-data-mux-bus-ns = <0>;
|
| H A D | orion5x-rd88f5182-nas.dts | 59 devbus,wr-high-ps = <90000>; 60 devbus,wr-low-ps = <90000>; 61 devbus,ale-wr-ps = <90000>; 81 devbus,wr-high-ps = <90000>; 82 devbus,wr-low-ps = <90000>; 83 devbus,ale-wr-ps = <90000>;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
| H A D | rec_layer_d1.c | 799 SSL3_RECORD wr; in do_dtls1_write() local 853 SSL3_RECORD_set_type(&wr, type); in do_dtls1_write() 895 SSL3_RECORD_set_data(&wr, p + eivlen); /* make room for IV in case of CBC */ in do_dtls1_write() 896 SSL3_RECORD_set_length(&wr, len); in do_dtls1_write() 897 SSL3_RECORD_set_input(&wr, (unsigned char *)buf); in do_dtls1_write() 905 if (!ssl3_do_compress(s, &wr)) { in do_dtls1_write() 910 memcpy(SSL3_RECORD_get_data(&wr), SSL3_RECORD_get_input(&wr), in do_dtls1_write() 911 SSL3_RECORD_get_length(&wr)); in do_dtls1_write() 912 SSL3_RECORD_reset_input(&wr); in do_dtls1_write() 922 if (!s->method->ssl3_enc->mac(s, &wr, in do_dtls1_write() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| H A D | rec_layer_d1.c | 807 SSL3_RECORD wr; in do_dtls1_write() local 862 SSL3_RECORD_set_type(&wr, type); in do_dtls1_write() 900 SSL3_RECORD_set_data(&wr, p + eivlen); /* make room for IV in case of CBC */ in do_dtls1_write() 901 SSL3_RECORD_set_length(&wr, len); in do_dtls1_write() 902 SSL3_RECORD_set_input(&wr, (unsigned char *)buf); in do_dtls1_write() 910 if (!ssl3_do_compress(s, &wr)) { in do_dtls1_write() 916 memcpy(SSL3_RECORD_get_data(&wr), SSL3_RECORD_get_input(&wr), in do_dtls1_write() 917 SSL3_RECORD_get_length(&wr)); in do_dtls1_write() 918 SSL3_RECORD_reset_input(&wr); in do_dtls1_write() 928 if (!s->method->ssl3_enc->mac(s, &wr, in do_dtls1_write() [all …]
|
| /netbsd-src/usr.bin/make/ |
| H A D | job.c | 752 ShellWriter_WriteFmt(ShellWriter *wr, const char *fmt, const char *arg) in EscapeShellDblQuot() 756 (void)fprintf(wr->f, fmt, arg); 757 if (wr->f == stdout) 758 (void)fflush(wr->f); in ShellWriter_WriteFmt() argument 762 ShellWriter_WriteLine(ShellWriter *wr, const char *line) in ShellWriter_WriteFmt() 764 ShellWriter_WriteFmt(wr, "%s\n", line); in ShellWriter_WriteFmt() 768 ShellWriter_EchoOff(ShellWriter *wr) in ShellWriter_WriteLine() argument 771 ShellWriter_WriteLine(wr, shell->echoOff); in ShellWriter_WriteLine() 775 ShellWriter_EchoCmd(ShellWriter *wr, const char *escCmd) in ShellWriter_EchoOff() 777 ShellWriter_WriteFmt(wr, shel in ShellWriter_EchoOff() 774 ShellWriter_EchoOff(ShellWriter * wr) ShellWriter_EchoOff() argument 781 ShellWriter_EchoCmd(ShellWriter * wr,const char * escCmd) ShellWriter_EchoCmd() argument 787 ShellWriter_EchoOn(ShellWriter * wr) ShellWriter_EchoOn() argument 794 ShellWriter_TraceOn(ShellWriter * wr) ShellWriter_TraceOn() argument 803 ShellWriter_ErrOff(ShellWriter * wr,bool echo) ShellWriter_ErrOff() argument 813 ShellWriter_ErrOn(ShellWriter * wr,bool echo) ShellWriter_ErrOn() argument 828 JobWriteSpecialsEchoCtl(Job * job,ShellWriter * wr,CommandFlags * inout_cmdFlags,const char * escCmd,const char ** inout_cmdTemplate) JobWriteSpecialsEchoCtl() argument 855 JobWriteSpecials(Job * job,ShellWriter * wr,const char * escCmd,bool run,CommandFlags * inout_cmdFlags,const char ** inout_cmdTemplate) JobWriteSpecials() argument 889 JobWriteCommand(Job * job,ShellWriter * wr,StringListNode * ln,const char * ucmd) JobWriteCommand() argument 991 ShellWriter wr; JobWriteCommands() local [all...] |
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | echo-server.c | 50 write_req_t* wr; in after_write() local 53 wr = (write_req_t*) req; in after_write() 54 free(wr->buf.base); in after_write() 55 free(wr); in after_write() 84 write_req_t *wr; in after_read() local 135 wr = (write_req_t*) malloc(sizeof *wr); in after_read() 136 ASSERT_NOT_NULL(wr); in after_read() 137 wr->buf = uv_buf_init(buf->base, nread); in after_read() 139 if (uv_write(&wr->req, handle, &wr->buf, 1, after_write)) { in after_read()
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | compress.c | 127 Int32 wr; in generateMTFValues() local 161 wr = 0; in generateMTFValues() 167 AssertD ( wr <= i, "generateMTFValues(1)" ); in generateMTFValues() 180 mtfv[wr] = BZ_RUNB; wr++; in generateMTFValues() 183 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues() 208 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++; in generateMTFValues() 218 mtfv[wr] = BZ_RUNB; wr++; in generateMTFValues() 221 mtfv[wr] = BZ_RUNA; wr++; in generateMTFValues() 230 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues() 232 s->nMTF = wr; in generateMTFValues()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | Makefile | 5 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb 9 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb 14 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb 18 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb 22 dtb-$(CONFIG_ARCH_R8A774C0) += r8a774c0-ek874-idk-2121wr.dtb 28 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb
|