/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/ |
H A D | intel-syntax-ambiguous.s | 25 add [eax], 1 label 37 add byte ptr [eax], eax label 40 add byte ptr [eax], eax label 43 add rax, 3 label
|
H A D | intel-syntax.s | 629 add qword ptr [rax], 1 label 630 add dword ptr [rax], 1 label 631 add word ptr [rax], 1 label 632 add byte ptr [rax], 1 label
|
/minix3/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | block_header_encoder.c | 28 const uint32_t add = lzma_vli_size(block->compressed_size); in lzma_block_header_size() local 37 const uint32_t add = lzma_vli_size(block->uncompressed_size); in lzma_block_header_size() local 53 uint32_t add; in lzma_block_header_size() local
|
/minix3/external/bsd/llvm/dist/llvm/test/MC/ELF/ |
H A D | subsection.s | 6 add 1, %eax label 9 add 2, %eax label
|
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
H A D | arm-arithmetic-aliases.s | 16 add r2, r2, #6 label 17 add r2, #6 label 18 add r2, r2, r3 label 19 add r2, r3 label 128 add r0, pc, #123 label
|
H A D | directive-fpu-instrs.s | 14 add r9, r7, #216 label
|
/minix3/minix/lib/libmagicrt/include/common/ut/ |
H A D | utlist.h | 306 #define LL_PREPEND(head,add) \ argument 309 #define LL_PREPEND2(head,add,next) \ argument 330 #define LL_APPEND(head,add) \ argument 333 #define LL_APPEND2(head,add,next) \ argument 366 #define LL_APPEND_VS2008(head,add) \ argument 369 #define LL_APPEND2_VS2008(head,add,next) \ argument 448 #define LL_REPLACE_ELEM(head, el, add) \ argument 468 #define LL_PREPEND_ELEM(head, el, add) \ argument 492 #define DL_PREPEND(head,add) \ argument 495 #define DL_PREPEND2(head,add,prev,next) \ argument [all …]
|
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 352 sub add {confess "Subclass responsibility";} subroutine 376 sub add { subroutine 453 sub add { subroutine
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | ubsan-blacklist.c | 26 unsigned add() { in add() function
|
H A D | mangle.c | 71 int foo10(volatile int* add, int from, int to) { in foo10()
|
/minix3/tests/lib/libc/net/ |
H A D | t_servent.sh | 42 function add(key, name, i, n, ar) { function
|
H A D | t_protoent.sh | 42 function add(key, name, i, n, ar) { function
|
/minix3/external/bsd/llvm/dist/llvm/test/MC/AArch64/ |
H A D | arm64-optional-hash.s | 13 add sp, x2, x3, uxtx 0 label
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx1y-lambdas.mm | 48 int add(int x, int y) { function
|
H A D | blocks.h | 7 int add(int a, int b) { in add() function
|
H A D | cxx11-lambdas.mm | 47 int add(int x, int y) { function
|
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-test-zlib.cc | 5 int add(int b) { in add() function in DummyClass
|
H A D | dwarfdump-test.cc | 5 int add(int b) { in add() function in DummyClass
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-function.cpp | 72 struct add { struct 80 function<int(int, int)> f2b = add<int>(); in test_function() argument
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | StringTableBuilder.h | 27 StringRef add(StringRef s) { in add() function
|
/minix3/external/bsd/tmux/dist/ |
H A D | mdoc2man.awk | 52 function add(str) { function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 304 bool AliasSetTracker::add(Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo) { in add() function in AliasSetTracker 311 bool AliasSetTracker::add(LoadInst *LI) { in add() function in AliasSetTracker 326 bool AliasSetTracker::add(StoreInst *SI) { in add() function in AliasSetTracker 342 bool AliasSetTracker::add(VAArgInst *VAAI) { in add() function in AliasSetTracker 370 bool AliasSetTracker::add(Instruction *I) { in add() function in AliasSetTracker 381 void AliasSetTracker::add(BasicBlock &BB) { in add() function in AliasSetTracker 386 void AliasSetTracker::add(const AliasSetTracker &AST) { in add() function in AliasSetTracker
|
/minix3/minix/lib/libsffs/ |
H A D | path.c | 74 size_t len, add; in push_path() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | implicit-instantiation-1.cpp | 17 T add(T t, U u) { in add() function
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | global-llvm-constant.cpp | 16 int add(int x, int y) { return x + y; } in add() function
|