Home
last modified time | relevance | path

Searched defs:next2 (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/dports/devel/erlang-katana/erlang-katana-0.4.0/src/
H A Dktn_recipe.erl142 next2(_, []) -> error; function
143 next2(X, [{X, _, _}]) -> halt; function
144 next2(X, [X]) -> halt; function
145 next2(X, [{X, _, _} | T]) -> next2(X, T); function
146 next2(X, [X | T]) -> next2(X, T); function
147 next2(X, [{Y, _, _} | _]) when X /= Y -> Y; function
148 next2(X, [Y | _]) when X /= Y -> Y. function
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/
H A D_json_handler.py147 def regex_literal(self, next1, next2): argument
173 def line_comment(self, next1, next2): argument
185 def block_comment(self, next1, next2): argument
206 def newline(self, previous_non_space, next2, do_newline): argument
/dports/devel/py-jsmin/jsmin-3.0.0/jsmin/
H A D__init__.py175 def regex_literal(self, next1, next2): argument
201 def line_comment(self, next1, next2): argument
213 def block_comment(self, next1, next2): argument
235 def newline(self, previous_non_space, next2, do_newline): argument
/dports/www/bluefish/bluefish-2.2.12/data/
H A Djsmin.py192 def regex_literal(self, next1, next2): argument
218 def line_comment(self, next1, next2): argument
230 def block_comment(self, next1, next2): argument
243 def newline(self, previous_non_space, next2, do_newline): argument
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/sampling/
H A Drngsamplingcontext.h148 inline T RNGSamplingContext<RNG>::next2() in next2() function
167 inline T RNGSamplingContext<RNG>::next2(Tag<T>) in next2() function
174 inline Vector<T, N> RNGSamplingContext<RNG>::next2(Tag<Vector<T, N>>) in next2() function
H A Dqmcsamplingcontext.h287 inline T QMCSamplingContext<RNG>::next2() in next2() function
343 inline T QMCSamplingContext<RNG>::next2(Tag<T>) in next2() function
350 inline Vector<T, N> QMCSamplingContext<RNG>::next2(Tag<Vector<T, N>>) in next2() function
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/xine/
H A Dvf_yadif_template.h229 #define next2 "cur" in FILTER_LINE_FUNC_NAME() macro
235 #define next2 "next" in FILTER_LINE_FUNC_NAME() macro
H A Dyadif.c234 #define next2 "cur" in filter_line_mmx2() macro
240 #define next2 "next" in filter_line_mmx2() macro
294 const uint8_t *next2= parity ? cur : next; in filter_line_c() local
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/xine/
H A Dvf_yadif_template.h229 #define next2 "cur" in FILTER_LINE_FUNC_NAME() macro
235 #define next2 "next" in FILTER_LINE_FUNC_NAME() macro
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/xine/
H A Dvf_yadif_template.h229 #define next2 "cur" in FILTER_LINE_FUNC_NAME() macro
235 #define next2 "next" in FILTER_LINE_FUNC_NAME() macro
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/xine/
H A Dvf_yadif_template.h229 #define next2 "cur" in FILTER_LINE_FUNC_NAME() macro
235 #define next2 "next" in FILTER_LINE_FUNC_NAME() macro
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/xine/
H A Dvf_yadif_template.h229 #define next2 "cur" in FILTER_LINE_FUNC_NAME() macro
235 #define next2 "next" in FILTER_LINE_FUNC_NAME() macro
/dports/devel/asl/asl-current/tests/t_avr8/
H A Dt_avr8.asm25 next2 nop label
/dports/devel/R-cran-lubridate/lubridate/tests/testthat/
H A Dtest-ops-subtraction.R111 next2 <- ymd("2011-01-29") globalVar
129 next2 <- ymd("2013-03-29") globalVar
/dports/devel/asl/asl-current/tests/t_kenbk2/
H A Dt_kenbk2.asm74 next2: label
/dports/biology/bbmap/bbmap/current/align2/
H A DPackedHeap.java82 int next2=next1+1; in percUp() local
117 int next2=next1+1; in percUpIter() local
H A DQuad64Heap.java115 int next2=next1+1; in percUp() local
150 int next2=next1+1; in percUpIter() local
H A DQuadHeap.java115 int next2=next1+1; in percUp() local
150 int next2=next1+1; in percUpIter() local
/dports/games/lapispuzzle/LapisPuzzle-1.2/
H A DLPController.h34 IBOutlet id next2; variable
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dfor_in_iter.py126 def next2(self): member in NextReplacingIterable
145 def next2(self): member in NextReplacingIterable
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dfor_in_iter.py126 def next2(self): member in NextReplacingIterable
145 def next2(self): member in NextReplacingIterable
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/crc32/
H A Dcrc32c_amd64.cc163 const uint64_t* next2) { in CombineCRC()
210 const uint64_t* next2 = next1 + block_size; in crc32c_3way() local
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/crc32/
H A Dcrc32c_amd64.cc163 const uint64_t* next2) { in CombineCRC()
210 const uint64_t* next2 = next1 + block_size; in crc32c_3way() local
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/bytealg/
H A Dcount_ppc64x.s90 next2: label
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/bytealg/
H A Dcount_ppc64x.s103 next2: label

12345678910>>...32