Home
last modified time | relevance | path

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

/external/skia/legacy/src/core/
DSkConcaveToTriangles.cpp657 Trapezoid *traps[2]; in RemoveDegenerateTrapezoids() local
658 vt->trapezoids(traps, traps+1); in RemoveDegenerateTrapezoids()
659 if (traps[1] != NULL && in RemoveDegenerateTrapezoids()
660 vt->point().fY >= traps[1]->bottom()->point().fY) { in RemoveDegenerateTrapezoids()
661 traps[1]->nullify(); in RemoveDegenerateTrapezoids()
662 traps[1] = NULL; in RemoveDegenerateTrapezoids()
664 if (traps[0] != NULL && in RemoveDegenerateTrapezoids()
665 vt->point().fY >= traps[0]->bottom()->point().fY) { in RemoveDegenerateTrapezoids()
666 if (traps[1] != NULL) { in RemoveDegenerateTrapezoids()
667 *traps[0] = *traps[1]; in RemoveDegenerateTrapezoids()
[all …]
/external/icu4c/i18n/
DdecContext.c69 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault()
84 context->traps=0; /* no traps set */ in uprv_decContextDefault()
95 context->traps=0; /* no traps set */ in uprv_decContextDefault()
106 context->traps=0; /* no traps set */ in uprv_decContextDefault()
205 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
DdecContext.h93 uint32_t traps; /* trap-enabler flags */ member
Ddigitlst.cpp73 fContext.traps = 0; in DigitList()
147 c.traps = 0; in operator ==()
DdecNumber.c3226 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralExact()
3238 workset.traps=0; /* no traps */ in uprv_decNumberToIntegralValue()
/external/oprofile/events/alpha/ev6/
Devents10 event:0x07 counters:1 um:zero minimum:500 name:UNALIGNED_TRAP : Retired unaligned traps
11 event:0x08 counters:1 um:zero minimum:500 name:REPLAY_TRAP : Replay traps
/external/oprofile/events/alpha/ev5/
Devents8 event:0x05 counters:1 um:zero minimum:256 name:REPLAY_TRAP : Replay traps (ldu, wb/maf, litmus test)
32 event:0x18 counters:2 um:zero minimum:256 name:LDU_REPLAYS : LDU replay traps
33 event:0x19 counters:2 um:zero minimum:256 name:WB_MAF_FULL_REPLAYS : WB/MAF full replay traps
/external/stlport/stlport/stl/
D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/external/zlib/src/contrib/asm686/
DREADME.68610 PPro's speed traps. My own tests show a speedup of around 10-20% at
/external/llvm/test/Transforms/InstCombine/
Drem.ll11 define i32 @test2(i32 %A) { ; 0 % X = 0, we don't need to preserve traps
Ddiv.ll21 ; => 0, don't need to keep traps
/external/oprofile/events/alpha/ev67/
Devents8 event:0x03 counters:1 um:zero minimum:500 name:MBOX_REPLAY : Mbox replay traps
/external/quake/quake/src/WinQuake/
Dquake-rogue.spec.sh91 traps are set in floors and ceilings.
/external/skia/gyp/
Dpixman_test.gyp46 # '../../../pixman/test/composite-traps-test.c',
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT208 Invisible or visible sensors which open doors, unleash traps, warn
732 Quake has many different traps. Don't be paranoid, because traps aren't
744 == TIP -- Monsters are smart enough not to activate their own traps, but ==
745 == if you activate the traps, the monsters can get caught by them. ==
/external/oprofile/events/ppc/e500/
Devents30 …PS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi)
/external/oprofile/events/ppc/e500v2/
Devents30 …PS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi)
/external/clang/docs/
DUsersManual.rst871 flag, which causes traps to be emitted, rather than calls to
/external/llvm/include/llvm/IR/
DIntrinsicsX86.td15 // Interrupt traps
/external/mksh/src/
Dcheck.t4023 Check if LINENO is tracked in traps
4037 Ensure unknown traps are not a syntax error
5560 Check that $? is preserved in subshells, includes, traps.
5855 Check that ERR and EXIT traps are run just like ksh93 does.
/external/dropbear/libtomcrypt/
Dchanges167 …pt_custom.h to make customizable PK easier (and also cleaned up the error traps so they're correct…
Dcrypt.tex159 robustness and efficiency. LibTomCrypt traps and returns a series of errors ranging from invalid
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1994 M, such as mouse-traps, and the moon, and memory, and muchness--
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3111841 * platform/cairo/cairo/src/cairo-traps.c: Removed.