Searched refs:gen (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_loop_generator.rb4 gen = (1..max).each
6 gen.next
10 gen = Generator.new((0..max))
11 while gen.next?
12 gen.next
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dgen.sh3 perl gen.pl l > heim-loader.c
4 perl gen.pl h > heim-sym.h
5 perl gen.pl 6 > heim-sym.x86_64.s
6 perl gen.pl 3 > heim-sym.i386.s
8 perl gen.pl 6p > heim-proxy.x86_64.s
9 perl gen.pl 3p > heim-proxy.i386.s
15 gen.pl gen.sh
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DMakefile14 BUILT_SOURCES = $(PROJ_OBJ_ROOT)/include/llvm/Intrinsics.gen
18 GENFILE:=$(PROJ_OBJ_ROOT)/include/llvm/Intrinsics.gen
23 $(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(LLVM_TBLGEN)
24 $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
25 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
27 $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp
29 $(EchoCmd) Updated Intrinsics.gen because Intrinsics.gen.tmp \
33 $(Echo) Installing $(DESTDIR)$(PROJ_includedir)/llvm/Intrinsics.gen
34 $(Verb) $(DataInstall) $(GENFILE) $(DESTDIR)$(PROJ_includedir)/llvm/Intrinsics.gen
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_filegen.c90 * open a file generation according to the current settings of gen
96 FILEGEN * gen,
106 len = strlen(gen->prefix) + strlen(gen->basename) + 1;
108 snprintf(basename, len, "%s%s", gen->prefix, gen->basename);
110 switch(gen->type) {
116 gen->type, basename);
117 gen->type = FILEGEN_NONE;
183 if (FILEGEN_NONE != gen
95 filegen_open( FILEGEN * gen, u_long newid ) argument
326 filegen_setup( FILEGEN * gen, u_long now ) argument
410 filegen_config( FILEGEN * gen, const char * basename, u_int type, u_int flag ) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_proto.h27 unsigned gen; /* child generation number */ member in struct:MASTER_STATUS
H A Dmaster_proto.c77 stat.gen = generation;
H A Dmaster_status.c99 msg_info("%s: pid %d gen %u avail %d",
100 myname, stat.pid, stat.gen, stat.avail);
116 if (proc->gen != stat.gen) {
118 pid, stat.gen);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dgenerator.mk25 $(TARGET)/cssmexports.gen $(TARGET)/funcnames.gen $(TARGET)/generator.rpt $(TARGET)/transition.gen: \
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on gen.dsp
3 CFG=gen - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to gen - Win32 Debug.
7 !IF "$(CFG)" != "gen - Win32 Release" && "$(CFG)" != "gen - Win32 Debug"
12 !MESSAGE NMAKE /f "gen.mak" CFG="gen - Win32 Debug"
16 !MESSAGE "gen - Win32 Release" (based on "Win32 (x86) Console Application")
17 !MESSAGE "gen - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "gen
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dmc.h68 int gen; member in struct:Mcset_s
75 int gen; member in struct:Mc_s
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A DMKexpanded.sh50 TMP=gen$$.c
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Dholderc.rb15 ary.push(ro.gen)
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A DNTMakefile66 $(OBJ)\map_table.h $(OBJ)\map_table.c: rfc3454.txt gen-map.py stringprep.py
68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
71 $(OBJ)\errorlist_table.h $(OBJ)\errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
76 $(OBJ)\normalize_table.h $(OBJ)\normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
78 $(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2.0.txt $(OBJ)
81 $(OBJ)\combining_table.h $(OBJ)\combining_table.c: UnicodeData.txt gen-combining.py
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
86 $(OBJ)\bidi_table.h $(OBJ)\bidi_table.c: rfc3454.txt gen-bidi.py
88 $(PYTHON) $(SRCDIR)\gen
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/utils/
H A Dgen-data-queryperf.py4 # $Id: gen-data-queryperf.py,v 1.2 2008/06/13 18:17:08 jinmei Exp $
32 gen = None variable
46 for i in range(gen.randint(1, maxsize)):
47 label = label + gen.choice(ldh)
88 gen = random.Random() variable
107 if gen.random() < percent_random:
110 sys.stdout.write(make_domain(gen.choice(domains)))
/macosx-10.9.5/ncurses-42/ncurses/Ada95/gen/
H A DMakefile.in87 GENERATE = ./gen$x '@DFT_ARG_SUFFIX@'
207 gen$x: gen.o
208 @ECHO_LINK@ $(LINK) $(CFLAGS_NORMAL) gen.o $(LD_FLAGS) -o $@
210 gen.o: $(srcdir)/gen.c
211 $(HOST_CC) $(CFLAGS_NORMAL) -c -o $@ $(srcdir)/gen.c
213 Character_Attribute_Set_Rep: gen$x
216 Base_Defs: gen$x
219 Color_Defs: gen
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddh.c52 char *strsize, *gen, *prime; local
96 gen = strsep(&cp, " "); /* gen */
97 if (cp == NULL || *gen == '\0')
107 if (BN_hex2bn(&dhg->g, gen) == 0)
272 dh_new_group_asc(const char *gen, const char *modulus) argument
281 if (BN_hex2bn(&dh->g, gen) == 0)
293 dh_new_group(BIGNUM *gen, BIGNUM *modulus) argument
300 dh->g = gen;
308 static char *gen local
322 static char *gen = "2", *group14 = local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Danalysis_peg_emodes.tcl53 # gen'erate and acc'eptance properties, as described in
56 # Note: This implementation will not compute acc/gen information
144 array set gen {} ; # Per node X, gen(X), undefined if no element
160 # A node is visited if its value for gen() is either undefined or
180 if {![info exists gen($n)]} {
181 set g [Generating $t $n gen nc ng acc call cala]
182 set gen($n) $g
187 set g [Generating $t $n gen nc ng acc call cala]
188 set old $gen(
[all...]
/macosx-10.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh23 gen.subproj/ifaddrs.h \
34 gen.subproj/configuration_profile.h \
90 gen.subproj/getifaddrs.3 \
91 gen.subproj/getifmaddrs.3 \
92 gen.subproj/gethostbyname.3 \
93 gen.subproj/getipnodebyname.3 \
94 gen.subproj/getnetent.3 \
95 gen.subproj/getprotoent.3 \
96 gen.subproj/getservent.3 \
97 gen
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dvendorid.c201 * gen ... points to Vendor ID payload.
204 check_vendorid(struct isakmp_gen *gen) argument
209 if (gen == NULL)
212 vidlen = ntohs(gen->len) - sizeof(*gen);
214 current = lookup_vendor_id_by_hash((char *)(gen + 1));
230 plogdump(ASL_LEVEL_DEBUG, (char *)(gen + 1), vidlen, "received unknown Vendor ID:\n");
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markup_formatter.rb52 def gen(from, to) method in class:TestRDocMarkupFormatter.test_class_gen_relative_url
56 assert_equal 'a.html', gen('a.html', 'a.html')
57 assert_equal 'b.html', gen('a.html', 'b.html')
59 assert_equal 'd.html', gen('a/c.html', 'a/d.html')
60 assert_equal '../a.html', gen('a/c.html', 'a.html')
61 assert_equal 'a/c.html', gen('a.html', 'a/c.html')
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dgen-des.pl7 print "/* GENERATE FILE from gen-des.pl, do not edit */\n\n";
9 my $gen = 1;
43 if ($gen) {
190 if ($gen and 0) {
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dgenerator.mk9 ERRORCODES_GEN = $(patsubst %,$(CDSA_UTILITIES_DIR)/%,errorcodes.gen)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dgenerator.mk9 ERRORCODES_GEN = $(patsubst %,$(CDSA_UTILITIES_DIR)/%,errorcodes.gen)
/macosx-10.9.5/bind9-45.100/
H A DMakefile26 GnuAfterInstall = gen-dsyms install-strip install-extra install-sandbox-profile
32 gen-dsyms:
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dsend.tcl58 set gen "eval \[linsert \$args 0 $code$av\]"
60 #8.5: set gen "$code$av \{expand\}\$args"
62 set gen $code$av
65 proc $n $a "wr \[$gen\]" ; namespace export $n
66 proc $nch $ach "wrch \$ch \[$gen\]" ; namespace export $nch

Completed in 286 milliseconds

1234567