Searched refs:fstart (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/core/
H A DSkScan_Antihair.cpp336 SkFixed fstart, slope;
352 fstart = SkFDot6ToFixed(y0);
359 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6;
379 fstart += slope * (clip->fLeft - istart);
400 top = SkFixedFloorToInt(fstart - SK_FixedHalf);
401 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
403 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
404 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf);
425 fstart = SkFDot6ToFixed(x0);
435 fstart
[all...]
/external/syslinux/com32/lib/syslinux/
H A Dmovebits.c396 addr_t fstart, flen; local
561 } else if (free_area(mmap, o->len, &fstart)) {
563 copydst = fstart;
568 if (syslinux_memmap_largest(mmap, SMT_FREE, &fstart, &flen)) {
574 copydst = fstart;
/external/python/cpython2/Lib/test/
H A Dtest_datetime.py3284 fstart = start.replace(tzinfo=FEastern)
3292 expected = fstart + FEastern.stdoffset
3293 got = FEastern.fromutc(fstart)
3297 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3301 fstart += HOUR
3305 fstart = start.replace(tzinfo=FEastern)
3311 expected = fstart + FEastern.stdoffset
3312 got = FEastern.fromutc(fstart)
3316 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3320 fstart
[all...]
/external/libpcap/
H A Doptimize.c218 * into the array form that BPF requires. 'fstart' will point to
222 struct bpf_insn *fstart; member in struct:__anon11509
2049 p->offset = (int)(dst - conv_state->fstart);
2136 bids[dst - conv_state->fstart] = p->id + 1;
2218 conv_state.fstart = fp;
/external/elfutils/src/
H A Dreadelf.c9278 unsigned char const *const fstart = ptr + 3 * count * addrsize; local
9279 char const *fptr = (char *) fstart;
9285 if (! buf_read_ulong (core, &ptr, fstart, &mstart)
9286 || ! buf_read_ulong (core, &ptr, fstart, &mend)
9287 || ! buf_read_ulong (core, &ptr, fstart, &moffset))
/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.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/ ...

Completed in 513 milliseconds