Searched refs:in (Results 1 - 25 of 12517) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/
H A Dbroken-one.c3 int value(int in) argument
5 return 2 * in;
/netbsd-current/external/mit/expat/dist/
H A Drun.sh.in14 # "Software"), to deal in the Software without restriction, including
21 # in all copies or substantial portions of the Software.
31 case "@host@" in
33 case "$(uname -o)" in
/netbsd-current/tests/usr.bin/col/
H A DMakefile10 hlf.in \
11 hlf2.in \
12 nl.in \
13 nl2.in \
14 nl3.in \
15 rlf.in \
16 rlf2.in \
17 rlf3.in
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dmemcpy.c10 GCC is distributed in the hope that it will be useful, but WITHOUT
16 permissions described in the GCC Runtime Library Exception, version
24 /* This file must be kept in sync with newlib/libc/machine/visium/memcpy.c */
31 #define MOVE_32_OBJECTS(in,out) \
34 m0 = in [0]; \
35 m1 = in [1]; \
36 m2 = in [2]; \
37 m3 = in [3]; \
43 m0 = in [4]; \
44 m1 = in [
423 const int *in = s2; local
563 const short int *in = s2; local
704 const char *in = s2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dmemcpy.c10 GCC is distributed in the hope that it will be useful, but WITHOUT
16 permissions described in the GCC Runtime Library Exception, version
24 /* This file must be kept in sync with newlib/libc/machine/visium/memcpy.c */
31 #define MOVE_32_OBJECTS(in,out) \
34 m0 = in [0]; \
35 m1 = in [1]; \
36 m2 = in [2]; \
37 m3 = in [3]; \
43 m0 = in [4]; \
44 m1 = in [
423 const int *in = s2; local
563 const short int *in = s2; local
704 const char *in = s2; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dfind-fluff3 for i in $*
H A Dman2html7 case $1 in
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dprivate_namespace.sh3 for symbol in `cat "$@"` ; do
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dz80_in_f_c.s4 in f,(c)
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dhost-ieee32.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out) argument
45 memcpy ((char *) out, (char *) &in, 4);
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) argument
51 memcpy ((char *) out, (char *) &in, 4);
H A Dhost-ieee64.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_64 (_Decimal64 in, decimal64 *out);
40 void __ieee_to_host_64 (decimal64 in, _Decimal64 *out);
43 __host_to_ieee_64 (_Decimal64 in, decimal64 *out) argument
45 memcpy ((char *) out, (char *) &in, 8);
49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) argument
51 memcpy ((char *) out, (char *) &in, 8);
H A Dhost-ieee128.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
31 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
32 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
35 that the 64-bit halves of the 128-bit value are in little-endian
39 __host_to_ieee_128 (_Decimal128 in, decimal128 *out) argument
42 memcpy ((char *) out, (char *) &in + 8, 8);
43 memcpy ((char *) out + 8, (char *) &in, 8);
45 memcpy ((char *) out, (char *) &in, 16);
50 __ieee_to_host_128 (decimal128 in, _Decimal12 argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dhost-ieee32.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out) argument
45 memcpy ((char *) out, (char *) &in, 4);
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) argument
51 memcpy ((char *) out, (char *) &in, 4);
H A Dhost-ieee64.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_64 (_Decimal64 in, decimal64 *out);
40 void __ieee_to_host_64 (decimal64 in, _Decimal64 *out);
43 __host_to_ieee_64 (_Decimal64 in, decimal64 *out) argument
45 memcpy ((char *) out, (char *) &in, 8);
49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) argument
51 memcpy ((char *) out, (char *) &in, 8);
H A Dhost-ieee128.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
31 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
32 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
35 that the 64-bit halves of the 128-bit value are in little-endian
39 __host_to_ieee_128 (_Decimal128 in, decimal128 *out) argument
42 memcpy ((char *) out, (char *) &in + 8, 8);
43 memcpy ((char *) out + 8, (char *) &in, 8);
45 memcpy ((char *) out, (char *) &in, 16);
50 __ieee_to_host_128 (decimal128 in, _Decimal12 argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dhost-ieee32.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out) argument
45 memcpy ((char *) out, (char *) &in, 4);
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) argument
51 memcpy ((char *) out, (char *) &in, 4);
H A Dhost-ieee64.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_64 (_Decimal64 in, decimal64 *out);
40 void __ieee_to_host_64 (decimal64 in, _Decimal64 *out);
43 __host_to_ieee_64 (_Decimal64 in, decimal64 *out) argument
45 memcpy ((char *) out, (char *) &in, 8);
49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) argument
51 memcpy ((char *) out, (char *) &in, 8);
H A Dhost-ieee128.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
31 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
32 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
35 that the 64-bit halves of the 128-bit value are in little-endian
39 __host_to_ieee_128 (_Decimal128 in, decimal128 *out) argument
42 memcpy ((char *) out, (char *) &in + 8, 8);
43 memcpy ((char *) out + 8, (char *) &in, 8);
45 memcpy ((char *) out, (char *) &in, 16);
50 __ieee_to_host_128 (decimal128 in, _Decimal12 argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_ppc.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
17 void ecp_nistz256_to_mont(unsigned long res[4], const unsigned long in[4]);
18 void ecp_nistz256_to_mont(unsigned long res[4], const unsigned long in[4]) argument
25 ecp_nistz256_mul_mont(res, in, RR);
28 void ecp_nistz256_from_mont(unsigned long res[4], const unsigned long in[4]);
29 void ecp_nistz256_from_mont(unsigned long res[4], const unsigned long in[4]) argument
33 ecp_nistz256_mul_mont(res, in, one);
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dhost-ieee32.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out) argument
45 memcpy ((char *) out, (char *) &in, 4);
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) argument
51 memcpy ((char *) out, (char *) &in, 4);
H A Dhost-ieee64.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
39 void __host_to_ieee_64 (_Decimal64 in, decimal64 *out);
40 void __ieee_to_host_64 (decimal64 in, _Decimal64 *out);
43 __host_to_ieee_64 (_Decimal64 in, decimal64 *out) argument
45 memcpy ((char *) out, (char *) &in, 8);
49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) argument
51 memcpy ((char *) out, (char *) &in, 8);
H A Dhost-ieee128.c11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
17 permissions described in the GCC Runtime Library Exception, version
31 void __host_to_ieee_128 (_Decimal128 in, decimal128 *out);
32 void __ieee_to_host_128 (decimal128 in, _Decimal128 *out);
35 that the 64-bit halves of the 128-bit value are in little-endian
39 __host_to_ieee_128 (_Decimal128 in, decimal128 *out) argument
42 memcpy ((char *) out, (char *) &in + 8, 8);
43 memcpy ((char *) out + 8, (char *) &in, 8);
45 memcpy ((char *) out, (char *) &in, 16);
50 __ieee_to_host_128 (decimal128 in, _Decimal12 argument
[all...]
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dendian_win32.c4 * license that can be found in the LICENSE file.
21 htole32(uint32_t in) argument
26 b[0] = (uint8_t)((in >> 0) & 0xff);
27 b[1] = (uint8_t)((in >> 8) & 0xff);
28 b[2] = (uint8_t)((in >> 16) & 0xff);
29 b[3] = (uint8_t)((in >> 24) & 0xff);
35 htole64(uint64_t in) argument
40 b[0] = (uint8_t)((in >> 0) & 0xff);
41 b[1] = (uint8_t)((in >> 8) & 0xff);
42 b[2] = (uint8_t)((in >> 1
[all...]
/netbsd-current/external/gpl3/binutils/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/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...]

Completed in 397 milliseconds

1234567891011>>