Searched refs:set (Results 201 - 225 of 1536) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk14 VSET= is set
18 @echo :U skipped when var set
30 @echo :D expanded when var set
/freebsd-11-stable/lib/libc/sparc64/
H A DSYS.h51 .set CNAME(x),CNAME(__CONCAT(__sys_,x)) ; \
54 .set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x))
80 .set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)) ; \
/freebsd-11-stable/lib/librt/
H A Dsigev_thread.c309 sigset_t set, oset; local
330 sigfillset(&set); /* SIGLIBRT is masked. */
331 sigdelset(&set, SIGBUS);
332 sigdelset(&set, SIGILL);
333 sigdelset(&set, SIGFPE);
334 sigdelset(&set, SIGSEGV);
335 sigdelset(&set, SIGTRAP);
336 _sigprocmask(SIG_SETMASK, &set, &oset);
368 sigset_t set; local
381 sigemptyset(&set);
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd10 set prefix="C:\Program Files (x86)"
11 set program_path=%prefix%\Unbound
12 set uc=%program_path%\unbound-control.exe
13 set fname="unbound_cache.dmp"
24 set arg1=%1
25 set arg2=%2
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h153 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) argument
166 "r" (set),
175 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) argument
188 "r" (set),
197 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) argument
210 "r" (set),
218 ck_pr_cas_ptr(void *target, void *compare, void *set) argument
231 "r" (set),
240 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \
252 "r" (set), \
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dsfdiv_opt.S21 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG
22 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG
23 #define FAST2_ALIAS(TAG) .global __hexagon_fast2_##TAG ; .set __hexagon_fast2_##TAG, __hexagon_##TAG
H A Dsfsqrt_opt.S29 #define Q6_ALIAS(TAG) .global __qdsp_##TAG ; .set __qdsp_##TAG, __hexagon_##TAG
30 #define FAST_ALIAS(TAG) .global __hexagon_fast_##TAG ; .set __hexagon_fast_##TAG, __hexagon_##TAG
31 #define FAST2_ALIAS(TAG) .global __hexagon_fast2_##TAG ; .set __hexagon_fast2_##TAG, __hexagon_##TAG
H A Dfabs_opt.S36 .set fabsl, fabs
/freebsd-11-stable/bin/mkdir/
H A Dmkdir.c66 void *set = NULL; local
95 if ((set = setmode(mode)) == NULL)
97 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO);
98 free(set);
119 * nine bits, so if you try to set a mode including the
/freebsd-11-stable/bin/stty/
H A Dstty.c121 for (i.set = i.wset = 0; *argv; ++argv) {
139 i.set = 1;
145 i.set = 1;
153 if (i.set && tcsetattr(i.fd, 0, &i.t) < 0)
/freebsd-11-stable/lib/libgssapi/
H A Dgss_acquire_cred.c49 gss_OID_set_desc set; local
104 set.count = 1;
128 set.elements = &mechs->elements[i];
132 time_req, &set, cred_usage,
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_acquire_cred.c43 gss_OID_set_desc set; local
98 set.count = 1;
124 set.elements = &mechs->elements[i];
128 time_req, &set, cred_usage,
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_reg.h38 extern int arswitch_modifyreg(device_t dev, int addr, int mask, int set);
/freebsd-11-stable/sys/x86/cpufreq/
H A Dhwpstate.c234 struct hwpstate_setting *set; local
240 set = sc->hwpstate_settings;
242 if (CPUFREQ_CMP(cf->freq, set[i].freq))
247 return (hwpstate_goto_pstate(dev, set[i].pstate_id));
254 struct hwpstate_setting set; local
263 set = sc->hwpstate_settings[msr];
265 cf->freq = set.freq;
266 cf->volts = set.volts;
267 cf->power = set.power;
268 cf->lat = set
277 struct hwpstate_setting set; local
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h212 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \
226 : "r" (compare), "r" (set) , \
241 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) argument
244 uint32_t *_set = CK_CPP_CAST(uint32_t *, set);
256 ck_pr_cas_##N(T *target, T compare, T set) \
272 : "r" (compare), "r" (set) , \
285 ck_pr_cas_ptr_2(void *target, void *compare, void *set) argument
288 uint32_t *_set = CK_CPP_CAST(uint32_t *, set);
299 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) argument
312 "r" (set),
320 ck_pr_cas_ptr(void *target, void *compare, void *set) argument
[all...]
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S19 .set MEM_ARG,0x900 # Arguments
20 .set MEM_ORG,0x7c00 # Origin
21 .set MEM_BUF,0x8000 # Load area
22 .set MEM_BTX,0x9000 # BTX start
23 .set MEM_JMP,0x9010 # BTX entry point
24 .set MEM_USR,0xa000 # Client start
25 .set BDA_BOOT,0x472 # Boot howto flag
28 .set PRT_OFF,0x1be # Partition offset
29 .set PRT_NUM,0x4 # Partitions
30 .set PRT_BS
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreadLocal.cpp46 #warning Neither LLVM_ON_UNIX nor _WIN32 set in Support/ThreadLocal.cpp
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h50 uptr internal_sigprocmask(int how, __sanitizer_sigset_t *set,
61 void internal_sigdelset(__sanitizer_sigset_t *set, int signum);
69 void internal_sigdelset(__sanitizer_sigset_t *set, int signum);
71 void internal_sigdelset(__sanitizer_sigset_t *set, int signum);
131 __asm__(".set push\n" \
132 ".set mips32r2\n" \
134 ".set pop\n" : "=r"(__v)); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips.S22 .set noreorder
24 .set reorder
69 .set noreorder
71 .set reorder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h21 #include <set>
43 /// This bit must be set in the 'Attributes' field of FMA group if such
47 /// This bit must be set in the 'Attributes' field of FMA group if such
53 /// This bit must be set in the 'Attributes' field of FMA group if such
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h58 std::set<HWEventListener *> Listeners;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadLocal.h53 // set - Associates a pointer to an object with the current thread.
54 void set(T* d) { setInstance(d); } function in class:llvm::sys::ThreadLocal
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DTCE.h14 #include <set>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp57 Reserved.set(AVR::R0);
58 Reserved.set(AVR::R1);
59 Reserved.set(AVR::R1R0);
62 Reserved.set(AVR::SPL);
63 Reserved.set(AVR::SPH);
64 Reserved.set(AVR::SP);
75 Reserved.set(AVR::R28);
76 Reserved.set(AVR::R29);
77 Reserved.set(AVR::R29R28);
219 // a compare and branch, invalidating the contents of SREG set b
[all...]

Completed in 188 milliseconds

1234567891011>>