Home
last modified time | relevance | path

Searched refs:off (Results 1 – 23 of 23) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DInterp.h52 int off = (int)(xfrac * CTAPS); in ciCalc() local
54 tmpf[0] = in[0] * ciTable[off + 40]; in ciCalc()
55 tmpf[0] += in[1] * ciTable[off]; in ciCalc()
56 tmpf[0] += in[2] * ciTable[40 - off]; in ciCalc()
57 tmpf[0] += in[3] * ciTable[80 - off]; in ciCalc()
59 tmpf[1] = in[0] * ciTable[off + 40]; in ciCalc()
60 tmpf[1] += in[1] * ciTable[off]; in ciCalc()
61 tmpf[1] += in[2] * ciTable[40 - off]; in ciCalc()
62 tmpf[1] += in[3] * ciTable[80 - off]; in ciCalc()
64 tmpf[2] = in[0] * ciTable[off + 40]; in ciCalc()
[all …]
DPyramid.cpp115 int off, off2, height, h, w; in BorderSpread() local
119 off = pyr->border - left; in BorderSpread()
120 off2 = pyr->width + off + pyr->border - right - 1; in BorderSpread()
123 base = pyr->ptr[-h] - off; in BorderSpread()
152 int off = in->border / 2; in BorderExpandOdd() local
155 for (j = -off; j < in->height + off; j++) { in BorderExpandOdd()
172 for (i = -off; i < scr->width + off; i++) { in BorderExpandOdd()
217 int off = scr->border - 2; in BorderReduceOdd() local
218 s = scr->ptr[-scr->border] - (off >> 1); in BorderReduceOdd()
220 ls = scr->ptr[scr->height + scr->border - 1] + scr->pitch - (off >> 1); in BorderReduceOdd()
[all …]
/development/ndk/platforms/android-3/include/netinet/
Dip6.h281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
285 if ((m)->m_len >= (off) + (len)) \
286 (val) = (typ)(mtod((m), char *) + (off)); \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
303 if ((off) == 0 && (m)->m_len >= len) \
306 _t = m_pulldown((m), (off), (len), NULL); \
/development/ndk/platforms/android-L/include/netinet/
Dip6.h281 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
285 if ((m)->m_len >= (off) + (len)) \
286 (val) = (typ)(mtod((m), char *) + (off)); \
288 _t = m_pulldown((m), (off), (len), &_tmp); \
300 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
303 if ((off) == 0 && (m)->m_len >= len) \
306 _t = m_pulldown((m), (off), (len), NULL); \
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dpgtable-32.h75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4… argument
/development/ndk/platforms/android-3/include/linux/
Dcompiler-gcc.h14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (… argument
Dproc_fs.h28 typedef int (read_proc_t)(char *page, char **start, off_t off,
Dpkt_cls.h184 int off; member
195 __u16 off; member
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgtable-2level.h42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) argument
/development/ndk/platforms/android-L/include/linux/tc_ematch/
Dtc_em_nbyte.h25 __u16 off; member
Dtc_em_cmp.h27 __u16 off; member
/development/ndk/platforms/android-L/include/linux/tc_act/
Dtc_pedit.h37 __u32 off; member
/development/scripts/gdb/
Ddalvik.gdb89 To switch ART debugging mode off, use "art-off"
92 define art-off
105 document art-off
/development/ndk/platforms/android-L/include/linux/
Dptrace.h52 __u64 off; member
Dpkt_cls.h191 int off; member
201 __u16 off; member
Dfuse.h510 uint64_t off; member
530 int64_t off; member
/development/samples/browseable/DisplayingBitmaps/
D_index.jd11 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
/development/perftests/panorama/
DREADME.txt28 photo off the device and comparing it against the golden reference:
/development/samples/UiAutomator/
DREADME27 go off in 2 minutes
/development/samples/training/testingfun/
Dgradlew.bat1 @if "%DEBUG%" == "" @echo off
/development/apps/Development/src/com/android/development/
DConnectivity.java152 Long off = new Long(120000);
156 off = Long.parseLong((String)intent.getExtra(TEST_ALARM_OFF_EXTRA));
168 mSCOffDuration = off;
176 mSCOffDuration = off;
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile531 # The QUIET tag can be used to turn on/off the messages that are generated
536 # The WARNINGS tag can be used to turn on/off the warning messages that are
974 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
991 # Windows users are probably better off using the HTML help feature.
1371 # or super classes. Setting the tag to NO turns the diagrams off. Note that
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile531 # The QUIET tag can be used to turn on/off the messages that are generated
536 # The WARNINGS tag can be used to turn on/off the warning messages that are
974 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
991 # Windows users are probably better off using the HTML help feature.
1371 # or super classes. Setting the tag to NO turns the diagrams off. Note that