Home
last modified time | relevance | path

Searched refs:kind (Results 451 – 475 of 839) sorted by relevance

1...<<11121314151617181920>>...34

/freebsd/share/i18n/csmapper/ISO-8859/
H A DISO-8859-4%UCS.src26 # warranties of any kind are expressed or implied. The recipient
H A DISO-8859-7%UCS.src26 # warranties of any kind are expressed or implied. The recipient
H A DISO-8859-9%UCS.src26 # warranties of any kind are expressed or implied. The recipient
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h278 virtual const char *kind() const { return nullptr; } in kind() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td39 // Define each kind of processor resource and number available on Kryo.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def104 /// The kind of generated debug info.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td132 // Define a kind of processor resource that may be common across
187 class ProcResourceUnits<ProcResourceKind kind, int num> {
188 ProcResourceKind Kind = kind;
200 // Subtargets typically define processor resource kind and number of
547 // - Constraints on the move kind, and the maximum number of moves that can be
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-decoder.pod183 This set of bits depend entirely on what kind of provider-side object is
273 prompt. This could be used to give the user information on what kind
/freebsd/sys/kern/
H A Ddevice_if.m144 * @retval positive if some kind of error was detected during
207 * @retval non-zero if some kind of error was detected during
/freebsd/sys/dev/hid/
H A Dhidmap.c461 if (hi.kind != hid_input) in hidmap_probe_hid_descr()
676 if (hi.kind != hid_input) in hidmap_parse_hid_descr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp672 switch (kind) { in toString()
716 switch (kind) { in toString()
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml21 most networks that require some kind of security. Task group I
/freebsd/contrib/ntp/libparse/
H A DREADME43 The kind of clock is selected by the mode parameter. This parameter
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td64 bit is_deriv = 0; // whether this is some kind of derivative
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ENCODER.pod47 encode an object of some kind to a encoded form, such as PEM,
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y422 switch (hi.kind) { in check_hid_device()
H A Dhid.c207 (h.kind != hid_input)) in hid_interrupt()
/freebsd/share/i18n/csmapper/MISC/
H A DATARIST%UCS.src27 # warranties of any kind are expressed or implied. The recipient
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-single.yaml16 kind of pin controller instances.
H A Dsprd,pinctrl.txt59 up, we have two kind pull up resistor: 20K and 4.7K.
/freebsd/contrib/file/
H A DINSTALL10 without warranty of any kind.
80 a different kind of computer), type `make distclean'. There is
114 You can compile the package for more than one kind of computer at the
/freebsd/contrib/sqlite3/
H A DINSTALL10 without warranty of any kind.
80 a different kind of computer), type `make distclean'. There is
114 You can compile the package for more than one kind of computer at the
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1027 Kind = OldArchive->kind(); in performWriteOperation()
1080 if (OldArchive->kind() != object::Archive::K_AIXBIG) in createSymbolTable()
1087 if (OldArchive->kind() == object::Archive::K_AIXBIG) { in createSymbolTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h326 llvm::StringRef name, int kind,
425 lldb::AccessType access_type, llvm::StringRef class_name, int kind,
433 clang::ClassTemplateDecl *class_template_decl, int kind,
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1172 def FENCEM : RRFENCE<0x20, (outs), (ins uimm2:$kind), "fencem $kind"> {
1173 bits<2> kind;
1174 let lf = kind{1};
1175 let sf = kind{0};
1177 def FENCEC : RRFENCE<0x20, (outs), (ins uimm3:$kind), "fencec $kind"> {
1178 bits<3> kind;
1179 let c2 = kind{2};
1180 let c1 = kind{1};
1181 let c0 = kind{0};

1...<<11121314151617181920>>...34