Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 25 of 50) sorted by relevance

12

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c32 static uint32
33 _scaler_fraction_part(uint32 iNum, uint32 iDen, pscaler_fraction_t mode, bool_t *overflow);
82 uint32 *mixed_axis_temp_buffer_size_needed) { in scaler_calculate_scaling_rows()
119 pscaler_config->fSrcStartRow.decimal = (uint32) pscaler_config->iOutStartRow * in scaler_calculate_scaling_rows()
120 (uint32) pscaler_config->iSrcHeight / (uint32) pscaler_config->iOutHeight; in scaler_calculate_scaling_rows()
123 (uint32) pscaler_config->iOutStartRow * (uint32) pscaler_config->iSrcHeight, in scaler_calculate_scaling_rows()
124 (uint32) pscaler_config->iOutHeight, FRACTION_ROUND_UP, &overflow); in scaler_calculate_scaling_rows()
134 fSrcEndRow.decimal = (uint32) pscaler_config->iOutEndRow * in scaler_calculate_scaling_rows()
135 (uint32) pscaler_config->iSrcHeight / (uint32) pscaler_config->iOutHeight; in scaler_calculate_scaling_rows()
137 (uint32) pscaler_config->iOutEndRow * (uint32) pscaler_config->iSrcHeight, in scaler_calculate_scaling_rows()
[all …]
Dwprint_scaler.h34 uint32 decimal;
35 uint32 fraction;
101 uint32 *mixed_axis_temp_buffer_size_needed);
/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h45 typedef uint32_t uint32; typedef
107 using ResultType = Array<uint32, 4>;
108 using ResultElementType = uint32;
115 using Key = Array<uint32, 2>;
122 key_[0] = static_cast<uint32>(seed); in PhiloxRandom()
123 key_[1] = static_cast<uint32>(seed >> 32); in PhiloxRandom()
128 key_[0] = static_cast<uint32>(seed_lo); in PhiloxRandom()
129 key_[1] = static_cast<uint32>(seed_lo >> 32); in PhiloxRandom()
130 counter_[2] = static_cast<uint32>(seed_hi); in PhiloxRandom()
131 counter_[3] = static_cast<uint32>(seed_hi >> 32); in PhiloxRandom()
[all …]
Drandom_distributions.h51 PHILOX_DEVICE_INLINE float Uint32ToFloat(uint32 x);
53 PHILOX_DEVICE_INLINE double Uint64ToDouble(uint32 x0, uint32 x1);
193 : lo_(lo), range_(static_cast<uint32>(hi) - static_cast<uint32>(lo)) {} in UniformDistribution()
210 uint32 range_;
326 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1);
329 void BoxMullerDouble(uint32 x0, uint32 x1, uint32 x2, uint32 x3, double* d0, double* d1);
481 const uint32 x0 = (*gen)(); in operator()
482 const uint32 x1 = (*gen)(); in operator()
522 const uint32 x0 = (*gen)(); in operator()
523 const uint32 x1 = (*gen)(); in operator()
[all …]
Dsimple_philox.h37 PHILOX_DEVICE_INLINE uint32 Rand32() { return single_(); } in Rand32()
41 const uint32 lo = single_(), hi = single_(); in Rand64()
50 const uint32 x0 = single_(), x1 = single_(); in RandDouble()
57 uint32 Skewed(int max_log);
Dsimple_philox.cc23 uint32 SimplePhilox::Skewed(int max_log) { in Skewed()
26 const uint32 mask = shift == 32 ? ~static_cast<uint32>(0) : (1 << shift) - 1; in Skewed()
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto22 uint32 psm = 1;
23 uint32 fixed_cid = 2;
29 uint32 psm = 1;
30 uint32 connection_response_result = 2;
35 uint32 psm = 2;
39 uint32 status = 1;
44 uint32 psm = 2;
56 uint32 psm = 1;
63 uint32 psm = 2;
68 uint32 cid = 1;
[all …]
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto90 uint32 handle = 1;
91 uint32 type = 2;
99 uint32 properties = 1;
100 uint32 permissions = 2;
102 uint32 handle = 4;
108 uint32 handle = 1;
109 uint32 permissions = 2;
115 uint32 handle = 1;
131 uint32 handle = 2;
137 uint32 handle = 1;
[all …]
Drfcomm.proto24 uint32 id = 1;
37 uint32 id = 1;
/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/
Dfacade.proto48 uint32 channel = 1;
57 uint32 reason = 2;
68 uint32 psm = 2;
73 uint32 psm = 1;
83 uint32 cid = 1;
98 uint32 psm = 1;
99 uint32 fixed_cid = 2;
105 uint32 psm = 1;
112 uint32 psm = 2;
118 uint32 psm = 2;
[all …]
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_scanning_manager_facade.proto42 uint32 uuid = 1;
46 uint32 scanner_id = 1;
54 uint32 scanner_id = 1;
56 uint32 scan_interval = 3;
57 uint32 scan_window = 4;
58 uint32 scan_phy = 5;
68 uint32 data = 3;
Dacl_manager_facade.proto21 uint32 handle = 1;
29 uint32 policy = 1;
51 uint32 handle = 1;
Dle_advertising_manager_facade.proto171 uint32 advertiser_id = 2;
173 uint32 data = 4;
178 uint32 advertiser_id = 2;
Dle_acl_manager_facade.proto23 uint32 handle = 1;
35 uint32 handle = 1;
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto62 uint32 numeric_value = 3;
63 uint32 unique_id = 4;
77 uint32 numeric_value = 4;
78 uint32 unique_id = 5;
91 uint32 reason = 3;
142 uint32 reserved_bits = 6;
146 uint32 maximum_encryption_key_size = 1;
194 uint32 advertiser_id = 2;
/packages/services/Car/cpp/computepipe/tests/fuzz/
DFuzz.proto12 required uint32 height = 1;
13 required uint32 width = 2;
15 required uint32 stride = 4;
/packages/modules/Connectivity/nearby/service/proto/src/presence/
Dblefilter.proto72 optional uint32 value_length = 3;
77 optional uint32 id = 1; // Required, unique id of this filter.
79 optional uint32 latency_ms = 2;
80 optional uint32 uuid = 3;
86 optional uint32 intent = 6;
109 optional uint32 id = 1; // id of the matched Filter.
112 optional uint32 intent = 4;
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DModel.proto164 uint32 scalar = 2;
165 uint32 random_seed = 3;
175 uint32 channel_dim = 2;
179 repeated uint32 dimension = 1;
197 repeated uint32 index = 1;
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dcobalt_registry.proto41 repeated uint32 deleted_metric_ids = 5;
47 uint32 customer_id = 2;
56 repeated uint32 deleted_project_ids = 5;
62 uint32 project_id = 2;
76 repeated uint32 deleted_metric_ids = 6;
95 repeated uint32 deleted_customer_ids = 6;
Dobservation_batch.proto39 uint32 customer_id = 1;
40 uint32 project_id = 2;
41 uint32 metric_id = 3;
42 uint32 report_id = 7;
55 uint32 day_index = 4;
Dobservation.proto85 repeated uint32 event_codes = 1;
110 repeated uint32 event_codes = 1;
136 repeated uint32 event_codes = 1;
140 repeated uint32 bucket_indices = 2;
197 uint32 index = 1;
Dmetric_definition.proto68 uint32 customer_id = 2;
69 uint32 project_id = 3;
70 uint32 id = 4;
137 map<uint32, string> event_codes = 2;
152 uint32 max_event_code = 3;
258 repeated uint32 deleted_report_ids = 26;
/packages/services/BuiltInPrintService/jni/include/
Dwtypes.h59 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) )
66 typedef unsigned long uint32; typedef
Dlib_wprint.h39 #define WPRINT_INTERFACE_VERSION ((uint32)((_INTERFACE_MAJOR_VERSION << 16) | \
41 #define WPRINT_PLUGIN_VERSION(X) ((uint32)((_PLUGIN_MAJOR_VERSION << 16) | (X & 0xffff)))
283 uint32 version;
/packages/modules/Virtualization/microdroid/payload/
Dmetadata.proto26 uint32 version = 1;
80 uint32 extra_apk_count = 2;

12