/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/libgsm/inc/ |
private.h | 37 char fast; /* only used if FAST */ member in struct:gsm_state
|
/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
|
/ndk/sources/host-tools/ndk-stack/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
|
/system/extras/tests/memtest/ |
memtest.cpp | 75 " memcpy [perf [fast] | test]\n" 155 bool fast = (argc>=3 && !strcmp(argv[2], "fast")); local 167 if (!fast) {
|
/dalvik/vm/ |
Sync.cpp | 471 Thread *fast, *slow; local 475 fast = slow = mon->waitSet; 478 if (fast == NULL) return 0; 479 if (fast->waitNext == NULL) return 0; 480 if (fast == slow && n > 0) return 1; 482 fast = fast->waitNext->waitNext; [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 261 bool fast = paint.canComputeFastBounds(); local 263 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT); 268 if (fast) { 292 bool fast = canUseDrawH && paint.canComputeFastBounds(); local 294 if (fast) { 307 if (fast) { 332 bool fast = paint.canComputeFastBounds(); 334 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H); 342 if (fast) {
|
/external/v8/src/arm/ |
ic-arm.cc | 445 // Loads an indexed element from a fast case array. 480 // Check that the object is in fast mode and writable. 492 // Fast case: Do the load. 1437 Label slow, fast, array, extra; local [all...] |
stub-cache-arm.cc | 96 // This function is safe to call if the receiver has fast properties. 308 // Load a fast property out of a holder object (src). In-object properties 812 // Deferred code for fast API call case---clean preallocated space. 2419 Label fast; local 2441 Label fast; local [all...] |
full-codegen-arm.cc | 922 // Check cache validity in generated code. This is a fast case for 1229 Label loop, fast; local [all...] |
/external/v8/src/ia32/ |
ic-ia32.cc | 458 // Loads an indexed element from a fast case array. 477 // Check that the object is in fast mode and writable. 485 // Fast case: Do the load. 545 // Check the "has fast elements" bit in the receiver's map which is 607 // If the receiver is a fast-case object, check the keyed lookup 768 Label slow, fast, array, extra; local 794 // Check that the object is in fast mode and writable. 797 __ j(below, &fast, taken); 815 // Add 1 to receiver->length, and go to fast array write. 818 __ jmp(&fast); [all...] |
stub-cache-ia32.cc | 108 // This function is safe to call if the receiver has fast properties. 374 // Load a fast property out of a holder object (src). In-object properties 425 // Number of pointers to be reserved on stack for fast API call. 450 // -- esp[4] : last fast api call extra argument. 452 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument. 469 // (last fast api call extra argument, 472 // (first fast api call extra argument) 668 // Deferred code for fast API call case---clean preallocated space. 2287 Label fast; local 2309 Label fast; local [all...] |
full-codegen-ia32.cc | 878 // Check cache validity in generated code. This is a fast case for 932 // If we got a map from the runtime call, we can do a fast 1089 NearLabel next, fast; local [all...] |
/external/v8/src/x64/ |
ic-x64.cc | 463 // Loads an indexed element from a fast case array. 494 // Check that the object is in fast mode and writable. 505 // Fast case: Do the load. 568 // Check the "has fast elements" bit in the receiver's map which is 614 // If the receiver is a fast-case object, check the keyed lookup 773 Label slow, slow_with_tagged_index, fast, array, extra; local 799 // Check that the object is in fast mode and writable. 807 __ j(above, &fast); 831 __ jmp(&fast); 834 // array. Check that the array is in fast mode (and writable); if i [all...] |
stub-cache-x64.cc | 83 // This function is safe to call if the receiver has fast properties. 355 // Load a fast property out of a holder object (src). In-object properties 410 // Number of pointers to be reserved on stack for fast API call. 437 // -- rsp[8] : last fast api call extra argument. 439 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra argument. 456 // (last fast api call extra argument, 459 // (first fast api call extra argument) 657 // Deferred code for fast API call case---clean preallocated space. 2124 Label fast; local 2145 Label fast; local [all...] |
full-codegen-x64.cc | 881 // Check cache validity in generated code. This is a fast case for 939 // If we got a map from the runtime call, we can do a fast 1100 NearLabel next, fast; local [all...] |
/frameworks/base/libs/hwui/ |
ProgramCache.cpp | 170 // Fast cases 524 bool fast = false; local 537 fast = true; 544 fast = true; 551 fast = true; 558 fast = true; 561 if (fast) { 563 PROGRAM_LOGD("*** Fast case:\n");
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 66 let fast = 8 var in Module:CallConv [all...] |
/external/icu4c/test/intltest/ |
usettest.cpp | 3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); local [all...] |
/external/v8/src/ |
objects.cc | 480 // If the object is fully fast case and has the same map it was 2412 Map* fast = obj->map(); local [all...] |
/prebuilt/common/ant/ |
ant.jar | |