/src/sys/crypto/cast128/ |
cast128.c | 35 #define F2(l, r, i) \ 59 F2(r, l, 1); 62 F2(l, r, 4); 65 F2(r, l, 7); 68 F2(l, r, 10); 73 F2(r, l, 13); 108 F2(r, l, 13); 112 F2(l, r, 10); 115 F2(r, l, 7); 118 F2(l, r, 4) [all...] |
/src/tests/lib/semaphore/ |
sem.c | 319 #define F2(name, a, b) int _ksem_##name(a, b); \ 321 F2(init, unsigned int, intptr_t *); 328 F2(getvalue, intptr_t, unsigned int *); 329 F2(timedwait, intptr_t, const struct timespec *);
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
function_call_trie_test.cc | 146 // f0@t0 -> f1@t1 -> f2@t2 148 // If for whatever reason we see an exit for `f2` @ t3, followed by an exit for 150 // accounting local time to `f2` from d = (t3 - t2), then local time to `f1` 174 const auto &F2 = *F1.Callees[0].NodePtr; 175 ASSERT_EQ(F2.FId, 2); 176 ASSERT_FALSE(F2.Callees.empty()); 178 const auto &F3 = *F2.Callees[0].NodePtr; 185 EXPECT_EQ(F2.CallCount, 1u); 188 EXPECT_EQ(F2.CumulativeLocalTime, 300u); 305 const auto &F2 = *F1.Callees[0].NodePtr [all...] |
/src/common/lib/libc/hash/rmd160/ |
rmd160.c | 97 #define F2(x, y, z) (((x) | (~y)) ^ (z)) 243 R(d, e, a, b, c, F2, K2, 11, 3); 244 R(c, d, e, a, b, F2, K2, 13, 10); 245 R(b, c, d, e, a, F2, K2, 6, 14); 246 R(a, b, c, d, e, F2, K2, 7, 4); 247 R(e, a, b, c, d, F2, K2, 14, 9); 248 R(d, e, a, b, c, F2, K2, 9, 15); 249 R(c, d, e, a, b, F2, K2, 13, 8); 250 R(b, c, d, e, a, F2, K2, 15, 1); 251 R(a, b, c, d, e, F2, K2, 14, 2) [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
efisetjmp_arch.h | 9 UINT64 F2[2];
|
/src/usr.bin/join/ |
join.c | 124 INPUT *F1, *F2; 129 F2 = &input2; 137 F1->unpair = F2->unpair = 1; 151 if ((F2->joinf = strtol(optarg, &end, 10)) < 1) { 159 --F2->joinf; 168 F2->unpair = 1; 184 if ((F1->joinf = F2->joinf = 194 --F2->joinf; 214 F2->unpair = 1; 247 F2->fp = stdin [all...] |
/src/libexec/getty/ |
gettytab.h | 111 #define F2 gettynums[11].value
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efidebug.h | 360 UINT64 F2[2];
|