Home
last modified time | relevance | path

Searched refs:tw (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c57 #define TASKLET_WORKER_LOCK(tw) mtx_lock(&(tw)->mtx) argument
58 #define TASKLET_WORKER_UNLOCK(tw) mtx_unlock(&(tw)->mtx) argument
65 struct tasklet_worker *tw = (struct tasklet_worker *)arg; in tasklet_handler() local
71 TASKLET_WORKER_LOCK(tw); in tasklet_handler()
72 last = TAILQ_LAST(&tw->head, tasklet_list); in tasklet_handler()
74 ts = TAILQ_FIRST(&tw->head); in tasklet_handler()
77 TAILQ_REMOVE(&tw->head, ts, entry); in tasklet_handler()
80 TASKLET_WORKER_UNLOCK(tw); in tasklet_handler()
92 TASKLET_WORKER_LOCK(tw); in tasklet_handler()
94 TAILQ_INSERT_TAIL(&tw->head, ts, entry); in tasklet_handler()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp22 uint16_t tw = 0; in AbridgedToFullTagWord() local
24 tw <<= 2; in AbridgedToFullTagWord()
31 tw |= 1; // Zero in AbridgedToFullTagWord()
33 tw |= 2; // Denormal in AbridgedToFullTagWord()
35 tw |= 2; // Infinity or NaN in AbridgedToFullTagWord()
38 tw |= 3; // Empty register in AbridgedToFullTagWord()
44 return tw; in AbridgedToFullTagWord()
49 uint8_t lldb_private::FullToAbridgedTagWord(uint16_t tw) { in FullToAbridgedTagWord() argument
54 if ((tw & mask) != mask) in FullToAbridgedTagWord()
/freebsd/contrib/bearssl/src/int/
H A Di15_bitlen.c31 uint32_t tw, twk; in br_i15_bit_length() local
33 tw = 0; in br_i15_bit_length()
38 c = EQ(tw, 0); in br_i15_bit_length()
40 tw = MUX(c, w, tw); in br_i15_bit_length()
43 return (twk << 4) + BIT_LENGTH(tw); in br_i15_bit_length()
H A Di31_bitlen.c31 uint32_t tw, twk; in br_i31_bit_length() local
33 tw = 0; in br_i31_bit_length()
38 c = EQ(tw, 0); in br_i31_bit_length()
40 tw = MUX(c, w, tw); in br_i31_bit_length()
43 return (twk << 5) + BIT_LENGTH(tw); in br_i31_bit_length()
H A Di32_bitlen.c31 uint32_t tw, twk; in br_i32_bit_length() local
33 tw = 0; in br_i32_bit_length()
38 c = EQ(tw, 0); in br_i32_bit_length()
40 tw = MUX(c, w, tw); in br_i32_bit_length()
43 return (twk << 5) + BIT_LENGTH(tw); in br_i32_bit_length()
/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs1684 using (TextWriter tw = File.CreateText(outBase + ".c")) { in Generate()
1685 tw.NewLine = "\n"; in Generate()
1687 tw.WriteLine("{0}", in Generate()
1756 tw.WriteLine(); in Generate()
1758 tw.WriteLine("void {0}_init_{1}(void *t0ctx);", in Generate()
1761 tw.WriteLine(); in Generate()
1762 tw.WriteLine("void {0}_run(void *t0ctx);", coreRun); in Generate()
1770 tw.WriteLine(); in Generate()
1771 tw.WriteLine("{0}", pp); in Generate()
1775 tw.WriteLine(); in Generate()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h27 TaggedASTType(const TaggedASTType<C> &tw) : CompilerType(tw) {} in TaggedASTType() argument
33 TaggedASTType<C> &operator=(const TaggedASTType<C> &tw) {
34 CompilerType::operator=(tw);
/freebsd/sys/amd64/ia32/
H A Dia32_reg.c145 uint16_t tw, exp; in fill_fpregs32() local
178 tw = 0; in fill_fpregs32()
181 tw <<= 2; in fill_fpregs32()
195 tw |= 1; /* Zero */ in fill_fpregs32()
197 tw |= 2; /* Denormal */ in fill_fpregs32()
199 tw |= 2; /* Infinity or NaN */ in fill_fpregs32()
201 tw |= 3; /* Empty */ in fill_fpregs32()
204 penv_87->en_tw = tw; in fill_fpregs32()
/freebsd/bin/csh/
H A DMakefile35 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
36 tw.comp.c tw.color.c
/freebsd/contrib/tcsh/
H A Dsrc.desc57 Spelling, listing, and completion (tw*.c)
58 tw.help.c: Display help for a command by catting a file.
59 tw.init.c: Initialization and some utilities.
60 tw.parse.c: All the listing and completion. Tries to tokenize the line
64 tw.spell.c: String spelling correction.
65 tw.comp.c: File completion builtin
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-select-words.mk12 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw
156 mod-tW-tw:
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_i15.c122 uint32_t aw, bw, tw; in cswap() local
126 tw = ctl & (aw ^ bw); in cswap()
127 a[i] = aw ^ tw; in cswap()
128 b[i] = bw ^ tw; in cswap()
H A Dec_c25519_i31.c119 uint32_t aw, bw, tw; in cswap() local
123 tw = ctl & (aw ^ bw); in cswap()
124 a[i] = aw ^ tw; in cswap()
125 b[i] = bw ^ tw; in cswap()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach54 netbsd.csie.nctu.edu.tw
58 netbsd.nsysu.edu.tw
75 pluto.cdpa.nsysu.edu.tw
/freebsd/contrib/file/magic/Magdir/
H A Djavascript6 0 string/tw #!/bin/node Node.js script executable
8 0 string/tw #!/usr/bin/node Node.js script executable
10 0 string/tw #!/bin/nodejs Node.js script executable
12 0 string/tw #!/usr/bin/nodejs Node.js script executable
/freebsd/tools/test/stress2/misc/
H A Dmkfifo8.sh97 tw(void)
145 tw(); function
/freebsd/sys/i386/i386/
H A Dnpx.c1147 uint16_t tw, exp; in npx_fill_fpregs_xmm1() local
1168 tw = 0; in npx_fill_fpregs_xmm1()
1171 tw <<= 2; in npx_fill_fpregs_xmm1()
1185 tw |= 1; /* Zero */ in npx_fill_fpregs_xmm1()
1187 tw |= 2; /* Denormal */ in npx_fill_fpregs_xmm1()
1189 tw |= 2; /* Infinity or NaN */ in npx_fill_fpregs_xmm1()
1191 tw |= 3; /* Empty */ in npx_fill_fpregs_xmm1()
1194 penv_87->en_tw = tw; in npx_fill_fpregs_xmm1()
/freebsd/contrib/tcsh/nls/russian/
H A Dset271 $ tw.comp.c
H A Dset291 $ tw.help.c
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset271 $ tw.comp.c
H A Dset291 $ tw.help.c
/freebsd/contrib/tcsh/nls/greek/
H A Dset271 $ tw.comp.c
H A Dset291 $ tw.help.c
/freebsd/contrib/tcsh/nls/ja/
H A Dset291 $ tw.help.c
/freebsd/contrib/tcsh/nls/C/
H A Dset271 $ tw.comp.c

12345