Home
last modified time | relevance | path

Searched refs:int64 (Results 1 – 25 of 40) sorted by relevance

12

/hardware/google/pixel/pixelstats/
Dpixelatoms.proto325 optional int64 orig_data_size = 2;
327 optional int64 compr_data_size = 3;
329 optional int64 mem_used_total = 4;
331 optional int64 same_pages = 5;
333 optional int64 huge_pages = 6;
335 optional int64 huge_pages_since_boot = 7;
341 optional int64 bd_count = 2;
343 optional int64 bd_reads = 3;
345 optional int64 bd_writes = 4;
490 optional int64 uptime_micros = 4;
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dglm.cpp18 template struct tvec1<int64, lowp>;
29 template struct tvec1<int64, mediump>;
40 template struct tvec1<int64, highp>;
52 template struct tvec2<int64, lowp>;
63 template struct tvec2<int64, mediump>;
74 template struct tvec2<int64, highp>;
86 template struct tvec3<int64, lowp>;
97 template struct tvec3<int64, mediump>;
108 template struct tvec3<int64, highp>;
120 template struct tvec4<int64, lowp>;
[all …]
Dtype_int.hpp22 typedef std::int64_t int64; typedef
55 typedef sint64 int64;
209 typedef detail::int64 int64; typedef
298 GLM_STATIC_ASSERT(sizeof(glm::int64) == 8, "int64 size isn't 8 bytes on this platform");
Dfunc_integer.inl207 …rn static_cast<uint32>((static_cast<int64>(1) << static_cast<int64>(32)) + (static_cast<int64>(y) …
215 … XgeY(vecType<uint32, P>((static_cast<int64>(1) << static_cast<int64>(32)) + (vecType<int64, P>(y)…
244 int64 Value64 = static_cast<int64>(x) * static_cast<int64>(y);
245 msb = static_cast<int>(Value64 >> static_cast<int64>(32));
254 vecType<int64, P> Value64(vecType<int64, P>(x) * vecType<int64, P>(y));
255 lsb = vecType<int32, P>(Value64 & static_cast<int64>(0xFFFFFFFF));
256 msb = vecType<int32, P>((Value64 >> static_cast<int64>(32)) & static_cast<int64>(0xFFFFFFFF));
Dtype_vec4_simd.inl414 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_lowp>::tvec4(int64 s) :
419 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_mediump>::tvec4(int64 s) :
424 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int64, aligned_highp>::tvec4(int64 s) :
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp62 typedef detail::int64 lowp_int64;
78 typedef detail::int64 lowp_int64_t;
94 typedef detail::int64 lowp_i64;
110 typedef detail::int64 mediump_int64;
126 typedef detail::int64 mediump_int64_t;
142 typedef detail::int64 mediump_i64;
158 typedef detail::int64 highp_int64;
174 typedef detail::int64 highp_int64_t;
190 typedef detail::int64 highp_i64;
207 typedef detail::int64 int64; typedef
[all …]
Dbitfield.hpp125 GLM_FUNC_DECL int64 bitfieldInterleave(int32 x, int32 y);
153 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
167 GLM_FUNC_DECL int64 bitfieldInterleave(int32 x, int32 y, int32 z);
195 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w);
Dbitfield.inl353 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int32 x, int32 y)
363 int64 i;
406 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z)
416 int64 i;
433 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int32 x, int32 y, int32 z)
443 int64 i;
488 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w)
498 int64 i;
Drandom.inl159 struct compute_linearRand<int64, P, vecType>
161 …GLM_FUNC_QUALIFIER static vecType<int64, P> call(vecType<int64, P> const & Min, vecType<int64, P> …
163 …return (vecType<int64, P>(compute_rand<uint64, P, vecType>::call() % vecType<uint64, P>(Max + stat…
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropValueRequest.proto25 int64 request_id = 1;
41 int64 request_id = 1;
46 int64 request_id = 1;
DVehicleAreaConfig.proto36 int64 min_int64_value = 4;
37 int64 max_int64_value = 5;
47 repeated int64 supported_enum_values = 8;
DVehiclePropValue.proto26 int64 timestamp = 1;
47 repeated int64 int64_values = 7;
/hardware/google/camera/common/profiler/
Dprofiler.proto31 optional int64 profile_start_time_nanos = 6;
36 optional int64 profile_end_time_nanos = 8;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dqtypes.h82 typedef long long int64; typedef
Dmp4_utils.h32 typedef signed long long int64; typedef
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h82 typedef long long int64; typedef
Dmp4_utils.h32 typedef signed long long int64; typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h82 typedef long long int64; typedef
Dmp4_utils.h32 typedef signed long long int64; typedef
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dqtypes.h82 typedef long long int64; typedef
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h82 typedef long long int64; typedef
Dmp4_utils.h32 typedef signed long long int64; typedef
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp112 typedef detail::int64 lowp_int64;
128 typedef detail::int64 lowp_int64_t;
144 typedef detail::int64 lowp_i64;
160 typedef detail::int64 mediump_int64;
176 typedef detail::int64 mediump_int64_t;
192 typedef detail::int64 mediump_i64;
208 typedef detail::int64 highp_int64;
224 typedef detail::int64 highp_int64_t;
240 typedef detail::int64 highp_i64;
257 typedef detail::int64 int64; typedef
[all …]
/hardware/interfaces/camera/metadata/3.6/
Dtypes.hal101 /** android.scaler.availableMinFrameDurationsMaximumResolution [static, int64[], ndk_public]
112 /** android.scaler.availableStallDurationsMaximumResolution [static, int64[], ndk_public]
223 /** android.depth.availableDepthMinFrameDurationsMaximumResolution [static, int64[], ndk_public]
234 /** android.depth.availableDepthStallDurationsMaximumResolution [static, int64[], ndk_public]
256 …/** android.depth.availableDynamicDepthMinFrameDurationsMaximumResolution [static, int64[], ndk_pu…
267 …/** android.depth.availableDynamicDepthStallDurationsMaximumResolution [static, int64[], ndk_publi…
288 /** android.heic.availableHeicMinFrameDurationsMaximumResolution [static, int64[], ndk_public]
299 /** android.heic.availableHeicStallDurationsMaximumResolution [static, int64[], ndk_public]
/hardware/interfaces/camera/metadata/3.4/
Dtypes.hal110 /** android.depth.availableDynamicDepthMinFrameDurations [static, int64[], ndk_public]
117 /** android.depth.availableDynamicDepthStallDurations [static, int64[], ndk_public]
142 /** android.heic.availableHeicMinFrameDurations [static, int64[], ndk_public]
149 /** android.heic.availableHeicStallDurations [static, int64[], ndk_public]

12