Home
last modified time | relevance | path

Searched defs:high (Results 226 - 250 of 331) sorted by relevance

12345678910>>...14

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c151 uint32_t high = value >> 32; in count_leading_zeros_64() local
/third_party/ninja/src/
H A Dutil.cc856 uint64_t high = (((uint64_t)(ft.dwHighDateTime)) << 32); local
/third_party/ltp/tools/sparse/sparse-src/
H A Dshow-parse.c736 int high = show_expression(stmt->range_high); in show_statement() local
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc572 VerifyOutputOfAtomicPairInstr(ArmOperandConverter* converter, const Instruction* instr, Register low, Register high) VerifyOutputOfAtomicPairInstr() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dtypes.cc1159 uint32_t high = (bits >> 32) & 0xffffffff; in AllocateOnHeap() local
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc248 uint64_t high = factor >> 32; in MultiplyByUInt64() local
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc642 Address high = to_space_.page_high(); in EnsureAllocation() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c1013 unsigned high = backing->num_chunks; in sparse_backing_free() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() argument
/third_party/openssl/crypto/bn/
H A Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() argument
/third_party/skia/src/gpu/
H A DGrDataUtils.cpp72 uint32_t high = 0; in create_etc1_block() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1655 uint64_t high; member
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c138 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 Dvertex_pulling.cc669 auto* high = LoadPrimitive(array_base, offset_aligned + 4u, buffer, in LoadPrimitive() local
/third_party/python/Modules/
H A Dmmapmodule.c469 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 Dint128.h542 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 Dnumbers_test.cc796 int64_t high = random_int64(rng); in TEST() local
/third_party/skia/third_party/etc1/
H A Detc1.cpp209 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 Dfloat_conversion.cc326 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 DteglWideColorTests.cpp966 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 Dresource_tool.c270 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 Drockchip_thermal.c403 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 Dresource_tool.c275 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 Drs_property_drawable_utils.cpp635 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 Dwifi_supplicant_hal.c959 int8_t high = IsValidHexCharAndConvert(str[i]); in HexStringToString() local

Completed in 43 milliseconds

12345678910>>...14