Home
last modified time | relevance | path

Searched refs:src (Results 7251 - 7275 of 14216) sorted by relevance

1...<<291292293294295296297298299300>>...569

/third_party/python/Lib/
H A Dtarfile.py239 def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None):
240 """Copy length bytes from fileobj src to fileobj dst.
247 shutil.copyfileobj(src, dst, bufsize)
252 buf = src.read(bufsize)
258 buf = src.read(remainder)
2851 src = args.test
2852 if is_tarfile(src):
2853 with open(src, 'r') as tar:
2857 print('{!r} is a tar archive.'.format(src))
2859 parser.exit(1, '{!r} is not a tar archive.\n'.format(src))
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp393 // General case - set/clear individual bits in dst based on src.
2356 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) {
2358 dst[i] = src[i];
2362 bool APInt::tcIsZero(const WordType *src, unsigned parts) {
2364 if (src[i])
2420 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src,
2426 tcAssign (dst, src + firstSrcPart, dstParts);
2437 dst[dstParts - 1] |= ((src[firstSrcPart + dstParts] & mask)
2468 /// This function adds a single "word" integer, src, to the multiple
2472 APInt::WordType APInt::tcAddPart(WordType *dst, WordType src,
[all...]
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h805 const char* src, char* dst, int i) { in exec_ops()
810 a = F_from_U8(load<U8>(src + 1*i)); in exec_ops()
814 r = g = b = F_from_U8(load<U8>(src + 1*i)); in exec_ops()
818 U16 abgr = load<U16>(src + 2*i); in exec_ops()
827 U16 rgb = load<U16>(src + 2*i); in exec_ops()
835 const uint8_t* rgb = (const uint8_t*)(src + 3*i); in exec_ops()
876 U32 rgba = load<U32>(src + 4*i); in exec_ops()
886 I32 ix = cast<I32>(load<U8>(src + 1*i)); in exec_ops()
896 U32 rgba = load<U32>(src + 4*i); in exec_ops()
905 uintptr_t ptr = (uintptr_t)(src in exec_ops()
804 exec_ops(const Op* ops, const void** args, const char* src, char* dst, int i) exec_ops() argument
1565 run_program(const Op* program, const void** arguments, const char* src, char* dst, int n, const size_t src_bpp, const size_t dst_bpp) run_program() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Duaccess.h13 long strncpy_from_user(char *dest, const char __user *src, long count);
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A DMakefile4 CFLAGS_pseudo_lock.o = -I$(src)
/kernel/linux/linux-5.10/arch/nios2/boot/dts/
H A DMakefile5 dtstree := $(srctree)/$(src)
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A DMakefile6 incdir := $(srctree)/$(src)/include
/kernel/linux/linux-6.6/arch/nios2/boot/dts/
H A DMakefile5 dtstree := $(srctree)/$(src)
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.h15 struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
H A Ds5p_mfc_enc.h15 struct s5p_mfc_fmt *get_enc_def_fmt(bool src);
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_route.h19 int vmci_route(struct vmci_handle *src, const struct vmci_handle *dst,
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A DMakefile6 ccflags-y += -I $(srctree)/$(src)/..
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/nios2/
H A DMakefile5 dtstree := $(srctree)/$(src)
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_route.h19 int vmci_route(struct vmci_handle *src, const struct vmci_handle *dst,
/kernel/linux/linux-6.6/arch/xtensa/boot/dts/
H A DMakefile13 dtstree := $(srctree)/$(src)
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.h15 struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
H A Ds5p_mfc_enc.h15 struct s5p_mfc_fmt *get_enc_def_fmt(bool src);
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A DMakefile6 ccflags-y += -I $(srctree)/$(src)/..
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A DMakefile4 CFLAGS_pseudo_lock.o = -I$(src)
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/xtensa/
H A DMakefile13 dtstree := $(srctree)/$(src)
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/nios2/
H A DMakefile5 dtstree := $(srctree)/$(src)
/kernel/liteos_a/drivers/char/trace/
H A DMakefile34 LOCAL_SRCS := $(wildcard src/*.c)
/kernel/liteos_a/lib/libscrew/
H A DMakefile6 $(wildcard src/*.c) \
/third_party/ffmpeg/libavutil/
H A Dimgutils_internal.h26 const uint8_t *src, ptrdiff_t src_linesize,
/third_party/node/deps/cares/src/lib/
H A Dares_inet_net_pton.h32 int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);

Completed in 23 milliseconds

1...<<291292293294295296297298299300>>...569