Searched refs:set (Results 576 - 600 of 1536) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gpio-defs.h201 uint64_t clk_gen : 1; /**< When TX_OE is set, GPIO pin becomes a clock */
252 uint64_t clk_gen : 1; /**< When TX_OE is set, GPIO pin becomes a clock */
553 When EN is set, GPIO<7:4> will function in
676 uint64_t clr : 24; /**< Bit mask to indicate which GPIO_TX_DAT bits to set
706 uint64_t clr : 20; /**< Bit mask to indicate which GPIO_TX_DAT bits to set
731 uint64_t set : 24; /**< Bit mask to indicate which GPIO_TX_DAT bits to set member in struct:cvmx_gpio_tx_set::cvmx_gpio_tx_set_s
735 uint64_t set : 24;
744 uint64_t set : 16; /**< Bit mask to indicate which bits to drive to '1'. */ member in struct:cvmx_gpio_tx_set::cvmx_gpio_tx_set_cn38xx
746 uint64_t set
761 uint64_t set : 20; /**< Bit mask to indicate which GPIO_TX_DAT bits to set member in struct:cvmx_gpio_tx_set::cvmx_gpio_tx_set_cn61xx
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.info.mk12 # DESTDIR Change the tree where the info files gets installed. [not set]
25 # INFO texinfo files, without suffix. [set in Makefile]
57 # compressed when they are installed. [not set]
/freebsd-11-stable/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c94 escape_list *set; member in struct:escape_t
102 #define SET(escape) ((escape)->set)
107 find_escape(escape_list *set, int ch) argument
111 TAILQ_FOREACH(escape, set, entry) {
604 escape->set = E0SET(ei);
607 escape->set = E1SET(ei);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl342 .set noat
343 .set noreorder
350 .set noreorder
382 .set reorder
419 .set noreorder
423 .set noreorder
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h482 #define RENDERER(name, mode, sw, set) \
487 DATA_SET(set, scrndr_##name##_##mode)
489 #define RENDERER_MODULE(name, set) \
490 SET_DECLARE(set, sc_renderer_t); \
498 SET_FOREACH(list, set) { \
505 SET_FOREACH(list, set) { \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp277 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount());
278 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount());
279 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount());
280 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount());
281 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts());
282 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h15 /// those sets in memory are compact. For instance, a set of edges is
122 V.set(Idx);
135 /// Return the number of elements in the set
137 /// Return the size of the set's domain
161 void set(size_type Idx) { V.set(Idx); } function in class:llvm::ImmutableGraph::NodeSet
210 V.set(Idx);
223 /// Return the number of elements in the set
225 /// Return the size of the set's domain
249 void set(size_typ function in class:llvm::ImmutableGraph::EdgeSet
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.cpp86 void token_info::set(token_type t, const char *sk, const char *oc) function in class:token_info
172 token_table[n].ti.set(typ, sk, oc);
377 default_token_info.set(TOKEN_OTHER);
H A Dref.h44 void set(int i);
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.h287 #define RM1(sc, reg, clr, set) as3722_modify(sc, reg, clr, set)
292 uint8_t set);
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_open.c121 * page size is set farther on, based on the underlying file
390 sigset_t set, oset; local
404 (void)sigfillset(&set);
405 (void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c143 "Could not set IEEE80211_ROAMING_MANUAL\n");
164 PacketRequest(void *iface, BOOLEAN set, PACKET_OID_DATA *oid) argument
191 * a set operation on OID_802_11_ADD_KEY, we shuffle the data
197 if (set == TRUE && oid->Oid == OID_802_11_ADD_KEY) {
221 if (set == TRUE)
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.h24 * Options that can be set on the command line.
42 int show_sets; /* display the set each rule belongs to */
54 int use_set; /* work with specified set number */
55 /* 0 means all sets, otherwise apply to set use_set - 1 */
351 int fill_flags(struct _s_x *flags, char *p, char **e, uint32_t *set,
353 void print_flags_buffer(char *buf, size_t sz, struct _s_x *list, uint32_t set);
379 * The reserved set numer. This is a constant in ip_fw.h
450 uint8_t set, uint16_t uidx);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S53 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG
54 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG
55 #define FAST2_ALIAS(TAG) .global __hexagon_fast2_##TAG ; .set __hexagon_fast2_##TAG, __hexagon_##TAG
144 // And the PP should also have more than one bit set
212 // * Check the LSBs for inexact; if inexact also set underflow
359 BTMPH ^= lsr(AH,#31) // rounding my way --> set LSB
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h20 // This iterator stores the 'visited' set in an external set, which allows
21 // it to be more efficient, and allows external clients to use the set for
26 // This iterator stores the 'visited' set in an external set, which allows
27 // it to be more efficient, and allows external clients to use the set for
41 #include <set>
48 // store the visited set.
49 template<class SetType, bool External> // Non-external set
64 // The visited stated for the iteration is a simple set augmente
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp32 #include <set>
52 /// The index within the uniqued set of required resources of Resources.
105 std::set<Record *> ProcItinList;
317 std::set<NfaStateTy> SeenStates;
/freebsd-11-stable/bin/stty/
H A Dcchar.c138 ip->set = 1;
/freebsd-11-stable/contrib/gcc/
H A Dcfgloopanal.c26 #include "hard-reg-set.h"
488 rtx set; local
492 set = single_set (seq);
493 if (set)
494 cost += rtx_cost (set, SET);
511 /* Initialize the constants for computing set costs. */
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dsol-cn.asm46 .set _ex_register,0
47 .set _ex_deregister,0
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S83 set 0xff, %o3 ! %o3 = mask
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.h46 * @mode_set: set this mode
63 /* Actually set the mode */
85 * @mode_set: set this mode
126 extern int drm_crtc_helper_set_config(struct drm_mode_set *set);
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.h153 #define MT_CLR_SET32(sc, off, clr, set) \
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h173 extern void bwn_nphy_op_maskset(struct bwn_mac *mac, uint16_t reg, uint16_t mask, uint16_t set);
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk91 # if you don't happen to like the way I set it.
93 # We are going to set this to the equivalent of the shell's
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h165 * Atomic compare and set, used by the mutex functions.
432 ATOMIC_ASM(set, char, "orb %b1,%0", "iq", v);
437 ATOMIC_ASM(set, short, "orw %w1,%0", "ir", v);
442 ATOMIC_ASM(set, int, "orl %1,%0", "ir", v);
447 ATOMIC_ASM(set, long, "orq %1,%0", "er", v);

Completed in 171 milliseconds

<<21222324252627282930>>