Searched defs:cut (Results 1 - 23 of 23) sorted by relevance

/external/curl/src/
H A Dtool_msgs.c54 size_t cut = width-1; local
56 while(!ISSPACE(ptr[cut]) && cut) {
57 cut--;
59 if(0 == cut)
60 /* not a single cutting position was found, just cut it at the
62 cut = width-1;
64 (void)fwrite(ptr, cut + 1, 1, config->errors);
66 ptr += cut+1; /* skip the space too */
67 len -= cut;
[all...]
/external/v8/tools/
H A Dgenerate-ten-powers.scm56 (define (round-n-cut n e nb-bits)
63 ;; with the -1 it will only round up if the cut off part is
73 (cut (bit-rshbx (round n) shift))
74 (exact? (=bx n (bit-lshbx cut shift))))
75 (if (<=bx cut max-container)
76 (values cut e exact?)
77 (round-n-cut n (+fx e 1) nb-bits))))
125 (receive (cut e exact?)
126 (round-n-cut n e nb-bits)
129 (v cut)
[all...]
/external/aac/libAACdec/src/
H A Daacdec_drc_types.h136 FIXP_DBL cut; /* The attenuation scale factor currently used. */ member in struct:__anon185
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp41 reinterpret_cast<Node *>(it->get())->cut();
144 void Graph::Node::cut() function in class:nv50_ir::Graph::Node
/external/skia/tests/
H A DSkLinearBitmapPipelineTest.cpp25 static SkString dump(SkScalar cut, Span prefix, Span remainder) { argument
30 return SkStringPrintf("cut: %f prefix: (%f, %f), %f, %d - remainder: (%f, %f), %f, %d",
31 cut,
38 Span span, SkScalar dx, SkScalar cut, SkPoint start, SkScalar len, int count) {
42 Span prefix = span.breakAt(cut, dx);
47 REPORTER_ASSERT_MESSAGE(reporter, prefixStart == start, dump(cut, prefix, span));
48 REPORTER_ASSERT_MESSAGE(reporter, prefixLen == len, dump(cut, prefix, span));
49 REPORTER_ASSERT_MESSAGE(reporter, prefixCount == count, dump(cut, prefix, span));
70 dump(cut, prefix, span));
73 dump(cut, prefi
36 check_span_result( skiatest::Reporter* reporter, Span span, SkScalar dx, SkScalar cut, SkPoint start, SkScalar len, int count) argument
[all...]
/external/toybox/toys/net/
H A Dnetstat.c65 char cut[4]; local
83 memcpy(cut, proto, 3);
84 cut[3] = 0;
85 ser = getservbyport(htons(port), cut);
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1471 * Prove that GregorianCalendar is proleptic (it used to cut off
1518 UDate cut = cal->getGregorianChange(); local
1519 UDate cut2 = cut + 100*24*60*60*1000.0; // 100 days later
/external/icu/icu4c/source/i18n/
H A DdecNumber.c527 Int cut, out; /* .. */ local
691 cut=d-(up-res)*DECDPUN; /* digits in top unit */
693 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
696 cut--;
697 if (cut>0) continue; /* more for this unit */
700 cut=DECDPUN; /* .. */
3496 uInt cut=DECDPUN; /* downcounter through unit */ local
3500 cut--;
3501 if (cut>0) continue; /* more in this unit */
3504 cut
3530 Int cut=MSUDIGITS(n); /* [faster than remainder] */ local
3656 Int cut; /* for counting digits in a Unit */ local
4289 Int shift, cut; /* .. */ local
6638 uInt cut; /* .. */ local
6731 Int cut; /* odd 0's to add */ local
6787 Int cut, count; /* work */ local
6936 uInt cut; /* cut point in Unit */ local
7678 Int cut; /* work */ local
7861 Int cut; /* .. */ local
[all...]
/external/toybox/generated/
H A Dglobals.h1022 // toys/posix/cut.c
1491 struct cut_data cut; member in union:global_union
/external/v8/src/regexp/
H A Djsregexp.cc2016 int cut = kNoCutIndex; local
2019 cut = i;
2023 if (cut == kNoCutIndex) cut = start_index;
2025 masm, ranges, start_index, end_index, cut, even_label, odd_label);
3737 // judge the effectiveness of this. Actually we have a cut-off: By
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1375 milliseconds