Searched refs:set (Results 351 - 375 of 1536) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h9 // Defines the architecture set.
37 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); }
40 void set(Architecture Arch) { function in class:llvm::MachO::ArchitectureSet
125 set(Arch);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h97 void internal_sigfillset(__sanitizer_sigset_t *set);
98 void internal_sigemptyset(__sanitizer_sigset_t *set);
99 bool internal_sigismember(__sanitizer_sigset_t *set, int signum);
H A Dsanitizer_allocator_bytemap.h25 void set(uptr idx, u8 val) { function in class:FlatByteMap
42 // Each value is initially zero and can be set to something else only once.
68 void set(uptr idx, u8 val) { function in class:TwoLevelByteMap
H A Dsanitizer_common_interceptors_vfork_i386.inc.S61 .set vfork, ASM_WRAPPER_NAME(vfork)
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.h26 #include <set>
109 std::set<llvm::sys::fs::UniqueID> visitedFiles;
111 std::set<std::string> visitedLibs;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h20 #include <set>
50 using NodeRefSet = std::set<NodeRef>;
120 // phi id -> (map: register -> set of reached non-phi uses)
124 std::map<MachineBasicBlock*,std::set<MachineBasicBlock*>> IIDF;
133 // the dominator tree), create a map: block -> set of uses live on exit.
/freebsd-11-stable/contrib/gcc/
H A Dgcse.c156 #include "hard-reg-set.h"
194 2) Compute table of places where registers are set.
211 (set (pseudo-reg) (expression)).
397 is set.
409 need to iterate over the number of times a pseudo-reg is set, not over the
411 where a pseudo is set more than once in a block, however it is believed
421 /* The index of the block where it was set. */
460 /* Array of implicit set patterns indexed by basic block index. */
470 Used when performing GCSE to track which registers have been set since
474 /* For each block, a bitmap of registers set i
2648 rtx set = single_set (insn); local
2720 struct expr *set = lookup_set (regno, &set_hash_table); local
2776 rtx set = pc_set (jump); local
2932 struct expr *set; local
3463 struct expr *set = lookup_set (regno, &set_hash_table); local
3578 struct expr *set; local
4216 rtx set, first_set, new_insn; local
4377 rtx set = single_set (insn), set2; local
4429 rtx set; local
4942 rtx set; local
5630 rtx dest, set, tmp; local
6310 rtx insn, mem, note, set, ptr, pair; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_sig.c461 sigqueue_move_set(sigqueue_t *src, sigqueue_t *dst, const sigset_t *set) argument
473 if (SIGISMEMBER(*set, ksi->ksi_signo)) {
486 SIGSETAND(tmp, *set);
491 SIGSETAND(tmp, *set);
496 SIGSETAND(tmp, *set);
505 sigset_t set;
507 SIGEMPTYSET(set);
508 SIGADDSET(set, signo);
509 sigqueue_move_set(src, dst, &set);
514 sigqueue_delete_set(sigqueue_t *sq, const sigset_t *set) argument
538 sigset_t set; local
547 sigqueue_delete_set_proc(struct proc *p, const sigset_t *set) argument
566 sigset_t set; local
576 sigset_t set; local
652 sig_ffs(sigset_t *set) argument
1035 kern_sigprocmask(struct thread *td, int how, sigset_t *set, sigset_t *oset, int flags) argument
1104 const sigset_t *set; member in struct:sigprocmask_args
1111 sigset_t set, oset; local
1139 sigset_t set, oset; local
1153 sigset_t set; local
1182 sigset_t set; local
1215 sigset_t set; local
1383 sigset_t *set; member in struct:sigpending_args
1473 sigset_t set, oset; local
1489 sigset_t set, oset; local
[all...]
/freebsd-11-stable/usr.bin/tr/
H A Dstr.c124 if ((ch = s->set[s->cnt++]) == OOBCH) {
213 * Calculate the set of all characters in the same equivalence class
236 s->set = s->equiv;
277 if ((s->set = p = malloc((NCHARS_SB + 1) * sizeof(int))) == NULL)
284 n = p - s->set;
289 mergesort(s->set, n, sizeof(*(s->set)), charcoll);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp70 // Compute the set of start/end markers per basic block.
89 InterestingAllocas.set(AllocaNo);
134 BlockInfo.Begin.set(M.AllocaNo);
138 BlockInfo.End.set(M.AllocaNo);
190 // Update block LiveIn set, noting whether it has changed.
196 // Update block LiveOut set, noting whether it has changed.
221 Started.set(AllocaNo);
234 Started.set(AllocaNo);
244 Ended.set(AllocaNo);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp181 sigset_t set;
185 kernel_sigset.set = get_sigmask();
362 sigset_t set;
363 sigemptyset(&set);
364 sigaddset(&set, signo);
366 &set, nullptr);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h10 * By using this file, you agree to the terms and conditions set
181 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
183 0, (close), (read), (seek), (write), (open), (set), (get), (timeout),\
185 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout)
188 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f)
189 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
206 (f).f_setinfo = (set); \
232 #define SMOFF 0x004000 /* set iff offset is in fact correct */
247 #define SM_IO_FBF 0 /* setvbuf should set fully buffered */
248 #define SM_IO_LBF 1 /* setvbuf should set lin
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dman.mk15 # set MANTARGET=cat for formatted pages
17 # set this to .0 for same behavior as bsd.man.mk
34 # this is triggered by the setting of EXTRACT_MAN or MAN being set but
110 @set ${MLINKS}; \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-log-arc.S65 .set noreorder
66 .set noat
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dsetjmp.S74 .set CNAME(longjmp),CNAME(__longjmp)
/freebsd-11-stable/sys/sparc64/include/
H A Dktr.h49 set KTR_ENTRIES - 1, r1 ; \
51 set ktr_idx, r1 ; \
/freebsd-11-stable/sys/dev/extres/clk/
H A Dclk_mux.c47 #define MD4(_clk, off, clr, set ) \
48 CLKDEV_MODIFY_4(clknode_get_device(_clk), off, clr, set)
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarcmd.mk3 # Test behaviour of recursive make and vars set on command line.
/freebsd-11-stable/lib/libc/resolv/
H A Dres_init.c144 * there will have precedence. Otherwise, the server address is set to
294 * to still have a search list, and anyone to set the
360 /* set search list */
854 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) { argument
866 switch (set->sin.sin_family) {
868 size = sizeof(set->sin);
871 &set->sin, size);
874 &set->sin, size);
882 size = sizeof(set->sin6);
885 &set
905 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) argument
[all...]
/freebsd-11-stable/stand/i386/boot2/
H A Dsio.S18 .set SIO_PRT,SIOPRT # Base port
19 .set SIO_FMT,SIOFMT # 8N1
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c81 u_int set; member in struct:trapsink_dep
136 if (tdep->set & TDEP_VERSION)
138 if (tdep->set & TDEP_COMM)
178 if (tdep->set & TDEP_STATUS) {
187 if (tdep->set & TDEP_VERSION)
189 if (tdep->set & TDEP_COMM)
192 if (tdep->set & TDEP_STATUS) {
211 if (tdep->set & TDEP_STATUS)
213 if (tdep->set & TDEP_VERSION)
215 if (tdep->set
[all...]
/freebsd-11-stable/stand/libsa/mips/
H A D_setjmp.S60 .set noreorder
83 .set noreorder
/freebsd-11-stable/contrib/tcsh/
H A Dtw.help.c131 sigset_t oset, set; local
142 (void)sigprocmask(SIG_UNBLOCK, &set, &oset);
/freebsd-11-stable/sys/conf/
H A Dsysent.mk21 # and set GENERATED.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h114 void set##Name(Type Value) { Name = static_cast<unsigned>(Value); }
119 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default);

Completed in 375 milliseconds

<<11121314151617181920>>