Home
last modified time | relevance | path

Searched +defs:val +defs:src (Results 101 – 125 of 1740) sorted by relevance

12345678910>>...70

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_cond_test.cc55 StatusOr<StateMap::CondId> JoinCondStatesNonMerge(StateMap::CondId src, in JoinCondStatesNonMerge()
60 StatusOr<StateMap::CondId> JoinCondStatesMerge(Node* n, StateMap::CondId src, in JoinCondStatesMerge()
79 Node* val = test::graph::Constant(graph_.get(), val_tensor, "val"); in TEST_F() local
113 Node* val = test::graph::Constant(graph_.get(), val_tensor, "val"); in TEST_F() local
/aosp_15_r20/external/blktrace/
H A Dstats.h56 static inline void minmax_merge(struct minmax *dst, struct minmax *src) in minmax_merge()
114 static inline int histlog2_index(__u64 val, struct histlog2 *h) in histlog2_index()
122 static inline void histlog2_account(__u32 *bucket, __u32 val, in histlog2_account()
129 static inline void histlog2_merge(struct histlog2 *h, __u32 *dst, __u32 *src) in histlog2_merge()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp71 inline void writeRGBA8888Int(uint8_t *ptr, const IVec4 &val) in writeRGBA8888Int()
79 inline void writeRGB888Int(uint8_t *ptr, const IVec4 &val) in writeRGB888Int()
86 inline void writeRGBA8888Float(uint8_t *ptr, const Vec4 &val) in writeRGBA8888Float()
94 inline void writeRGB888Float(uint8_t *ptr, const Vec4 &val) in writeRGB888Float()
101 inline void writeUint24(uint8_t *dst, uint32_t val) in writeUint24()
114 inline uint32_t readUint24(const uint8_t *src) in readUint24()
123 inline uint8_t readUint32Low8(const uint8_t *src) in readUint32Low8()
134 inline uint8_t readUint32High8(const uint8_t *src) in readUint32High8()
145 inline void writeUint32Low8(uint8_t *dst, uint8_t val) in writeUint32Low8()
156 inline void writeUint32High8(uint8_t *dst, uint8_t val) in writeUint32High8()
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp577 void Texture::setData(const ConstPixelBufferAccess &src, const int width, const int height, in setData()
630 void Texture::setSubData(const ConstPixelBufferAccess &src, const int xOff, const int yOff, const i… in setSubData()
703 void setData(const vector<T> &src, const uint32_t target, const uint32_t usage) in setData()
711 …void setSubData(const vector<T> &src, const int offsetElems, const int numElems, const uint32_t ta… in setSubData()
759 void Buffer::setData(const void *const src, const int size, const uint32_t target, const uint32_t u… in setData()
768 void Buffer::setSubData(const void *const src, const int offsetBytes, const int sizeBytes, const ui… in setSubData() argument
880 float val[4]; in setRandomUniforms() local
904 float val[4 * 4]; in setRandomUniforms() local
943 int val[4]; in setRandomUniforms() local
967 uint32_t val[4]; in setRandomUniforms() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmem_utils.h15 GRL_INLINE void CacheLineSubgroupWrite(global char* dst, uint val) in CacheLineSubgroupWrite()
26 GRL_INLINE uint CacheLineSubgroupRead(const global char* src) in CacheLineSubgroupRead()
37 GRL_INLINE void CopyCacheLine(global char* dst, const global char* src) in CopyCacheLine()
51 GRL_INLINE void CopyMemory(global char* dst, const global char* src, uint size, uint numGroups) in CopyMemory()
143 global const char *src = getInstanceDataToCopy(array, arrayOfPtrs, byteOffset); in copyInstances() local
154 global const char *src = getInstanceDataToCopy(array, arrayOfPtrs, byteOffset); in copyInstances() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v07.c275 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
280 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
285 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
338 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
472 MEM_STATIC unsigned BITv07_highbit32 (U32 val) in BITv07_highbit32()
1253 const void* src, size_t srcSize) in HUFv07_readStats()
1721 size_t HUFv07_readDTableX2 (HUFv07_DTable* DTable, const void* src, size_t srcSize) in HUFv07_readDTableX2()
1772 size_t const val = BITv07_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUFv07_decodeSymbolX2() local
2079 size_t HUFv07_readDTableX4 (HUFv07_DTable* DTable, const void* src, size_t srcSize) in HUFv07_readDTableX4()
2162 const size_t val = BITv07_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUFv07_decodeSymbolX4() local
[all …]
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp169 UnicodeString src; in parseFile() local
330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse()
609 UChar32 val = 0; in replaceCharRefs() local
617 UChar32 val = 0; in replaceCharRefs() local
638 const UnicodeString &src=mXMLDecl.input(); in error() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp169 UnicodeString src; in parseFile() local
330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse()
609 UChar32 val = 0; in replaceCharRefs() local
617 UChar32 val = 0; in replaceCharRefs() local
638 const UnicodeString &src=mXMLDecl.input(); in error() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp177 ImmediateValue val; in isImmdLoad() local
1062 uint64_t val = imm0.reg.data.u64; in opnd() local
1394 Instruction *src = i->getSrc(t)->getInsn(); in opnd() local
1893 Value *src; in tryADDToMADOrSAD() local
2268 int32_t val = insn->getSrc(2)->asImm()->reg.data.s32; in handleSUCLAMP() local
2307 Instruction *src = i->getSrc(0)->getInsn(); in handleNEG() local
2456 Value *src; in tryADDToSHLADD() local
2839 Value *src[4]; // no modifiers in ValueRef allowed for st in combineSt() local
3591 ImmediateValue val; in handleMADforNV50() local
3606 Value *src = vtmp->getInsn()->getSrc(0); in handleMADforNV50() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_cooperative_matrix.c338 nir_def *src = nir_channel(b, nir_load_deref(b, slice), i); in lower_cmat_load_store() local
368 nir_def *src = nir_channel(b, nir_load_deref(b, slice), i); in lower_cmat_load_store() local
438 nir_def *src = in lower_cmat_unary_op() local
502 nir_def *src = nir_load_deref(b, src_slice); in lower_cmat_scalar_op() local
517 nir_def *val = nir_channel(b, src, i); in lower_cmat_scalar_op() local
569 nir_def *src = intrin->src[1].ssa; in lower_cmat_instr() local
716 nir_def *val = nir_channel(b, nir_load_deref(b, src_slice), i); in lower_cmat_instr() local
754 nir_def *src = in lower_cmat_instr() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/mini_table/
H A Dcompat.c31 static upb_MiniTableEquals_Status upb_deep_check(const upb_MiniTable* src, in upb_deep_check()
67 upb_value val; in upb_deep_check() local
98 bool upb_MiniTable_Compatible(const upb_MiniTable* src, in upb_MiniTable_Compatible()
103 upb_MiniTableEquals_Status upb_MiniTable_Equals(const upb_MiniTable* src, in upb_MiniTable_Equals()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c53 static LLVMValueRef get_src(struct ac_nir_context *nir, nir_src src) in get_src()
58 static LLVMValueRef get_memory_ptr(struct ac_nir_context *ctx, nir_src src, unsigned c_off) in get_memory_ptr()
72 static LLVMValueRef get_alu_src(struct ac_nir_context *ctx, nir_alu_src src, in get_alu_src()
403 LLVMValueRef temps[2], val; in emit_unpack_half_2x16() local
530 ac_build_const_int_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, long long val, bool sign_exte… in ac_build_const_int_vec()
551 LLVMValueRef src[16], result = NULL; in visit_alu() local
1547 static LLVMValueRef extract_vector_range(struct ac_llvm_context *ctx, LLVMValueRef src, in extract_vector_range()
1570 const nir_intrinsic_instr *instr, nir_src src) in enter_waterfall_ssbo()
1913 LLVMValueRef val; in visit_load_global() local
1932 LLVMValueRef val; in visit_store_global() local
[all …]
H A Dac_llvm_build.c1418 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val) in ac_build_ddxy()
2161 LLVMValueRef ac_build_fsat(struct ac_llvm_context *ctx, LLVMValueRef src, in ac_build_fsat()
2244 LLVMValueRef val; in ac_build_isign() local
2251 static LLVMValueRef ac_eliminate_negative_zero(struct ac_llvm_context *ctx, LLVMValueRef val) in ac_eliminate_negative_zero()
2260 LLVMValueRef ac_build_fsign(struct ac_llvm_context *ctx, LLVMValueRef src) in ac_build_fsign()
2263 LLVMValueRef pos, neg, dw[2], val; in ac_build_fsign() local
2370 LLVMValueRef src[6]; in ac_build_sudot_4x8() local
2677 LLVMValueRef ac_build_alloca_init(struct ac_llvm_context *ac, LLVMValueRef val, const char *name) in ac_build_alloca_init()
2727 static LLVMValueRef _ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, in _ac_build_readlane()
2747 static LLVMValueRef ac_build_readlane_common(struct ac_llvm_context *ctx, LLVMValueRef src, in ac_build_readlane_common()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
H A Dicu-test-functions.json4 "src": "Expires on {$exp}", string
8 "src": "Expires on {$exp :datetime}", string
12 "src": "Expires on {$exp :datetime icu:skeleton=yMMMMdjmsSSEE}", string
16 "src": "Expires on {$exp :datetime dateStyle=full}", string
20 "src": "Expires on {$exp :datetime dateStyle=long}", string
24 "src": "Expires on {$exp :datetime dateStyle=medium}", string
28 "src": "Expires on {$exp :datetime timeStyle=long}", string
32 "src": "Expires on {$exp :datetime timeStyle=medium}", string
36 "src": "Expires on {$exp :datetime timeStyle=short}", string
40 "src": "Expires on {$exp :datetime dateStyle=full timeStyle=medium}", string
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A Dicu-test-functions.json4 "src": "Expires on {$exp}", string
8 "src": "Expires on {$exp :datetime}", string
12 "src": "Expires on {$exp :datetime icu:skeleton=yMMMMdjmsSSEE}", string
16 "src": "Expires on {$exp :datetime dateStyle=full}", string
20 "src": "Expires on {$exp :datetime dateStyle=long}", string
24 "src": "Expires on {$exp :datetime dateStyle=medium}", string
28 "src": "Expires on {$exp :datetime timeStyle=long}", string
32 "src": "Expires on {$exp :datetime timeStyle=medium}", string
36 "src": "Expires on {$exp :datetime timeStyle=short}", string
40 "src": "Expires on {$exp :datetime dateStyle=full timeStyle=medium}", string
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dmem_sse2.h23 static INLINE int32_t loadu_int32(const void *src) { in loadu_int32()
30 int val; in load_unaligned_u32() local
36 const int val = _mm_cvtsi128_si32(v); in store_unaligned_u32() local
43 static INLINE __m128i loadh_epi64(const __m128i s, const void *const src) { in loadh_epi64()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/
H A Dflag_benchmark.cc43 bool AbslParseFlag(absl::string_view src, OptionalInt* flag, in AbslParseFlag()
45 int val; in AbslParseFlag() local
62 bool AbslParseFlag(absl::string_view src, OptionalString* flag, in AbslParseFlag()
64 std::string val; in AbslParseFlag() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarIn.cpp57 static void MyStrNCpy(char *dest, const char *src, unsigned size) in MyStrNCpy()
100 static bool ParseInt64(const char *p, Int64 &val, bool &isBin) in ParseInt64()
116 static bool ParseInt64_MTime(const char *p, Int64 &val, bool &isBin) in ParseInt64_MTime()
129 static bool ParseSize(const char *p, UInt64 &val, bool &isBin) in ParseSize()
144 static bool ParseSize(const char *p, UInt64 &val) in ParseSize()
575 static bool ParsePaxTime(const AString &src, CPaxTime &pt, bool &doubleTagError) in ParsePaxTime()
662 AString name, val; in ParsePax() local
/aosp_15_r20/external/mesa3d/src/util/
H A Ddouble.h46 _mesa_double_to_float_rtne(double val) in _mesa_double_to_float_rtne()
78 _mesa_double_to_float16_rtne(double val) in _mesa_double_to_float16_rtne()
87 union di src; in _mesa_double_to_float16_rtne() local
108 _mesa_double_to_float16_rtz(double val) in _mesa_double_to_float16_rtz()
/aosp_15_r20/external/lzma/CPP/Common/
H A DStringConvert.cpp51 void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage) in MultiByteToUnicodeString2()
117 static void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage, char defaul… in UnicodeStringToMultiByte2()
262 void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT codePage) in MultiByteToUnicodeString2()
374 static void UnicodeStringToMultiByte2_Native(AString &dest, const UString &src) in UnicodeStringToMultiByte2_Native()
406 UString src = src2; in UnicodeStringToMultiByte2() local
506 UString MultiByteToUnicodeString(const AString &src, UINT codePage) in MultiByteToUnicodeString()
513 UString MultiByteToUnicodeString(const char *src, UINT codePage) in MultiByteToUnicodeString()
519 void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage) in UnicodeStringToMultiByte2()
525 AString UnicodeStringToMultiByte(const UString &src, UINT codePage, char defaultChar, bool &default… in UnicodeStringToMultiByte()
532 AString UnicodeStringToMultiByte(const UString &src, UINT codePage) in UnicodeStringToMultiByte()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectOutputStream.java99 public void write(int val) throws java.io.IOException { in write()
123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean()
127 public void writeByte(int val) throws java.io.IOException { in writeByte()
131 public void writeShort(int val) throws java.io.IOException { in writeShort()
135 public void writeChar(int val) throws java.io.IOException { in writeChar()
139 public void writeInt(int val) throws java.io.IOException { in writeInt()
143 public void writeLong(long val) throws java.io.IOException { in writeLong()
147 public void writeFloat(float val) throws java.io.IOException { in writeFloat()
151 public void writeDouble(double val) throws java.io.IOException { in writeDouble()
262 float[] src, int srcpos, byte[] dst, int dstpos, int nfloats); in floatsToBytes()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar12 ... .io.File) java.io.File src java.io.File dest } com/android ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-12/
Dservices.core.unboosted.jarcom/android/server/hdmi/HdmiEarcLocalDeviceTx.class HdmiEarcLocalDeviceTx.java package com.android. ...
/aosp_15_r20/external/mesa3d/src/intel/executor/
H A Dexecutor_macros.c56 executor_macro_mov(executor_context *ec, char **src, char *line) in executor_macro_mov()
71 } val; in executor_macro_mov() local
115 executor_macro_syncnop(executor_context *ec, char **src, char *line) in executor_macro_syncnop()
141 executor_macro_eot(executor_context *ec, char **src, char *line) in executor_macro_eot()
181 executor_macro_id(executor_context *ec, char **src, char *line) in executor_macro_id()
216 executor_macro_write(executor_context *ec, char **src, char *line) in executor_macro_write()
279 executor_macro_read(executor_context *ec, char **src, char *line) in executor_macro_read()
365 char *src = ralloc_strdup(ec->mem_ctx, ""); in executor_apply_macros() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_render_linear_blits.c62 check_bo(int fd, uint32_t handle, uint32_t val) in check_bo()
108 struct igt_buf src = {}, dst = {}; in run_test() local
133 struct igt_buf src = {}, dst = {}; in run_test() local
155 struct igt_buf src = {}, dst = {}; in run_test() local

12345678910>>...70