Home
last modified time | relevance | path

Searched defs:dest (Results 76 - 100 of 1551) sorted by relevance

12345678910>>...63

/third_party/bounds_checking_function/src/
H A Dmemmove_s.c86 errno_t memmove_s(void *dest, size_t destMax, const void *src, size_t count) in memmove_s() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dunistrappender.h46 UnicodeStringAppender(UnicodeString &dest) : fDest(&dest), fIdx(0) { } in UnicodeStringAppender() argument
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/
H A Dsettings-esp32.c30 lws_settings_plat_get(lws_settings_instance_t *si, const char *name, uint8_t *dest, size_t *max_actual) lws_settings_plat_get() argument
/third_party/lzma/CPP/Windows/
H A DResourceString.cpp69 UString dest; in MyLoadString() local
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) in MyLoadString() argument
98 void MyLoadString(UINT resourceID, UString &dest) in MyLoadString() argument
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DLangUtils.h38 inline void LangString(UInt32 langID, UString &dest) { NWindows::MyLoadString(langID, dest); } in LangString() argument
/third_party/node/test/parallel/
H A Dtest-errors-systemerror-frozen-intrinsics.js
H A Dtest-errors-systemerror-stackTraceLimit-custom-setter.js
H A Dtest-errors-systemerror-stackTraceLimit-deleted-and-Error-sealed.js
H A Dtest-errors-systemerror-stackTraceLimit-not-writable.js
H A Dtest-errors-systemerror-stackTraceLimit-has-only-a-getter.js
H A Dtest-errors-systemerror-stackTraceLimit-deleted.js
/third_party/musl/porting/linux/user/src/stdio/
H A Dfread.c29 unsigned char *dest = destv; in fread() local
/third_party/musl/src/string/
H A Dmemccpy.c10 void *memccpy(void *restrict dest, const void *restrict src, int c, size_t n) in memccpy() argument
/third_party/musl/src/linux/
H A Dwait4.c28 char *dest = ru ? (char *)&ru->ru_maxrss - 4*sizeof(long) : 0; in wait4() local
/third_party/musl/src/stdio/
H A Dfread.c34 unsigned char *dest = destv; in fread() local
/third_party/musl/src/network/
H A Ddn_expand.c3 int __dn_expand(const unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand() argument
H A Dres_query.c5 int res_query(const char *name, int class, int type, unsigned char *dest, int len) in res_query() argument
H A Dres_querydomain.c4 int res_querydomain(const char *name, const char *domain, int class, int type, unsigned char *dest, int len) in res_querydomain() argument
/third_party/node/deps/icu-small/source/common/
H A Dunistrappender.h46 UnicodeStringAppender(UnicodeString &dest) : fDest(&dest), fIdx(0) { } in UnicodeStringAppender() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_stipple.c53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) in invert_stipple() argument
/third_party/node/deps/v8/src/utils/
H A Dmemcopy.cc13 static void MemMoveWrapper(void* dest, const void* src, size_t size) { in MemMoveWrapper() argument
22 V8_EXPORT_PRIVATE void MemMove(void* dest, const void* src, size_t size) { in MemMove() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_strrchr_chk_test.cpp28 int dest = 'A'; in HWTEST_F() local
/third_party/mesa3d/src/panfrost/util/
H A Dnir_mod_helpers.c88 nir_dest *dest = *odest; in pan_has_dest_mod() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemccpy.c30 char dest[TEST_BUFFER_SIZE] = ""; in memccpy_0100() local
57 char dest[TEST_BUFFER_SIZ in memccpy_0200() local
72 char dest[TEST_BUFFER_SIZE] = ""; memccpy_0300() local
[all...]
H A Dmempcpy.c30 char dest[TEST_BUFFER_SIZE] = ""; in mempcpy_0100() local
44 char dest[TEST_BUFFER_SIZE] = ""; in mempcpy_0200() local
57 char dest[TEST_BUFFER_SIZE] = "****"; in mempcpy_0300() local
70 char dest[TEST_BUFFER_SIZE] = ""; mempcpy_0400() local
[all...]

Completed in 8 milliseconds

12345678910>>...63