HomeSort by: relevance | last modified time | path
    Searched defs:between (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
RangeSelector.h 59 /// Selects the range between `R1` and `R2.
60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { function in namespace:clang
86 // source between the call's parentheses).
90 // statements (all source between the braces).
94 // (all source between the braces).
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 138 %token BETWEEN
251 %left BETWEEN OF
1176 | expr between position AND position
1181 | '(' expr between position AND position ')'
1198 between: label
1199 BETWEEN
1200 | OF THE WAY BETWEEN
  /src/external/mit/isl/dist/interface/
cpp.h 68 * "between" is called between two arguments and
73 const std::function<void()> between; member in struct:Method::list_combiner
  /src/games/robots/
auto.c 72 static int between(COORD *, COORD *);
258 * move the closest heap between us and the closest robot
266 /* equation of the line between us and the closest robot */
312 /* between():
313 * Return true if the heap is between us and the robot
316 between(COORD *rob, COORD *hp) function
361 if (robot_heap <= heap_dist && !between(robot_close, heap_close)) {
  /src/external/mpl/bind/dist/bin/tests/system/ksr/
tests_ksr.py 90 def between(value, start, end): function
168 if retired is None or between(now, published, retired):
173 if between(now, published, pubdelay):
183 if between(now, active, signdelay):
298 if between(published, inception, next_bundle):
302 if between(removed, inception, next_bundle):
380 if between(published, inception, next_bundle):
390 if between(removed, inception, next_bundle):
406 if between(published, inception, next_bundle):
410 if between(removed, inception, next_bundle)
    [all...]
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 345 # If the guard variable is undefined between the first and the second time the
347 CASES+= variable-undef-between
348 LINES.variable-undef-between= \
352 UNDEF_BETWEEN.variable-undef-between= \
354 # expect: Parse_PushInput: variable-undef-between.tmp:1
355 # expect: Parse_PushInput: variable-undef-between.tmp:1
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-ksr.c 144 between(isc_stdtime_t t, isc_stdtime_t start, isc_stdtime_t end) { function
702 next_bundle = between(pub, inception, next_bundle);
703 next_bundle = between(act, inception, next_bundle);
704 next_bundle = between(inact, inception, next_bundle);
705 next_bundle = between(del, inception, next_bundle);
787 next_bundle = between(pub, inception, next_bundle);
788 next_bundle = between(del, inception, next_bundle);
824 next_bundle = between(pub, inception, next_bundle);
825 next_bundle = between(del, inception, next_bundle);
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 4136 pointers compare as equal between the normal executable and
4721 the distance between the symbol (currently in RELOCATION) and the
8817 be between [-16, 15]. */
9270 long before, between;
9301 --------------------- between ---|
9303 We only care how much data are relax between DIFF,
9307 between = get_nds32_elf_blank_total (&blank_t,
9309 if (between == before)
9315 bfd_put_8 (abfd, offset - (between - before),
9319 bfd_put_16 (abfd, offset - (between - before)
9264 long before, between; local
9327 unsigned long before, between; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 4136 pointers compare as equal between the normal executable and
4722 the distance between the symbol (currently in RELOCATION) and the
8820 be between [-16, 15]. */
9273 long before, between;
9304 --------------------- between ---|
9306 We only care how much data are relax between DIFF,
9310 between = get_nds32_elf_blank_total (&blank_t,
9312 if (between == before)
9318 bfd_put_8 (abfd, offset - (between - before),
9322 bfd_put_16 (abfd, offset - (between - before)
9267 long before, between; local
9330 unsigned long before, between; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 4132 pointers compare as equal between the normal executable and
4715 the distance between the symbol (currently in RELOCATION) and the
8813 be between [-16, 15]. */
9266 long before, between;
9297 --------------------- between ---|
9299 We only care how much data are relax between DIFF,
9303 between = get_nds32_elf_blank_total (&blank_t,
9305 if (between == before)
9311 bfd_put_8 (abfd, offset - (between - before),
9315 bfd_put_16 (abfd, offset - (between - before)
9260 long before, between; local
9323 unsigned long before, between; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 4136 pointers compare as equal between the normal executable and
4721 the distance between the symbol (currently in RELOCATION) and the
8819 be between [-16, 15]. */
9272 long before, between;
9303 --------------------- between ---|
9305 We only care how much data are relax between DIFF,
9309 between = get_nds32_elf_blank_total (&blank_t,
9311 if (between == before)
9317 bfd_put_8 (abfd, offset - (between - before),
9321 bfd_put_16 (abfd, offset - (between - before)
9266 long before, between; local
9329 unsigned long before, between; local
    [all...]

Completed in 51 milliseconds