Searched refs:succ (Results 1 - 25 of 105) sorted by relevance

12345

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dring.c82 ring->pred = ring->succ = ring;
91 entry->succ = ring->succ;
93 ring->succ->pred = entry;
94 ring->succ = entry;
104 entry->succ = ring;
105 ring->pred->succ = entry;
114 RING *succ = entry->succ; local
117 pred->succ
[all...]
H A Dring.h20 RING *succ; /* successor */ member in struct:RING
29 #define ring_succ(c) ((c)->succ)
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dlist.rb7 @succ = nil
15 def succ method in class:MyElem
16 @succ
20 def succ=(new)
21 @succ = new
29 @tail.succ = elt
40 elt = elt.succ
/macosx-10.9.5/ntp-88/libopts/
H A Dreset.c75 tSuccess succ; local
102 succ = shortOptionFind(pOpts, (tAoUC)*pzArg, &opt_state);
103 if (! SUCCESSFUL(succ)) {
110 succ = longOptionFind(pOpts, (char *)pzArg, &opt_state);
111 if (! SUCCESSFUL(succ)) {
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dreset.c75 tSuccess succ; local
102 succ = shortOptionFind(pOpts, (tAoUC)*pzArg, &opt_state);
103 if (! SUCCESSFUL(succ)) {
110 succ = longOptionFind(pOpts, (char *)pzArg, &opt_state);
111 if (! SUCCESSFUL(succ)) {
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dprime.rb193 # +generator+.succ must return the next
240 # Concrete subclasses should override succ, next, rewind.
258 # +PseudoPrimeGenerator+#succ raises +NotImplementedError+.
259 def succ method in class:PseudoPrimeGenerator
260 raise NotImplementedError, "need to define `succ'"
263 # alias of +succ+.
281 prime = succ
287 block.call(succ)
313 def succ method in class:EratosthenesGenerator
319 alias next succ
330 def succ method in class:TrialDivisionGenerator
352 def succ method in class:Generator23
493 def succ method in class:OldCompatibility
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp291 for( BLEdgeIterator succ = node->succBegin(), end = node->succEnd();
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
294 if( (*succ)->getType() == BallLarusEdge::NORMAL ) {
296 if( oldTarget != (*succ)->getTarget()->getBlock() )
299 // create the new phony edge: root -> succ
301 addEdge(getRoot(), (*succ)->getTarget(), duplicateNumber++);
303 rootEdge->setRealEdge(*succ);
306 (*succ)
[all...]
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_prime.rb53 assert enum.respond_to?(:succ)
68 assert enum.respond_to?(:succ)
78 assert_equal PRIMES[0, 50], 50.times.map{ enum.succ }
79 assert_equal PRIMES[50, 50], 50.times.map{ enum.succ }
81 assert_equal PRIMES[0, 100], 100.times.map{ enum.succ }
96 assert !Prime.instance.respond_to?(:succ)
/macosx-10.9.5/ruby-104/ruby/tool/test/
H A Dtest_jisx0208.rb11 assert_equal JISX0208::Char.new(0x2221), JISX0208::Char.new(0x217e).succ
12 assert_equal JISX0208::Char.new(2, 1), JISX0208::Char.new(1, 94).succ
13 assert_equal JISX0208::Char.new(0x7f21), JISX0208::Char.new(0x7e7e).succ
/macosx-10.9.5/sudo-72/src/
H A Dredblack.c322 struct rbnode *succ; local
324 if ((succ = node->right) != rbnil(tree)) {
325 while (succ->left != rbnil(tree))
326 succ = succ->left;
329 for (succ = node->parent; node == succ->right; succ = succ->parent)
330 node = succ;
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtimer35 $time = $time.succ
48 $time = $time.succ
60 $time = $time.succ
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dtimer35 $time = $time.succ
48 $time = $time.succ
60 $time = $time.succ
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_integer.rb128 assert_equal(2, 1.send(:succ))
131 alias succ_bak succ
132 remove_method :succ
135 assert_equal(2, 1.succ)
136 assert_equal(4294967297, 4294967296.succ)
140 alias succ succ_bak
/macosx-10.9.5/libpcap-42/libpcap/
H A Dgencode.h233 struct block *succ; member in struct:edge
340 #define JT(b) ((b)->et.succ)
341 #define JF(b) ((b)->ef.succ)
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Ddrb.rb630 def send_reply(stream, succ, result) # :nodoc:
631 stream.write(dump(succ) + dump(result, !succ))
637 succ = load(stream)
639 [succ, result]
705 # [send_reply(succ, result)]
930 def send_reply(succ, result)
931 @msg.send_reply(stream, succ, result)
1108 succ, result = self.class.with_friend(@uri) do
1114 if succ
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D29-uddi_publishing.t67 ok($result->errInfo =~ /succ?essful|no failure/i);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D29-uddi_publishing.t67 ok($result->errInfo =~ /succ?essful|no failure/i);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D29-uddi_publishing.t67 ok($result->errInfo =~ /succ?essful|no failure/i);
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dap_config.h229 #define AP_OPTIONAL_HOOK(name,fn,pre,succ,order) \
230 APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dbarchart.rb45 BarElement_ID[1].succ!
H A Dgraph.rb39 BarElement_ID[1].succ!
H A Dstripchart.rb40 BarElement_ID[1].succ!
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Dthread_history_display.rb40 renames[:_seq_] = renames[:_seq_].succ
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_ansi.rb44 @list_index[-1] = @list_index.last.succ
/macosx-10.9.5/ruby-104/ruby/test/scanf/
H A Dtest_scanf.rb294 yield test, i.succ!

Completed in 185 milliseconds

12345