HomeSort by relevance Sort by last modified time
    Searched refs:fast (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/quake/quake/src/WinQuake/
wq.bat 2 if x%1==xfast goto fast
12 echo wq fast: maximum speed, but doesn't work on all systems
24 :fast label
  /external/openssl/crypto/des/times/
usparc.cc 1 solaris 2.5.1 usparc 167mhz?? - SC4.0 cc -fast -Xa -xO5
3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
  /external/clearsilver/ports/freebsd/
Makefile 15 COMMENT= ClearSilver is a fast, powerful, and language-neutral HTML template system.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_files.py 34 i.e. calling GatherTestFiles(["LayoutTests/fast"]) will only return files
  /external/v8/test/mjsunit/
function-prototype.js 58 // Test that the fast case optimizations can handle non-functions,
66 // Seed the GetPrototypeOf function to enable the fast case
85 // Check the standard fast case.
smi-ops.js 57 assertEquals(1, Add1(0)); // fast case
58 assertEquals(1, Add1Reversed(0)); // fast case
64 assertEquals(100, Add100(0)); // fast case
65 assertEquals(100, Add100Reversed(0)); // fast case
90 assertEquals(0, Sub1(1)); // fast case
91 assertEquals(-1, Sub1Reversed(2)); // fast case
97 assertEquals(0, Sub100(100)); // fast case
98 assertEquals(1, Sub100Reversed(99)); // fast case
bit-not.js 68 // the fast path and just use the slow path instead.
  /external/v8/test/mjsunit/compiler/
simple-global-access.js 28 // Flags: --fast-compiler
30 // Test global variable loads with the fast compiler.
simple-bailouts.js 28 // Flags: --fast-compiler
41 // Test operations expected to stay on the fast path. Enumerate all binary
simple-binary-op.js 28 // Flags: --fast-compiler
this-property-refs.js 28 // Flags: --fast-compiler
  /external/v8/test/mjsunit/regress/
regress-386.js 32 // the object's map in the fast case and adds a constant function map
35 // and simultaneously converts the object from fast case to slow case
regress-137.js 42 case 15: return "F"; // Enough cases to trigger fast-case Smi switch.
  /hardware/broadcom/wlan/bcm4329/src/shared/
aiutils.c 490 bool fast = FALSE; local
504 fast = TRUE;
518 fast = TRUE;
524 fast = TRUE;
536 if (!fast) {
556 if (!fast) {
sbutils.c 357 bool fast = FALSE; local
371 fast = TRUE;
385 fast = TRUE;
391 fast = TRUE;
403 if (!fast) {
437 if (!fast) {
  /external/skia/src/core/
SkPictureRecord.cpp 255 bool fast = paint.canComputeFastBounds(); local
257 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
262 if (fast) {
286 bool fast = canUseDrawH && paint.canComputeFastBounds(); local
288 if (fast) {
301 if (fast) {
326 bool fast = paint.canComputeFastBounds();
328 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H);
336 if (fast) {
  /dalvik/vm/mterp/x86/
OP_NEW_ARRAY.S 26 jne .L${opcode}_finish # yes, fast path
  /external/v8/src/arm/
ic-arm.cc 476 // ARM platform so we can generate inlined fast-case code loads in
532 Label slow, fast; local
560 // Check that the object is in fast mode (not dictionary).
568 __ b(lo, &fast);
575 // Fast case: Do the load.
576 __ bind(&fast);
683 Label slow, fast, array, extra, exit; local
712 // Check that the object is in fast mode (not dictionary).
724 __ b(lo, &fast);
751 __ b(&fast);
    [all...]
stub-cache-arm.cc 153 // Load a fast property out of a holder object (src). In-object properties
878 Label fast; local
881 __ b(eq, &fast);
884 __ bind(&fast);
900 Label fast; local
    [all...]
  /external/v8/
Android.v8common.mk 26 src/fast-codegen.cc \
87 src/arm/fast-codegen-arm.cc \
  /dalvik/vm/
Sync.c 536 Thread *fast, *slow; local
540 fast = slow = mon->waitSet;
543 if (fast == NULL) return 0;
544 if (fast->waitNext == NULL) return 0;
545 if (fast == slow && n > 0) return 1;
547 fast = fast->waitNext->waitNext;
    [all...]
  /bionic/libc/regex/
engine.c 47 #define fast sfast macro
59 #define fast lfast macro
90 static char *fast(struct match *, char *, char *, sopno, sopno);
181 endp = fast(m, start, stop, gf, gl);
669 - fast - step through the string at top speed
672 fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst) function
1013 #undef fast macro
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 124 $(node.get_children_ul()).slideUp("fast");
179 $(node.get_children_ul()).slideDown("fast");
183 $(node.get_children_ul()).slideDown("fast");
  /external/clearsilver/ports/rpm/
clearsilver.spec 78 ClearSilver is a fast, powerful, and language-neutral HTML template system.
84 like Python and Perl via modules, it is extremely fast compared to template
  /external/v8/test/mjsunit/third_party/
object-keys.js 32 // Based on LayoutTests/fast/js/Object-keys.html

Completed in 987 milliseconds

1 2 3