/development/ndk/platforms/android-3/include/linux/ |
D | nodemask.h | 22 #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 …]
|
D | cpumask.h | 21 #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 …]
|
D | msm_mdp.h | 70 struct mdp_img dst; member
|
D | skbuff.h | 134 struct dst_entry *dst; member
|
/development/ndk/platforms/android-21/include/ |
D | sched.h | 88 #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/ |
D | dbreg.h | 480 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/ |
D | db_utilities.cpp | 102 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/ |
D | mpspec_32.h | 37 #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
|
D | cacheflush.h | 39 #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/ |
D | BitmapPixels.java | 112 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()
|
D | BitmapMesh.java | 87 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()
|
D | PolyToPoly.java | 41 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/ |
D | PgmImage.cpp | 64 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()
|
D | PgmImage.h | 80 void DeepCopy(const PgmImage& src, PgmImage& dst);
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | cacheflush.h | 77 …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/ |
D | NdkMediaCodec.h | 208 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/ |
D | xt_HMARK.h | 49 __u16 dst; member 54 __be16 dst; member
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 76 } dst; member 79 #define IP_CT_TUPLE_U_BLANK(tuple) do { (tuple)->src.u.all = 0; (tuple)->dst.u.all = 0; } w…
|
D | ipt_iprange.h | 28 struct ipt_iprange dst; member
|
D | ip_tables.h | 29 struct in_addr src, dst; member
|
/development/ndk/platforms/android-21/include/linux/ |
D | ivtv.h | 32 struct v4l2_rect dst; member
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_conntrack.h | 50 } dst; member
|
/development/ndk/platforms/android-21/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 64 struct in_addr src, dst; member
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 30 struct in6_addr src, dst; member
|
/development/ndk/platforms/android-21/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 64 struct in6_addr src, dst; member
|