HomeSort by relevance Sort by last modified time
    Searched refs:_dest (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/MC/ARM/
macho-relocs-with-addend.s 12 bl _dest+10
13 blx _dest+20
18 bl _dest+10
19 blx _dest+20
20 bne _dest+30
21 b _dest+40
24 _dest: label
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
memory_s.h 18 errno_t __cdecl memcpy_s (void *_dest,size_t _numberOfElements,const void *_src,size_t _count);
string_s.h 29 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, strcpy_s, char, _Dest, const char *, _Source)
35 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, strcat_s, char, _Dest, const char *, _Source)
37 _CRTIMP errno_t __cdecl memmove_s(void *_dest,size_t _numberOfElements,const void *_src,size_t _count);
51 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, wcscpy_s, wchar_t, _Dest, const wchar_t *, _Source)
53 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, wcscat_s, wchar_t, _Dest, const wchar_t *, _Source)
wchar_s.h 104 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_SPLITPATH(errno_t,_wsplitpath_s,wchar_t,_Dest)
122 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, wcscat_s, wchar_t, _Dest, const wchar_t *, _Source)
124 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, wcscpy_s, wchar_t, _Dest, const wchar_t *, _Source)
165 _CRTIMP errno_t __cdecl wmemcpy_s (wchar_t *_dest,size_t _numberOfElements,const wchar_t *_src,size_t _count);
166 _CRTIMP errno_t __cdecl wmemmove_s(wchar_t *_dest,size_t _numberOfElements,const wchar_t *_src,size_t _count);
  /build/make/core/tasks/
sdk-addon.mk 49 $(eval _dest := $(call word-colon,2,$(cf))) \
50 $(eval files_to_copy += $(addon_dir_leaf):$(_src):$(_dest)) \
58 $(eval _dest := $(call word-colon,2,$(cf))) \
59 $(if $(findstring images/,$(_dest)), $(eval _root := $(addon_dir_img)), $(eval _root := $(addon_dir_leaf))) \
60 $(eval files_to_copy += $(_root):$(_src):$(_dest)) \
77 $(eval _dest := $(call append-path,$(call append-path,$(staging),$(_root)),$(call word-colon,3,$(cf)))) \
78 $(eval $(call copy-one-file,$(_src),$(_dest))) \
79 $(eval sdk_addon_deps += $(_dest)) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
memory.h 29 _CRTIMP errno_t __cdecl memcpy_s (void *_dest,size_t _numberOfElements,const void *_src,size_t _count);
string.h 42 _CRTIMP errno_t __cdecl memcpy_s (void *_dest,size_t _numberOfElements,const void *_src,size_t _count);
52 char * __cdecl strcpy(char * __restrict__ _Dest,const char * __restrict__ _Source);
53 char * __cdecl strcat(char * __restrict__ _Dest,const char * __restrict__ _Source);
76 char *__cdecl strncat(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
80 char *strncpy(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
123 wchar_t *__cdecl wcscat(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
126 wchar_t *__cdecl wcscpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
130 wchar_t *wcsncat(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
132 wchar_t *wcsncpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
133 wchar_t *__cdecl _wcsncpy_l(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SE (…)
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
framing.c 246 #define COPY4WORDS_BACK(_dest, _src) \
253 *--(_dest) = _a; \
254 *--(_dest) = _b; \
255 *--(_dest) = _c; \
256 *--(_dest) = _d; \
  /bionic/libc/kernel/uapi/linux/
bcache.h 50 #define bkey_copy(_dest,_src) memcpy(_dest, _src, bkey_bytes(_src))
  /external/kernel-headers/original/uapi/linux/
bcache.h 109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src))
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 36 void permute_symm_to_symm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm = 0);
39 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm = 0);
427 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm)
437 Dest& dest(_dest.derived());
517 void permute_symm_to_symm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DstOrder,typename MatrixType::StorageIndex>& _dest, const typename MatrixType::StorageIndex* perm)
521 SparseMatrix<Scalar,DstOrder,StorageIndex>& dest(_dest.derived());
639 // internal::permute_symm_to_fullsymm<Mode>(m_matrix,_dest,m_perm.indices().data());
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 638 qir_##name##_dest(struct vc4_compile *c, struct qreg dest) \
652 qir_##name##_dest(struct vc4_compile *c, struct qreg dest, \
666 qir_##name##_dest(struct vc4_compile *c, struct qreg dest, \
  /build/make/core/
Makefile 30 $(eval _dest := $(call word-colon,2,$(cf))) \
31 $(call check-product-copy-files,$(cf),$(_dest)) \
32 $(if $(filter $(unique_product_copy_files_destinations),$(_dest)), \
34 $(eval _fulldest := $(call append-path,$(PRODUCT_OUT),$(_dest))) \
35 $(if $(filter %.xml,$(_dest)),\
37 $(if $(and $(filter %.jar,$(_dest)),$(filter $(basename $(notdir $(_dest))),$(PRODUCT_LOADED_BY_PRIVILEGED_MODULES))),\
41 $(eval unique_product_copy_files_destinations += $(_dest))))
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp     [all...]

Completed in 275 milliseconds