HomeSort by: relevance | last modified time | path
    Searched refs:F1 (Results 1 - 15 of 15) sorted by relevancy

  /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/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/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/libexec/getty/
gettytab.h 109 #define F1 gettynums[10].value
subr.c 200 compatflags(F1);
  /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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm845-xiaomi-beryllium.dts 30 model = "Xiaomi Pocophone F1";
360 model = "Xiaomi Poco F1";
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6dl-prtvt7.dts 65 f1 {
66 label = "GPIO Key F1";
imx6dl-prtmvt.dts 61 f1 {
62 label = "GPIO Key F1";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3326-odroid-go2.dts 116 label = "F1";
  /src/libexec/ld.aout_so/
ld.so.sparc.uue 75 MT`7@H#2``!+8!>"<@**@``*``#F1*B`8$(``#=@%X)PB@``HT`7@I!"```G8
629 M)A^2$"`$JA``"("E?_\2@``$D!``%1"``.RP$"``0``F1)('OY"`HB``$H``
1790 M<F1?<V5A<F-H7V1I<G,`7W)E86QL;V-?<W)C:&QE;@!?<W!R:6YT9@!?<')I
ld.so.arm.uue 34 MYP`@@>4F1`#KU#*?Y0-0FN<``(7E)D0`Z\@RG^4#0)KG``"$Y29$`.N\,I_E
35 M`W":YP``A^4F1`#KL#*?Y0,@FN<``(+EJ,*?Y8R2G^4,X)KG`""5Y0`PE.4`
1019 M""#)Y4(DH.$)(,GE`C"9Y4QP2^)<<`OE!)"@XV20"^4#.+#A6```&F1@&^4!
1442 M9'5P`%]S96%R8VA?9&ER<P!?;E]S96%R8VA?9&ER<P!?<W1A;F1A<F1?<V5A
  /src/share/terminfo/
terminfo 691 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
725 # <pfkey> capability for F1-F48 -TD
1580 # F13-F24 are shifted F1-F12
1581 # F25-F36 are control F1-F12
1582 # F37-F48 are shift+control F1-F12
1655 # F1-F12 generate different codes when shift or control modifiers are used.
1657 # F1 \E[001q
1658 # shift F1 \E[013q
1659 # control-F1 \E[025q
2065 # F13-F24 are shifted F1-F1
    [all...]

Completed in 27 milliseconds