Searched defs:slow (Results 1 - 25 of 64) sorted by relevance

123

/external/skia/tests/
H A DColorPrivTest.cpp30 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
31 const SkPMColor slow = SkFourByteInterp(src, dst, scale); local
34 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
35 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
36 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
37 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast);
H A DPointTest.cpp143 // making sure the slow and fast paths are within 0.1%.
148 SkPoint slow = kOne, fast = kOne; local
150 slow.setLength(tests[i]);
153 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
155 SkScalar ratio = slow.length() / fast.length();
/external/chromium/chrome/browser/history/
H A Dredirect_uitest.cc288 // to /slow?60. It's unable to serve our second request for files/title2.html
289 // until /slow? completes, which doesn't give the desired behavior. We could
298 // committed. To achieve this, we tell the browser to load a slow page,
305 GURL slow = test_server_.GetURL("slow?60"); local
307 "client-redirect?" + slow.spec());
/external/chromium_org/chrome/browser/history/
H A Dredirect_browsertest.cc257 // to /slow?60. It's unable to serve our second request for files/title2.html
258 // until /slow? completes, which doesn't give the desired behavior. We could
267 // committed. To achieve this, we tell the browser to load a slow page,
274 GURL slow = test_server()->GetURL("slow?60"); local
276 "client-redirect?" + slow.spec());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java48 BarItem(String t, double[] stats, String u, String slow, boolean sig) { argument
52 this.slowdownExpected= slow;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) { argument
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h78 unsigned char slow; member in struct:usbdevfs_connectinfo
/external/libusb/libusb/os/
H A Dlinux_usbfs.h103 unsigned char slow; member in struct:usbfs_connectinfo
/external/pixman/pixman/
H A Dpixman-filter.c260 double slow = pos - scale * filters[sample].width / 2.0; local
261 double shigh = slow + scale * filters[sample].width;
265 if (rhigh >= slow && rlow <= shigh)
267 ilow = MAX (slow, rlow);
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc88 void set_slow_create_download(bool slow) { slow_create_download_ = slow; } argument
284 void set_slow_create_download(bool slow) { argument
286 history_->set_slow_create_download(slow);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.h106 unsigned char slow; member in struct:usbfs_connectinfo
/external/chromium_org/third_party/skia/src/core/
H A DSkMath.cpp207 uint32_t slow = SkFixedDiv(SK_Fixed1, a); local
226 slow, slow/65536.);
/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc1015 Label slow, non_function; local
1019 __ b(ne, &slow);
1101 __ bind(&slow);
H A Dic-arm.cc66 // JS object with slow properties and no interceptors.
118 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
216 // Checks the receiver for special cases (value type, slow case bits).
223 Label* slow) {
225 __ JumpIfSmi(receiver, slow);
232 __ b(ne, slow);
240 __ b(lt, slow);
592 // If the receiver is a regular JS object with slow properties then do
814 Label slow, noti local
218 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
841 Label slow, notin; local
869 Label slow, notin; local
929 Label slow, check_name, index_smi, index_name, property_array_property; local
1132 Label slow; local
1241 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
1413 Label slow, fast_object, fast_object_grow; local
[all...]
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc703 Label slow, non_function; local
708 __ j(not_equal, &slow);
780 __ bind(&slow);
H A Dic-ia32.cc62 // JS object with slow properties and no interceptors.
105 // case. The generated code assumes that the receiver has slow
162 // that case. The generated code assumes that the receiver has slow
220 // Checks the receiver for special cases (value type, slow case bits).
226 Label* slow) {
233 __ JumpIfSmi(receiver, slow);
241 __ j(not_zero, slow);
249 __ j(below, slow);
414 Label slow, check_name, index_smi, index_name, property_array_property; local
424 masm, edx, eax, Map::kHasIndexedInterceptor, &slow);
222 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, int interceptor_bit, Label* slow) argument
624 Label slow; local
666 Label slow, notin; local
692 Label slow, notin; local
714 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length) argument
869 Label slow, fast_object, fast_object_grow; local
1281 Label slow, notin; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc1040 Label slow, non_function; local
1046 __ Branch(&slow, ne, a2, Operand(JS_FUNCTION_TYPE));
1128 __ bind(&slow);
H A Dic-mips.cc63 // JS object with slow properties and no interceptors.
114 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
218 // Checks the receiver for special cases (value type, slow case bits).
225 Label* slow) {
227 __ JumpIfSmi(receiver, slow);
233 __ Branch(slow, ne, at, Operand(zero_reg));
240 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE));
592 // If the receiver is a regular JS object with slow properties then do
814 Label slow, noti local
220 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
840 Label slow, notin; local
874 Label slow, notin; local
933 Label slow, check_name, index_smi, index_name, property_array_property; local
1156 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
1337 Label slow, fast_object, fast_object_grow; local
1430 Label slow; local
[all...]
/external/chromium_org/v8/src/x64/
H A Dbuiltins-x64.cc767 Label slow, non_function; local
772 __ j(not_equal, &slow);
843 __ bind(&slow);
H A Dic-x64.cc62 // JS object with slow properties and no interceptors.
106 // The generated code assumes that the receiver has slow properties,
164 // in that case. The generated code assumes that the receiver has slow
227 // Checks the receiver for special cases (value type, slow case bits).
233 Label* slow) {
240 __ JumpIfSmi(receiver, slow);
248 __ j(below, slow);
254 __ j(not_zero, slow);
358 Label slow, check_name, index_smi, index_name, property_array_property; local
368 masm, rdx, rcx, Map::kHasIndexedInterceptor, &slow);
229 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, int interceptor_bit, Label* slow) argument
553 Label slow; local
590 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length) argument
744 Label slow, slow_with_tagged_index, fast_object, fast_object_grow; local
1259 Label slow, notin; local
1285 Label slow, notin; local
1328 Label slow, notin; local
[all...]
/external/skia/src/core/
H A DSkMath.cpp207 uint32_t slow = SkFixedDiv(SK_Fixed1, a); local
226 slow, slow/65536.);
/external/v8/src/arm/
H A Dbuiltins-arm.cc1296 Label slow, non_function; local
1300 __ b(ne, &slow);
1382 __ bind(&slow);
H A Dic-arm.cc66 // JS object with slow properties and no interceptors.
118 // The generated code assumes that the receiver has slow properties,
167 // The generated code assumes that the receiver has slow properties,
263 // Checks the receiver for special cases (value type, slow case bits).
270 Label* slow) {
272 __ JumpIfSmi(receiver, slow);
279 __ b(ne, slow);
287 __ b(lt, slow);
636 // If the receiver is a regular JS object with slow properties then do
849 Label slow, noti local
265 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
876 Label slow, notin; local
904 Label slow, notin; local
968 Label slow, check_string, index_smi, index_string, property_array_property; local
1171 Label slow; local
1312 Label slow, array, extra, check_if_double_array; local
[all...]
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc580 Label slow, non_function; local
585 __ j(not_equal, &slow);
657 __ bind(&slow);
H A Dic-ia32.cc62 // JS object with slow properties and no interceptors.
104 // case. The generated code assumes that the receiver has slow
161 // that case. The generated code assumes that the receiver has slow
263 // Checks the receiver for special cases (value type, slow case bits).
269 Label* slow) {
276 __ JumpIfSmi(receiver, slow);
284 __ j(not_zero, slow);
292 __ j(below, slow);
450 Label slow, check_string, index_smi, index_string, property_array_property; local
460 masm, edx, ecx, Map::kHasIndexedInterceptor, &slow);
265 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, int interceptor_bit, Label* slow) argument
668 Label slow; local
710 Label slow, notin; local
736 Label slow, notin; local
766 Label slow, fast_object_with_map_check, fast_object_without_map_check; local
1269 Label slow, notin; local
[all...]
/external/v8/src/mips/
H A Dbuiltins-mips.cc1322 Label slow, non_function; local
1328 __ Branch(&slow, ne, a2, Operand(JS_FUNCTION_TYPE));
1410 __ bind(&slow);

Completed in 8119 milliseconds

123