| /src/usr.sbin/moused/moused/ |
| H A D | event-names.h | 871 unsigned int value; member 875 { .name = "MT_TOOL_DIAL", .value = MT_TOOL_DIAL }, 876 { .name = "MT_TOOL_FINGER", .value = MT_TOOL_FINGER }, 877 { .name = "MT_TOOL_MAX", .value = MT_TOOL_MAX }, 878 { .name = "MT_TOOL_PALM", .value = MT_TOOL_PALM }, 879 { .name = "MT_TOOL_PEN", .value = MT_TOOL_PEN }, 883 { .name = "EV_ABS", .value = EV_ABS }, 884 { .name = "EV_FF", .value = EV_FF }, 885 { .name = "EV_FF_STATUS", .value = EV_FF_STATUS }, 886 { .name = "EV_KEY", .value = EV_KEY }, [all …]
|
| /src/crypto/krb5/src/windows/leash/htmlhelp/ |
| H A D | Index.hhk | 9 <param name="Name" value="bugs"> 10 <param name="See Also" value="bugs"> 14 <param name="Name" value="discuss in Usenet group"> 15 <param name="Name" value="Discuss Bugs"> 16 <param name="Local" value="HTML\Report_Bugs.htm"> 19 <param name="Name" value="send bug report"> 20 <param name="Name" value="Report Bugs"> 21 <param name="Local" value="HTML\Report_Bugs.htm"> 25 <param name="Name" value="command line"> 26 <param name="Name" value="Command_Line"> [all …]
|
| H A D | TOC.hhc | 8 <param name="Window Styles" value="0x800425"> 12 <param name="Name" value="Getting Started"> 13 <param name="Local" value="Html\Getting_Started.htm"> 14 <param name="URL" value="Html\Getting_Started.htm"> 18 <param name="Name" value="Getting Started"> 19 <param name="Local" value="Html\Getting_Started.htm"> 22 <param name="Name" value="What is Kerberos?"> 23 <param name="Local" value="Html\Kerberos.htm"> 26 <param name="Name" value="Kerberos Terminology"> 27 <param name="Local" value="HTML\Kerberos_Terminology.htm"> [all …]
|
| /src/sys/contrib/dev/rtw88/ |
| H A D | fw.h | 400 #define SET_PKT_H2C_CATEGORY(h2c_pkt, value) \ argument 401 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(6, 0)) 402 #define SET_PKT_H2C_CMD_ID(h2c_pkt, value) \ argument 403 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(15, 8)) 404 #define SET_PKT_H2C_SUB_CMD_ID(h2c_pkt, value) \ argument 405 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x00, value, GENMASK(31, 16)) 406 #define SET_PKT_H2C_TOTAL_LEN(h2c_pkt, value) \ argument 407 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(15, 0)) 416 #define FW_OFFLOAD_H2C_SET_SEQ_NUM(h2c_pkt, value) \ argument 417 le32p_replace_bits((__le32 *)(h2c_pkt) + 0x01, value, GENMASK(31, 16)) [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 34 T Value; member 36 : Name(N), AltName(A), Value(V) {} in EnumEntry() 37 constexpr EnumEntry(StringRef N, T V) : Name(N), AltName(N), Value(V) {} in EnumEntry() 45 HexNumber(char Value) : Value(static_cast<unsigned char>(Value)) {} in HexNumber() 46 HexNumber(signed char Value) : Value(static_cast<unsigned char>(Value)) {} in HexNumber() 47 HexNumber(signed short Value) : Value(static_cast<unsigned short>(Value)) {} in HexNumber() 48 HexNumber(signed int Value) : Value(static_cast<unsigned int>(Value)) {} in HexNumber() 49 HexNumber(signed long Value) : Value(static_cast<unsigned long>(Value)) {} in HexNumber() 50 HexNumber(signed long long Value) in HexNumber() 51 : Value(static_cast<unsigned long long>(Value)) {} in HexNumber() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BuildLibCalls.h | 20 class Value; variable 91 /// pointer. Ptr is required to be some pointer type, and the return value has 93 Value *emitStrLen(Value *Ptr, IRBuilderBase &B, const DataLayout &DL, 97 /// pointer. Ptr is required to be some pointer type, and the return value has 99 Value *emitStrDup(Value *Ptr, IRBuilderBase &B, const TargetLibraryInfo *TLI); 103 /// return value has 'i8*' type. 104 Value *emitStrChr(Value *Ptr, char C, IRBuilderBase &B, 108 Value *emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, 113 Value *emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B, 118 Value *emitStpCpy(Value *Dst, Value *Src, IRBuilderBase &B, [all …]
|
| H A D | SimplifyLibCalls.h | 23 class Value; variable 49 /// optimal value to replace the instruction with or 0 if a more 52 Value *optimizeCall(CallInst *CI, IRBuilderBase &B); 55 Value *optimizeMemCpyChk(CallInst *CI, IRBuilderBase &B); 56 Value *optimizeMemMoveChk(CallInst *CI, IRBuilderBase &B); 57 Value *optimizeMemSetChk(CallInst *CI, IRBuilderBase &B); 60 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func); 61 Value *optimizeStrpNCpyChk(CallInst *CI, IRBuilderBase &B, LibFunc Func); 62 Value *optimizeStrLenChk(CallInst *CI, IRBuilderBase &B); 63 Value *optimizeMemPCpyChk(CallInst *CI, IRBuilderBase &B); [all …]
|
| /src/libexec/getty/ |
| H A D | gettytab.h | 37 char *defalt; /* value we find by looking in defaults */ 38 char *value; /* value that we find there */ member 44 long value; /* number we find there */ member 52 char value; /* true/false flag */ member 59 #define NX gettystrs[0].value 60 #define CL gettystrs[1].value 61 #define IM gettystrs[2].value 62 #define LM gettystrs[3].value 63 #define ER gettystrs[4].value 64 #define KL gettystrs[5].value [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.td | 14 class ValueType<int size, int value> { 18 int Value = value; 31 class VTAny<int value> : ValueType<0, value> { 35 class VTInt<int size, int value> 36 : ValueType<size, value> { 40 class VTFP<int size, int value> 41 : ValueType<size, value> { 45 class VTVec<int nelem, ValueType elt, int value> 46 : ValueType<!mul(nelem, elt.Size), value> { 54 class VTScalableVec<int nelem, ValueType elt, int value> [all …]
|
| /src/sys/contrib/edk2/Include/Library/ |
| H A D | PcdLib.h | 41 Returns the Boolean value for the PCD feature flag specified by TokenName. 45 @param TokenName The name of the PCD token to retrieve a current value for. 47 @return Boolean value for the PCD feature flag. 53 Retrieves an 8-bit fixed PCD token value based on a token name. 55 Returns the 8-bit value for the token specified by TokenName. 59 @param TokenName The name of the PCD token to retrieve a current value for. 61 @return 8-bit value for the token specified by TokenName. 67 Retrieves a 16-bit fixed PCD token value based on a token name. 69 Returns the 16-bit value for the token specified by TokenName. 73 @param TokenName The name of the PCD token to retrieve a current value for. [all …]
|
| /src/sys/dev/sfxge/common/ |
| H A D | ef10_mac.c | 612 efx_qword_t value; in ef10_mac_stats_update() local 651 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value); in ef10_mac_stats_update() 652 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in ef10_mac_stats_update() 654 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value); in ef10_mac_stats_update() 655 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in ef10_mac_stats_update() 657 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value); in ef10_mac_stats_update() 658 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value); in ef10_mac_stats_update() 660 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value); in ef10_mac_stats_update() 661 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value); in ef10_mac_stats_update() 663 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value); in ef10_mac_stats_update() [all …]
|
| H A D | siena_mac.c | 277 efx_qword_t value; in siena_mac_stats_update() local 299 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value); in siena_mac_stats_update() 300 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in siena_mac_stats_update() 301 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value); in siena_mac_stats_update() 302 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value); in siena_mac_stats_update() 304 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value); in siena_mac_stats_update() 305 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value); in siena_mac_stats_update() 307 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value); in siena_mac_stats_update() 308 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value); in siena_mac_stats_update() 310 SIENA_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value); in siena_mac_stats_update() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 12 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value 54 class Value; variable 61 Value *simplifyAddInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW, 65 Value *simplifySubInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW, 69 Value *simplifyMulInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW, 73 Value *simplifySDivInst(Value *LHS, Value *RHS, bool IsExact, 77 Value *simplifyUDivInst(Value *LHS, Value *RHS, bool IsExact, 81 Value *simplifySRemInst(Value *LHS, Value *RHS, const SimplifyQuery &Q); 84 Value *simplifyURemInst(Value *LHS, Value *RHS, const SimplifyQuery &Q); 87 Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, const SimplifyQuery &Q); [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | varmod-assign.exp | 4 Global: VAR.${param} = initial-value 5 Var_Parse: ${${VARNAME}::=assigned-value} (eval-defined-loud) 6 Var_Parse: ${VARNAME}::=assigned-value} (eval) 7 Evaluating modifier ${VAR.${param}::...} on value "initial-value" 8 Modifier part: "assigned-value" 9 Global: VAR.${param} = assigned-value 10 Result of ${VAR.${param}::=assigned-value} is "" 11 Var_Parse: ${${VARNAME}} != "assigned-value" (eval-defined-loud) 12 Var_Parse: ${VARNAME}} != "assigned-value" (eval) 15 …rse: ${CMD_CMD_VAR::=new-value} || ${CMD_GLOBAL_VAR::=new-value} || ${CMD_ENV_VAR::=new-value} … [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 39 #include "llvm/IR/Value.h" 153 Value *Insert(Value *V, const Twine &Name = "") const { 447 /// filled in with the null terminated string value specified. The new global 457 /// Get a constant value representing either true or false. 462 /// Get the constant value for i1 true. 467 /// Get the constant value for i1 false. 472 /// Get a constant 8-bit value. 477 /// Get a constant 16-bit value. 482 /// Get a constant 32-bit value. 487 /// Get a constant 64-bit value. [all …]
|
| H A D | ValueHandle.h | 1 //===- ValueHandle.h - Value Smart Pointer classes --------------*- C++ -*-===// 18 #include "llvm/IR/Value.h" 24 /// This is the common base class of value handles. 26 /// ValueHandle's are smart pointers to Value's that have special behavior when 27 /// the value is deleted or ReplaceAllUsesWith'd. See the specific handles 30 friend class Value; variable 51 Value *Val = nullptr; 53 void setValPtr(Value *V) { Val = V; } in setValPtr() 58 ValueHandleBase(HandleBaseKind Kind, Value *V) in ValueHandleBase() 69 Value *operator=(Value *RHS) { [all …]
|
| H A D | Value.h | 1 //===- llvm/Value.h - Definition of the Value class -------------*- C++ -*-===// 9 // This file declares the Value class. 55 using ValueName = StringMapEntry<Value *>; 58 // Value Class 61 /// LLVM Value Representation 64 /// computed by a program that may be used as operands to other values. Value is 66 /// All Values have a Type. Type is not a subclass of Value. Some values can 67 /// have a name and they belong to some Module. Setting the name on the Value 70 /// Every value has a "use list" that keeps track of which other Values are 71 /// using this Value. A Value can also have an arbitrary number of ValueHandle [all …]
|
| H A D | IRBuilderFolder.h | 30 // Value-based folders. 32 // Return an existing value or a constant if the operation can be simplified. 36 virtual Value *FoldBinOp(Instruction::BinaryOps Opc, Value *LHS, 37 Value *RHS) const = 0; 39 virtual Value *FoldExactBinOp(Instruction::BinaryOps Opc, Value *LHS, 40 Value *RHS, bool IsExact) const = 0; 42 virtual Value *FoldNoWrapBinOp(Instruction::BinaryOps Opc, Value *LHS, 43 Value *RHS, bool HasNUW, 46 virtual Value *FoldBinOpFMF(Instruction::BinaryOps Opc, Value *LHS, 47 Value *RHS, FastMathFlags FMF) const = 0; [all …]
|
| /src/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_wtp.c | 259 u32 value; in read_sge_debug_data() local 264 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_LOW); in read_sge_debug_data() 265 /*printf("LOW 0x%08x\n", value);*/ in read_sge_debug_data() 266 sge_dbg_reg[(i << 1) | 1] = HTONL_NIBBLE(value); in read_sge_debug_data() 267 value = t4_read_reg(padap, A_SGE_DEBUG_DATA_HIGH); in read_sge_debug_data() 268 /*printf("HIGH 0x%08x\n", value);*/ in read_sge_debug_data() 269 sge_dbg_reg[(i << 1)] = HTONL_NIBBLE(value); in read_sge_debug_data() 281 t4_tp_mib_read(padap, &tp_mib[i].value, 1, in read_tp_mib_data() 299 u32 value = 0; in t5_wtp_data() local 332 value = t4_read_reg(padap, A_PCIE_CMDR_REQ_CNT); in t5_wtp_data() [all …]
|
| /src/contrib/libcbor/src/cbor/ |
| H A D | ints.h | 24 /** Extracts the integer value 27 * @return the value 31 /** Extracts the integer value 34 * @return the value 38 /** Extracts the integer value 41 * @return the value 45 /** Extracts the integer value 48 * @return the value 52 /** Extracts the integer value 55 * @return the value, extended to `uint64_t` [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | PiPcd.h | 35 For each item (token), the database can hold a single value that applies to all SKUs, or multiple 36 values, where each value is associated with a specific SKU Id. Items with multiple, SKU-specific 39 not SKU enabled, the system ignores any set SKU Id and works with the single value for that token. 42 …SKU Id. If the system attempts to use the default SKU Id and no value has been set for that Id, the 45 @param[in] SkuId The SKU value to set. 54 Retrieves an 8-bit value for a given PCD token. 57 …aram[in] Guid The 128-bit unique value that designates the namespace from which to extra… 60 @return 8-bit value for a given PCD token. 70 Retrieves the current word-sized value for a PCD token number. 73 …aram[in] Guid The 128-bit unique value that designates the namespace from which to extra… [all …]
|
| H A D | Pcd.h | 28 Sets the SKU value for subsequent calls to set or get PCD token values. 33 For each item (token), the database can hold a single value that applies to all SKUs, 34 or multiple values, where each value is associated with a specific SKU Id. Items with multiple, 39 single value for that token. For SKU-enabled tokens, the system will use the SKU Id set by the 41 …the system uses the default SKU Id. If the system attempts to use the default SKU Id and no value … 44 @param[in] SkuId The SKU value that will be used when the PCD service will retrieve and 56 Retrieves an 8-bit value for a given PCD token. 58 Retrieves the current byte-sized value for a PCD token number. 63 @return The UINT8 value. 73 Retrieves a 16-bit value for a given PCD token. [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 38 static void signed_width(unsigned Width, uint64_t Value, in signed_width() argument 41 if (!isIntN(Width, Value)) { in signed_width() 58 static void unsigned_width(unsigned Width, uint64_t Value, in unsigned_width() argument 61 if (!isUIntN(Width, Value)) { in unsigned_width() 77 /// Adjusts the value of a branch target before fixup application. 78 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() argument 80 // We have one extra bit of precision because the value is rightshifted by in adjustBranch() 82 unsigned_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustBranch() 84 // Rightshifts the value by one. in adjustBranch() 85 AVR::fixups::adjustBranchTarget(Value); in adjustBranch() [all …]
|
| /src/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value.c | 60 static void *bhnd_nvram_val_alloc_bytes(bhnd_nvram_val *value, size_t ilen, 62 static int bhnd_nvram_val_set(bhnd_nvram_val *value, const void *inp, 64 static int bhnd_nvram_val_set_inline(bhnd_nvram_val *value, 83 /** Initialize an empty value instance with @p _fmt, @p _storage, and 93 /** Assert that @p value's backing representation state has initialized 97 value->data_storage == BHND_NVRAM_VAL_DATA_NONE && \ 98 value->data_len == 0 && \ 99 value->data.ptr == NULL, \ 100 ("previously initialized value")) 123 bhnd_nvram_val_storage val_storage; /**< value structure storage */ [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 57 /// \param Value value of bit field. 59 uint8_t Length, uint8_t &Value) { in getBits() argument 64 get<uint8_t>(Bytes, ByteIndex, Value); in getBits() 65 Value = (Value >> (8 - BitIndex - Length)) & ((1 << Length) - 1); in getBits() 69 static void get(const uint8_t *Bytes, uint8_t ByteIndex, T &Value) { in get() argument 72 Value = support::endian::read<T, llvm::endianness::big>(&Bytes[ByteIndex]); in get() 126 uint8_t Value; in getSymbolType() local 127 get<uint8_t>(Record, 3, Value); in getSymbolType() 128 SymbolType = (GOFF::ESDSymbolType)Value; in getSymbolType() 148 uint8_t Value; in getNameSpaceId() local [all …]
|