Searched defs:fast (Results 1 - 25 of 29) sorted by relevance

12

/external/quake/quake/src/WinQuake/
H A Dwq.bat2 if x%1==xfast goto fast
12 echo wq fast: maximum speed, but doesn't work on all systems
24 :fast label
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc104 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) { argument
108 fast = false;
110 if (!fast)
H A Dasan_win.cc33 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) { argument
34 (void)fast;
H A Dasan_mac.cc232 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) { argument
233 (void)fast;
/external/libgsm/inc/
H A Dprivate.h37 char fast; /* only used if FAST */ member in struct:gsm_state
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultClient.java90 public DefaultClient( String gameName, int version, Connector reliable, Connector fast, argument
94 setPrimaryConnectors( reliable, fast, connectorFactory );
97 protected void setPrimaryConnectors( Connector reliable, Connector fast, ConnectorFactory connectorFactory ) argument
108 if( fast != null ) {
109 channels.add(new ConnectorAdapter(fast, dispatcher, dispatcher, false));
/external/v8/test/mjsunit/
H A Delements-kind.js46 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,
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan.cc168 bool fast) {
169 if (!fast) {
167 GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) argument
/external/skia/bench/
H A DMathBench.cpp324 FloorBench(void* param, bool fast) : INHERITED(param), fFast(fast) { argument
331 if (fast) {
/external/skia/legacy/src/core/
H A DSkPictureRecord.cpp322 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) {
/external/skia/src/core/
H A DSkPictureRecord.cpp129 0, // DRAW_POS_TEXT_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT
131 0, // DRAW_POS_TEXT_H_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT_H
137 0, // DRAW_TEXT_TOP_BOTTOM, // fast variant of DRAW_TEXT
550 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds(); local
552 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
558 if (fast) {
589 bool fast = canUseDrawH && fastBounds; local
591 if (fast) {
609 if (fast) {
637 bool fast
[all...]
/external/skia/tests/
H A DMathTest.cpp31 float fast = fast_floor(value); local
33 REPORTER_ASSERT(reporter, std == fast);
34 // SkDebugf("value[%1.9f] std[%g] fast[%g] equal[%d]\n",
35 // value, std, fast, std == fast);
/external/v8/src/x64/
H A Dic-x64.cc302 // Loads an indexed element from a fast case array.
333 // Check that the object is in fast mode and writable.
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.
752 // Check for fast double array case. If this fails, call through to the
1496 // fast elements (including COW).
1501 // Check that the array has fast propertie
[all...]
H A Dstub-cache-x64.cc112 // 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.
1382 // Check that the elements are in fast mode and writable.
1424 // In case of fast sm
2095 Label fast; local
2116 Label fast; local
[all...]
H A Dfull-codegen-x64.cc930 // 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
1069 // Use the fast case closure allocation code that allocates in new
1131 Label next, fast; local
1140 __ j(equal, &fast, Label::kNear);
1147 __ bind(&fast);
1196 // Generate fast-case code for variables that might be shadowed by
1957 // adding fast properties.
1978 // If the assignment ends an initialization block, revert to fast case.
1996 // adding fast propertie
[all...]
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc143 // 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.
899 // fast and global objects or do negative lookup for normal objects.
1415 // Check that the elements are in fast mod
2267 Label fast; local
2288 Label fast; local
[all...]
H A Dfull-codegen-ia32.cc986 // Check cache validity in generated code. This is a fast case for
1115 // Use the fast case closure allocation code that allocates in new
1177 Label next, fast; local
1185 __ j(equal, &fast, Label::kNear);
1192 __ bind(&fast);
1241 // Generate fast-case code for variables that might be shadowed by
2042 // adding fast properties.
2063 // If the assignment ends an initialization block, revert to fast case.
2081 // adding fast properties.
2103 // If the assignment ends an initialization block, revert to fast cas
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp3056 "fast",
3057 "fast.not"
3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); local
3656 fast->freeze();
3657 sets[FAST]=(UnicodeSet *)fast->clone();
3658 delete fast;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml67 let fast = 8 var in Module:CallConv
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1021 // Check cache validity in generated code. This is a fast case for
1038 // If we got a map from the runtime call, we can do a fast
1161 // Use the fast case closure allocation code that allocates in new
1221 Label loop, fast; local
1230 __ b(eq, &fast);
1238 __ bind(&fast);
1287 // Generate fast-case code for variables that might be shadowed by
2094 // adding fast properties.
2107 // receiver into fast case.
2119 // If the assignment ends an initialization block, revert to fast cas
[all...]
H A Dstub-cache-arm.cc132 // 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.
1526 // Check that the elements are in fast mode and writable.
1576 // In case of fast smi-only, convert to fast object, otherwise bail out.
1723 // Check that the elements are in fast mode and writable.
2375 Label fast; local
2377 __ JumpIfSmi(r1, &fast);
2380 __ bind(&fast);
2396 Label fast; local
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1030 // Check cache validity in generated code. This is a fast case for
1047 // If we got a map from the runtime call, we can do a fast
1170 // Use the fast case closure allocation code that allocates in new
1229 Label loop, fast; local
1237 __ Branch(&fast, eq, temp, Operand(t0));
1244 __ bind(&fast);
1291 // Generate fast-case code for variables that might be shadowed by
2111 // adding fast properties.
2125 // receiver into fast case.
2137 // If the assignment ends an initialization block, revert to fast cas
[all...]
H A Dstub-cache-mips.cc123 // 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.
1525 // Check that the elements are in fast mode and writable.
1574 // In case of fast smi-only, convert to fast object, otherwise bail out.
1721 // Check that the elements are in fast mode and writable.
2368 Label fast; local
2370 __ JumpIfSmi(a1, &fast);
2373 __ bind(&fast);
2389 Label fast; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/
H A Dapi.cc3067 bool fast = Utils::OpenHandle(this)->HasFastProperties(); local
3070 if (fast) i::JSObject::TransformToFastProperties(Utils::OpenHandle(this), 0);

Completed in 449 milliseconds

12