HomeSort by relevance Sort by last modified time
    Searched refs:dst (Results 226 - 250 of 1855) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/input/
device.h 46 const char *path, bdaddr_t *src, bdaddr_t *dst,
50 const bdaddr_t *dst, const char *uuid,
54 int input_device_set_channel(const bdaddr_t *src, const bdaddr_t *dst, int psm,
56 int input_device_close_channels(const bdaddr_t *src, const bdaddr_t *dst);
  /external/chromium/third_party/libevent/
strlcpy-internal.h 14 size_t _event_strlcpy(char *dst, const char *src, size_t siz);
  /external/dropbear/libtomcrypt/
filter.pl 5 $dst = shift;
8 open(SRC,"<$dst");
  /external/elfutils/libelf/
elf_getshnum.c 30 elf_getshnum (elf, dst)
32 size_t *dst;
56 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index;
58 *dst = 0;
gelf_getlib.c 30 gelf_getlib (data, ndx, dst)
33 GElf_Lib *dst;
60 *dst = ((GElf_Lib *) data->d_buf)[ndx];
62 result = dst;
gelf_getmove.c 30 gelf_getmove (data, ndx, dst)
33 GElf_Move *dst;
62 *dst = ((GElf_Move *) data->d_buf)[ndx];
66 result = dst;
gelf_getsyminfo.c 30 gelf_getsyminfo (data, ndx, dst)
33 GElf_Syminfo *dst;
60 *dst = ((GElf_Syminfo *) data->d_buf)[ndx];
62 result = dst;
gelf_getversym.c 30 gelf_getversym (data, ndx, dst)
33 GElf_Versym *dst;
69 *dst = ((GElf_Versym *) data->d_buf)[ndx];
71 result = dst;
  /external/libvpx/vp8/common/arm/
reconintra_arm.c 29 unsigned char *y_buffer = x->dst.y_buffer;
31 int y_stride = x->dst.y_stride;
52 unsigned char *y_buffer = x->dst.y_buffer;
54 int y_stride = x->dst.y_stride;
  /external/skia/include/core/
SkLineClipper.h 28 resulting segment, return true and set dst[] to that segment. If not,
29 return false and ignore dst[].
36 SkPoint dst[2]);
  /external/skia/include/effects/
SkAvoidXfermode.h 52 virtual void xfer32(SkPMColor dst[], const SkPMColor src[], int count,
54 virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count,
56 virtual void xfer4444(uint16_t dst[], const SkPMColor src[], int count,
58 virtual void xferA8(SkAlpha dst[], const SkPMColor src[], int count,
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 63 UChar* dst = VG_(arena_malloc)( VG_AR_DINFO, cc, nStr ); local
64 tl_assert(dst);
65 VG_(memcpy)(dst, str, nStr);
66 return dst;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_Core_MixHard_2St_D16C31_SAT.c 32 LVM_INT16 *dst,
50 *dst++ = 0x7FFF;
52 *dst++ = - 0x8000;
54 *dst++ = (LVM_INT16)Temp;
LVC_Core_MixSoft_1St_2i_D16C31_WRA.c 33 LVM_INT16 *dst,
92 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
93 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
130 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
131 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15); /* Q15*Q15>>15 into Q15 */
132 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
133 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
134 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
135 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortR)>>15);
136 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15)
    [all...]
LVC_Core_MixSoft_1St_D16C31_WRA.c 32 LVM_INT16 *dst,
58 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
70 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
71 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
72 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
73 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
85 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
96 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 into Q15 */
97 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15);
98 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 63 * @param dst Specifies the node newly created if any, or
70 Node dst);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
cacheflush.h 31 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
32 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
cacheflush.h 31 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
32 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
cacheflush.h 31 #define copy_to_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
32 #define copy_from_user_page(vma, page, vaddr, dst, src, len) memcpy(dst, src, len)
  /external/skia/src/effects/
