Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_drv.h500 #define IS_GRAPHICS_VER(i915, from, until) \
501 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until))
506 #define IS_MEDIA_VER(i915, from, until) \
507 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until))
510 #define IS_DISPLAY_VER(i915, from, until) \ argument
511 (DISPLAY_VER(i915) >= (from) && DISPLAY_VER(i915) <= (until))
520 #define IS_DISPLAY_STEP(__i915, since, until) \
522 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until))
524 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument
526 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until))
504 IS_GRAPHICS_VER(i915,from,until) global() argument
514 IS_DISPLAY_VER(i915,from,until) global() argument
528 IS_GRAPHICS_STEP(__i915,since,until) global() argument
532 IS_MEDIA_STEP(__i915,since,until) global() argument
536 IS_BASEDIE_STEP(__i915,since,until) global() argument
736 IS_XEHPSDV_GRAPHICS_STEP(__i915,since,until) global() argument
739 IS_MTL_DISPLAY_STEP(__i915,since,until) global() argument
743 IS_MTL_MEDIA_STEP(__i915,since,until) global() argument
762 IS_DG2_GRAPHICS_STEP(__i915,variant,since,until) global() argument
766 IS_DG2_DISPLAY_STEP(__i915,since,until) global() argument
770 IS_PVC_BD_STEP(__i915,since,until) global() argument
774 IS_PVC_CT_STEP(__i915,since,until) global() argument
[all...]
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_gt.h21 #define IS_GFX_GT_IP_RANGE(gt, from, until) ( \ argument
23 BUILD_BUG_ON_ZERO((until) < (from)) + \
26 GRAPHICS_VER_FULL((gt)->i915) <= (until)))
30 * a stepping in the range [from, until). The lower stepping bound is
34 * ("until") at which a hardware fix is present and the software workaround is
40 * "STEP_FOREVER" can be passed as "until" for workarounds that have no upper
43 #define IS_GFX_GT_IP_STEP(gt, ipver, from, until) ( \ argument
44 BUILD_BUG_ON_ZERO((until) <= (from)) + \
46 IS_GRAPHICS_STEP((gt)->i915, (from), (until))))
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dacknowledgements.pl32 my ( $since, $until ) = split '\.\.', $since_until;
35 unless $since_until && $since && $until;
98 my $last_timestamp = qx(git log -1 --pretty=format:%ct --summary $until);
H A Dsecurity_template.pod57 FIXME 5.28.2 (until 2020-05-31)
59 FIXME 5.30.1 (until 2021-05-31).
/openbsd-src/gnu/llvm/libcxx/include/
H A Diterator219 : public iterator<typename iterator_traits<Iterator>::iterator_category, // until C++17
230 …rator_category = typename iterator_traits<Iterator>::iterator_category; // since C++17, until C++20
232 …using value_type = typename iterator_traits<Iterator>::value_type; // since C++17, until C+…
234 using difference_type = typename iterator_traits<Iterator>::difference_type; // until C++20
237 using reference = typename iterator_traits<Iterator>::reference; // until C++20
246 constexpr pointer operator->() const; // until C++20
315 : public iterator<output_iterator_tag, void, void, void, void> // until C++17
322 typedef void difference_type; // until C++20
338 : public iterator<output_iterator_tag, void, void, void, void> // until C++17
345 typedef void difference_type; // until C++20
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dstate.t185 { lock ($go); cond_wait($go) until $go; }
202 cond_wait($go) until $go;
229 cond_wait($done) until ($done == 1);
233 cond_wait($rdy) until ($rdy == 8);
245 cond_wait($done) until ($done == 8);
H A Djoin.t181 cond_wait($go) until $go;
203 { lock ($go); cond_wait($go) until $go; }
210 lock($go); cond_wait($go) until $go;
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-05-19-ExceptionResponse.txt23 generation for exception paths (exceptions paths are not compiled until
26 In this case, only one copy of the code would be compiled... until the
42 Like everything, we can probably defer a final decision until later. :)
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A DChangeLog-1999-20039 * mi2-until.exp, mi2-var-block.exp, mi2-var-child.exp: Ditto.
185 mi0-regs.exp, mi0-watch.exp, mi0-stepi.exp, mi0-until.exp,
189 mi-until.exp, mi-var-block.exp, mi-stepi.exp, mi-stack.exp,
197 * mi0-until.exp, mi-until.exp, mi0-stepi.exp, mi-stepi.exp,
234 * mi-until.exp: Ditto.
267 * mi-stack.exp, mi-stepi.exp, mi-until.exp: Ditto.
273 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Ditto.
288 mi-until.exp, mi-var-block.exp, mi-var-child.exp, mi-var-cmd.exp,
293 mi0-until.exp, mi0-var-block.exp, mi0-var-child.exp,
312 * mi0-until.exp: Copy mi-until.exp.
[all …]
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm1026ejs.md92 ;; Multiplication instructions loop in the execute stage until the
97 ;; until after the memory stage.
112 ;; through the execute stage; the result is not available until after
181 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
191 ;; The ALU pipeline is stalled until the completion of the last memory
193 ;; execute stage busy until that point.
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D09_ended.t36 # Thread will loop until no more work is coming
79 # Thread will loop until no more work is coming
121 # Thread will loop until no more work is coming
/openbsd-src/usr.bin/sed/TEST/
H A Dmath.sed77 # turn mul into add until 1*x -> x
99 # get rid of a plus term until 0+x -> x
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dfrom-hash.t45 skip "Can't tell v-strings from strings until 5.8.1", 1
89 skip "Can't tell v-strings from strings until 5.8.1", 2
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-aix5238 # libgcc.mk. We want this delayed until actual install time.
50 # until gnatlib is built as a shared library on AIX. Compiling the
H A Dt-aix4357 # libgcc.mk. We want this delayed until actual install time.
69 # until gnatlib is built as a shared library on AIX. Compiling the
/openbsd-src/games/fortune/datfiles/
H A Drecipes38 Saute Rice, onion and garlic in a little butter until slightly brown.
44 Cook until rice is done (for more intimate proportions, divide down
/openbsd-src/games/monop/
H A Dcards.inp3 Keep this card until needed or sold
62 Keep this card until needed or sold
/openbsd-src/regress/usr.bin/make/
H A Dmk62 # Value should be kept until after loop
/openbsd-src/regress/usr.bin/sed/
H A Dmath.sed294 # turn mul into add until 1*x -> x, 0*x -> 0
322 # get rid of a plus term until 0+x -> x
377 # get rid of a sub term until /-0*=/ or underflow
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dratopt_a.t12 # bigrat (bug until v0.15)
/openbsd-src/games/hack/
H A Dhh4 /|\ (until stopped by e.g. a wall)
6 (until something interesting is seen)
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dmh-ppc-aix4 # until gnatlib is built as a shared library on AIX. Compiling the
/openbsd-src/gnu/gcc/config/
H A Dmh-ppc-aix4 # until gnatlib is built as a shared library on AIX. Compiling the
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dt-hpux-shlib14 # libgcc.mk. We want this delayed until actual install time.
/openbsd-src/regress/usr.bin/mandoc/roff/ig/
H A Dbasic.out_ascii10 Here is a stray .. block ending, and then an .ig staying open until the

12345678910>>...35