Home
last modified time | relevance | path

Searched defs:src (Results 976 – 1000 of 11986) sorted by relevance

1...<<31323334353637383940>>...480

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress.c2375 static void ZSTD_copyCDictTableIntoCCtx(U32* dst, U32 const* src, size_t tableSize, in ZSTD_copyCDictTableIntoCCtx()
3202 static size_t ZSTD_buildSeqStore(ZSTD_CCtx* zc, const void* src, size_t srcSize) in ZSTD_buildSeqStore()
3458 size_t outSeqsSize, const void* src, size_t srcSize) in ZSTD_generateSequences()
3508 static int ZSTD_isRLE(const BYTE* src, size_t length) { in ZSTD_isRLE()
3569 ZSTD_buildBlockEntropyStats_literals(void* const src, size_t srcSize, in ZSTD_buildBlockEntropyStats_literals()
4045 const void* src, size_t srcSize, in ZSTD_compressSeqStore_singleBlock()
4199 const void* src, size_t blockSize, in ZSTD_compressBlock_splitBlock_internal()
4292 const void* src, size_t srcSize, U32 lastBlock) in ZSTD_compressBlock_splitBlock()
4321 const void* src, size_t srcSize, U32 frame) in ZSTD_compressBlock_internal()
4388 const void* src, size_t srcSize, in ZSTD_compressBlock_targetCBlockSize_body()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/jpeg/
H A Djpeg_handle.cc111 MemSourceMgr *src = reinterpret_cast<MemSourceMgr *>(cinfo->src); in MemInitSource() local
121 MemSourceMgr *src = reinterpret_cast<MemSourceMgr *>(cinfo->src); in MemFillInputBuffer() local
149 MemSourceMgr *src = reinterpret_cast<MemSourceMgr *>(cinfo->src); in MemSkipInputData() local
165 MemSourceMgr *src; in SetSrc() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Ds_expression.cpp46 skip_whitespace(const char *&src, char *&symbol_buffer) in skip_whitespace()
61 read_atom(void *ctx, const char *&src, char *&symbol_buffer) in read_atom()
102 __read_expression(void *ctx, const char *&src, char *&symbol_buffer) in __read_expression()
132 s_expression::read_expression(void *ctx, const char *&src) in read_expression()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c107 struct tgsi_full_dst_register * src) in transform_dstreg()
123 struct tgsi_full_src_register * src) in transform_srcreg()
144 static void transform_texture(struct rc_instruction * dst, struct tgsi_instruction_texture src, in transform_texture()
203 static void transform_instruction(struct tgsi_to_rc * ttr, struct tgsi_full_instruction * src) in transform_instruction()
/aosp_15_r20/external/selinux/libsepol/include/sepol/policydb/
H A Dcontext.h46 const context_struct_t * src) in mls_context_cpy()
58 static inline int mls_context_cpy_low(context_struct_t *dst, const context_struct_t *src) in mls_context_cpy_low()
78 static inline int mls_context_cpy_high(context_struct_t *dst, const context_struct_t *src) in mls_context_cpy_high()
121 static inline int context_cpy(context_struct_t * dst, const context_struct_t * src) in context_cpy()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpybind.cpp7 bool type_caster<c10::SymInt>::load(py::handle src, bool) { in load()
65 bool type_caster<c10::SymFloat>::load(py::handle src, bool) { in load()
95 bool type_caster<c10::SymBool>::load(py::handle src, bool) { in load()
125 bool type_caster<c10::Scalar>::load(py::handle src, bool) { in load()
/aosp_15_r20/external/turbine/javatests/com/google/turbine/main/
H A DReducedClasspathTest.java118 Path src = temporaryFolder.newFile("Test.java").toPath(); in succeedsWithoutFallingBack() local
152 Path src = temporaryFolder.newFile("Test.java").toPath(); in succeedsAfterFallingBack() local
181 Path src = temporaryFolder.newFile("Test.java").toPath(); in bazelFallback() local
223 Path src = temporaryFolder.newFile("Test.java").toPath(); in noFallbackWithoutDirectJarsAndJdeps() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuDepthwiseConv2dNativeKernel.cpp97 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *weights, const ITensorInfo *bi… in validate_arguments()
146 void CpuDepthwiseConv2dNativeKernel::configure(const ITensorInfo *src, const ITensorInfo *weights, … in configure()
166 Status CpuDepthwiseConv2dNativeKernel::validate(const ITensorInfo *src, const ITensorInfo *weights,… in validate()
179 const auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() local
H A DCpuMaxUnpoolingLayerKernel.cpp71 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *indices, const ITensorInfo *ds… in validate_arguments()
100 void CpuMaxUnpoolingLayerKernel::configure(const ITensorInfo *src, const ITensorInfo *indices, ITen… in configure()
117 Status CpuMaxUnpoolingLayerKernel::validate(const ITensorInfo *src, const ITensorInfo *indices, con… in validate()
130 const auto src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() local
H A DCpuPool2dKernel.cpp146 Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst, const PoolingLayerInfo &p… in validate_arguments()
205 std::pair<Status, Window> validate_and_configure_window(ITensorInfo *src, ITensorInfo *dst, ITensor… in validate_and_configure_window()
280 void CpuPool2dKernel::configure(ITensorInfo *src, ITensorInfo *dst, const PoolingLayerInfo &pool_in… in configure()
326 Status CpuPool2dKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const PoolingLayer… in validate()
358 const ITensor *src = tensors.get_const_tensor(TensorType::ACL_SRC_0); in run_op() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/
H A DCharBuffer.java98 public java.nio.CharBuffer put(java.nio.CharBuffer src) { in put()
102 public java.nio.CharBuffer put(char[] src, int offset, int length) { in put()
106 public final java.nio.CharBuffer put(char[] src) { in put()
110 public java.nio.CharBuffer put(java.lang.String src, int start, int end) { in put()
114 public final java.nio.CharBuffer put(java.lang.String src) { in put()
/aosp_15_r20/external/lzma/C/
H A DLzma2Dec.c166 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed()
179 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToDic()
311 const Byte *src, SizeT *srcLen, in Lzma2Dec_Parse()
430 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,… in Lzma2Dec_DecodeToBuf()
471 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2Decode()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dnode_handle_tests.cpp24 boost::unordered_map<int, std::string> src; in UNORDERED_AUTO_TEST() local
46 boost::unordered_set<int> src; in UNORDERED_AUTO_TEST() local
63 boost::unordered_set<int> src; in UNORDERED_AUTO_TEST() local
93 boost::unordered_set<int> src; in UNORDERED_AUTO_TEST() local
119 boost::unordered_map<int, int> src; in UNORDERED_AUTO_TEST() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/
DHeapCharBuffer.java294 public CharBuffer put(char[] src, int offset, int length) { in put()
312 public CharBuffer put(CharBuffer src) { in put()
351 public CharBuffer put(int index, CharBuffer src, int offset, int length) { in put()
362 public CharBuffer put(int index, char[] src, int offset, int length) { in put()
379 public CharBuffer put(String src, int start, int end) { in put()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/
DHeapCharBuffer.java294 public CharBuffer put(char[] src, int offset, int length) { in put()
312 public CharBuffer put(CharBuffer src) { in put()
351 public CharBuffer put(int index, CharBuffer src, int offset, int length) { in put()
362 public CharBuffer put(int index, char[] src, int offset, int length) { in put()
379 public CharBuffer put(String src, int start, int end) { in put()
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dwebgl.js229 function getHeight(src) { argument
233 function getWidth(src) { argument
255 CanvasKit.Surface.prototype.makeImageFromTextureSource = function(src, info, srcIsPremul) { argument
286 CanvasKit.Surface.prototype.updateTextureFromSource = function(img, src, srcIsPremul) { argument
333 CanvasKit.MakeLazyImageFromTextureSource = function(src, info, srcIsPremul) { argument
/aosp_15_r20/external/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c251 panfrost_access_tiled_image_generic(void *dst, void *src, unsigned sx, in panfrost_access_tiled_image_generic()
278 #define OFFSET(src, _x, _y) \ argument
283 panfrost_access_tiled_image(void *dst, void *src, unsigned x, unsigned y, in panfrost_access_tiled_image()
390 panfrost_store_tiled_image(void *dst, const void *src, unsigned x, unsigned y, in panfrost_store_tiled_image()
399 panfrost_load_tiled_image(void *dst, const void *src, unsigned x, unsigned y, in panfrost_load_tiled_image()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DHeapCharBuffer.java294 public CharBuffer put(char[] src, int offset, int length) { in put()
312 public CharBuffer put(CharBuffer src) { in put()
351 public CharBuffer put(int index, CharBuffer src, int offset, int length) { in put()
362 public CharBuffer put(int index, char[] src, int offset, int length) { in put()
379 public CharBuffer put(String src, int start, int end) { in put()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c58 struct pipe_video_buffer *src, in vlVaPostProcCompositor()
162 vlVaSurface *src, in vlVaSetProcParameters()
204 struct pipe_video_buffer *src, in vlVaVidEngineBlit()
340 struct pipe_video_buffer *src, in vlVaPostProcBlit()
533 struct pipe_video_buffer *src, *dst; in vlVaHandleVAProcPipelineParameterBufferType() local
/aosp_15_r20/external/libdav1d/src/
H A Dpicture.c238 const Dav1dPicture *const src) in dav1d_picture_alloc_copy()
257 void dav1d_picture_ref(Dav1dPicture *const dst, const Dav1dPicture *const src) { in dav1d_picture_ref()
275 void dav1d_picture_move_ref(Dav1dPicture *const dst, Dav1dPicture *const src) { in dav1d_picture_move_ref()
288 const Dav1dThreadPicture *const src) in dav1d_thread_picture_ref()
298 Dav1dThreadPicture *const src) in dav1d_thread_picture_move_ref()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c33 struct pipe_resource *src, unsigned srclevel) in default_src_texture()
109 struct pipe_resource *src = info->src.resource; in fd_blitter_prep() local
144 struct pipe_resource *src = info->src.resource; in fd_blitter_blit() local
375 unsigned dstz, struct pipe_resource *src, in fd_blitter_pipe_copy_region()
407 unsigned dstz, struct pipe_resource *src, in fd_resource_copy_region()
/aosp_15_r20/art/libartbase/base/
H A Dbit_vector.cc47 BitVector::BitVector(const BitVector& src, in BitVector()
117 void BitVector::Intersect(const BitVector* src) { in Intersect()
137 bool BitVector::Union(const BitVector* src) { in Union()
216 void BitVector::Subtract(const BitVector *src) { in Subtract()
289 void BitVector::Copy(const BitVector *src) { in Copy()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h36 nir_round_float_to_int(nir_builder *b, nir_def *src, in nir_round_float_to_int()
57 nir_round_float_to_float(nir_builder *b, nir_def *src, in nir_round_float_to_float()
109 nir_round_int_to_float(nir_builder *b, nir_def *src, in nir_round_int_to_float()
348 nir_def *src, nir_alu_type src_type, in nir_clamp_to_type_range()
435 nir_def *src, nir_alu_type src_type, in nir_convert_with_rounding()
/aosp_15_r20/external/libopenapv/src/
H A Doapv_tq.c42 static void oapv_tx_part(s16 *src, s16 *dst, int shift, int line) in oapv_tx_part()
133 void oapv_itx_get_wo_sft(s16 *src, s16 *dst, s32 *dst32, int shift, int line) in oapv_itx_get_wo_sft()
167 static void oapv_itx_part(s16 *src, s16 *dst, int shift, int line) in oapv_itx_part()
203 static void oapv_itx(s16 *src, int shift1, int shift2, int line) in oapv_itx()
242 void oapv_adjust_itrans(int *src, int *dst, int itrans_diff_idx, int diff_step, int shift) in oapv_adjust_itrans()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp99 std::ostringstream src; in iterate() local
141 std::ostringstream src; in iterate() local
279 std::ostringstream src; in iterate() local
421 std::ostringstream src; in iterate() local
535 std::ostringstream src; in iterate() local
678 std::ostringstream src; in iterate() local
925 std::ostringstream src; in iterate() local
1033 std::ostringstream src; in iterate() local
1135 std::ostringstream src; in iterate() local
1250 std::ostringstream src; in iterate() local
[all …]

1...<<31323334353637383940>>...480