/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/ |
H A D | raminit_common.c | 309 u8 val; in dram_zones() local 369 u32 reg, val, reclaim, tom, gfxstolen, gttsize; in dram_memorymap() local 599 static void write_mrreg(ramctr_timing *ctrl, int channel, int slotrank, int reg, u32 val) in write_mrreg() 1439 int threshold = min / 2 + max / 2; in tx_dq_threshold_process() local 1624 static int get_dqs_flyby_adjust(u64 val) in get_dqs_flyby_adjust() 1946 u32 val = use_base[patno - 1][i] & (1 << (j / 2)) ? base : 0; in fill_pattern5() local 1958 const u32 val = pattern[i][j]; in fill_pattern5() local 2771 const u32 val = (ctrl->pi_coding_threshold < max_pi - min_pi) ? 3 : 2; in set_read_write_timings() local
|
/aosp_15_r20/external/libdav1d/src/ppc/ |
H A D | cdef_tmpl.c | 31 static inline i16x8 vconstrain(const i16x8 diff, const int16_t threshold, in vconstrain() 213 const i16x8 val = vec_sel(a, b, mask); in max_mask() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 179 tcu::Vec4 threshold( in comparePixelBuffers() local 202 … const tcu::Vec4 threshold(1.0f / ((tcu::UVec4(1u) << fixedBitDepth) - 1u).cast<float>()); in comparePixelBuffers() local 212 const tcu::UVec4 threshold( in comparePixelBuffers() local 293 tcu::Vec4 val = (fmtInfo.valueMax - fmtInfo.valueMin) * tcu::Vec4(0.5f); in getMiddleValue() local 630 tcu::Vec4 val = getMiddleValue(m_format); in initPrograms() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerConstants.java | 1964 final String val = DeviceConfig.getString(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER, in parseLongArray() local 2004 String val = DeviceConfig.getString(DeviceConfig.NAMESPACE_ACTIVITY_MANAGER, in updateImperceptibleKillExemptions() local 2037 final long threshold = enabled ? mSystemServerAutomaticHeapDumpPssThresholdBytes : 0; in updateEnableAutomaticSystemServerHeapDumps() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 378 static inline void alignmentSafeAssignment(char *dst, T val) in alignmentSafeAssignment() 1718 T val = getRandom<T>(rnd, min, max); in createPerQuads() local 1809 tcu::RGBA threshold(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue, 255); in compare() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 322 Fps lastFrameInterval, Period timeout, Duration threshold) { in isFrameIntervalOnCadence() 347 std::optional<Period> timeoutOpt, Duration threshold) { in isExpectedPresentWithinTimeout() 1675 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport() 1680 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport() 1685 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport() 1690 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport() 1710 [](const auto& val) { in getOverlaySupport() 4301 const auto threshold = Duration::fromNs(vsyncPeriod.ns() / 2); in notifyExpectedPresentIfRequired() local 7969 status_t SurfaceFlinger::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold() 9281 binder::Status SurfaceComposerAIDL::setSmallAreaDetectionThreshold(int32_t appId, float threshold) { in setSmallAreaDetectionThreshold()
|
/aosp_15_r20/cts/apps/CtsVerifier/libs/ |
HD | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/aosp_15_r20/device/google/zumapro/dumpstate/ |
D | dump_power.cpp | 865 int val = strtol(hexval.c_str(), &endptr, 16); in dumpMitigationDirs() local 1015 std::string threshold = ""; in dumpIrqDurationCounts() local
|
/aosp_15_r20/external/freetype/src/sdf/ |
H A D | ftsdf.c | 1155 const FT_26D6 threshold = ONE_PIXEL / 4; in split_sdf_cubic() local 1471 cube_root( FT_16D16 val ) in cube_root() 1507 arc_cos( FT_16D16 val ) in arc_cos()
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v01.c | 208 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in FSE_read16() local 213 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in FSE_read32() local 218 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in FSE_read64() local 301 FORCE_INLINE unsigned FSE_highbit32 (U32 val) in FSE_highbit32() 448 int threshold; in FSE_readNCount() local 899 U16 val; member 1023 const size_t val = FSE_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbol() local
|
H A D | zstd_v03.c | 118 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local 123 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local 128 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local 147 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16() 291 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32() 1125 int threshold; in FSE_readNCount() local 1610 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local 1951 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local 1959 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local
|
H A D | zstd_v02.c | 117 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local 122 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local 127 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local 146 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16() 289 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32() 1125 int threshold; in FSE_readNCount() local 1614 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local 1955 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local 1963 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local 2302 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX6() local [all …]
|
H A D | zstd_v04.c | 94 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local 99 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local 104 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local 123 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16() 568 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32() 1108 int threshold; in FSE_readNCount() local 1768 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local 2107 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local 2115 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local
|
H A D | zstd_v06.c | 115 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local 120 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local 125 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local 178 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16() 801 MEM_STATIC unsigned BITv06_highbit32 ( U32 val) in BITv06_highbit32() 1215 int threshold; in FSEv06_readNCount() local 1996 const size_t val = BITv06_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUFv06_decodeSymbolX2() local 2350 const size_t val = BITv06_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUFv06_decodeSymbolX4() local 2358 const size_t val = BITv06_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUFv06_decodeLastSymbolX4() local
|
H A D | zstd_v05.c | 121 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local 126 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local 131 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local 159 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16() 701 MEM_STATIC unsigned BITv05_highbit32 (U32 val) in BITv05_highbit32() 1238 int threshold; in FSEv05_readNCount() local 1864 const size_t val = BITv05_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUFv05_decodeSymbolX2() local 2225 const size_t val = BITv05_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUFv05_decodeSymbolX4() local 2233 const size_t val = BITv05_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUFv05_decodeLastSymbolX4() local
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 305 int enable = -1, threshold = -1, interval = -1; in wpa_driver_cmd_set_congestion_report() local 978 int val = -1; in chartohex() local 2635 u64 val = 0; in get_u64_from_string() local 2654 u32 val = 0; in get_u32_from_string() local 2673 u8 val = 0; in get_u8_from_string() local 3814 int cmd_id, val, len; in unpack_twt_get_params_resp() local 3984 int cmd_id, val; in wpa_get_twt_setup_resp_val() local 4230 u32 val = 0; in wpa_get_twt_stats_resp_val() local 4433 u32 val; in wpa_get_twt_capabilities_resp_val() local 4853 u8 val; in unpack_twt_terminate_event() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | driver_i.h | 506 int threshold, int hysteresis) in wpa_drv_signal_monitor() 1075 int val) in wpa_drv_ignore_assoc_disallow() 1117 static inline int wpa_drv_set_4addr_mode(struct wpa_supplicant *wpa_s, int val) in wpa_drv_set_4addr_mode()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | lowerings.cpp | 505 auto val = promoteToDtype(value, input.dtype().scalar_type()); in nnc_lowerings_lazy_registration() local 1020 double val = in nnc_lowerings_lazy_registration() local 1299 const ExprHandle& threshold) { in nnc_lowerings_lazy_registration() 1617 const ExprHandle& value) { in nnc_lowerings_lazy_registration()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | HashMap.java | 287 int threshold; field in HashMap 551 TreeNode(int hash, K key, V val, java.util.HashMap.Node<K, V> next) { in TreeNode()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | common.h | 425 const FloatT val = func(input_min + i * step); in gen_lut() local 609 const std::int32_t threshold = in SaturatingRoundingMultiplyByPOTParam() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorAdvancedIndexing.cpp | 1179 scalar_t val; in index_reduce_func_impl() local 1617 constexpr int64_t threshold = 16; in can_use_expanded_index_path() local 2262 const auto& val = c10::load<scalar_t>(ptr + k * stride); in count_nonzero_impl() local 2270 const auto& val = c10::load<scalar_t>(ptr); in count_nonzero_impl() local 2417 const auto& val = c10::load<scalar_t>(ptr); in nonzero_out_cpu() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 107 uint32_t val; member 903 uint16_t val = info.val >> (j ? 16 : 0); in propagate_constants_vop3p() local 1248 uint32_t val = op.isTemp() ? ctx.info[op.tempId()].val : op.constantValue(); in is_op_canonicalized() local 1677 uint64_t val = info.val; in label_instruction() local 1745 uint32_t val = (info.val >> (dst_offset * 8u)) & mask; in label_instruction() local 2800 uint32_t val; in combine_clamp() local 3694 uint64_t val = op.constantValue64(); in is_pow_of_two() local 3788 Temp val = ctx.info[instr->definitions[0].tempId()].temp; in combine_instruction() local 4322 const uint32_t threshold = 4; in select_instruction() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 1055 bool FenceTracker::fenceWarnLocked(uint32_t threshold) { in fenceWarnLocked() 1289 char val[kMaxWriteFileLen] = {0}; in writeFileNode() local
|
/aosp_15_r20/external/pdfium/xfa/fgas/crt/ |
H A D | cfgas_stringformatter.cpp | 281 uint32_t val = 0; in ParseLocaleDate() local 1896 FX_SAFE_UINT32 threshold = 1; in FormatNum() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _tkinter.c | 1872 PyObject *exc, *val, *tb; in var_perform() local 3007 int threshold = 0; in Tkapp_MainLoop() local 3627 ins_long(PyObject *d, char *name, long val) in ins_long() 3636 ins_string(PyObject *d, char *name, char *val) in ins_string()
|