| /third_party/node/deps/histogram/src/ |
| H A D | hdr_histogram.c | 151 uint32_t high = value >> 32; in count_leading_zeros_64() local
|
| /third_party/ninja/src/ |
| H A D | util.cc | 856 uint64_t high = (((uint64_t)(ft.dwHighDateTime)) << 32);
local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | show-parse.c | 736 int high = show_expression(stmt->range_high); in show_statement() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | code-generator-arm.cc | 572 VerifyOutputOfAtomicPairInstr(ArmOperandConverter* converter, const Instruction* instr, Register low, Register high) VerifyOutputOfAtomicPairInstr() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | types.cc | 1159 uint32_t high = (bits >> 32) & 0xffffffff; in AllocateOnHeap() local
|
| /third_party/node/deps/v8/src/base/numbers/ |
| H A D | bignum.cc | 248 uint64_t high = factor >> 32; in MultiplyByUInt64() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | new-spaces.cc | 642 Address high = to_space_.page_high(); in EnsureAllocation() local
|
| /third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.c | 1013 unsigned high = backing->num_chunks; in sparse_backing_free() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_lib.c | 39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() argument
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_lib.c | 39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrDataUtils.cpp | 72 uint32_t high = 0; in create_etc1_block() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | BC_Decoder.cpp | 1655 uint64_t high; member
|
| /third_party/skia/third_party/externals/brotli/c/tools/ |
| H A D | brotli.c | 138 static BROTLI_BOOL ParseInt(const char* s, int low, int high, int* result) { in ParseInt() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | vertex_pulling.cc | 669 auto* high = LoadPrimitive(array_base, offset_aligned + 4u, buffer, in LoadPrimitive() local
|
| /third_party/python/Modules/ |
| H A D | mmapmodule.c | 469 DWORD low,high; in mmap_size_method() local 1493 DWORD low,high; in new_mmap_object() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.h | 542 constexpr uint128 MakeUint128(uint64_t high, uint64_t low) { in MakeUint128() argument 640 constexpr uint128::uint128(uint64_t high, uint64_t low) in uint128() argument 673 uint128(uint64_t high, uint64_t low) uint128() argument 1040 MakeInt128(int64_t high, uint64_t low) MakeInt128() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers_test.cc | 796 int64_t high = random_int64(rng); in TEST() local
|
| /third_party/skia/third_party/etc1/ |
| H A D | etc1.cpp | 209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc1_decode_block() local 242 etc1_uint32 high; global() member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | float_conversion.cc | 326 auto high = static_cast<uint64_t>(v >> 64); in LeadingZeros() local 361 auto high = static_cast<uint64_t>(v >> 64); in PrintIntegralDigitsFromRightFast() local 409 auto high = static_cast<uint64_t>(v >> 64); in PrintFractionalDigitsFast() local [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglWideColorTests.cpp | 966 const deUint8 high = reference <= (255 - threshold) ? static_cast<deUint8>(reference + threshold) : 255; in checkWithThreshold8() local 973 const deUint32 high = reference <= (1023 - threshold) ? reference + threshold : 1023; in checkWithThreshold10() local 980 const float high = reference + threshold; in checkWithThresholdFloat() local
|
| /device/soc/rockchip/common/sdk_linux/scripts/ |
| H A D | resource_tool.c | 270 unsigned long high, low; in sha1_finish() local 511 uint32_t high, low; in sha256_finish() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
| H A D | rockchip_thermal.c | 403 int high, low, mid;
in rk_tsadcv2_temp_to_code() local 460 unsigned int high in rk_tsadcv2_code_to_temp() local 1206 rockchip_thermal_set_trips(void *_sensor, int low, int high) rockchip_thermal_set_trips() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/scripts/ |
| H A D | resource_tool.c | 275 unsigned long high, low; in sha1_finish() local 522 uint32_t high, low; in sha256_finish() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
| H A D | rs_property_drawable_utils.cpp | 635 MakeBinarizationShader( float low, float high, float thresholdLow, float thresholdHigh, std::shared_ptr<Drawing::ShaderEffect> imageShader) MakeBinarizationShader() argument
|
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/ |
| H A D | wifi_supplicant_hal.c | 959 int8_t high = IsValidHexCharAndConvert(str[i]); in HexStringToString() local
|