Home
last modified time | relevance | path

Searched +defs:val +defs:d (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp273 SIMD::Float d = FDot(type.componentCount, I, N); in EmitExtGLSLstd450() local
288 SIMD::Float d = FDot(type.componentCount, I, N); in EmitExtGLSLstd450() local
305 SIMD::Float d = FDot(type.componentCount, I, Nref); in EmitExtGLSLstd450() local
318 SIMD::Float d = FDot(shader.getObjectType(insn.word(5)).componentCount, x, x); in EmitExtGLSLstd450() local
329 SIMD::Float d = FDot(shader.getObjectType(insn.word(5)).componentCount, x, x); in EmitExtGLSLstd450() local
345 SIMD::Float d = (p0.Float(0) - p1.Float(0)) * (p0.Float(0) - p1.Float(0)); in EmitExtGLSLstd450() local
357 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
374 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
386 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
402 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Ddecode.c86 static void jsondec_seterrmsg(jsondec* d, const char* msg) { in jsondec_seterrmsg()
91 UPB_NORETURN static void jsondec_err(jsondec* d, const char* msg) { in jsondec_err()
97 UPB_NORETURN static void jsondec_errf(jsondec* d, const char* fmt, ...) { in jsondec_errf()
109 static void jsondec_consumews(jsondec* d) { in jsondec_consumews()
130 static void jsondec_skipws(jsondec* d) { in jsondec_skipws()
137 static bool jsondec_tryparsech(jsondec* d, char ch) { in jsondec_tryparsech()
143 static void jsondec_parselit(jsondec* d, const char* lit) { in jsondec_parselit()
152 static void jsondec_wsch(jsondec* d, char ch) { in jsondec_wsch()
159 static void jsondec_true(jsondec* d) { jsondec_parselit(d, "true"); } in jsondec_true()
160 static void jsondec_false(jsondec* d) { jsondec_parselit(d, "false"); } in jsondec_false()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Ddecode.c89 UPB_NORETURN static void jsondec_err(jsondec* d, const char* msg) { in jsondec_err()
96 UPB_NORETURN static void jsondec_errf(jsondec* d, const char* fmt, ...) { in jsondec_errf()
106 static void jsondec_skipws(jsondec* d) { in jsondec_skipws()
125 static bool jsondec_tryparsech(jsondec* d, char ch) { in jsondec_tryparsech()
131 static void jsondec_parselit(jsondec* d, const char* lit) { in jsondec_parselit()
140 static void jsondec_wsch(jsondec* d, char ch) { in jsondec_wsch()
147 static void jsondec_true(jsondec* d) { jsondec_parselit(d, "true"); } in jsondec_true()
148 static void jsondec_false(jsondec* d) { jsondec_parselit(d, "false"); } in jsondec_false()
149 static void jsondec_null(jsondec* d) { jsondec_parselit(d, "null"); } in jsondec_null()
151 static void jsondec_entrysep(jsondec* d) { in jsondec_entrysep()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Ddecode.c94 UPB_NORETURN static void* _upb_Decoder_ErrorJmp(upb_Decoder* d, in _upb_Decoder_ErrorJmp()
101 const char* _upb_FastDecoder_ErrorJmp(upb_Decoder* d, int status) { in _upb_FastDecoder_ErrorJmp()
108 static void _upb_Decoder_VerifyUtf8(upb_Decoder* d, const char* buf, int len) { in _upb_Decoder_VerifyUtf8()
114 static bool _upb_Decoder_Reserve(upb_Decoder* d, upb_Array* arr, size_t elem) { in _upb_Decoder_Reserve()
124 uint64_t val; member
129 const char* ptr, uint64_t val) { in _upb_Decoder_DecodeLongVarint()
146 static const char* _upb_Decoder_DecodeVarint(upb_Decoder* d, const char* ptr, in _upb_Decoder_DecodeVarint()
147 uint64_t* val) { in _upb_Decoder_DecodeVarint()
161 static const char* _upb_Decoder_DecodeTag(upb_Decoder* d, const char* ptr, in _upb_Decoder_DecodeTag()
162 uint32_t* val) { in _upb_Decoder_DecodeTag()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Ddecode.c115 UPB_NORETURN static void* _upb_Decoder_ErrorJmp(upb_Decoder* d, in _upb_Decoder_ErrorJmp()
122 const char* _upb_FastDecoder_ErrorJmp(upb_Decoder* d, int status) { in _upb_FastDecoder_ErrorJmp()
129 static void _upb_Decoder_VerifyUtf8(upb_Decoder* d, const char* buf, int len) { in _upb_Decoder_VerifyUtf8()
135 static bool _upb_Decoder_Reserve(upb_Decoder* d, upb_Array* arr, size_t elem) { in _upb_Decoder_Reserve()
147 uint64_t val; member
152 const char* ptr, uint64_t val) { in _upb_Decoder_DecodeLongVarint()
169 static const char* _upb_Decoder_DecodeVarint(upb_Decoder* d, const char* ptr, in _upb_Decoder_DecodeVarint()
170 uint64_t* val) { in _upb_Decoder_DecodeVarint()
184 static const char* _upb_Decoder_DecodeTag(upb_Decoder* d, const char* ptr, in _upb_Decoder_DecodeTag()
185 uint32_t* val) { in _upb_Decoder_DecodeTag()
[all …]
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dendian.h25 static inline void write_ble8(void *dest, uint8_t val) in write_ble8()
30 static inline void write_at_ble8(void *dest, uint8_t val, size_t offset) in write_at_ble8()
32 uint8_t *d = dest; in write_at_ble8() local
49 static inline void write_be8(void *dest, uint8_t val) in write_be8()
54 static inline void write_at_be8(void *dest, uint8_t val, size_t offset) in write_at_be8()
72 static inline void write_be16(void *dest, uint16_t val) in write_be16()
78 static inline void write_at_be16(void *dest, uint16_t val, size_t offset) in write_at_be16()
80 uint8_t *d = dest; in write_at_be16() local
99 static inline void write_be32(void *dest, uint32_t val) in write_be32()
105 static inline void write_at_be32(void *dest, uint32_t val, size_t offset) in write_at_be32()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1131 static const char* fastdecode_delimited(upb_Decoder* d, const char* ptr, in fastdecode_delimited()
1190 static void* fastdecode_resizearr(upb_Decoder* d, void* dst, in fastdecode_resizearr()
1225 static fastdecode_nextret fastdecode_nextrepeated(upb_Decoder* d, void* dst, in fastdecode_nextrepeated()
1257 static void* fastdecode_getfield(upb_Decoder* d, const char* ptr, in fastdecode_getfield()
[all …]
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1460 static const char* fastdecode_delimited(upb_Decoder* d, const char* ptr, in fastdecode_delimited()
1519 static void* fastdecode_resizearr(upb_Decoder* d, void* dst, in fastdecode_resizearr()
1554 static fastdecode_nextret fastdecode_nextrepeated(upb_Decoder* d, void* dst, in fastdecode_nextrepeated()
1586 static void* fastdecode_getfield(upb_Decoder* d, const char* ptr, in fastdecode_getfield()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1460 static const char* fastdecode_delimited(upb_Decoder* d, const char* ptr, in fastdecode_delimited()
1519 static void* fastdecode_resizearr(upb_Decoder* d, void* dst, in fastdecode_resizearr()
1554 static fastdecode_nextret fastdecode_nextrepeated(upb_Decoder* d, void* dst, in fastdecode_nextrepeated()
1586 static void* fastdecode_getfield(upb_Decoder* d, const char* ptr, in fastdecode_getfield()
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1131 static const char* fastdecode_delimited(upb_Decoder* d, const char* ptr, in fastdecode_delimited()
1190 static void* fastdecode_resizearr(upb_Decoder* d, void* dst, in fastdecode_resizearr()
1225 static fastdecode_nextret fastdecode_nextrepeated(upb_Decoder* d, void* dst, in fastdecode_nextrepeated()
1257 static void* fastdecode_getfield(upb_Decoder* d, const char* ptr, in fastdecode_getfield()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_pq/
Dpq_single_thread_pass.cpp58 int val; in test_pull_for() local
60 ns d = steady_clock::now() - start - milliseconds(500); in test_pull_for() local
69 int val; in test_pull_until() local
71 ns d = steady_clock::now() - start - milliseconds(500); in test_pull_until() local
80 int val; in test_nonblocking_pull() local
82 ns d = steady_clock::now() - start; in test_nonblocking_pull() local
92 int val; in test_pull_for_when_not_empty() local
94 ns d = steady_clock::now() - start; in test_pull_for_when_not_empty() local
105 int val; in test_pull_until_when_not_empty() local
107 ns d = steady_clock::now() - start; in test_pull_until_when_not_empty() local
[all …]
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dht_dec.c70 OPJ_UINT32 population_count(OPJ_UINT32 val) in population_count()
95 OPJ_UINT32 count_leading_zeros(OPJ_UINT32 val) in count_leading_zeros()
167 OPJ_UINT32 val; in mel_read() local
316 OPJ_UINT64 d; in mel_init() local
397 OPJ_UINT32 val; in rev_read() local
465 OPJ_UINT32 d; in rev_init() local
487 OPJ_UINT64 d; in rev_init() local
548 OPJ_UINT32 val; in rev_read_mrp() local
631 OPJ_UINT64 d; in rev_init_mrp() local
714 OPJ_UINT32 d; in decode_init_uvlc() local
[all …]
/aosp_15_r20/external/coreboot/util/vgabios/
H A Dpci-userspace.c33 struct pci_dev *d; in pci_read_config8() local
45 struct pci_dev *d; in pci_read_config16() local
57 struct pci_dev *d; in pci_read_config32() local
67 void pci_write_config8(struct device *dev, unsigned int where, u8 val) in pci_write_config8()
69 struct pci_dev *d; in pci_write_config8() local
79 void pci_write_config16(struct device *dev, unsigned int where, u16 val) in pci_write_config16()
81 struct pci_dev *d; in pci_write_config16() local
91 void pci_write_config32(struct device *dev, unsigned int where, u32 val) in pci_write_config32()
93 struct pci_dev *d; in pci_write_config32() local
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_cs.h45 vn_cs_encoder_write(struct vn_cs_encoder *enc, size_t size, const void *val, size_t val_size) in vn_cs_encoder_write()
54 const struct vkr_cs_decoder *d = (struct vkr_cs_decoder *)dec; in vn_cs_decoder_set_fatal() local
61 const struct vkr_cs_decoder *d = (struct vkr_cs_decoder *)dec; in vn_cs_decoder_get_fatal() local
68 const struct vkr_cs_decoder *d = (const struct vkr_cs_decoder *)dec; in vn_cs_decoder_lookup_object() local
75 struct vkr_cs_decoder *d = (struct vkr_cs_decoder *)dec; in vn_cs_decoder_reset_temp_pool() local
82 struct vkr_cs_decoder *d = (struct vkr_cs_decoder *)dec; in vn_cs_decoder_alloc_temp() local
87 vn_cs_decoder_read(struct vn_cs_decoder *dec, size_t size, void *val, size_t val_size) in vn_cs_decoder_read()
89 struct vkr_cs_decoder *d = (struct vkr_cs_decoder *)dec; in vn_cs_decoder_read() local
94 vn_cs_decoder_peek(const struct vn_cs_decoder *dec, size_t size, void *val, size_t val_size) in vn_cs_decoder_peek()
96 const struct vkr_cs_decoder *d = (const struct vkr_cs_decoder *)dec; in vn_cs_decoder_peek() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dduration_put.hpp104 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put()
105 const CharT* pat_end, const char_type* val = 0) const in put()
122 …duration<Rep, Period> const& d, const CharT* pattern, const CharT* pat_end, const char_type* val =… in put()
173 …ype s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, const char_type* val = … in put()
201 …ype s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, const char_type* val = … in put_value()
216 …s, std::ios_base& ios, char_type fill, duration<process_times<Rep>, Period> const& d, const char_t… in put_value()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp132 UInt32 val = 0; in ReadUInt16() local
144 UInt32 val = 0; in ReadUInt32Le() local
152 UInt32 val = 0; in ReadUInt32Be() local
165 UInt32 val = 0; in ReadUInt32() local
188 UInt32 d = (UInt32)(b - '0'); in ReadDigits() local
195 void CInArchive::ReadDateTime(CDateTime &d) in ReadDateTime()
207 void CInArchive::ReadBootRecordDescriptor(CBootRecordDescriptor &d) in ReadBootRecordDescriptor()
262 void CInArchive::ReadVolumeDescriptor(CVolumeDescriptor &d) in ReadVolumeDescriptor()
335 void CInArchive::ReadDir(CDir &d, int level) in ReadDir()
383 void CInArchive::CreateRefs(CDir &d) in CreateRefs()
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dmem_sse2.h30 int val; in load_unaligned_u32() local
36 const int val = _mm_cvtsi128_si32(v); in store_unaligned_u32() local
49 __m128i *const d) { in load_8bit_4x4()
57 __m128i *const d) { in load_8bit_4x8()
63 __m128i *const d) { in load_8bit_8x4()
71 __m128i *const d) { in load_8bit_8x8()
77 const ptrdiff_t stride, __m128i *const d) { in load_8bit_16x8()
89 const ptrdiff_t stride, __m128i *const d) { in loadu_8bit_16x4()
97 const ptrdiff_t stride, __m128i *const d) { in loadu_8bit_16x8()
102 static INLINE void _mm_storeh_epi64(__m128i *const d, const __m128i s) { in _mm_storeh_epi64()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp245 std::list<ValueDef *>& entry(Value *val) { in entry()
260 std::list<ValueDef *>& operator()(Value *val) { in operator ()()
264 void add(Value *val, const std::list<ValueDef *> &vals) { in add()
271 for (int d = 0; insn->defExists(d); ++d) { in removeDefsOfInstruction() local
308 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, in addLiveRange()
473 unsigned int s, d; in buildLiveSets() local
587 for (int d = 0; i->defExists(d); ++d) { in visit() local
858 LValue *val = src->join->asLValue(); in coalesceValues() local
992 LValue *val = (split ? insn->getDef(c) : insn->getSrc(c))->asLValue(); in makeCompound() local
1158 for (int d = 0; insn->defExists(d); ++d) in buildRIG() local
[all …]
/aosp_15_r20/external/flac/src/flac/
H A Ddecode.c194 FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_seri… in DecoderSession_construct()
279 void DecoderSession_destroy(DecoderSession *d, FLAC__bool error_occurred) in DecoderSession_destroy()
382 FLAC__bool DecoderSession_process(DecoderSession *d) in DecoderSession_process()
517 int DecoderSession_finish_ok(DecoderSession *d) in DecoderSession_finish_ok()
578 int DecoderSession_finish_error(DecoderSession *d) in DecoderSession_finish_error()
985 FLAC__bool write_little_endian_uint16(FILE *f, FLAC__uint16 val) in write_little_endian_uint16()
995 FLAC__bool write_little_endian_uint32(FILE *f, FLAC__uint32 val) in write_little_endian_uint32()
1006 FLAC__bool write_little_endian_uint64(FILE *f, FLAC__uint64 val) in write_little_endian_uint64()
1019 FLAC__bool write_big_endian_uint16(FILE *f, FLAC__uint16 val) in write_big_endian_uint16()
1029 FLAC__bool write_big_endian_uint32(FILE *f, FLAC__uint32 val) in write_big_endian_uint32()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_activations_test.cc42 for (int d = 0; d < depth; ++d) { in TEST() local
43 float val = input(d, r, c, b); in TEST() local
66 for (int d = 0; d < depth; ++d) { in TEST() local
67 float val = input(d, r, c, b); in TEST() local
90 for (int d = 0; d < depth; ++d) { in TEST() local
91 float val = input(d, r, c, b); in TEST() local
/aosp_15_r20/external/dtc/
H A Dflattree.c45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell()
70 static void bin_emit_data(void *e, struct data d) in bin_emit_data()
123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell()
150 static void asm_emit_data(void *e, struct data d) in asm_emit_data()
221 static int stringtable_insert(struct data *d, const char *str) in stringtable_insert()
298 struct data d = empty_data; in flatten_reserve_list() local
589 fdt32_t val; in flat_read_word() local
630 struct data d = empty_data; in flat_read_data() local
669 struct data val; in flat_read_property() local
737 uint32_t val; in unflatten_tree() local
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java103 public void add(String fieldName, Dumpable d) { in add()
156 public void write(@NonNull String fieldName, long fieldId, double val) { in write()
164 public void write(@NonNull String fieldName, long fieldId, boolean val) { in write()
172 public void write(@NonNull String fieldName, long fieldId, int val) { in write()
180 public void write(@NonNull String fieldName, long fieldId, float val) { in write()
188 public void write(@NonNull String fieldName, long fieldId, byte[] val) { in write()
196 public void write(@NonNull String fieldName, long fieldId, long val) { in write()
204 public void write(@NonNull String fieldName, long fieldId, @Nullable String val) { in write()
216 DumpObject d = new DumpObject(fieldName); in start() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c45 struct dxil_dumper *d = calloc(1, sizeof(struct dxil_dumper)); in dxil_dump_create() local
51 void dxil_dump_free(struct dxil_dumper *d) in dxil_dump_free()
58 void dxil_dump_buf_to_file(struct dxil_dumper *d, FILE *f) in dxil_dump_buf_to_file()
67 void dxil_dump_indention_inc(struct dxil_dumper *d) in dxil_dump_indention_inc()
73 void dxil_dump_indention_dec(struct dxil_dumper *d) in dxil_dump_indention_dec()
80 void dxil_dump_indent(struct dxil_dumper *d) in dxil_dump_indent()
87 dxil_dump_module(struct dxil_dumper *d, struct dxil_module *m) in dxil_dump_module()
114 dump_metadata(struct dxil_dumper *d, struct dxil_module *m) in dump_metadata()
126 dump_shader_info(struct dxil_dumper *d, struct dxil_shader_info *info) in dump_shader_info()
180 dump_types(struct dxil_dumper *d, struct list_head *list) in dump_types()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/
Dwin32config.h48 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ argument
53 #define isnan(d) (_isnan(d)) argument
57 static int isinf (double d) { in isinf()
59 double val = frexp (d, &expon); in isinf() local
74 static int isnan (double d) { in isnan()
76 double val = frexp (d, &expon); in isnan() local
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/
Dwin32config.h48 #define isinf(d) ((_fpclass(d) == _FPCLASS_PINF) ? 1 \ argument
53 #define isnan(d) (_isnan(d)) argument
57 static int isinf (double d) { in isinf()
59 double val = frexp (d, &expon); in isinf() local
74 static int isnan (double d) { in isnan()
76 double val = frexp (d, &expon); in isnan() local

12345678910>>...65