/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.h | 92 #define BOOL_BIT_3(FAMILY, ENUM, FIELD, F1, F2, F3) \ argument 107 #define PROPERTY_3(ENUM, FIELD, F1, F2, F3) \ argument 114 #define KIND_3(ENUM, FIELD, F1, F2, F3) \ argument
|
/openbsd-src/sys/crypto/ |
H A D | cast.c | 33 #define F3(l, r, i) \ macro
|
H A D | md5.c | 132 #define F3(x, y, z) (x ^ y ^ z) macro
|
H A D | rmd160.c | 75 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
|
/openbsd-src/lib/libc/hash/ |
H A D | md5.c | 144 #define F3(x, y, z) (x ^ y ^ z) macro
|
H A D | rmd160.c | 74 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | md5.c | 196 #define F3(x, y, z) (x ^ y ^ z) macro
|
/openbsd-src/sys/arch/mips64/include/ |
H A D | regnum.h | 84 #define F3 (FPBASE+3) macro
|
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | sparc.h | 203 #define F3(x, y, z) (OP(x) | OP3(y) | F3I(z)) /* format3 insns */ macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | sparc.h | 202 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */ macro
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-opc.h | 65 #define F3 IA64_OPND_F3 macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-opc.h | 66 #define F3 IA64_OPND_F3 macro
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | function_call_trie_test.cpp | 177 const auto &F3 = *F2.Callees[0].NodePtr; in TEST() local
|
/openbsd-src/lib/libcrypto/ripemd/ |
H A D | ripemd.c | 85 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | sparc-stub.c | 115 F0, F1, F2, F3, F4, F5, F6, F7, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 370 Function *F3 = cast<Function>(*K); in doFunctionalCheck() local
|