| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | rpmsg.h | 25 __u32 src; member
|
| /kernel/liteos_m/testsuites/sample/kernel/lms/ |
| H A D | It_los_lms_017.c | 38 CHAR *src;
in TestCase() local
|
| H A D | It_los_lms_016.c | 38 CHAR *src;
in TestCase() local
|
| H A D | It_los_lms_023.c | 38 CHAR *src;
in TestCase() local
|
| H A D | It_los_lms_024.c | 38 CHAR *src;
in TestCase() local
|
| /kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
| H A D | ctype_func_test.c | 76 int src = 'A'; variable 89 int src = '1'; variable 102 int src = '@'; variable 115 int src = ' '; variable 128 int src = '\f'; // 0x0c 14 variable 142 const int src = -1; global() variable 155 const int src = 0; global() variable 168 const int src = 127; global() variable 181 const int src = 128; global() variable 194 int src = '\\f'; // 0x0c 14 global() variable 207 int src = 'A'; global() variable 220 int src = '1'; global() variable 233 int src = '@'; global() variable 246 int src = ' '; global() variable 259 int src = '\\f'; // 0x0c global() variable 273 int src = 'A'; global() variable 286 int src = '1'; global() variable 299 int src = '@'; global() variable 312 int src = ' '; global() variable 325 int src = '\\t'; global() variable 339 int src = 'A'; global() variable 352 int src = 'a'; global() variable 365 const int src = 0x45; global() variable 378 int src = ' '; global() variable 391 int src = '\\t'; global() variable [all...] |
| /kernel/linux/linux-6.6/lib/crypto/ |
| H A D | libchacha.c | 15 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_generic() argument
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | rpmsg.h | 25 __u32 src; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | rpmsg.h | 12 __u32 src; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | bswapdsp.c | 25 static void bswap_buf(uint32_t *dst, const uint32_t *src, int w) in bswap_buf() argument 43 bswap16_buf(uint16_t *dst, const uint16_t *src, int len) bswap16_buf() argument [all...] |
| H A D | h264addpx_template.c | 34 dctcoef *src = (dctcoef *) _src; in ff_h264_add_pixels4() local 54 dctcoef *src = (dctcoef *) _src; in ff_h264_add_pixels8() local [all...] |
| H A D | v210dec_init.h | 42 static void v210_planar_unpack_c(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) in v210_planar_unpack_c() argument
|
| H A D | vp6dsp.c | 30 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, in ff_vp6_filter_diag4_c() argument
|
| /third_party/elfutils/libelf/ |
| H A D | gelf_update_syminfo.c | 42 gelf_update_syminfo (Elf_Data *data, int ndx, GElf_Syminfo *src) in gelf_update_syminfo() argument
|
| H A D | gelf_update_ehdr.c | 41 gelf_update_ehdr (Elf *elf, GElf_Ehdr *src) in gelf_update_ehdr() argument
|
| H A D | gelf_update_shdr.c | 41 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src) in gelf_update_shdr() argument [all...] |
| H A D | gelf_update_lib.c | 42 gelf_update_lib (Elf_Data *data, int ndx, GElf_Lib *src) in gelf_update_lib() argument
|
| H A D | chdr_xlate.h | 6 Elf32_cvt_chdr (void *dest, const void *src, size_t len, int encode) in Elf32_cvt_chdr() argument 21 Elf64_cvt_chdr (void *dest, const void *src, size_t len, int encode) in Elf64_cvt_chdr() argument
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | lossless_videodsp_altivec.c | 33 static void add_bytes_altivec(uint8_t *dst, uint8_t *src, ptrdiff_t w) in add_bytes_altivec() argument
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | hash.c | 33 static const uint8_t src[SRC_BUF_SIZE] = { 0 }; in main() local
|
| /third_party/alsa-utils/alsactl/ |
| H A D | init_sysdeps.c | 22 static size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy() argument 41 static size_t strlcat(char *dst, const char *src, size_t size) in strlcat() argument
|
| /third_party/backends/lib/ |
| H A D | inet_pton.c | 17 inet_pton (int af, const char *src, void *dst) in inet_pton() argument
|
| H A D | inet_ntop.c | 18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | cwchar.cpp | 25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat() argument 37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy() argument 46 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen() argument [all...] |
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usb_string.c | 48 int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len) in utf8_to_utf16le() argument
|