Home
last modified time | relevance | path

Searched +defs:val +defs:count (Results 1 – 25 of 1841) sorted by relevance

12345678910>>...74

/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h17 vn_sizeof_uint64_t(const uint64_t *val) in vn_sizeof_uint64_t()
24 vn_encode_uint64_t(struct vn_cs_encoder *enc, const uint64_t *val) in vn_encode_uint64_t()
30 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t()
36 vn_sizeof_uint64_t_array(const uint64_t *val, uint32_t count) in vn_sizeof_uint64_t_array()
45 vn_encode_uint64_t_array(struct vn_cs_encoder *enc, const uint64_t *val, uint32_t count) in vn_encode_uint64_t_array()
53 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) in vn_decode_uint64_t_array()
63 vn_sizeof_int32_t(const int32_t *val) in vn_sizeof_int32_t()
70 vn_encode_int32_t(struct vn_cs_encoder *enc, const int32_t *val) in vn_encode_int32_t()
76 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) in vn_decode_int32_t()
82 vn_sizeof_int32_t_array(const int32_t *val, uint32_t count) in vn_sizeof_int32_t_array()
[all …]
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_types.h16 vn_encode_uint64_t(struct vn_cs_encoder *enc, const uint64_t *val) in vn_encode_uint64_t()
22 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t()
28 vn_encode_uint64_t_array(struct vn_cs_encoder *enc, const uint64_t *val, uint32_t count) in vn_encode_uint64_t_array()
36 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) in vn_decode_uint64_t_array()
46 vn_encode_int32_t(struct vn_cs_encoder *enc, const int32_t *val) in vn_encode_int32_t()
52 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) in vn_decode_int32_t()
58 vn_encode_int32_t_array(struct vn_cs_encoder *enc, const int32_t *val, uint32_t count) in vn_encode_int32_t_array()
66 vn_decode_int32_t_array(struct vn_cs_decoder *dec, int32_t *val, uint32_t count) in vn_decode_int32_t_array()
76 vn_encode_VkStructureType(struct vn_cs_encoder *enc, const VkStructureType *val) in vn_encode_VkStructureType()
82 vn_decode_VkStructureType(struct vn_cs_decoder *dec, VkStructureType *val) in vn_decode_VkStructureType()
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/
H A Dio.h93 unsigned int val; in inl() local
100 unsigned short val; in inw() local
107 unsigned char val; in inb() local
112 static inline void outl(unsigned int val, int port) in outl()
117 static inline void outw(unsigned short val, int port) in outw()
122 static inline void outb(unsigned char val, int port) in outb()
127 static inline void outsl(int port, const void *addr, unsigned long count) in outsl()
132 static inline void outsw(int port, const void *addr, unsigned long count) in outsw()
137 static inline void outsb(int port, const void *addr, unsigned long count) in outsb()
142 static inline void insl(int port, void *addr, unsigned long count) in insl()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c450 struct vtn_value *val = vtn_untyped_value(b, value_id); in _vtn_fail_value_type_mismatch() local
462 struct vtn_value *val = vtn_untyped_value(b, value_id); in _vtn_fail_value_not_pointer() local
473 struct vtn_ssa_value *val = vtn_zalloc(b, struct vtn_ssa_value); in vtn_undef_ssa_value() local
506 struct vtn_ssa_value *val = vtn_zalloc(b, struct vtn_ssa_value); in vtn_const_ssa_value() local
546 struct vtn_value *val = vtn_untyped_value(b, value_id); in vtn_ssa_value() local
579 struct vtn_value *val; in vtn_push_ssa_value() local
769 unsigned count = w[0] >> SpvWordCountShift; in vtn_foreach_instruction() local
805 const uint32_t *w, unsigned count) in vtn_handle_non_semantic_instruction()
813 const uint32_t *w, unsigned count) in vtn_handle_extension()
817 struct vtn_value *val = vtn_push_value(b, w[1], vtn_value_type_extension); in vtn_handle_extension() local
[all …]
H A Dvtn_cfg.c39 unsigned count = 0; in glsl_type_count_function_params() local
96 function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val, in function_parameter_decoration_cb()
181 const uint32_t *w, unsigned count) in vtn_handle_function_call()
220 function_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, in function_decoration_cb()
244 const uint32_t *w, unsigned count) in vtn_cfg_handle_prepass_instruction()
257 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_function); in vtn_cfg_handle_prepass_instruction() local
343 struct vtn_value *val = vtn_untyped_value(b, w[2]); in vtn_cfg_handle_prepass_instruction() local
484 const uint32_t *w, unsigned count) in vtn_handle_phis_first_pass()
522 const uint32_t *w, unsigned count) in vtn_handle_phi_second_pass()
/aosp_15_r20/external/zstd/lib/common/
H A Dbits.h16 MEM_STATIC unsigned ZSTD_countTrailingZeros32_fallback(U32 val) in ZSTD_countTrailingZeros32_fallback()
28 MEM_STATIC unsigned ZSTD_countTrailingZeros32(U32 val) in ZSTD_countTrailingZeros32()
51 MEM_STATIC unsigned ZSTD_countLeadingZeros32_fallback(U32 val) { in ZSTD_countLeadingZeros32_fallback()
67 MEM_STATIC unsigned ZSTD_countLeadingZeros32(U32 val) in ZSTD_countLeadingZeros32()
90 MEM_STATIC unsigned ZSTD_countTrailingZeros64(U64 val) in ZSTD_countTrailingZeros64()
121 MEM_STATIC unsigned ZSTD_countLeadingZeros64(U64 val) in ZSTD_countLeadingZeros64()
152 MEM_STATIC unsigned ZSTD_NbCommonBytes(size_t val) in ZSTD_NbCommonBytes()
169 MEM_STATIC unsigned ZSTD_highbit32(U32 val) /* compress, dictBuilder, decodeCorpus */ in ZSTD_highbit32()
180 U64 ZSTD_rotateRight_U64(U64 const value, U32 count) { in ZSTD_rotateRight_U64()
187 U32 ZSTD_rotateRight_U32(U32 const value, U32 count) { in ZSTD_rotateRight_U32()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_concurrent_all.c85 int count, num_buffers; member
99 prw_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in prw_set_bo()
107 prw_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in prw_cmp_bo()
120 partial_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in partial_set_bo()
127 partial_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in partial_cmp_bo()
147 static void can_create_normal(const struct create *create, unsigned count) in can_create_normal()
167 static void can_create_private(const struct create *create, unsigned count) in can_create_private()
189 static void can_create_stolen(const struct create *create, unsigned count) in can_create_stolen()
196 static void create_cpu_require(const struct create *create, unsigned count) in create_cpu_require()
209 static void create_snoop_require(const struct create *create, unsigned count) in create_snoop_require()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dcolumn_storage.h64 void Append(T val) { vector_.emplace_back(val); } in Append()
68 void AppendMultiple(T val, uint32_t count) { in AppendMultiple()
71 void Set(uint32_t idx, T val) { vector_[idx] = val; } in Set()
119 void Append(T val) { in Append()
123 void Append(std::optional<T> val) { in Append()
130 void AppendMultipleNulls(uint32_t count) { in AppendMultipleNulls()
136 void AppendMultiple(T val, uint32_t count) { in AppendMultiple()
144 void Set(uint32_t idx, T val) { in Set()
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dstat_generated.rs56 let val = self.val(); in unpack() localVariable
57 let count = self.count(); in unpack() localVariable
70 pub fn val(&self) -> i64 { in val() method
74 pub fn count(&self) -> u16 { in count() method
105 pub val: i64, field
106 pub count: u16, field
164 pub val: i64, field
165 pub count: u16, field
184 let val = self.val; in pack() localVariable
185 let count = self.count; in pack() localVariable
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dstat.js24 val() { method in Stat
36 count() { method in Stat
57 static addVal(builder, val) { argument
60 static addCount(builder, count) { argument
67 static createStat(builder, idOffset, val, count) { argument
90 constructor(id = null, val = BigInt('0'), count = 0) { argument
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DCollisions.java49 public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testIntegerIteration() argument
70 int count = 0; in testIntegerIteration() local
75 assertEquals(map.size(), count, in testIntegerIteration() local
80 public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) { in testStringIteration() argument
106 int count = 0; in testStringIteration() local
116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() argument
131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() argument
146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() argument
161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove() argument
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dstat_generated.rs58 let val = self.val(); in unpack() localVariable
59 let count = self.count(); in unpack() localVariable
72 pub fn val(&self) -> i64 { in val() method
76 pub fn count(&self) -> u16 { in count() method
107 pub val: i64, field
108 pub count: u16, field
183 pub val: i64, field
184 pub count: u16, field
203 let val = self.val; in pack() localVariable
204 let count = self.count; in pack() localVariable
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/
DIFDWriter.h34 char *WriteDataInBig(char *p, T val) { in WriteDataInBig()
69 char *WriteData(char *p, T val) { in WriteData()
82 uint32_t val = Offset(addr); in WriteOffset() local
91 void WriteTagTypeCount(uint16_t tag, uint16_t type, uint32_t count) { in WriteTagTypeCount()
127 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte()
143 void WriteShort(uint16_t tag, uint32_t count, const uint16_t value[]) { in WriteShort()
165 void WriteLong(uint16_t tag, uint32_t count, const uint32_t value[]) { in WriteLong()
182 void WriteASCII(uint16_t tag, uint32_t count, const char *value) { in WriteASCII()
199 void WriteCString(uint16_t tag, uint32_t count, const char *string) { in WriteCString()
220 void WriteRational(uint16_t tag, uint32_t count, const rational_t value[]) { in WriteRational()
[all …]
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_dirwrite.c928 uint32_t count = tif->tif_dir.td_customValues[m].count; in TIFFWriteDirectorySec() local
1260 static int8_t TIFFClampDoubleToInt8(double val) in TIFFClampDoubleToInt8()
1269 static int16_t TIFFClampDoubleToInt16(double val) in TIFFClampDoubleToInt16()
1278 static int32_t TIFFClampDoubleToInt32(double val) in TIFFClampDoubleToInt32()
1287 static uint8_t TIFFClampDoubleToUInt8(double val) in TIFFClampDoubleToUInt8()
1296 static uint16_t TIFFClampDoubleToUInt16(double val) in TIFFClampDoubleToUInt16()
1305 static uint32_t TIFFClampDoubleToUInt32(double val) in TIFFClampDoubleToUInt32()
1316 uint16_t tag, uint32_t count, in TIFFWriteDirectoryTagSampleformatArray()
1402 uint32_t count, char *value) in TIFFWriteDirectoryTagAscii()
1415 uint32_t count, uint8_t *value) in TIFFWriteDirectoryTagUndefinedArray()
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/fs/ftest/
H A Dftest02.c98 int k, j, pid, child, status, count; in main() local
241 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2) argument
250 static void crfile(int me, int count) in crfile()
252 int fd, val; in crfile() local
288 static void unlfile(int me, int count) in unlfile()
291 int val; in unlfile() local
316 static void fussdir(int me, int count) in fussdir()
318 int val; in fussdir() local
392 static void dotest(int me, int count) in dotest()
H A Dftest06.c102 int pid, child, status, count, k, j; in main() local
260 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2) argument
268 static void crfile(int me, int count) in crfile()
272 int val; in crfile() local
309 static void unlfile(int me, int count) in unlfile()
311 int val, i; in unlfile() local
334 static void fussdir(int me, int count) in fussdir()
336 int val; in fussdir() local
410 static void dotest(int me, int count) in dotest()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.java21 public long val() { int o = __offset(6); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in val() method in Stat
22 …public boolean mutateVal(long val) { int o = __offset(6); if (o != 0) { bb.putLong(o + bb_pos, val… in mutateVal()
23 public int count() { int o = __offset(8); return o != 0 ? bb.getShort(o + bb_pos) & 0xFFFF : 0; } in count() method in Stat
24 …public boolean mutateCount(int count) { int o = __offset(8); if (o != 0) { bb.putShort(o + bb_pos,… in mutateCount()
28 long val, in createStat()
29 int count) { in createStat()
39 public static void addVal(FlatBufferBuilder builder, long val) { builder.addLong(1, val, 0L); } in addVal()
40 …public static void addCount(FlatBufferBuilder builder, int count) { builder.addShort((short) count… in addCount()
59 int val = bb.getShort(__offset(8, bb.capacity() - tableOffset, bb)) & 0xFFFF; in __lookup_by_key() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/mem_host_flags/
H A DC_host_memory_block.h89 template <class T> void C_host_memory_block<T>::Set_to(T &val) in Set_to()
94 template <class T> bool C_host_memory_block<T>::Equal_to(T &val) in Equal_to()
96 size_t count = 0; in Equal_to() local
109 size_t count = 0; in Equal() local
124 size_t count = 0; in Equal() local
134 template <class T> size_t C_host_memory_block<T>::Count(T &val) in Count()
136 size_t count = 0; in Count() local
154 size_t count = 0; in Equal_rect() local
180 size_t count = 0; in Equal_rect_from_orig() local
209 size_t count = 0; in Equal_rect_from_orig() local
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPacketReader.java40 private final int count; field in MdnsPacketReader
116 int val = (buf[pos++] & 0xFF) << 8; in readUInt16() local
129 long val = (long) (buf[pos++] & 0xFF) << 24; in readUInt32() local
191 String val = readString(); in readLabels() local
215 String val = new String(buf, pos, len, MdnsConstants.getUtf8Charset()); in readString() local
250 public void skip(int count) throws EOFException { in skip()
272 private void checkRemaining(int count) throws EOFException { in checkRemaining()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DTableDrivenMarshal.c117 int count // IN: number of bytes to get in UnmarshalBytes()
135 int32_t count in MarshalBytes()
155 UINT32 count // IN: number of values of 'index' to in ArrayUnmarshal()
181 UINT32 count // IN: number of values of 'index' to marshal in ArrayMarshal()
373 UINT32 val; in Unmarshal() local
430 UINT32 val; in Unmarshal() local
490 UINT32 val; in Unmarshal() local
620 INT32 count; in Unmarshal() local
821 UINT32 count; in Marshal() local
841 INT32 val = (int32_t)*((UINT16 *)source); in Marshal() local
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DByteBucketArray_test.cpp63 int count = 0; in TEST() local
64 bba.forEachItem([&count](auto i, auto val) { in TEST()
95 bba.trimBuckets([](auto val) { return val < 2; }); in TEST()
96 int count = 0; in TEST() local
101 bba.trimBuckets([](auto val) { return val < 3; }); in TEST()
102 int count = 0; in TEST() local
/aosp_15_r20/external/ethtool/
H A Drxclass.c309 static int rxclass_get_dev_info(struct cmd_context *ctx, __u32 *count, in rxclass_get_dev_info()
352 __u32 count; in rxclass_rule_getall() local
929 static int rxclass_get_long(char *str, long long *val, int size) in rxclass_get_long()
944 static int rxclass_get_ulong(char *str, unsigned long long *val, int size) in rxclass_get_ulong()
959 static int rxclass_get_ipv4(char *str, __be32 *val) in rxclass_get_ipv4()
967 static int rxclass_get_ipv6(char *str, __be32 *val) in rxclass_get_ipv6()
975 static int rxclass_get_ether(char *str, unsigned char *val) in rxclass_get_ether()
978 int count; in rxclass_get_ether() local
1011 long long val; in rxclass_get_val() local
1021 unsigned long long val; in rxclass_get_val() local
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtesthash.c40 char *val = apr_hash_this_val(hi); in dump_hash() local
64 void *val, *key; in sum_hash() local
65 int count = 0; in sum_hash() local
234 int i, j, *val, *key; in summation_test() local
290 int count; in hash_count_0() local
302 int count; in hash_count_1() local
316 int count; in hash_count_5() local
336 int count; in overlay_empty() local
370 int count; in overlay_2unique() local
414 int count; in overlay_same() local
[all …]
/aosp_15_r20/external/coreboot/src/soc/qualcomm/qcs405/
H A Dspi.c84 int val, int us_delay) in check_bit_state()
86 unsigned int count = TIMEOUT_CNT; in check_bit_state() local
112 uint32_t val; in config_spi_state() local
150 uint32_t val; in spi_set_mode() local
384 unsigned int count = TIMEOUT_CNT; in check_fifo_status() local
386 unsigned int val; in check_fifo_status() local
429 uint32_t val; in __blsp_spi_read() local
520 uint32_t val; in __blsp_spi_write() local
727 struct spi_op vectors[], size_t count) in xfer_vectors()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c36 unsigned int count = 100000; /* 1s */ in gicv3_gicd_wait_for_rwp() local
46 unsigned int count = 100000; /* 1s */ in gicv3_gicr_wait_for_rwp() local
106 uint32_t val; in gicv3_set_eoi_split() local
155 bool write, uint32_t *val) in gicv3_access_reg()
186 uint32_t reg_bits, uint32_t bits_per_field, uint32_t val) in gicv3_write_reg()
195 uint32_t val; in gicv3_read_reg() local
210 uint32_t val; in gicv3_irq_set_config() local
268 uint32_t val = readl(redist_base + GICR_WAKER); in gicv3_enable_redist() local
269 unsigned int count = 100000; /* 1s */ in gicv3_enable_redist() local

12345678910>>...74