Searched refs:as (Results 26 - 50 of 1438) sorted by relevance

1234567891011>>

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/config/
H A Ddefault.exp5 # it under the terms of the GNU General Public License as published by
73 # Make a copy from tmpdir/gas/as and tmpdir/gas/ld to the assembler
84 if {[file isfile gas/as-new[exe_ext]]} then {
85 link_or_copy gas/as-new[exe_ext] as[exe_ext]
89 link_or_copy gas/as-new as[exe_ext]
98 set dlltool_gas_flag "-S [pwd]/tmpdir/gas/as[exe_ext]"
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dlexer.ml10 | [< ' ('A' .. 'Z' | 'a' .. 'z' as c); stream >] ->
16 | [< ' ('0' .. '9' as c); stream >] ->
25 (* Otherwise, just return the character as its ascii value. *)
33 | [< ' ('0' .. '9' | '.' as c); stream >] ->
40 | [< ' ('A' .. 'Z' | 'a' .. 'z' | '0' .. '9' as c); stream >] ->
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dlexer.ml10 | [< ' ('A' .. 'Z' | 'a' .. 'z' as c); stream >] ->
16 | [< ' ('0' .. '9' as c); stream >] ->
25 (* Otherwise, just return the character as its ascii value. *)
33 | [< ' ('0' .. '9' | '.' as c); stream >] ->
40 | [< ' ('A' .. 'Z' | 'a' .. 'z' | '0' .. '9' as c); stream >] ->
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dlexer.ml10 | [< ' ('A' .. 'Z' | 'a' .. 'z' as c); stream >] ->
16 | [< ' ('0' .. '9' as c); stream >] ->
25 (* Otherwise, just return the character as its ascii value. *)
33 | [< ' ('0' .. '9' | '.' as c); stream >] ->
40 | [< ' ('A' .. 'Z' | 'a' .. 'z' | '0' .. '9' as c); stream >] ->
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dlexer.ml10 | [< ' ('A' .. 'Z' | 'a' .. 'z' as c); stream >] ->
16 | [< ' ('0' .. '9' as c); stream >] ->
25 (* Otherwise, just return the character as its ascii value. *)
33 | [< ' ('0' .. '9' | '.' as c); stream >] ->
40 | [< ' ('A' .. 'Z' | 'a' .. 'z' | '0' .. '9' as c); stream >] ->
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml10 | [< ' ('A' .. 'Z' | 'a' .. 'z' as c); stream >] ->
16 | [< ' ('0' .. '9' as c); stream >] ->
25 (* Otherwise, just return the character as its ascii value. *)
33 | [< ' ('0' .. '9' | '.' as c); stream >] ->
40 | [< ' ('A' .. 'Z' | 'a' .. 'z' | '0' .. '9' as c); stream >] ->
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml10 | [< ' ('A' .. 'Z' | 'a' .. 'z' as c); stream >] ->
16 | [< ' ('0' .. '9' as c); stream >] ->
25 (* Otherwise, just return the character as its ascii value. *)
33 | [< ' ('0' .. '9' | '.' as c); stream >] ->
40 | [< ' ('A' .. 'Z' | 'a' .. 'z' | '0' .. '9' as c); stream >] ->
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dtdial.c10 as published by the Free Software Foundation; either version 2 of
60 struct uuconf_cmdtab as[2];
81 as[0].uuconf_zcmd = "dialer";
82 as[0].uuconf_itype = UUCONF_CMDTABTYPE_FN | 2;
83 as[0].uuconf_pvar = (pointer) &zdialer;
84 as[0].uuconf_pifn = iddialer;
86 as[1].uuconf_zcmd = NULL;
99 iret = uuconf_cmd_file (pglobal, e, as, (pointer) &sdefault,
111 iret = uuconf_cmd_file (pglobal, e, as, (pointer) NULL,
131 as[
58 struct uuconf_cmdtab as[2]; local
[all...]
H A Dtcalou.c10 as published by the Free Software Foundation; either version 2 of
50 struct uuconf_cmdtab as[2];
102 as[0].uuconf_zcmd = qsys->uuconf_zname;
103 as[0].uuconf_itype = UUCONF_CMDTABTYPE_FN | 0;
105 as[0].uuconf_pvar = (pointer) pzlog;
107 as[0].uuconf_pvar = NULL;
108 as[0].uuconf_pifn = icsys;
110 as[1].uuconf_zcmd = NULL;
133 iret = uuconf_cmd_file (pglobal, e, as, pinfo,
48 struct uuconf_cmdtab as[2]; local
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dks_p12.c330 PKCS12_AuthenticatedSafe as; local
410 &as,
419 for (i = 0; i < as.len; i++)
422 &as.val[i].contentType,
423 as.val[i].content->data,
424 as.val[i].content->length,
427 free_PKCS12_AuthenticatedSafe(&as);
449 PKCS12_AuthenticatedSafe *as,
457 ptr = realloc(as->val, sizeof(as
448 addBag(hx509_context context, PKCS12_AuthenticatedSafe *as, const heim_oid *oid, void *data, size_t length) argument
488 PKCS12_AuthenticatedSafe *as = ctx; local
569 PKCS12_AuthenticatedSafe as; local
[all...]
/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest69.conf4 </Macro> this stuff is ignored as well...
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dwhich2 # which - emulation of `which' as it appears in FreeBSD
4 # usage: which [-as] command [command...]
12 while builtin getopts as opt ; do
16 ?) echo "which: usage: which [-as] command [command ...]" >&2
/macosx-10.10/pdisk-9/
H A Dpdisk.r50 type 'PDSK' as 'STR ';
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_dsource.tcl53 ::tie::register ::tie::std::dsource as dsource
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Drunall.sh40 I: as alias addresses on the loopback interface. Please run
41 I: "bin/tests/system/ifconfig.sh up" as root to configure them
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dattributes8 array set as {
32 vt::wr " $as($a) "
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstropt.c56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), void* a) argument
71 if (!as) n = 0;
72 else if (!(x = s = strdup(as))) n = -1;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/projects/visualc71/
H A DREADME_zlib.txt23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
28 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
38 This project builds the zlib binaries as follows:
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmsp430-dis.c7 it under the terms of the GNU General Public License as published by
92 int ad = 0, as = 0; local
99 as = (insn & 0x0030) >> 4;
109 if (opcode->bin_opcode == 0x4300 && (ad || as))
113 if ((opcode->bin_opcode & 0xff00) == 0x5300 && as == 3)
166 if (as == 0)
181 else if (as == 2)
201 else if (as == 3)
229 else if (as == 1)
296 int ad = 0, as local
547 int ad = 0, as = 0; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Drclex.l9 it under the terms of the GNU General Public License as published by
303 merged separated by whitespace are merged, as in C. */
457 struct alloc_string *as;
459 as = (struct alloc_string *) xmalloc (sizeof *as);
460 as->s = xmalloc (len);
462 as->next = strings;
463 strings = as;
465 return as->s;
474 struct alloc_string *as;
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/
H A Dcopy-files.cmd64 echo Copying Inspector scripts as if they were private headers...
71 echo Copying Inspector generated files as if they were private headers...
78 echo Copying Web Replay scripts as if they were private headers...
85 echo Copying Web Replay generated headers as if they were private headers...
88 echo Copying builtins header as if it were a private header...
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dco-586.pl108 local($i,$as,$ae,$bs,$be,$ai,$bi);
119 $as=0;
139 $ai=$as;
162 $na=$as+($i < ($num-1));
177 $as++ if ($i < ($num-1));
199 local($i,$as,$ae,$bs,$be,$ai,$bi);
220 $as=0;
228 $ai=$as;
250 $na=$as+($i < ($num-1));
273 $as
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dcomba.pl97 local($i,$as,$ae,$bs,$be,$ai,$bi);
108 $as=0;
128 $ai=$as;
151 $na=$as+($i < ($num-1));
166 $as++ if ($i < ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
209 $as=0;
217 $ai=$as;
239 $na=$as+($i < ($num-1));
262 $as
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dmini_inetd.c46 rk_socket_t as; local
48 as = accept(s, NULL, NULL);
49 if(rk_IS_BAD_SOCKET(as))
54 *ret_socket = as;
57 int fd = socket_to_fd(as, 0);
66 rk_closesocket(as);
/macosx-10.10/network_cmds-457/traceroute.tproj/
H A Das.c1 /* $FreeBSD: src/contrib/traceroute/as.c,v 1.1 2008/02/20 23:29:52 rpaulo Exp $ */
2 /* $NetBSD: as.c,v 1.1 2001/11/04 23:14:36 atatat Exp $ */
53 #include "as.h"
147 int as, rc, dlen; local
149 as = rc = dlen = 0;
211 if (as == 0 && strncasecmp(buf, "origin:", 7) == 0) {
212 sscanf(buf + 7, " AS%d", &as);
215 (void)fprintf(asn->as_debug, "as: %d\n", as);
222 return (as);
[all...]

Completed in 166 milliseconds

1234567891011>>