Home
last modified time | relevance | path

Searched defs:high (Results 801 - 825 of 984) sorted by relevance

1...<<31323334353637383940

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b.c468 static bool _decode_efuse_gain(u8 data, s8 *high, s8 *low) in _decode_efuse_gain() argument
H A Drtw8852c.c395 static bool _decode_efuse_gain(u8 data, s8 *high, s8 *low) in _decode_efuse_gain() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu71.h44 uint32_t high; member
49 data_64_t high; member
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dpmbus_core.c3069 int low, high; in pmbus_regulator_set_voltage() local
3097 int val, low, high; in pmbus_regulator_list_voltage() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c673 static unsigned random_max(unsigned high) in random_max() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c250 int low, high, remaining; in udp_lib_get_port() local
/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c369 int16_t high, low; in get_lsp_poly() local
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c305 static int rand_in(int low, int high, AVLFG *alfg) { in rand_in() argument
/third_party/libuv/src/unix/
H A Dlinux.c2183 static void uv__get_cgroup1_memory_limits(char buf[static 1024], uint64_t* high, in uv__get_cgroup1_memory_limits() argument
2223 static void uv__get_cgroup2_memory_limits(char buf[static 1024], uint64_t* high, in uv__get_cgroup2_memory_limits() argument
2241 uint64_t high; in uv__get_cgroup_constrained_memory() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c1214 static int decode_signed_subexp_with_ref(struct vl_vlc *vlc, int low, int high, int r) in decode_signed_subexp_with_ref() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c2245 s64 high, low; local
H A Dntfsrecover.c258 unsigned int low, mid, high; in getattrentry() local
[all...]
/third_party/libdrm/tests/tegra/
H A Dvic30.h249 uint64_t high : 10; /* 25..16 */ member
/third_party/libinput/src/
H A Devdev-mt-touchpad.c1299 high = tp->touch_size.high; in tp_unhover_size() local
H A Devdev-mt-touchpad.h322 int high; member
330 int high; member
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2856 InstructionOperand high = g.UseRegister(node->InputAt(2)); in VisitI64x2ReplaceLaneI32Pair() local
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2906 uint64_t high = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction() local
2979 uint64_t high = make_uint64(i.InputUint32(5), i.InputUint32(4)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc637 void TurboAssembler::ShlPair(Register high, Register low, uint8_t shift) { in CallRecordWriteStub() argument
649 void TurboAssembler::ShlPair_cl(Register high, Register low) { in CallRecordWriteStub() argument
661 void TurboAssembler::ShrPair(Register high, Register low, uint8_t shift) { in CallRecordWriteStub() argument
673 ShrPair_cl(Register high, Register low) CallRecordWriteStub() argument
685 SarPair(Register high, Register low, uint8_t shift) CallRecordWriteStub() argument
698 SarPair_cl(Register high, Register low) CallRecordWriteStub() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_common.c294 sljit_sw high; in load_addr_to_reg() local
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c1285 uint16_t high[LEN_HIGH_SYMBOLS]; member
1718 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() local
/third_party/python/Modules/
H A D_tkinter.c457 Py_UCS4 ch1, ch2, ch3, high, low; in unicodeFromTclStringAndSize() local
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c1831 uint16_t high; member
2158 avrule_xperm_setrangebits(uint16_t low, uint16_t high, av_extended_perms_t *xperms) avrule_xperm_setrangebits() argument
2206 uint8_t low, high; avrule_ioctl_partialdriver() local
2244 uint16_t low, high; avrule_ioctl_completedriver() local
2286 uint16_t low, high; avrule_ioctl_func() local
4724 define_iomem_context(uint64_t low, uint64_t high) define_iomem_context() argument
4788 define_ioport_context(unsigned long low, unsigned long high) define_ioport_context() argument
4962 define_port_context(unsigned int low, unsigned int high) define_port_context() argument
5054 define_ibpkey_context(unsigned int low, unsigned int high) define_ibpkey_context() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp431 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() argument
1355 inline deUint32 getBits128 (deUint64 low, deUint64 high, deUint32 first, deUint32 last) in getBits128() argument
1831 const deUint64 high = ((deUint64*)src)[1]; in decompressBc6H() local
2237 const deUint64 high = ((deUint64*)src)[1]; decompressBc7() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c383 u32 low, high; in svm_init_erratum_383() local
1925 u32 low, high; in is_erratum_383() local
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c208 static inline bool vmx_control_verify(u32 control, u32 low, u32 high) in vmx_control_verify() argument
213 static inline u64 vmx_control_msr(u32 low, u32 high) in vmx_control_msr() argument
1271 vmx_get_control_msr(struct nested_vmx_msrs *msrs, u32 msr_index, u32 **low, u32 **high) vmx_get_control_msr() argument
[all...]

Completed in 77 milliseconds

1...<<31323334353637383940