Searched refs:upper (Results 601 - 625 of 901) sorted by relevance
1...<<21222324252627282930>>...37
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 233 bool upper, u32 val);
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | scale.S | 95 | if the result of the add sets a bit in the upper word.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 283 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbevf_test_staterr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 389 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in igc_test_staterr()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scale.S | 95 | if the result of the add sets a bit in the upper word.
|
H A D | x_snan.S | 13 | or l, then garbage is written to the dest (actually the upper 32 bits
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 233 bool upper, u32 val);
|
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | signal.h | 327 int force_sig_bnderr(void __user *addr, void __user *lower, void __user *upper);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cper.h | 534 u32 upper; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cper.h | 534 u32 upper; member
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | signal.h | 324 int force_sig_bnderr(void __user *addr, void __user *lower, void __user *upper);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 450 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in igc_test_staterr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 283 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits); in ixgbevf_test_staterr()
|
/test/testfwk/developer_test/src/core/command/ |
H A D | console.py | 118 type=str.upper,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_weight_10bit.asm | 57 shl r5, 19 ; *8, move to upper half of dword
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_wrapper_generator.py | 334 return re.sub(r'[^0-9A-Za-z]', r'_', filename, re.A).upper()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 40 % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | __init__.py | 41 % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message)
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_recv.py | 119 return fptr.upper()
|
/third_party/node/deps/v8/ |
H A D | PRESUBMIT.py | 266 x = x.upper() + "_"
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard.h | 802 /* For a half-register, selects the upper half */ 803 unsigned upper : 1; member 945 * In register mode, offset_x becomes a register (full, select, upper) 962 * bool upper : 1;
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 247 return (s[:1] + re.sub(r'(?<![A-Z])([A-Z])', r'_\1', s[1:])).upper()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_internal.h | 566 #define cbit_upper 96 /* [:upper:] */ 913 #define STRING_upper0 "upper\0"
|
/third_party/python/Lib/ |
H A D | compileall.py | 419 ivl_mode = args.invalidation_mode.replace('-', '_').upper()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_byteswap.py | 7 return hexlify(memoryview(s)).decode().upper()
|
Completed in 29 milliseconds
1...<<21222324252627282930>>...37