HomeSort by relevance Sort by last modified time
    Searched refs:start (Results 401 - 425 of 18938) sorted by null

<<11121314151617181920>>

  /external/brotli/java/org/brotli/dec/
Utils.java 31 static void fillBytesWithZeroes(byte[] dest, int start, int end) {
32 int cursor = start;
50 static void fillIntsWithZeroes(int[] dest, int start, int end) {
51 int cursor = start;
59 static void copyBytesWithin(byte[] bytes, int target, int start, int end) {
60 System.arraycopy(bytes, start, bytes, target, end - start);
  /external/fec/
rs_speedtest.c 13 struct rusage start,finish; local
23 getrusage(RUSAGE_SELF,&start);
32 extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru_utime.tv_usec);
39 getrusage(RUSAGE_SELF,&start);
48 extime = finish.ru_utime.tv_sec - start.ru_utime.tv_sec + 1e-6*(finish.ru_utime.tv_usec - start.ru_utime.tv_usec);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
SynchronizedFilter.java 30 if (tryCatch.start == tryCatch.handler) {
42 private final AbstractInsnNode start; field in class:SynchronizedFilter.Matcher
44 private Matcher(final AbstractInsnNode start) {
45 this.start = start;
56 cursor = start;
66 cursor = start;
StringSwitchJavacFilter.java 42 private void filter(final AbstractInsnNode start,
45 if (start.getOpcode() == Opcodes.LOOKUPSWITCH) {
46 dflt = ((LookupSwitchInsnNode) start).dflt;
47 } else if (start.getOpcode() == Opcodes.TABLESWITCH) {
48 dflt = ((TableSwitchInsnNode) start).dflt;
52 if (new Matcher().match(start, dflt)) {
53 output.ignore(start, dflt);
58 boolean match(final AbstractInsnNode start,
60 cursor = start;
  /external/libopus/celt/
quant_bands.h 47 void log2Amp(const CELTMode *m, int start, int end,
50 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
56 void quant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, ec_enc *enc, int C);
58 void quant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, opus_val16 *error, int *fine_quant, int *fine_priority, int bits_left, ec_enc *enc, int C);
60 void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int intra, ec_dec *dec, int C, int LM);
62 void unquant_fine_energy(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, ec_dec *dec, int C);
64 void unquant_energy_finalise(const CELTMode *m, int start, int end, opus_val16 *oldEBands, int *fine_quant, int *fine_priority, int bits_left, ec_dec *dec, int C);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 47 int start = 0; \
51 start = 1; \
54 p_relpath + start); \
71 start = strlen(basepath); \
72 if (basepath[start - 1] == '/') \
73 start--; \
75 fullpath + start);
  /external/replicaisland/src/com/replica/replicaisland/
ShellSorter.java 35 for ( int start = 0; start < increment; start++ ) {
36 insertionSort(array, count, start, increment, comparator);
55 * @param start the start position
58 public void insertionSort(Type[] array, int count, int start, int increment,
64 for (int i = start + increment; i < count; i += increment) {
77 } while ( j != start && comparator.compare(array[k], temp) > 0 );
  /external/swiftshader/third_party/subzero/crosstest/
test_stacksave_main.c 41 for (uint32_t start = 0; start < size_to_test / 2; ++start) {
43 uint32_t inc = (start / 10) + 1;
44 uint32_t llc_result = Funcs[f].FuncLlc(size_to_test, start, inc);
45 uint32_t sz_result = Funcs[f].FuncSz(size_to_test, start, inc);
50 printf("Failure %s: start=%" PRIu32 ", "
52 Funcs[f].Name, start, llc_result, sz_result);
  /external/syslinux/memdisk/
e820test.c 41 ranges[i].start,
42 ranges[i + 1].start - ranges[i].start, ranges[i].type);
48 uint64_t start, len; local
58 if (sscanf(p, " %llx %llx %d", &start, &len, &type) == 3) {
60 printf("%016llx %016llx %d <-\n", start, len, type);
62 insertrange(start, len, type);
  /system/core/libunwindstack/include/unwindstack/
MapInfo.h 36 MapInfo(uint64_t start, uint64_t end) : start(start), end(end) {}
37 MapInfo(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, const std::string& name)
38 : start(start),
46 uint64_t start = 0; member in struct:unwindstack::MapInfo
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-tls-2.d 9 0+ <start>:
10 [ ]+0: 6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
12 [ ]+8: 6f8e 0000 0000[ ]+move\.d 0 <start>,\$?r8
16 [ ]+12: 6f3d 0000 0000 6aaa[ ]+move\.d \[\$?r3\+0 <start>\],\$?r10
22 [ ]+24: af9e 0000 0000[ ]+sub\.d 0 <start>,\$?r9
26 [ ]+2e: 6f3d 0000 0000 aa4a[ ]+sub\.d \[\$?r3\+0 <start>\],\$?r4,\$?r10
28 [ ]+36: af9e 0000 0000[ ]+sub\.d 0 <start>,\$?r9
30 [ ]+3c: af3e 0000 0000[ ]+sub\.d 0 <start>,\$?r3
32 [ ]+42: 6fad 0000 0000 287a[ ]+add\.d \[\$?r10\+0 <start>\],\$?r7,\$?r8
34 [ ]+4a: 6f5d 0000 0000 611a[ ]+move\.d \[\$?r5\+0 <start>\],\$?r
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
m68k-got.exp 44 set start 1
49 set start 1
54 set start 1
59 set start 1
64 set start 8190
69 set start 8190
74 set start 1
80 set func [format "sum_%05d_%05d" $start $count]
92 set symbol [format "a%05d" $start]
93 incr start
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
EvaluatorTest.java 48 float start = 0.0f; local
53 float result = floatEvaluator.evaluate(0, start, end);
54 assertEquals(start, result, EPSILON);
56 result = floatEvaluator.evaluate(fraction, start, end);
59 result = floatEvaluator.evaluate(1, start, end);
74 float[] start = {0f, 0f}; local
78 float[] result = evaluator.evaluate(0, start, end);
79 assertEquals(start[0], result[0], EPSILON);
80 assertEquals(start[1], result[1], EPSILON);
82 result = evaluator.evaluate(fraction, start, end)
151 final int start = 0; local
177 int[] start = {0, 0}; local
209 final Rect start = new Rect(0, 0, 0, 0); local
247 final PointF start = new PointF(0, 0); local
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_linkextract.cpp 18 // Find the end of a web link starting from offset |start| and ending at offset
22 size_t FindWebLinkEnding(const WideString& str, size_t start, size_t end) {
23 if (str.Contains(L'/', start)) {
31 if (str[start] == L'[') {
34 auto result = str.Find(L']', start + 1);
37 if (end > start + 1) { // Has content inside brackets.
56 while (end > start && str[end] < 0x80) {
65 // Remove characters from the end of |str|, delimited by |start| and |end|, up
70 size_t start,
72 for (size_t pos = *end; pos >= start; pos--)
125 int start = 0; local
201 auto start = str.Find(kHttpScheme); local
    [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinUtils.h 47 size_t start, size_t count, size_t bufSize,
52 size_t start, size_t count, size_t bufSize,
62 // f is a functor of type void f(size_t start, size_t end);
68 size_t start = 0; local
73 MinikinFontSkia::populateSkPaint(paint, curFont, layout.getFakery(start));
74 f(start, i);
77 start = i;
81 if (nGlyphs > start) {
82 MinikinFontSkia::populateSkPaint(paint, curFont, layout.getFakery(start));
83 f(start, nGlyphs)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
StringCharBuffer.java 36 StringCharBuffer(CharSequence s, int start, int end) { // package-private
37 super(-1, start, end, s.length());
39 if ((start < 0) || (start > n) || (end < start) || (end > n))
102 final String toString(int start, int end) {
103 return str.toString().substring(start + offset, end + offset);
106 public final CharBuffer subSequence(int start, int end) {
111 pos + checkIndex(start, pos),
  /art/runtime/gc/allocator/
dlmalloc.h 41 extern "C" void DlmallocMadviseCallback(void* start, void* end, size_t used_bytes, void* /*arg*/);
46 extern "C" void DlmallocBytesAllocatedCallback(void* start, void* end, size_t used_bytes, void* arg);
47 extern "C" void DlmallocObjectsAllocatedCallback(void* start, void* end, size_t used_bytes, void* arg);
  /art/test/078-polymorphic-virtual/src/
Main.java 23 derived1.start();
24 derived2.start();
25 derived3.start();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_buffer.py 17 for start in indices:
21 self.assertEqual(b[start:stop:step],
22 s[start:stop:step])
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonToken.cs 52 * start/stop are not affected by changing this.
61 int start; field in class:Antlr.Runtime.CommonToken
75 public CommonToken( ICharStream input, int type, int channel, int start, int stop )
80 this.start = start;
102 start = ( (CommonToken)oldToken ).start;
117 if (start <= stop && stop < input.Count)
118 return input.Substring( start, stop - start + 1 )
    [all...]
  /external/icu/icu4c/source/common/unicode/
urep.h 93 * Function pointer that replaces text between start and limit in
98 * @param start the starting index of the text to be replaced,
103 * start..limit-1.
109 int32_t start,
116 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
119 * @param start offset of first character which will be copied
124 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
128 int32_t start,
133 * Function pointer that copies text between start and limit in
137 * start..limit-1
    [all...]
  /external/libchrome/base/synchronization/
spin_wait.h 38 base::TimeTicks start = base::TimeTicks::Now(); \
41 if (kTimeout < base::TimeTicks::Now() - start) { \
42 EXPECT_LE((base::TimeTicks::Now() - start).InMilliseconds(), \
  /external/mesa3d/src/compiler/nir/
nir_worklist.c 36 w->start = 0;
67 if (w->start == 0)
68 w->start = w->size - 1;
70 w->start--;
74 w->blocks[w->start] = block;
83 return w->blocks[w->start];
91 unsigned head = w->start;
93 w->start = (w->start + 1) % w->size;
111 unsigned tail = (w->start + w->count - 1) % w->size
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_indices.c 37 unsigned start,
47 out_us[i] = (ushort) in_ub[i+start];
51 unsigned start,
57 memcpy(out, &((short *)in)[start], out_nr*sizeof(short));
61 unsigned start,
67 memcpy(out, &((int *)in)[start], out_nr*sizeof(int));
71 static void generate_linear_ushort( unsigned start,
78 out_us[i] = (ushort)(i + start);
81 static void generate_linear_uint( unsigned start,
88 out_ui[i] = i + start;
    [all...]
  /external/perf_data_converter/src/quipper/
string_utils.cc 15 size_t start = str->find_first_not_of(kWhitespaceCharacters); local
16 *str = str->substr(start, end + 1 - start);

Completed in 464 milliseconds

<<11121314151617181920>>