Searched refs:set (Results 401 - 425 of 1536) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tools/tools/notescheck/
H A Dnotescheck.py31 # Format the contents of a set into a sorted, comma-separated string
32 def format_set(set):
34 for item in set:
59 self.defines = set()
60 self.tests = set()
69 print(" Previous type set%s" % (self.type_location))
90 # If the tested set contains the global platform, then this
121 # The set of MD platforms where this option is defined, but not tested.
194 # If the line ends in a '\', set current to the line (minus
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_req.c206 else if (sk_ASN1_TYPE_num(attr->value.set))
207 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
239 if (!(attr->value.set = sk_ASN1_TYPE_new_null()))
241 if (!sk_ASN1_TYPE_push(attr->value.set, at))
/freebsd-11-stable/sys/dev/mem/
H A Dmemutil.c88 ret = mem_range_softc.mr_op->set(&mem_range_softc, mrd, arg);
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmptutil.h71 #define MPT_COMMAND(set, name, function) \
74 DATA_SET(MPT_DATASET(set), function ## _mptutil_command)
76 #define MPT_TABLE(set, name) \
85 MPT_COMMAND(set, name, mptutil_ ## name ## _table_handler)
/freebsd-11-stable/contrib/bmake/mk/
H A Dsubdir.mk28 (set -e; \
48 @set -e; _r=${.CURDIR}/; \
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c383 goto set;
453 goto set;
470 goto set;
476 set:
/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0xe1 # Mode/attribute
33 .set SCR_COL,0x50 # Columns per row
34 .set SCR_ROW,0x19 # Rows per screen
38 .set BDA_POS,0x53e # Cursor position
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s30 .set INT_SYS,0x30 # Interrupt number
/freebsd-11-stable/sys/arm64/include/
H A Dasm.h50 .set alias,sym
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s30 .set INT_SYS,0x30 # Interrupt number
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h151 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \
163 "r" (set), \
170 ck_pr_cas_##N(M *target, T compare, T set) \
182 "r" (set), \
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_ahci.c54 * set with a few extra implementation-specific registers that need to
62 /* BITx -- Unknown bit that needs to be set/cleared at position x */
123 ahci_set(struct resource *m, bus_size_t off, uint32_t set) argument
127 val |= set;
141 ahci_mask_set(struct resource *m, bus_size_t off, uint32_t mask, uint32_t set) argument
146 val |= set;
328 device_printf(dev, "Cannot set PLL frequency\n");
/freebsd-11-stable/lib/libc/mips/gen/
H A D_setjmp.S59 .set noreorder
/freebsd-11-stable/contrib/xz/src/xz/
H A Doptions.c54 /// \param set Filter-specific function to update filter_options
61 void (*set)(void *filter_options,
116 set(filter_options, i, opts[i].map[j].id, value);
120 // parsed by set().
121 set(filter_options, i, 0, value);
127 set(filter_options, i, v, value);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h99 AllocatedStackSlots.set(Offset);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp41 V.set((I * 32) + Idx);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h53 void set(XRayInstrMask K, bool Value) { function in struct:clang::XRayInstrSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
84 void set(PtrTy P) { function in class:clang::OpaquePtr
173 void set(PtrTy V) { Val = V; } function in class:clang::ActionResult
219 void set(PtrTy V) { function in class:clang::ActionResult
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc65 // normal number. Renormalize one or both of a and b, and set scale to
74 // denormal path it was already set by normalize( ), but setting it twice
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S14 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG
H A Ddivdi3.S58 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder
84 .set __qdsp_divdi3, __hexagon_divdi3
H A Dmemcpy_likely_aligned.S62 .set __qdsp_memcpy_likely_aligned_min32bytes_mult8bytes, \
H A Dmoddi3.S56 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder
82 .set __qdsp_moddi3, __hexagon_moddi3
H A Dmodsi3.S65 .set __qdsp_modsi3, __hexagon_modsi3
H A Dudivdi3.S50 p0 = cmp.gtu(r13:12,r3:2) // set predicate reg if shifted divisor > current remainder
70 .set __qdsp_udivdi3, __hexagon_udivdi3

Completed in 142 milliseconds

<<11121314151617181920>>