Searched refs:SET (Results 1 - 5 of 5) sorted by path

/haiku/src/bin/network/ping/
H A Dping.c115 #define SET(bit) (A(bit) |= B(bit)) macro
1228 SET(seq % mx_dup_ck);
H A Dping6.c160 #define SET(bit) (A(bit) |= B(bit)) macro
1638 SET(seq % mx_dup_ck);
1693 SET(seq % mx_dup_ck);
/haiku/src/kits/shared/
H A Dmd5.cpp65 * SET reads 4 input bytes in little-endian byte order and stores them
73 #define SET(n) \ macro
76 SET(n)
78 #define SET(n) \ macro
115 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
116 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
117 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
118 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
119 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
120 STEP(F, d, a, b, c, SET(
[all...]
/haiku/src/libs/bsd/
H A Dfts.c84 #define SET(opt) (sp->fts_options |= (opt)) macro
171 SET(FTS_NOCHDIR);
241 SET(FTS_NOCHDIR);
437 SET(FTS_STOP);
499 SET(FTS_STOP);
507 SET(FTS_STOP);
513 SET(FTS_STOP);
581 SET(FTS_NAMEONLY);
817 SET(FTS_STOP);
922 SET(FTS_STO
[all...]
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dparam.h14 #define SET(t, f) ((t) |= (f)) macro

Completed in 64 milliseconds