| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramStateTrait.h | 77 return F.add(B, K, E); 128 static data_type Add(data_type B, key_type K, context_type F) { 129 return F.add(B, K); 162 static data_type Add(data_type L, key_type K, context_type F) { 163 return F.add(K, L);
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramStateTrait.h | 77 return F.add(B, K, E); 128 static data_type Add(data_type B, key_type K, context_type F) { 129 return F.add(B, K); 162 static data_type Add(data_type L, key_type K, context_type F) { 163 return F.add(K, L);
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramStateTrait.h | 77 return F.add(B, K, E); 128 static data_type Add(data_type B, key_type K, context_type F) { 129 return F.add(B, K); 162 static data_type Add(data_type L, key_type K, context_type F) { 163 return F.add(K, L);
|
| /prebuilts/go/darwin-x86/misc/cgo/gmp/ |
| gmp.go | 230 // Add sets z = x + y and returns z. 231 func (z *Int) Add(x, y *Int) *Int {
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| mpfloat.go | 60 func (a *Mpflt) Add(b *Mpflt) { 65 a.Val.Add(&a.Val, &b.Val) 76 a.Add(&b)
|
| mpint.go | 73 func (a *Mpint) Add(b *Mpint) { 76 Fatalf("ovf in Mpint Add") 82 a.Val.Add(&a.Val, &b.Val)
|
| /prebuilts/go/darwin-x86/src/crypto/elliptic/ |
| elliptic.go | 13 // ScalarBaseMult). But even for Add and Double, it's faster to apply and 29 // Add returns the sum of (x1,y1) and (x2,y2) 30 Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int) 64 threeX.Add(threeX, x) 67 x3.Add(x3, curve.B) 102 func (curve *CurveParams) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) { 111 // See http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl 138 h.Add(h, curve.P) 152 r.Add(r, curve.P) 176 z3.Add(z1, z2 [all...] |
| /prebuilts/go/darwin-x86/src/image/ |
| geom.go | 22 // Add returns the vector p+q. 23 func (p Point) Add(q Point) Point { 61 return p.Add(r.Min) 112 // Add returns the rectangle r translated by p. 113 func (r Rectangle) Add(p Point) Rectangle {
|
| /prebuilts/go/darwin-x86/src/math/big/ |
| rat.go | 473 // Add sets z to the sum x+y and returns z. 474 func (z *Rat) Add(x, y *Rat) *Rat { 477 z.a.Add(a1, a2)
|
| /prebuilts/go/darwin-x86/src/net/http/ |
| header.go | 21 // Add adds the key, value pair to the header. 23 func (h Header) Add(key, value string) { 24 textproto.MIMEHeader(h).Add(key, value)
|
| /prebuilts/go/linux-x86/misc/cgo/gmp/ |
| gmp.go | 230 // Add sets z = x + y and returns z. 231 func (z *Int) Add(x, y *Int) *Int {
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| mpfloat.go | 60 func (a *Mpflt) Add(b *Mpflt) { 65 a.Val.Add(&a.Val, &b.Val) 76 a.Add(&b)
|
| mpint.go | 73 func (a *Mpint) Add(b *Mpint) { 76 Fatalf("ovf in Mpint Add") 82 a.Val.Add(&a.Val, &b.Val)
|
| /prebuilts/go/linux-x86/src/crypto/elliptic/ |
| elliptic.go | 13 // ScalarBaseMult). But even for Add and Double, it's faster to apply and 29 // Add returns the sum of (x1,y1) and (x2,y2) 30 Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int) 64 threeX.Add(threeX, x) 67 x3.Add(x3, curve.B) 102 func (curve *CurveParams) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) { 111 // See http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl 138 h.Add(h, curve.P) 152 r.Add(r, curve.P) 176 z3.Add(z1, z2 [all...] |
| /prebuilts/go/linux-x86/src/image/ |
| geom.go | 22 // Add returns the vector p+q. 23 func (p Point) Add(q Point) Point { 61 return p.Add(r.Min) 112 // Add returns the rectangle r translated by p. 113 func (r Rectangle) Add(p Point) Rectangle {
|
| /prebuilts/go/linux-x86/src/math/big/ |
| rat.go | 473 // Add sets z to the sum x+y and returns z. 474 func (z *Rat) Add(x, y *Rat) *Rat { 477 z.a.Add(a1, a2)
|
| /prebuilts/go/linux-x86/src/net/http/ |
| header.go | 21 // Add adds the key, value pair to the header. 23 func (h Header) Add(key, value string) { 24 textproto.MIMEHeader(h).Add(key, value)
|
| /system/core/libunwindstack/ |
| Maps.cpp | 205 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags,
|
| /art/compiler/utils/ |
| dedupe_set-inl.h | 71 const StoreKey* Add(Thread* self, size_t hash, const InKey& in_key) REQUIRES(!lock_) { 189 const StoreKey* DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Add( 202 return shards_[shard_bin]->Add(self, shard_hash, key);
|
| /bionic/libc/system_properties/ |
| system_properties.cpp | 258 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, 283 bool ret = pa->add(name, namelen, value, valuelen);
|
| /bionic/linker/ |
| linker_cfi.cpp | 100 void CFIShadowWriter::Add(uintptr_t begin, uintptr_t end, uintptr_t cfi_check) { 170 INFO("[ CFI add 0x%zx + 0x%zx %s ]", static_cast<uintptr_t>(si->base), 176 INFO("[ CFI add 0x%zx + 0x%zx %s: 0x%zx ]", static_cast<uintptr_t>(si->base), 190 Add(si->base, si->base + si->size, cfi_check); 236 // Init shadow and add all currently loaded libraries (not just the new ones). 257 // Add the new library to the CFI shadow.
|
| /build/blueprint/parser/ |
| parser.go | 240 err := p.scope.Add(assignment) 613 func (s *Scope) Add(assignment *Assignment) error {
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/ |
| Arp.h | 124 EFI_ARP_ADD Add;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| Arp.h | 160 by the Add() function may be static (will not time out) or dynamic (will time out).
171 @param TargetSwAddress Pointer to a protocol address to add (or deny).
173 @param TargetHwAddress Pointer to a hardware address to add (or deny).
373 EFI_ARP_ADD Add;
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_flag_parser.cc | 31 void Add(const char *name) { 154 unknown_flags.Add(name);
|