| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/ |
| broken-one.c | 3 int value(int in) 5 return 2 * in;
|
| /src/external/mit/expat/dist/ |
| run.sh.in | 14 # "Software"), to deal in the Software without restriction, including 21 # in all copies or substantial portions of the Software. 25 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN 27 # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 28 # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 29 # USE OR OTHER DEALINGS IN THE SOFTWARE. 31 case "@host@" in 33 case "$(uname -o)" in
|
| /src/tests/usr.bin/col/ |
| Makefile | 10 hlf.in \ 11 hlf2.in \ 12 nl.in \ 13 nl2.in \ 14 nl3.in \ 15 rlf.in \ 16 rlf2.in \ 17 rlf3.in
|
| /src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| memcpy.c | 10 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 [5]; 423 const int *in = s2; local 563 const short int *in = s2; local 704 const char *in = s2; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/visium/ |
| memcpy.c | 10 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 [5]; 423 const int *in = s2; local 563 const short int *in = s2; local 704 const char *in = s2; local [all...] |
| /src/external/bsd/zstd/dist/tests/gzip/ |
| keep.sh | 11 # This program is distributed in the hope that it will be useful, 22 echo fooooooooo > in || framework_failure_ 23 cp in orig || framework_failure_ 28 for k in --keep ''; do 30 case $k in --keep) op='||' ;; *) op='&&' ;; esac 32 gzip $k in || fail=1 33 eval "test -f in $op fail=1" 34 test -f in.gz || fail=1 35 rm -f in || fail=1 37 gzip -d $k in.gz || fail= [all...] |
| unpack-invalid.sh | 12 # This program is distributed in the hope that it will be useful, 23 for input in \ 27 printf "$input" >in || framework_failure_ 29 if gzip -d <in >out 2>err; then
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| private_namespace.sh | 3 for symbol in `cat "$@"` ; do
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| private_namespace.sh | 3 for symbol in `cat "$@"` ; do
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| find-fluff | 3 for i in $*
|
| man2html | 7 case $1 in
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_ppc.c | 5 * 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]) 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]) 33 ecp_nistz256_mul_mont(res, in, one);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_ppc.c | 5 * 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]) 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]) 33 ecp_nistz256_mul_mont(res, in, one);
|
| /src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| host-ieee32.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 4); 49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) 51 memcpy ((char *) out, (char *) &in, 4);
|
| host-ieee64.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 8); 49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) 51 memcpy ((char *) out, (char *) &in, 8);
|
| host-ieee128.c | 11 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) 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, _Decimal128 *out [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/bid/ |
| host-ieee32.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 4); 49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) 51 memcpy ((char *) out, (char *) &in, 4);
|
| host-ieee64.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 8); 49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) 51 memcpy ((char *) out, (char *) &in, 8);
|
| host-ieee128.c | 11 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) 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, _Decimal128 *out [all...] |
| /src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| host-ieee32.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 4); 49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) 51 memcpy ((char *) out, (char *) &in, 4);
|
| host-ieee64.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 8); 49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) 51 memcpy ((char *) out, (char *) &in, 8);
|
| host-ieee128.c | 11 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) 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, _Decimal128 *out [all...] |
| /src/external/gpl3/gdb.old/dist/libdecnumber/bid/ |
| host-ieee32.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 4); 49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) 51 memcpy ((char *) out, (char *) &in, 4);
|
| host-ieee64.c | 11 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) 45 memcpy ((char *) out, (char *) &in, 8); 49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) 51 memcpy ((char *) out, (char *) &in, 8);
|
| host-ieee128.c | 11 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) 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, _Decimal128 *out [all...] |