Home
last modified time | relevance | path

Searched refs:gt (Results 26 – 50 of 79) sorted by relevance

1234

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_lib.c776 int gt, lt; in BN_cmp() local
798 gt = 1; in BN_cmp()
801 gt = -1; in BN_cmp()
806 return (gt); in BN_cmp()
813 return (gt); in BN_cmp()
/dragonfly/tools/regression/bin/sh/expansion/
H A Darith11.08 while [ $((minint <<= 1)) -gt 0 ]; do
/dragonfly/tools/regression/bin/sh/builtins/
H A Dcd3.021 [ $? -gt 1 ] && [ -n "$v" ]
H A Dcd4.026 [ $r -gt 1 ] && exit $r
H A Dtrap2.039 if [ $i -lt 48 ] || [ $i -gt 57 ]; then
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmatch.pd43 ge gt ne eq lt le ordered unordered ge gt le lt ltgt uneq)
765 (for cmp (gt le)
1271 (for cmp (le gt)
1272 icmp (gt le)
2928 (for cmp (le gt)
2935 acmp (gt le)
3398 test2 (ge gt eq gt eq gt)
3415 (for cmp (le gt)
3827 out (gt gt le le)
3842 (for cmp (gt le)
[all …]
H A Ddbgcnt.def126 while [ `expr $ub - $lb` -gt 1 ]; do
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.h858 u8 gt; /* GT number, 0 if undefined */ member
2742 } gt; member
2993 (dev_priv)->info.gt == 1)
3015 (dev_priv)->info.gt == 3)
3019 (dev_priv)->info.gt == 3)
3040 (dev_priv)->info.gt == 2)
3042 (dev_priv)->info.gt == 3)
3044 (dev_priv)->info.gt == 4)
3046 (dev_priv)->info.gt == 2)
3048 (dev_priv)->info.gt == 3)
[all …]
H A Di915_gem_context.c906 list_for_each_entry(timeline, &engine->i915->gt.timelines, link) { in engine_has_kernel_context()
909 if (timeline == &engine->i915->gt.global_timeline) in engine_has_kernel_context()
944 list_for_each_entry(timeline, &dev_priv->gt.timelines, link) { in i915_gem_switch_to_kernel_context()
H A Di915_gem_evict.c45 if (i915->gt.active_requests)
H A Dintel_hangcheck.c434 if (!READ_ONCE(dev_priv->gt.awake)) in i915_hangcheck_elapsed()
H A Dintel_engine_cs.c335 dev_priv->gt.cleanup_engine(engine); in intel_engines_init()
385 engine->timeline = &engine->i915->gt.global_timeline.engine[engine->id]; in intel_engine_init_timeline()
1576 if (READ_ONCE(dev_priv->gt.active_requests)) in intel_engines_are_idle()
/dragonfly/contrib/file/magic/Magdir/
H A Dmotorola32 # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Diostream50 * The &lt;iostream&gt; header declares the eight <em>standard stream
H A Diosfwd66 * should not do it yourself. Instead, include the &lt;iosfwd&gt;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Diostream49 * The &lt;iostream&gt; header declares the eight <em>standard stream
H A Diosfwd64 * should not do it yourself. Instead, include the &lt;iosfwd&gt;
/dragonfly/contrib/expat/lib/
H A Dxmltok_impl.c677 goto gt; in PREFIX()
693 gt: in PREFIX()
784 goto gt; in PREFIX()
801 gt: in PREFIX()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Doperators.def123 DEF_SIMPLE_OPERATOR (">", GT_EXPR, "gt", 2)
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Doperators.def110 DEF_OPERATOR (">", GT_EXPR, "gt", OVL_OP_FLAG_BINARY)
/dragonfly/gnu/usr.bin/cc47/cc_tools/tools/
H A DMakefile141 CLEANFILES+= gt-* gtype-*.h
/dragonfly/usr.bin/vi/catalog/
H A Dgerman.UTF-8.base282 293 "angefügt"
304 315 "%s: angefügt: %lu Zeilen, %lu Zeichen"
/dragonfly/contrib/bmake/
H A Dconfigure.in170 test ${bmake_path_max:-0} -gt 0 2> /dev/null || bmake_path_max=
173 if test $bmake_path_max -gt 1024; then
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def126 while [ `expr $ub - $lb` -gt 1 ]; do
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dpredicates.md1045 (match_code "ge,gt,uneq,unle,unlt,ltgt"))))
1048 (match_code "ne,eq,ge,gt,le,lt"))
1095 (match_code "ltu,lt,unlt,gtu,gt,ungt,le,unle,ge,unge,ltgt,uneq")
1116 (match_code "gt,ge,unlt,unle,uneq,ltgt,ordered,unordered"))

1234