/third_party/ffmpeg/libswscale/aarch64/ |
H A D | swscale.c | 28 int dstW, const uint8_t *src, \ 40 const int16_t **src, uint8_t *dest, int dstW,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | nptrans.h | 73 * @param src Pointer to UChar buffer containing a single label 84 int32_t map(const UChar* src, int32_t srcLength, 94 * @param src Pointer to UChar buffer containing a single label 105 int32_t process(const UChar* src, int32_t srcLength,
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/ |
H A D | settings-esp32.c | 56 const uint8_t *src, size_t len) in lws_settings_plat_set() 69 n = nvs_set_blob((nvs_handle_t)si->handle_plat, name, src, len); in lws_settings_plat_set() 55 lws_settings_plat_set(lws_settings_instance_t *si, const char *name, const uint8_t *src, size_t len) lws_settings_plat_set() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_fragdepth.c | 69 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in nir_opt_fragdepth() 82 if (ssa_def_is_source_depth(intrin->src[1].ssa)) { in nir_opt_fragdepth()
|
H A D | nir_lower_clip_halfz.c | 43 nir_ssa_def *pos = nir_ssa_for_src(b, intr->src[1], 4); in lower_pos_write() 53 nir_instr_rewrite_src(&intr->instr, intr->src + 1, nir_src_for_ssa(def)); in lower_pos_write()
|
/third_party/ltp/include/old/ |
H A D | old_safe_file_ops.h | 57 #define SAFE_CP(cleanup_fn, src, dst) \ 58 safe_cp(__FILE__, __LINE__, (cleanup_fn), (src), (dst))
|
/third_party/musl/src/string/ |
H A D | memccpy.c | 10 void *memccpy(void *restrict dest, const void *restrict src, int c, size_t n) in memccpy() argument 13 const unsigned char *s = src; in memccpy()
|
H A D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n) in memmove() argument 12 const char *s = src; in memmove()
|
/third_party/musl/scripts/ |
H A D | install.py | 17 def musl_copy_file(src, dest): 21 copy(src, dest)
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument 10 const unsigned char *s = (const void *)src; in mbrtowc()
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument 10 const unsigned char *s = (const void *)src; in mbrtowc()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp2_rcbuf_new2() argument 63 *nghttp2_cpymem((*rcbuf_ptr)->base, src, srclen) = '\0'; in nghttp2_rcbuf_new2()
|
/third_party/nghttp2/src/ |
H A D | shrpx_health_monitor_downstream_connection.cc | 59 auto src = downstream_->get_blocked_request_buf(); in push_request_headers() local 61 src->remove(*dest); in push_request_headers()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument 33 k = __fwritex(src, l, f); in fwrite()
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n)
in memmove() argument 12 const char *s = src;
in memmove()
|
/third_party/musl/src/multibyte/ |
H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument 10 const unsigned char *s = (const void *)src; in mbrtowc()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument 33 k = __fwritex(src, l, f); in fwrite()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument 33 k = __fwritex(src, l, f); in fwrite()
|
/third_party/musl/src/stdio/ |
H A D | fwrite.c | 31 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument 39 k = __fwritex(src, l, f); in fwrite()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_util.h | 61 if (unlikely(st->readpix_cache.src)) { in st_invalidate_readpix_cache() 62 pipe_resource_reference(&st->readpix_cache.src, NULL); in st_invalidate_readpix_cache()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp2_rcbuf_new2() argument 63 *nghttp2_cpymem((*rcbuf_ptr)->base, src, srclen) = '\0'; in nghttp2_rcbuf_new2()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_rcbuf.c | 52 int nghttp3_rcbuf_new2(nghttp3_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp3_rcbuf_new2() argument 66 p = nghttp3_cpymem(p, src, srclen); in nghttp3_rcbuf_new2()
|
/third_party/mesa3d/src/util/ |
H A D | u_memory.h | 78 mem_dup(const void *src, size_t size) in mem_dup() argument 82 memcpy(dup, src, size); in mem_dup()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_compiler.h | 81 if (I->src[s].type == BI_INDEX_FAU) in va_select_fau_page() 82 return va_fau_page((enum bir_fau) I->src[s].value); in va_select_fau_page()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_copy_prop.c | 38 unsigned from = ins->src[1]; in midgard_opt_copy_prop() 77 if ((s >= start) && q->src[s] == to) { in midgard_opt_copy_prop()
|