Searched defs:third (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
H A D | 16567.C | 10 enum e_ms { third = 3, fourth = 4 }; enumerator
|
/openbsd-src/sys/dev/pci/drm/display/ |
H A D | drm_dp_helper.c | 2269 #define OUI(first, second, third) { (first), (second), (third) } argument 2270 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | i386-dis.c | 1932 char *first, *second, *third; in print_insn() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | i386-dis.c | 2565 char *first, *second, *third; in print_insn() local
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_edid.c | 48 static int oui(u8 first, u8 second, u8 third) in oui()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2133 FullExprArg third, SourceLocation RParenLoc, in ActOnForStmt()
|
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1357 #define __sanitizer_syscall_pre_ipc(call, first, second, third, ptr, fifth) \ argument 1361 #define __sanitizer_syscall_post_ipc(res, call, first, second, third, ptr, \ argument
|