| /development/ndk/platforms/android-3/include/linux/ |
| 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 | 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 | msm_mdp.h | 70 struct mdp_img dst; member
|
| D | skbuff.h | 134 struct dst_entry *dst; member
|
| /development/ndk/platforms/android-L/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/ide/xcode/ports/ |
| D | SkBitmap_Mac.cpp | 13 static void convertGL32_to_Mac32(uint32_t dst[], const SkBitmap& bm) { in convertGL32_to_Mac32() 25 static void convert565_to_32(uint32_t dst[], const SkBitmap& bm) { in convert565_to_32() 40 static void convert4444_to_555(uint16_t dst[], const uint16_t src[], int count) in convert4444_to_555()
|
| /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/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() 123 inline void db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int … 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()
|
| /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
| D | ipt_iprange.h | 28 struct ipt_iprange dst; member
|
| D | ip_conntrack_tuple.h | 76 } dst; member
|
| D | ip_tables.h | 29 struct in_addr src, dst; member
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| D | PolyToPoly.java | 41 private void doDraw(Canvas canvas, float src[], float dst[]) { in doDraw()
|
| D | BitmapPixels.java | 112 IntBuffer dst = IntBuffer.allocate(n*n); in makeBuffer() local 121 ShortBuffer dst = ShortBuffer.allocate(n*n); in makeBuffer() local
|
| D | BitmapMesh.java | 88 float[] dst = mVerts; in warp() local
|
| /development/ndk/platforms/android-L/include/linux/ |
| D | ivtv.h | 32 struct v4l2_rect dst; member
|
| D | btrfs.h | 344 __u64 dst; member
|
| /development/ndk/platforms/android-3/arch-arm/include/asm/ |
| D | cacheflush.h | 77 #define copy_to_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); flush_… argument 79 #define copy_from_user_page(vma, page, vaddr, dst, src, len) do { memcpy(dst, src, len); } wh… argument
|
| /development/perftests/panorama/feature_stab/src/dbregtest/ |
| D | PgmImage.cpp | 64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst) in DeepCopy()
|
| /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() 526 inline void db_WarpImageLutBilinear_rgb(const unsigned char * const * src, unsigned char ** dst, in… in db_WarpImageLutBilinear_rgb()
|
| D | vp_motionmodel.c | 302 void vp_copy_motion (const VP_MOTION *src, VP_MOTION *dst) in vp_copy_motion()
|
| /development/ndk/platforms/android-3/include/linux/netfilter/ |
| D | xt_conntrack.h | 50 } dst; member
|
| /development/ndk/platforms/android-L/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-L/include/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 64 struct in6_addr src, dst; member
|