Searched refs:in (Results 526 - 550 of 6925) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dfunc_isnan.m411 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>])
18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>])
25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
/macosx-10.10/man-16/man/src/
H A Dapropos.sh10 # License as specified in the README file that comes with the man
16 # also look in /var/cache/man - 030801 - aeb
20 # When man pages in your favorite locale look to grep like binary files
44 for arg in $*; do
45 case $arg in
66 for d in /var/cache/man $manpath /usr/lib
/macosx-10.10/ncurses-44/ncurses/Ada95/
H A DMakefile.in6 # to deal in the Software without restriction, including without limitation #
12 # The above copyright notice and this permission notice shall be included in #
23 # Except as contained in this notice, the name(s) of the above copyright #
24 # holders shall not be used in advertising or otherwise to promote the sale, #
25 # use or other dealings in this Software without prior written #
49 for d in $(SUBDIRS); do \
55 for d in $(SUBDIRS); do \
61 for d in $(SUBDIRS); do \
/macosx-10.10/ncurses-44/ncurses/include/
H A DMKparametrized.sh7 # to deal in the Software without restriction, including without limitation #
13 # The above copyright notice and this permission notice shall be included in #
24 # Except as contained in this notice, the name(s) of the above copyright #
25 # holders shall not be used in advertising or otherwise to promote the sale, #
26 # use or other dealings in this Software without prior written #
42 * A value of -1 in the table means suppress both pad and % translations.
43 * A value of 0 in the table means do pad but not % translations.
44 * A value of 1 in the table means do both pad and % translations.
50 # We detect whether % translations should be done by looking for #[0-9] in the
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/sample/
H A Dlinear.rb39 for i in 0...n do
40 for j in 0...n do
50 for i in 0...n do
54 for j in 0...n do
63 for i in 0...n do
66 for j in 0...n do
/macosx-10.10/ruby-106/ruby/tool/
H A Dinstall-sh3 # Just only for using AC_PROG_INSTALL in configure.in.
10 This script a place holder for AC_PROG_INSTALL in configure.in.
12 Please report a bug in Ruby to http://bugs.ruby-lang.org if you see
/macosx-10.10/swig-12/Lib/ruby/
H A Dfile.i19 %typemap(in) FILE *READ {
27 %typemap(in) FILE *READ_NOCHECK {
34 %typemap(in) FILE *WRITE {
/macosx-10.10/tidy-15.15/tidy/src/
H A Diconvtc.c33 int IconvGetChar(byte firstByte, StreamIn * in, uint * bytesRead) argument
41 assert( in != NULL );
42 assert( &in->source != NULL );
44 assert( in->iconvptr != 0 );
46 cd = (iconv_t)in->iconvptr;
47 source = &in->source;
/macosx-10.10/vim-55/runtime/spell/
H A Dcheck_locales.vim1 " Script to check if all the locales used in spell files are available.
5 for item in getqflist()
16 for l in not_supported
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_set10 for i in {0..$((maxexports - 1))} ; do
18 for i in {0..$(( ${#msgs} - 1 ))} ; do
24 for j in {$(( i + 1 ))..${maxexports}} ; do
H A Dvcs_info_printsys24 for sys in ${VCS_INFO_backends} ; do
33 for sys in ${VCS_INFO_backends} ; do
38 print -l '## flavours (cannot be used in the enable or disable styles; they' \
40 '## they *can* be used in contexts: '\'':vcs_info:git-svn:*'\''.'
42 for sys in ${VCS_INFO_backends} ; do
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoffswap.h14 This program is distributed in the hope that it will be useful,
42 #define PUT_FCN_LNNOPTR(abfd, in, ext) \
43 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
46 #define PUT_FCN_ENDNDX(abfd, in, ext) \
47 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx)
58 #define PUT_LNSZ_LNNO(abfd, in, ext) \
59 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno)
62 #define PUT_LNSZ_SIZE(abfd, in, ext) \
63 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
78 #define PUT_SCN_SCNLEN(abfd, in, ex
278 coff_swap_filehdr_out(bfd *abfd, void * in, void * out) argument
309 struct internal_syment *in = (struct internal_syment *) in1; local
341 struct internal_syment *in = (struct internal_syment *) inp; local
390 union internal_auxent *in = (union internal_auxent *) in1; local
492 union internal_auxent * in = (union internal_auxent *) inp; local
582 struct internal_lineno *in = (struct internal_lineno *) in1; local
591 struct internal_lineno *in = (struct internal_lineno *) inp; local
675 coff_swap_aouthdr_out(bfd * abfd, void * in, void * out) argument
749 coff_swap_scnhdr_in(bfd * abfd, void * ext, void * in) argument
778 coff_swap_scnhdr_out(bfd * abfd, void * in, void * out) argument
[all...]
H A Dcpu-h8300.c13 This program is distributed in the hope that it will be useful,
97 compatible (const bfd_arch_info_type *in, const bfd_arch_info_type *out) argument
99 if (in->arch != out->arch)
101 if (in->mach == bfd_mach_h8300sx && out->mach == bfd_mach_h8300s)
102 return in;
103 if (in->mach == bfd_mach_h8300s && out->mach == bfd_mach_h8300sx)
105 if (in->mach == bfd_mach_h8300sxn && out->mach == bfd_mach_h8300sn)
106 return in;
107 if (in->mach == bfd_mach_h8300sn && out->mach == bfd_mach_h8300sxn)
110 if (in
[all...]
/macosx-10.10/swig-12/Lib/chicken/
H A Dtypemaps.i11 * pointer variables in addition to input/output arguments.
64 multiple output values, they are returned in the form of a Scheme list.
80 For example, suppose you were trying to wrap the modf() function in the
82 returns the integer part in one of its parameters).K:
111 %typemap(in) type_ *INPUT($*1_ltype temp), type_ &INPUT($*1_ltype temp)
121 %typemap(in, numinputs=0) type_ *OUTPUT($*1_ltype temp), type_ &OUTPUT($*1_ltype temp)
175 returned in the form of a CHICKEN tuple.
215 this makes no sense in CHICKEN). Rather, the modified input value shows
223 phased out in future releases.
227 %typemap(in) in
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_asn1.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
89 int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp) argument
105 M_ASN1_I2D_vars(in);
[all...]
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml21 let lhs_val = codegen_expr lhs in
22 let rhs_val = codegen_expr rhs in
30 let i = build_fcmp Fcmp.Ult lhs_val rhs_val "cmptmp" builder in
35 (* Look up the name in the module table. *)
40 in
41 let params = params callee in
46 let args = Array.map codegen_expr args in
49 let cond = codegen_expr cond in
52 let zero = const_float double_type 0.0 in
53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh8 # copyright notice and this permission notice appear in all copies.
28 # Redistribution and use in source and binary forms, with or without
33 # 2. Redistributions in binary form must reproduce the above copyright
34 # notice, this list of conditions and the following disclaimer in the
75 case $CMD in
109 for ARG in $ARGS; do
127 case $1 in
128 datasize | files | transfers-in | transfers-per-ns )
139 for ARG in $ARGS; do
140 case $ARG in
[all...]
/macosx-10.10/apr-32/apr/apr/misc/win32/
H A Dutf8.c5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
30 * validitity of the string, e.g. normative forms, in the context of
46 * For conversion into ucs2, the 4th form is limited in range to 0010 FFFF,
49 * "Pairs of UCS-2 values between D800 and DFFF (surrogate pairs in
65 * which results in these conclusions of maximum allocations;
67 * apr_conv_utf8_to_ucs2 out bytes:sizeof(in) * 1 <= Req <= sizeof(in) * 2
68 * apr_conv_ucs2_to_utf8 out words:sizeof(in) / 2 <= Req <= sizeof(in) *
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dshprompt27 case "$c" in
52 case "$type" in
68 case "$fn" in
95 case "$fn" in
121 case "$ans" in
/macosx-10.10/curl-83.1.2/curl/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
30 case $1 in
68 case $# in
76 # from a parallel make. We use --version in the probe to restrict
78 case $dirmode in
99 for d in ./-m ./-p ./--version "./$dirmode";
109 case $file in
124 case $pathcomp in
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsanity.sh10 ### first arg is directory in which binaries to be tested reside.
11 case "$1" in
17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
37 for i in size objdump nm ar ranlib ; do
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
27 case $1 in
65 case $# in
73 # from a parallel make. We use --version in the probe to restrict
75 case $dirmode in
96 for d in ./-m ./-p ./--version "./$dirmode";
106 case $file in
121 case $pathcomp in
/macosx-10.10/gnutar-453/gnutar/build-aux/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
30 case $1 in
68 case $# in
76 # from a parallel make. We use --version in the probe to restrict
78 case $dirmode in
99 for d in ./-m ./-p ./--version "./$dirmode";
109 case $file in
124 case $pathcomp in
/macosx-10.10/groff-38/groff/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
27 case $1 in
65 case $# in
73 # from a parallel make. We use --version in the probe to restrict
75 case $dirmode in
96 for d in ./-m ./-p ./--version "./$dirmode";
106 case $file in
121 case $pathcomp in
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dlibpath.sh23 for i in \
27 do case $i in
42 case `package` in
62 else case `package` in
70 case $libpath in

Completed in 165 milliseconds

<<21222324252627282930>>