Searched refs:values (Results 1 - 14 of 14) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Dsleb128.cc73 // Add a vector of values to the encoding.
75 void Sleb128Encoder<uint_t>::EnqueueAll(const std::vector<uint_t>& values) { argument
76 for (size_t i = 0; i < values.size(); ++i) {
77 Enqueue(values[i]);
118 // Decode and retrieve all remaining values from the encoding.
120 void Sleb128Decoder<uint_t>::DequeueAll(std::vector<uint_t>* values) { argument
122 values->push_back(Dequeue());
H A Dsleb128.h8 // integer values. Encoding these as LEB128 saves space.
35 // Add a vector of values to the encoding stream.
36 // |values| is the vector of signed ints to add.
37 void EnqueueAll(const std::vector<int_t>& values);
39 // Retrieve the encoded representation of the values.
62 // Retrieve all remaining values from the encoded stream.
63 // |values| is the vector of decoded data.
64 void DequeueAll(std::vector<int_t>* values);
H A Dsleb128_unittest.cc14 std::vector<uint64_t> values; local
15 values.push_back(624485U);
16 values.push_back(0U);
17 values.push_back(1U);
18 values.push_back(63U);
19 values.push_back(64U);
20 values.push_back(static_cast<uint64_t>(-1));
21 values.push_back(static_cast<uint64_t>(-624485));
24 encoder.EnqueueAll(values);
/bionic/benchmarks/
H A Dmath_benchmark.cpp22 static const double values[] = { 1234.0, nan(""), HUGE_VAL, 0.0 }; variable
64 v = values[state.range_x()];
79 v = values[state.range_x()];
89 v = values[state.range_x()];
99 v = values[state.range_x()];
109 v = values[state.range_x()];
119 v = values[state.range_x()];
129 v = values[state.range_x()];
140 v = values[state.range_x()];
183 v = values[stat
[all...]
H A Dproperty_benchmark.cpp67 values = new char* [nprops];
80 // Certain values are not allowed:
86 // the value from the possible values.
95 values[i] = new char[PROP_VALUE_MAX];
97 values[i][j] = prop_name_chars[random() % (sizeof(prop_name_chars) - 1)];
100 if (__system_property_add(names[i], name_lens[i], values[i], value_lens[i]) < 0) {
102 printf("%s = %.*s\n", names[i], value_lens[i], values[i]);
122 delete values[i];
126 delete[] values;
134 char** values; member in struct:LocalPropertyTestState
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dphantom.h31 __u32 values[8]; member in struct:phm_regs
H A Dhiddev.h119 __s32 values[HID_MAX_MULTI_USAGES]; member in struct:hiddev_usage_ref_multi
H A Daudit.h409 __u32 values[AUDIT_MAX_FIELDS]; member in struct:audit_rule_data
H A Dbtrfs.h380 __u64 values[BTRFS_DEV_STAT_VALUES_MAX]; member in struct:btrfs_ioctl_get_dev_stats
/bionic/libc/arch-arm/
H A Darm.mk44 $(error "TARGET_$(my_2nd_arch_prefix)CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait, denver. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
/bionic/libc/arch-arm64/
H A Darm64.mk65 $(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are generic, denver64. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
/bionic/libc/kernel/uapi/sound/
H A Dasoc.h222 __le32 values[SND_SOC_TPLG_NUM_TEXTS * SNDRV_CTL_ELEM_ID_NAME_MAXLEN / 4]; member in struct:snd_soc_tplg_enum_control
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S347 ctc1 v0, $31 # restore old fr mode before fp values
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S347 ctc1 v0, $31 # restore old fr mode before fp values

Completed in 291 milliseconds