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

1 2

  /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/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 58 * Creates a Server that will utilize both reliable and fast
68 * Creates a Server that will utilize both reliable and fast
78 * Creates a named and versioned Server that will utilize both reliable and fast
87 * @param udpPort The port upon which the UDP hosting will listen for new 'fast' UDP
88 * messages. Set to -1 if 'fast' traffic should go over TCP. This will
93 UdpKernel fast = udpPort == -1 ? null : new UdpKernel(udpPort); local
96 return new DefaultServer( gameName, version, reliable, fast );
119 * using both reliable and fast transports.
128 * using both reliable and fast transports.
137 * using both reliable and fast transports.
165 UdpConnector fast = remoteUdpPort == -1 ? null : new UdpConnector( remoteAddress, remoteUdpPort ); local
186 UdpConnector fast = new UdpConnector( address, remoteUdpPort ); local
    [all...]
  /external/libgsm/inc/
private.h 37 char fast; /* only used if FAST */ member in struct:gsm_state
  /external/v8/test/mjsunit/
elements-kind.js 46 fast_smi_only : 'fast smi only elements',
47 fast : 'fast elements',
48 fast_double : 'fast double elements',
63 if (%HasFastElements(obj)) return elements_kind.fast;
100 expected = elements_kind.fast;
106 assertKind(elements_kind.fast, me);
109 assertKind(elements_kind.fast, me);
130 assertKind(elements_kind.fast, you);
182 assertKind(elements_kind.fast, a)
    [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
  /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 473 Thread *fast, *slow; local
477 fast = slow = mon->waitSet;
480 if (fast == NULL) return 0;
481 if (fast->waitNext == NULL) return 0;
482 if (fast == slow && n > 0) return 1;
484 fast = fast->waitNext->waitNext;
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 322 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds(); local
324 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
329 if (fast) {
360 bool fast = canUseDrawH && fastBounds; local
362 if (fast) {
379 if (fast) {
407 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
409 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H);
417 if (fast) {
  /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/v8/src/x64/
ic-x64.cc 302 // Loads an indexed element from a fast case array.
333 // Check that the object is in fast mode and writable.
344 // Fast case: Do the load.
407 // Check the receiver's map to see if it has fast elements.
450 // If the receiver is a fast-case object, check the keyed lookup
635 Label slow, slow_with_tagged_index, fast, array, extra, check_extra_double; local
708 // array. Check that the array is in fast mode (and writable); if it
717 // address to store into and fall through to fast case.
721 // Fast case: Do the store.
752 // Check for fast double array case. If this fails, call through to th
    [all...]
stub-cache-x64.cc 112 // This function is safe to call if the receiver has fast properties.
346 // Load a fast property out of a holder object (src). In-object properties
404 // Number of pointers to be reserved on stack for fast API call.
431 // -- rsp[8] : last fast api call extra argument.
433 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra argument.
450 // (last fast api call extra argument,
453 // (first fast api call extra argument)
629 // Deferred code for fast API call case---clean preallocated space.
2095 Label fast; local
2116 Label fast; local
    [all...]
full-codegen-x64.cc 930 // Check cache validity in generated code. This is a fast case for
947 // If we got a map from the runtime call, we can do a fast
1131 Label next, fast; local
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 132 // This function is safe to call if the receiver has fast properties.
321 // Load a fast property out of a holder object (src). In-object properties
812 // Deferred code for fast API call case---clean preallocated space.
2375 Label fast; local
2396 Label fast; local
    [all...]
full-codegen-arm.cc 1221 Label loop, fast; local
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 143 // This function is safe to call if the receiver has fast properties.
372 // Load a fast property out of a holder object (src). In-object properties
426 // Number of pointers to be reserved on stack for fast API call.
451 // -- esp[4] : last fast api call extra argument.
453 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument.
470 // (last fast api call extra argument,
473 // (first fast api call extra argument)
645 // Deferred code for fast API call case---clean preallocated space.
2267 Label fast; local
2288 Label fast; local
    [all...]
full-codegen-ia32.cc 1177 Label next, fast; local
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 123 // 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
802 // Deferred code for fast API call case---clean preallocated space.
2368 Label fast; local
2389 Label fast; local
    [all...]
full-codegen-mips.cc 1229 Label loop, fast; local
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 67 let fast = 8 var in Module:CallConv
    [all...]
  /external/v8/src/
api.cc 3067 bool fast = Utils::OpenHandle(this)->HasFastProperties(); local
    [all...]
objects.cc 543 // If the object is fully fast case and has the same map it was
3243 Map* fast = obj->map(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
ant.jar 

Completed in 1868 milliseconds

1 2