/src/sys/crypto/cast128/ |
cast128.c | 31 #define F1(l, r, i) \ 58 F1(l, r, 0); 61 F1(r, l, 3); 64 F1(l, r, 6); 67 F1(r, l, 9); 72 F1(l, r, 12); 75 F1(r, l, 15); 106 F1(r, l, 15); 109 F1(l, r, 12); 113 F1(r, l, 9) [all...] |
/src/tests/lib/semaphore/ |
sem.c | 317 #define F1(name, a) int _ksem_##name(a); \ 322 F1(close, intptr_t); 323 F1(destroy, intptr_t); 324 F1(post, intptr_t); 325 F1(unlink, const char *); 326 F1(trywait, intptr_t); 327 F1(wait, intptr_t);
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
function_call_trie_test.cc | 146 // f0@t0 -> f1@t1 -> f2@t2 149 // `f0` @ t4 (i.e. no `f1` exit in between) then we need to handle the case of 150 // accounting local time to `f2` from d = (t3 - t2), then local time to `f1` 170 const auto &F1 = *R[0]; 171 ASSERT_EQ(F1.FId, 1); 172 ASSERT_FALSE(F1.Callees.empty()); 174 const auto &F2 = *F1.Callees[0].NodePtr; 186 EXPECT_EQ(F1.CallCount, 1u); 189 EXPECT_EQ(F1.CumulativeLocalTime, 100u); 299 const auto &F1 = *R0.Callees[0].NodePtr [all...] |
/src/common/lib/libc/hash/rmd160/ |
rmd160.c | 96 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) 226 R(e, a, b, c, d, F1, K1, 7, 7); 227 R(d, e, a, b, c, F1, K1, 6, 4); 228 R(c, d, e, a, b, F1, K1, 8, 13); 229 R(b, c, d, e, a, F1, K1, 13, 1); 230 R(a, b, c, d, e, F1, K1, 11, 10); 231 R(e, a, b, c, d, F1, K1, 9, 6); 232 R(d, e, a, b, c, F1, K1, 7, 15); 233 R(c, d, e, a, b, F1, K1, 15, 3); 234 R(b, c, d, e, a, F1, K1, 7, 12) [all...] |
/src/sys/dev/i2c/ |
sensirion_voc_algorithm.c | 774 fix16_t F1; 797 F1 = fix16_exp((fix16_mul(F16(VocAlgorithm_LP_ALPHA), abs_delta))); 800 F1)) +
|
/src/usr.bin/join/ |
join.c | 124 INPUT *F1, *F2; 128 F1 = &input1; 137 F1->unpair = F2->unpair = 1; 140 if ((F1->joinf = strtol(optarg, &end, 10)) < 1) { 148 --F1->joinf; 165 F1->unpair = 1; 184 if ((F1->joinf = F2->joinf = 193 --F1->joinf; 211 F1->unpair = 1; 242 F1->fp = stdin [all...] |
/src/libexec/getty/ |
gettytab.h | 109 #define F1 gettynums[10].value
|