Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 33) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/
Dnodemask.h22 #define node_set(node, dst) __node_set((node), &(dst)) argument
23 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
24 #define nodes_setall(dst) __nodes_setall(&(dst), MAX_NUMNODES) argument
25 #define nodes_clear(dst) __nodes_clear(&(dst), MAX_NUMNODES) argument
28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES) argument
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES) argument
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES) argument
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES) argument
32 #define nodes_complement(dst, src) __nodes_complement(&(dst), &(src), MAX_NUMNODES) argument
39 #define nodes_shift_right(dst, src, n) __nodes_shift_right(&(dst), &(src), (n), MAX_NUMNODES) argument
[all …]
Dcpumask.h21 #define cpu_set(cpu, dst) __cpu_set((cpu), &(dst)) argument
22 #define cpu_clear(cpu, dst) __cpu_clear((cpu), &(dst)) argument
23 #define cpus_setall(dst) __cpus_setall(&(dst), NR_CPUS) argument
24 #define cpus_clear(dst) __cpus_clear(&(dst), NR_CPUS) argument
27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS) argument
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS) argument
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS) argument
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS) argument
31 #define cpus_complement(dst, src) __cpus_complement(&(dst), &(src), NR_CPUS) argument
38 #define cpus_shift_right(dst, src, n) __cpus_shift_right(&(dst), &(src), (n), NR_CPUS) argument
[all …]
Dmsm_mdp.h70 struct mdp_img dst; member
Dskbuff.h134 struct dst_entry *dst; member
/development/ndk/platforms/android-21/include/
Dsched.h88 #define CPU_AND(dst, set1, set2) __CPU_OP(dst, set1, set2, &) argument
89 #define CPU_OR(dst, set1, set2) __CPU_OP(dst, set1, set2, |) argument
90 #define CPU_XOR(dst, set1, set2) __CPU_OP(dst, set1, set2, ^) argument
92 #define __CPU_OP(dst, set1, set2, op) __CPU_OP_S(sizeof(cpu_set_t), dst, set1, set2, op) argument
131 #define CPU_AND_S(setsize, dst, set1, set2) __CPU_OP_S(setsize, dst, set1, set2, &) argument
132 #define CPU_OR_S(setsize, dst, set1, set2) __CPU_OP_S(setsize, dst, set1, set2, |) argument
133 #define CPU_XOR_S(setsize, dst, set1, set2) __CPU_OP_S(setsize, dst, set1, set2, ^) argument
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.h480 inline void db_WarpImageLutFast_rgb(const unsigned char * const * src, unsigned char ** dst, int w,… in db_WarpImageLutFast_rgb() argument
483 assert(src && dst); in db_WarpImageLutFast_rgb()
494 dst[j][3*i ] = 0; in db_WarpImageLutFast_rgb()
495 dst[j][3*i+1] = 0; in db_WarpImageLutFast_rgb()
496 dst[j][3*i+2] = 0; in db_WarpImageLutFast_rgb()
500 dst[j][3*i ] = src[yd][3*xd ]; in db_WarpImageLutFast_rgb()
501 dst[j][3*i+1] = src[yd][3*xd+1]; in db_WarpImageLutFast_rgb()
502 dst[j][3*i+2] = src[yd][3*xd+2]; in db_WarpImageLutFast_rgb()
526 inline void db_WarpImageLutBilinear_rgb(const unsigned char * const * src, unsigned char ** dst, in… in db_WarpImageLutBilinear_rgb() argument
529 assert(src && dst); in db_WarpImageLutBilinear_rgb()
[all …]
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities.cpp102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, i… in db_WarpImageLutFast_u() argument
105 assert(src && dst); in db_WarpImageLutFast_u()
117 dst[j][i] = 0; in db_WarpImageLutFast_u()
119 dst[j][i] = src[yd][xd]; in db_WarpImageLutFast_u()
123 inline void db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int … in db_WarpImageLutBilinear_u() argument
126 assert(src && dst); in db_WarpImageLutBilinear_u()
136 dst[j][i] = 0; in db_WarpImageLutBilinear_u()
138 dst[j][i] = db_BilinearInterpolation(yd, xd, src); in db_WarpImageLutBilinear_u()
143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u() argument
149 db_WarpImageLutFast_u(src,dst,w,h,lut_x,lut_y); in db_WarpImageLut_u()
[all …]
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dmpspec_32.h37 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS) argument
39 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS) argument
41 #define physids_complement(dst, src) bitmap_complement((dst).mask,(src).mask, MAX_APICS) argument
Dcacheflush.h39 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len) argument
40 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len) argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java112 IntBuffer dst = IntBuffer.allocate(n*n); in makeBuffer() local
114 dst.put(src); in makeBuffer()
116 dst.rewind(); in makeBuffer()
117 return dst; in makeBuffer()
121 ShortBuffer dst = ShortBuffer.allocate(n*n); in makeBuffer() local
123 dst.put(src); in makeBuffer()
125 dst.rewind(); in makeBuffer()
126 return dst; in makeBuffer()
DBitmapMesh.java87 float[] dst = mVerts; in warp() local
101 dst[i+0] = cx; in warp()
102 dst[i+1] = cy; in warp()
104 dst[i+0] = x + dx * pull; in warp()
105 dst[i+1] = y + dy * pull; in warp()
DPolyToPoly.java41 private void doDraw(Canvas canvas, float src[], float dst[]) { in doDraw() argument
43 mMatrix.setPolyToPoly(src, 0, dst, 0, src.length >> 1); in doDraw()
/development/perftests/panorama/feature_stab/src/dbregtest/
DPgmImage.cpp64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst) in DeepCopy() argument
66 dst.m_data = src.m_data; in DeepCopy()
69 dst.m_w = src.m_w; in DeepCopy()
70 dst.m_h = src.m_h; in DeepCopy()
71 dst.m_format = src.m_format; in DeepCopy()
72 dst.m_colors = src.m_colors; in DeepCopy()
74 dst.m_comment = src.m_comment; in DeepCopy()
DPgmImage.h80 void DeepCopy(const PgmImage& src, PgmImage& dst);
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dcacheflush.h77 …to_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); flush_ptrace_acces… argument
79 #define copy_from_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); } wh… argument
/development/ndk/platforms/android-21/include/media/
DNdkMediaCodec.h208 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo*, uint8_t *dst);
213 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo*, uint8_t *dst);
224 media_status_t AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo*, size_t *dst);
229 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo*, size_t *dst);
/development/ndk/platforms/android-21/include/linux/netfilter/
Dxt_HMARK.h49 __u16 dst; member
54 __be16 dst; member
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
Dip_conntrack_tuple.h76 } dst; member
79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } w…
Dipt_iprange.h28 struct ipt_iprange dst; member
Dip_tables.h29 struct in_addr src, dst; member
/development/ndk/platforms/android-21/include/linux/
Divtv.h32 struct v4l2_rect dst; member
/development/ndk/platforms/android-3/include/linux/netfilter/
Dxt_conntrack.h50 } dst; member
/development/ndk/platforms/android-21/include/linux/netfilter_ipv4/
Dip_tables.h64 struct in_addr src, dst; member
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
Dip6_tables.h30 struct in6_addr src, dst; member
/development/ndk/platforms/android-21/include/linux/netfilter_ipv6/
Dip6_tables.h64 struct in6_addr src, dst; member

12