SkKernel33MaskFilter.cpp 8 bool SkKernel33ProcMaskFilter::filterMask(SkMask* dst, const SkMask& src,
11 dst->fImage = NULL;
12 dst->fBounds = src.fBounds;
13 dst->fBounds.inset(-1, -1);
14 dst->fFormat = SkMask::kA8_Format;
20 dst->fRowBytes = dst->fBounds.width();
21 size_t size = dst->computeImageSize();
25 dst->fImage = SkMask::AllocImage(size);
31 uint8_t* dstImage = dst->fImage
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 27 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; local
29 dst[x] = SkPackARGB32(0xFF, src[0], src[0], src[0]);
38 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; local
40 dst[x] = SkPackARGB32(0xFF, src[0], src[1], src[2]);
49 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; local
53 dst[x] = SkPreMultiplyARGB(alpha, src[0], src[1], src[2]);
65 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
67 dst[x] = SkPack888ToRGB16(src[0], src[0], src[0]);
76 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
79 dst[x] = SkDitherRGBTo565(src[0], src[0], src[0], DITHER_VALUE(x))
88 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
99 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
111 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
125 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
137 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
150 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
161 SkPMColor16* dst = (SkPMColor16*)dstRow; local
175 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
191 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
213 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow; local
228 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
240 uint16_t* SK_RESTRICT dst = (uint16_t*)dstRow; local
256 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
271 SkPMColor16* SK_RESTRICT dst = (SkPMColor16*)dstRow; local
290 uint8_t* SK_RESTRICT dst = (uint8_t*)dstRow; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 340 Xin_Alu32R, /* 32-bit mov/arith/logical, dst=REG */
341 Xin_Alu32M, /* 32-bit mov/arith/logical, dst=MEM */
342 Xin_Sh32, /* 32-bit shift/rotate, dst=REG */
352 Xin_Goto, /* conditional/unconditional jmp to dst */
394 HReg dst; member in struct:__anon11934::__anon11935::__anon11936
399 X86AMode* dst; member in struct:__anon11934::__anon11935::__anon11937
404 HReg dst; member in struct:__anon11934::__anon11935::__anon11938
408 X86RM* dst; /* not written, only read */ member in struct:__anon11934::__anon11935::__anon11939
413 HReg dst; member in struct:__anon11934::__anon11935::__anon11940
418 HReg dst; member in struct:__anon11934::__anon11935::__anon11941
435 HReg dst; member in struct:__anon11934::__anon11935::__anon11944
452 X86RI* dst; member in struct:__anon11934::__anon11935::__anon11947
459 HReg dst; member in struct:__anon11934::__anon11935::__anon11948
466 HReg dst; member in struct:__anon11934::__anon11935::__anon11949
473 X86AMode* dst; member in struct:__anon11934::__anon11935::__anon11950
478 HReg dst; member in struct:__anon11934::__anon11935::__anon11951
484 HReg dst; member in struct:__anon11934::__anon11935::__anon11952
512 HReg dst; member in struct:__anon11934::__anon11935::__anon11956
518 HReg dst; member in struct:__anon11934::__anon11935::__anon11957
540 HReg dst; member in struct:__anon11934::__anon11935::__anon11960
547 HReg dst; member in struct:__anon11934::__anon11935::__anon11961
563 HReg dst; member in struct:__anon11934::__anon11935::__anon11964
569 HReg dst; member in struct:__anon11934::__anon11935::__anon11965
584 HReg dst; member in struct:__anon11934::__anon11935::__anon11968
589 HReg dst; member in struct:__anon11934::__anon11935::__anon11969
594 HReg dst; member in struct:__anon11934::__anon11935::__anon11970
599 HReg dst; member in struct:__anon11934::__anon11935::__anon11971
604 HReg dst; member in struct:__anon11934::__anon11935::__anon11972
611 HReg dst; member in struct:__anon11934::__anon11935::__anon11973
616 HReg dst; member in struct:__anon11934::__anon11935::__anon11974
    [all...]
host_ppc_defs.h 448 Pin_Goto, /* conditional/unconditional jmp to dst */
485 Pin_AvSplat, /* One elem repeated throughout dst */
500 HReg dst; member in struct:__anon11859::__anon11860::__anon11861
514 HReg dst; member in struct:__anon11859::__anon11860::__anon11862
525 HReg dst; member in struct:__anon11859::__anon11860::__anon11863
533 HReg dst; member in struct:__anon11859::__anon11860::__anon11864
549 HReg dst; member in struct:__anon11859::__anon11860::__anon11866
556 HReg dst; member in struct:__anon11859::__anon11860::__anon11867
564 HReg dst; member in struct:__anon11859::__anon11860::__anon11868
578 /* Pseudo-insn. Goto dst, on given condition (which could b
583 PPCRI* dst; member in struct:__anon11859::__anon11860::__anon11870
589 HReg dst; member in struct:__anon11859::__anon11860::__anon11871
595 HReg dst; member in struct:__anon11859::__anon11860::__anon11872
601 HReg dst; member in struct:__anon11859::__anon11860::__anon11873
607 PPCAMode* dst; member in struct:__anon11859::__anon11860::__anon11874
613 HReg dst; member in struct:__anon11859::__anon11860::__anon11875
619 HReg dst; member in struct:__anon11859::__anon11860::__anon11876
623 HReg dst; member in struct:__anon11859::__anon11860::__anon11877
634 HReg dst; member in struct:__anon11859::__anon11860::__anon11879
639 HReg dst; member in struct:__anon11859::__anon11860::__anon11880
645 HReg dst; member in struct:__anon11859::__anon11860::__anon11881
663 HReg dst; member in struct:__anon11859::__anon11860::__anon11884
671 HReg dst; member in struct:__anon11859::__anon11860::__anon11885
676 HReg dst; member in struct:__anon11859::__anon11860::__anon11886
686 HReg dst; member in struct:__anon11859::__anon11860::__anon11888
706 HReg dst; member in struct:__anon11859::__anon11860::__anon11891
711 HReg dst; member in struct:__anon11859::__anon11860::__anon11892
717 HReg dst; member in struct:__anon11859::__anon11860::__anon11893
723 HReg dst; member in struct:__anon11859::__anon11860::__anon11894
729 HReg dst; member in struct:__anon11859::__anon11860::__anon11895
735 HReg dst; member in struct:__anon11859::__anon11860::__anon11896
741 HReg dst; member in struct:__anon11859::__anon11860::__anon11897
746 HReg dst; member in struct:__anon11859::__anon11860::__anon11898
752 HReg dst; member in struct:__anon11859::__anon11860::__anon11899
759 HReg dst; member in struct:__anon11859::__anon11860::__anon11900
765 HReg dst; member in struct:__anon11859::__anon11860::__anon11901
772 HReg dst; member in struct:__anon11859::__anon11860::__anon11902
    [all...]
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 160 * ns_makecanon(src, dst, dstsize)
171 ns_makecanon(const char *src, char *dst, size_t dstsize) {
178 strcpy(dst, src);
179 while (n >= 1U && dst[n - 1] == '.') /* Ends in "." */
180 if (n >= 2U && dst[n - 2] == '\\' && /* Ends in "\." */
181 (n < 3U || dst[n - 3] != '\\')) /* But not "\\." */
184 dst[--n] = '\0';
185 dst[n++] = '.';
186 dst[n] = '\0';
  /bionic/libc/wchar/
wcslcpy.c 42 * Copy src to string dst of size siz. At most siz-1 characters
47 wcslcpy(wchar_t *dst, const wchar_t *src, size_t siz)
49 wchar_t *d = dst;
61 /* Not enough room in dst, add NUL and traverse rest of src */
64 *d = '\0'; /* NUL-terminate dst */

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 91011>>