Searched refs:keys (Results 251 - 272 of 272) sorted by relevance

<<11

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp280 std::for_each(FunctionToInstrCount.keys().begin(),
281 FunctionToInstrCount.keys().end(),
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dclient.py71 for cid in list(self.clnt_tab.keys()):
297 # use case sensitive keys
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp324 for (auto Pattern : Names.keys()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h272 /// to/from a YAML mapping in the case where the names of the keys are not known
771 virtual std::vector<StringRef> keys() = 0;
1101 for (StringRef key : io.keys())
1384 /// as the keys in the document.
1411 std::vector<StringRef> keys() override;
1558 std::vector<StringRef> keys() override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp675 for (StringRef Name : Underlying.HashTable->keys()) {
727 /// Mapping from mangled name keys to the name used for the key in the
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec319 # specified. Now that HostKey is used for both SSH1 and SSH2 keys, specifying
646 - Add a trigger to add host keys for protocol 2 to the config file, now that
666 - Only require openssl (don't prereq) because we generate keys in the init
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py701 for filename in patches.keys():
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dupload.py701 for filename in patches.keys():
/freebsd-13-stable/usr.bin/sort/
H A Dfile.c1237 struct sort_mods *sm = &(keys[0].sm);
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_util.c635 LL_FOREACH_SAFE (parser->keys, key, ktmp) {
744 LL_PREPEND (parser->keys, nkey);
947 LL_FOREACH (parser->keys, key) {
1940 /* We do not replace existing keys */
/freebsd-13-stable/sys/dev/ice/
H A Dice_common.c3603 * @keys: pointer to key info struct
3609 struct ice_aqc_get_set_rss_keys *keys)
3611 if (!ice_is_vsi_valid(hw, vsi_handle) || !keys)
3615 keys, true);
3608 ice_aq_set_rss_key(struct ice_hw *hw, u16 vsi_handle, struct ice_aqc_get_set_rss_keys *keys) argument
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c842 /* States and state keys storage. */
849 V_pf_state_key_z = uma_zcreate("pf state keys",
939 KASSERT(LIST_EMPTY(&kh->keys), ("%s: key hash not empty",
1018 * We need to lock hash slots of both keys. To avoid deadlock
1059 LIST_FOREACH(cur, &kh->keys, entry)
1122 LIST_INSERT_HEAD(&kh->keys, sk, entry);
1313 /* One for keys, one for ID hash. */
1365 LIST_FOREACH(sk, &kh->keys, entry)
1409 LIST_FOREACH(sk, &kh->keys, entry)
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py105 keys = values = items = iterkeys = itervalues = iteritems = lambda self: ()
/freebsd-13-stable/sys/net/
H A Dpfvar.h1394 LIST_HEAD(, pf_state_key) keys; member in struct:pf_keyhash
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1705 # keystore keys.
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c1545 p_orig_pkey = cl_map_get(&p_pkey_tbl->keys,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp897 /// Check for duplicate keys in an ObjC dictionary literal. For instance:
990 ParmVarDecl *keys = ParmVarDecl::Create(Context, Method, local
993 &Context.Idents.get("keys"),
997 Params.push_back(keys);
1027 // Dig out the type that all keys should be converted to.
1077 // We've found a good +dictionaryWithObjects:keys:count: method; save it!
1086 // Check that each of the keys and values provided is valid in a collection
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2066 for (StringRef Sym : MissingDisasmSymbolSet.keys())
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.h323 struct scsi_per_res_key keys[0]; member in struct:scsi_per_res_in_keys
3385 * Recovered Error (0x01) sense keys.
3395 * Used with the NO Sense (0x00) or Not Ready (0x02) sense keys.
3557 * Used with Sense keys No Sense (0x00) and Not Ready (0x02).
/freebsd-13-stable/sys/cam/ctl/
H A Dctl.c7632 case SPRI_RK: /* read keys */
7664 case SPRI_RK: { // read keys
7707 scsi_u64to8b(key, res_keys->keys[key_count].key);
/freebsd-13-stable/contrib/ntp/
H A Dconfigure1830 --enable-bug1243-fix + use unmodified autokey session keys
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c9554 ** existing cache entries with page numbers (keys) greater than or equal
15241 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */
15242 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */
15337 ** * to read values that will be used to create keys that other
16779 Hash fkeyHash; /* All foreign keys by referenced table name */
17658 FKey *pFKey; /* Linked list of all foreign keys in this table */
17817 ** RESTRICT, SETNULL, SETDFLT, and CASCADE actions apply only to foreign keys.
17818 ** RESTRICT is the same as ABORT for IMMEDIATE foreign keys and the
17819 ** same as ROLLBACK for DEFERRED keys. SETNULL means that the foreign
17848 ** comparison of the two index keys
[all...]

Completed in 1071 milliseconds

<<11