Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 131) sorted by relevance

123456

/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/
H A Dintel-syntax-ambiguous.s25 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 Dintel-syntax.s629 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 Dblock_header_encoder.c28 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 Dsubsection.s6 add 1, %eax label
9 add 2, %eax label
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Darm-arithmetic-aliases.s16 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 Ddirective-fpu-instrs.s14 add r9, r7, #216 label
/minix3/minix/lib/libmagicrt/include/common/ut/
H A Dutlist.h306 #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 DSparseMap.pm352 sub add {confess "Subclass responsibility";} subroutine
376 sub add { subroutine
453 sub add { subroutine
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dubsan-blacklist.c26 unsigned add() { in add() function
H A Dmangle.c71 int foo10(volatile int* add, int from, int to) { in foo10()
/minix3/tests/lib/libc/net/
H A Dt_servent.sh42 function add(key, name, i, n, ar) { function
H A Dt_protoent.sh42 function add(key, name, i, n, ar) { function
/minix3/external/bsd/llvm/dist/llvm/test/MC/AArch64/
H A Darm64-optional-hash.s13 add sp, x2, x3, uxtx 0 label
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dcxx1y-lambdas.mm48 int add(int x, int y) { function
H A Dblocks.h7 int add(int a, int b) { in add() function
H A Dcxx11-lambdas.mm47 int add(int x, int y) { function
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-test-zlib.cc5 int add(int b) { in add() function in DummyClass
H A Ddwarfdump-test.cc5 int add(int b) { in add() function in DummyClass
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp72 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 DStringTableBuilder.h27 StringRef add(StringRef s) { in add() function
/minix3/external/bsd/tmux/dist/
H A Dmdoc2man.awk52 function add(str) { function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DAliasSetTracker.cpp304 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 Dpath.c74 size_t len, add; in push_path() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp17 T add(T t, U u) { in add() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dglobal-llvm-constant.cpp16 int add(int x, int y) { return x + y; } in add() function

123456