Searched refs:in (Results 26 - 50 of 12517) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in) argument
89 if (in != NULL) {
90 if (in
102 bin *in; local
121 bload(bin *in) argument
145 bget4(bin *in) argument
157 bskip(bin *in, unsigned skip) argument
204 gzhead(bin *in) argument
254 zpull(z_streamp strm, bin *in) argument
285 bin *in; /* buffered input file */ local
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in) argument
89 if (in != NULL) {
90 if (in
102 bin *in; local
121 bload(bin *in) argument
145 bget4(bin *in) argument
157 bskip(bin *in, unsigned skip) argument
204 gzhead(bin *in) argument
254 zpull(z_streamp strm, bin *in) argument
285 bin *in; /* buffered input file */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in) argument
89 if (in != NULL) {
90 if (in
102 bin *in; local
121 bload(bin *in) argument
145 bget4(bin *in) argument
157 bskip(bin *in, unsigned skip) argument
204 gzhead(bin *in) argument
254 zpull(z_streamp strm, bin *in) argument
285 bin *in; /* buffered input file */ local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgen-fixed.sh3 # Worker script for libgcc/Makefile.in
33 case "$1" in
46 case "$1" in
48 for n in $fixed_func_names; do
49 for m in $fixed_fract_modes; do
54 for n in $fixed_sfunc_names; do
55 for m in $fixed_sfract_modes; do
60 for n in $fixed_ufunc_names; do
61 for m in $fixed_ufract_modes; do
68 for f in
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgen-fixed.sh3 # Worker script for libgcc/Makefile.in
33 case "$1" in
46 case "$1" in
48 for n in $fixed_func_names; do
49 for m in $fixed_fract_modes; do
54 for n in $fixed_sfunc_names; do
55 for m in $fixed_sfract_modes; do
60 for n in $fixed_ufunc_names; do
61 for m in $fixed_ufract_modes; do
68 for f in
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dflonum-copy.c11 GAS is distributed in the hope that it will be useful,
24 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
29 out->sign = in->sign;
30 in_length = in->leader - in->low;
32 if (in->leader < in->low)
39 /* Assume no GAPS in packing of littlenums.
53 memcpy ((void *) (out->low), (void *) (in->low),
55 out->exponent = in
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/seed/
H A Dseed_ecb.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
12 void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
16 SEED_encrypt(in, out, ks);
18 SEED_decrypt(in, out, ks);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcmll_ecb.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
13 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
17 Camellia_encrypt(in, out, key);
19 Camellia_decrypt(in, out, key);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed_ecb.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
18 void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
22 SEED_encrypt(in, out, ks);
24 SEED_decrypt(in, out, ks);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_ecb.c5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
19 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
23 Camellia_encrypt(in, out, key);
25 Camellia_decrypt(in, out, key);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dflonum-copy.c11 GAS is distributed in the hope that it will be useful,
24 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
29 out->sign = in->sign;
30 in_length = in->leader - in->low;
32 if (in->leader < in->low)
39 /* Assume no GAPS in packing of littlenums.
53 memcpy ((void *) (out->low), (void *) (in->low),
55 out->exponent = in
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dflonum-copy.c11 GAS is distributed in the hope that it will be useful,
24 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
29 out->sign = in->sign;
30 in_length = in->leader - in->low;
32 if (in->leader < in->low)
39 /* Assume no GAPS in packing of littlenums.
53 memcpy ((void *) (out->low), (void *) (in->low),
55 out->exponent = in
[all...]
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A DMakefile.am1 ## Process this file with automake to produce Makefile.in
30 am-eject.in \
31 amd2ldif.in \
32 amd2sun.in \
33 automount2amd.in \
34 ctl-amd.in \
35 ctl-hlfsd.in \
36 fixrmtab.in \
37 fix-amd-map.in \
38 lostaltmail.in \
[all...]
/netbsd-current/external/bsd/libevent/man/
H A Dfixman3 in="$2"
5 name="${in##*/}"
7 case "${name}" in
18 }' < "${in}" > "${out}"
/netbsd-current/external/gpl3/binutils/dist/ld/emulparams/
H A Delf32lriscv.sh2 # ABI not in emulation name to avoid breaking backward compatibility.
6 # On Linux, first look for 32 bit ILP32D target libraries in /lib/ilp32d as per
8 case "$target" in
10 case "$EMULATION_NAME" in
15 # NetBSD puts ILP32 libraries in rv32 subdirectory.
18 case "$EMULATION_NAME" in
H A Delf32lriscv_ilp32f.sh5 # On Linux, first look for 32 bit ILP32F target libraries in /lib/ilp32f as per
7 case "$target" in
9 case "$EMULATION_NAME" in
14 # NetBSD puts ILP32 libraries in rv32 subdirectory.
17 case "$EMULATION_NAME" in
H A Delf32lriscv_ilp32.sh5 # On Linux, first look for 32 bit ILP32 target libraries in /lib/ilp32 as per
7 case "$target" in
9 case "$EMULATION_NAME" in
14 # NetBSD puts ILP32 libraries in rv32 subdirectory.
17 case "$EMULATION_NAME" in
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Delf32lriscv.sh2 # ABI not in emulation name to avoid breaking backward compatibility.
6 # On Linux, first look for 32 bit ILP32D target libraries in /lib/ilp32d as per
8 case "$target" in
10 case "$EMULATION_NAME" in
15 # NetBSD puts ILP32 libraries in rv32 subdirectory.
18 case "$EMULATION_NAME" in
H A Delf32lriscv_ilp32f.sh5 # On Linux, first look for 32 bit ILP32F target libraries in /lib/ilp32f as per
7 case "$target" in
9 case "$EMULATION_NAME" in
14 # NetBSD puts ILP32 libraries in rv32 subdirectory.
17 case "$EMULATION_NAME" in
H A Delf32lriscv_ilp32.sh5 # On Linux, first look for 32 bit ILP32 target libraries in /lib/ilp32 as per
7 case "$target" in
9 case "$EMULATION_NAME" in
14 # NetBSD puts ILP32 libraries in rv32 subdirectory.
17 case "$EMULATION_NAME" in
/netbsd-current/external/gpl3/gcc/dist/contrib/regression/
H A Dsite.exp3 case "$target_triplet" in {
/netbsd-current/lib/libc/arch/powerpc/sys/
H A D__vfork14.S6 * r4 == 0 in parent process, 1 in child process.
7 * r3 == pid of child in parent, pid of parent in child.
13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
H A Dfork.S6 * r4 == 0 in parent process, 1 in child process.
7 * r3 == pid of child in parent, pid of parent in child.
13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
/netbsd-current/lib/libc/arch/powerpc64/sys/
H A D__vfork14.S6 * r4 == 0 in parent process, 1 in child process.
7 * r3 == pid of child in parent, pid of parent in child.
13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
14 and %r3,%r3,%r4 # return 0 in child, pid in parent
H A Dfork.S6 * r4 == 0 in parent process, 1 in child process.
7 * r3 == pid of child in parent, pid of parent in child.
13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
14 and %r3,%r3,%r4 # return 0 in child, pid in parent

Completed in 295 milliseconds

1234567891011>>