Searched refs:save (Results 26 - 50 of 821) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dstrcpy.c53 char *save = to; local
59 return(save);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/parse/
H A Dprocbug.s6 divu: stws,ma %r4,4(%r5) ; save registers on stack
13 divu2: stws,ma %r4,4(%r5) ; save registers on stack
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgettimeofday.c89 struct tm save; local
98 save = *localtime_buffer_addr;
100 *localtime_buffer_addr = save;
112 struct tm save; local
120 save = *localtime_buffer_addr;
122 *localtime_buffer_addr = save;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dunwind-err.s31 .save rp, r0
34 .save.g 2
35 .save.gf 2,2
36 .save.f 2
37 .save.b 2
44 .save ar.lc, r31
H A Dunwind-bad.l2 .*:8: Error: First operand to \.save\.g must be a positive 4-bit constant
3 .*:10: Error: First operand to \.save\.g must be a positive 4-bit constant
4 .*:12: Error: First operand to \.save\.g must be a positive 4-bit constant
5 .*:16: Warning: Previous .save incomplete
7 .*:20: Error: Operand to \.save\.f must be a positive 20-bit constant
8 .*:22: Error: Operand to \.save\.f must be a positive 20-bit constant
9 .*:24: Error: Operand to \.save\.f must be a positive 20-bit constant
10 .*:28: Warning: Previous .save incomplete
12 .*:32: Error: First operand to \.save\.b must be a positive 5-bit constant
13 .*:34: Error: First operand to \.save\
[all...]
H A Dunwind-ok.s12 .save.g 0x1
14 .save.f 0x1
16 .save.b 0x01
18 .save.g 0x8
20 .save.f 0x8
22 .save.b 0x10
89 .save.gf 0x1, 0x00001
92 .save.b 0x11, r32
95 .save.gf 0x8, 0x80000
138 .save
[all...]
H A Dbundling.s8 .save ar.lc, r31
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A D_setjmp.S53 movl 12(%fp),12(%r0) # save frame pointer of caller
54 movl 16(%fp),20(%r0) # save pc of caller
55 movl 8(%fp),16(%r0) # save ap of caller
59 1: moval 24(%fp)[%r1],8(%r0) # save sp of caller
60 movpsl 24(%r0) # save current psl
61 movw 4(%fp),24(%r0) # save psw of caller
62 movq %r6,44(%r0) # save r6/r7
63 movq %r8,52(%r0) # save r8/r9
64 movq %r10,60(%r0) # save r10/r11
80 movq 20(%r1),-(%sp) # save p
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Dstart.S98 move s0, a0 # save argc
99 move s1, a1 # save argv
100 move s2, a2 # save envp
101 move s3, ra # save RA
106 PTR_S v0, _C_LABEL(ARCBIOS) # save ARCBIOS
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Dstart.S95 sw ra, CALLFRAME_RA(sp) # save ra
96 sw a0, 0(sp) # save argc
97 sw a1, 4(sp) # save argv
98 sw a2, 8(sp) # save envp
102 sw v0, _C_LABEL(ARCBIOS) # save ARCBIOS
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Datf_check_test.sh42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
89 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
113 atf_check -s eq:1 -o save:stdout -e save
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf_check_test.sh42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
89 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
113 atf_check -s eq:1 -o save:stdout -e save
[all...]
/netbsd-6-1-5-RELEASE/tests/ipf/
H A Dt_bpf.sh53 atf_check -o save:save -x "echo '$rule' | ipftest -Rbr - -i in"
54 cat save >>out
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dmd4.h55 unsigned char save[64]; member in struct:md4
H A Dmd5.h55 unsigned char save[64]; member in struct:md5
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dunwind-4.s8 .save {r4, lr}
16 .save {r4, lr}
25 .save {r4, lr}
35 .save {r4, lr}
H A Dunwind-5.s10 .save {r4, lr}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A Dvmx.exp40 set save-dg-do-what-default ${dg-do-what-default}
57 set dg-do-what-default ${save-dg-do-what-default}
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dswapcontext.S39 mov %o0, %o2 ! must save pointer
40 mov %o1, %o3 ! must save pointer
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A Dvmx.exp41 set save-dg-do-what-default ${dg-do-what-default}
58 set dg-do-what-default ${save-dg-do-what-default}
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/board/
H A Dbecc_mem.c65 uint32_t start, size, reg, save, heap; local
82 save = BECC_PCICORE_READ(BECC_SDRAM_BAR);
85 BECC_PCICORE_WRITE(BECC_SDRAM_BAR, save);
86 save = BECC_PCICORE_READ(BECC_SDRAM_BAR);
/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A DMakefile7 one.c save.c subs.c table.c
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dpfour_subr.c137 volatile u_int32_t val, save, *pfour = va; local
140 save = *pfour;
147 val = save & ~PFOUR_REG_RESET;
150 *pfour = save;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/maint-aux/
H A Dgnulib-update48 if test -f lib/Makefile.am.save; then
49 mv lib/Makefile.am.save lib/Makefile.am
52 if test -f m4/error.m4.save; then
53 mv m4/error.m4.save m4/error.m4
58 mv lib/Makefile.am lib/Makefile.am.save
60 mv m4/error.m4 m4/error.m4.save
70 if cmp tmp m4/error.m4.save >/dev/null 2>&1; then
71 mv m4/error.m4.save m4/error.m4
75 rm m4/error.m4.save
/netbsd-6-1-5-RELEASE/sys/arch/news68k/stand/common/
H A Dromcalls.S39 moveml %d2-%d7/%a2-%a5,%sp@- | save %d2-%d7, %a2-%a5
48 moveml %d2-%d7/%a2-%a5,%sp@- | save %d2-%d7, %a2-%a5
57 moveml %d2-%d7/%a2-%a5,%sp@- | save %d2-%d7, %a2-%a5
66 moveml %d2-%d7/%a2-%a5,%sp@- | save %d2-%d7, %a2-%a5
75 moveml %d2-%d7/%a2-%a5,%sp@- | save %d2-%d7, %a2-%a5

Completed in 391 milliseconds

1234567891011>>