OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dest
(Results
26 - 30
of
30
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
bcache.h
47
#define bkey_copy(
_dest
, _src) memcpy(
_dest
, _src, bkey_bytes(_src))
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
bcache.h
47
#define bkey_copy(
_dest
, _src) memcpy(
_dest
, _src, bkey_bytes(_src))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
wchar_s.h
103
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_SPLITPATH(errno_t,_wsplitpath_s,wchar_t,
_Dest
)
159
errno_t __cdecl wmemcpy_s (wchar_t *
_dest
,size_t _numberOfElements,const wchar_t *_src,size_t _count);
160
_CRTIMP errno_t __cdecl wmemmove_s(wchar_t *
_dest
,size_t _numberOfElements,const wchar_t *_src,size_t _count);
/build/core/
Makefile
36
$(eval
_dest
:= $(call word-colon,2,$(cf))) \
38
$(if $(filter $(unique_product_copy_files_destinations),$(
_dest
)), \
40
$(eval _fulldest := $(call append-path,$(PRODUCT_OUT),$(
_dest
))) \
41
$(if $(filter %.xml,$(
_dest
)),\
45
$(eval unique_product_copy_files_destinations += $(
_dest
))))
[
all
...]
/external/opencv3/modules/imgproc/src/
smooth.cpp
[
all
...]
Completed in 636 milliseconds
1
2