Searched refs:last_type (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | pbelutest.c | 21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; in test_pbelu() local 36 failed = pbe_type < last_type in test_pbelu() 37 || (pbe_type == last_type && pbe_nid < last_nid); in test_pbelu() 40 last_type = pbe_type; in test_pbelu()
|
/freebsd/usr.bin/systat/ |
H A D | devs.c | 83 static last_match_type last_type; variable 127 last_type = DS_MATCHTYPE_NONE; in dsinit() 185 (last_type ==DS_MATCHTYPE_PATTERN) ? matches : NULL, in dscmd() 186 (last_type ==DS_MATCHTYPE_PATTERN) ? num_matches : 0, in dscmd() 187 (last_type == DS_MATCHTYPE_SPEC) ?specified_devices : NULL, in dscmd() 188 (last_type == DS_MATCHTYPE_SPEC) ?num_devices_specified : 0, in dscmd() 189 (last_type == DS_MATCHTYPE_NONE) ? DS_SELECT_ADD : in dscmd() 261 last_type = DS_MATCHTYPE_PATTERN; in dsmatchselect() 344 last_type = DS_MATCHTYPE_SPEC; in dsselect()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 324 template <typename Head, typename... Tail> struct last_type { struct 325 using type = typename last_type<Tail...>::type; argument 328 template <typename Head> struct last_type<Head> { using type = Head; }; 332 using has_blob = std::is_same<BCBlob, typename last_type<int, Types...>::type>; 350 using has_array = is_array<typename last_type<int, Types...>::type>;
|
/freebsd/contrib/sendmail/contrib/ |
H A D | qtool.pl | 554 my $last_type; 560 if ($line_type eq "\t" && $last_type eq 'H') 570 $last_type = $line_type;
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_iov.c | 63 enum i40e_queue_type *last_type, uint16_t *last_queue); 725 enum i40e_queue_type *last_type, uint16_t *last_queue) in ixl_vf_set_qctl() argument 739 (*last_type << I40E_QINT_RQCTL_NEXTQ_TYPE_SHIFT) | in ixl_vf_set_qctl() 746 *last_type = cur_type; in ixl_vf_set_qctl() 756 enum i40e_queue_type type, last_type; in ixl_vf_config_vector() local 766 last_type = I40E_QUEUE_TYPE_RX; in ixl_vf_config_vector() 779 &last_type, &last_queue); in ixl_vf_config_vector() 788 &last_type, &last_queue); in ixl_vf_config_vector() 800 (last_type << I40E_VPINT_LNKLST0_FIRSTQ_TYPE_SHIFT)); in ixl_vf_config_vector()
|