Home
last modified time | relevance | path

Searched refs:src (Results 3426 - 3450 of 7043) sorted by relevance

1...<<131132133134135136137138139140>>...282

/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale.c28 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 Dnptrans.h73 * @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 Dsettings-esp32.c56 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 Dnir_opt_fragdepth.c69 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 Dnir_lower_clip_halfz.c43 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 Dold_safe_file_ops.h57 #define SAFE_CP(cleanup_fn, src, dst) \
58 safe_cp(__FILE__, __LINE__, (cleanup_fn), (src), (dst))
/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
13 const unsigned char *s = src; in memccpy()
H A Dmemmove.c9 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 Dinstall.py17 def musl_copy_file(src, dest):
21 copy(src, dest)
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H A Dmbrtowc.c6 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 Dmbrtowc.c6 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 Dnghttp2_rcbuf.c53 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 Dshrpx_health_monitor_downstream_connection.cc59 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 Dfwrite.c28 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 Dmemmove.c9 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 Dmbrtowc.c6 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 Dfwrite.c28 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 Dfwrite.c28 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 Dfwrite.c31 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 Dst_util.h61 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 Dnghttp2_rcbuf.c53 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 Dnghttp3_rcbuf.c52 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 Du_memory.h78 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 Dva_compiler.h81 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 Dmidgard_opt_copy_prop.c38 unsigned from = ins->src[1]; in midgard_opt_copy_prop()
77 if ((s >= start) && q->src[s] == to) { in midgard_opt_copy_prop()

Completed in 10 milliseconds

1...<<131132133134135136137138139140>>...282