HomeSort by relevance Sort by last modified time
    Searched defs:new (Results 276 - 300 of 437) sorted by null

<<1112131415161718

  /external/ipsec-tools/src/racoon/
remoteconf.c 91 * If matching anonymous entry, then new entry is copied from anonymous entry.
171 struct remoteconf *new; local
174 new = racoon_calloc(1, sizeof(*new));
175 if (new == NULL)
178 new->proposal = NULL;
181 new->doitype = IPSEC_DOI;
182 new->sittype = IPSECDOI_SIT_IDENTITY_ONLY;
183 new->idvtype = IDTYPE_UNDEFINED;
184 new->idvl_p = genlist_init()
231 struct remoteconf *new, *old; local
271 struct remoteconf *new; local
337 struct etypes *new; local
438 struct isakmpsa *new; local
625 struct idspec *new; local
    [all...]
  /external/libvorbis/lib/
lsp.c 317 double new=0.f,delta; local
325 ppp = new*ppp + pp;
326 pp = new*pp + p;
327 p = new*p + defl[i-1];
344 new -= delta;
348 if(fabs(delta/new)<10e-12)break;
352 r[m-1]=new;
357 defl[i-1]+=new*defl[i];
  /external/libvorbis/vq/
vqgen.c 317 /* a new, unique entry. march it down */
342 float *new; local
371 new=_ogg_malloc(sizeof(float)*v->entries*v->elements);
475 /* Now assign with new bias and find new midpoints */
506 vN(new,j)[k]+=ppt[k];
510 vN(new,j)[k]=ppt[k];
517 if(vN(new,j)[k]>ppt[k])vN(new,j)[k]=ppt[k];
523 vN(new,j)[k]=ppt[k]
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 44 #--- HTML::TocInsertor::new() -------------------------------------------------
47 sub new { subroutine
50 my $self = $aType->SUPER::new;
61 } # new()
108 new FileHandle ">" . $self->{options}{'outputFile'};
112 # Set new default filehandle
255 $tokenTipParser = HTML::_TokenTipParser->new(
446 # Add new act to scenario for output to come
885 #--- HTML::_TokenTipParser::new() ---------------------------------------------
888 sub new { subroutine
    [all...]
  /external/linux-tools-perf/util/
callchain.c 167 * Create a child for a parent. If inherit_children, then the new child
168 * will become the new parent of it's parent children
173 struct callchain_node *new; local
175 new = zalloc(sizeof(*new));
176 if (!new) {
180 new->parent = parent;
181 INIT_LIST_HEAD(&new->children);
182 INIT_LIST_HEAD(&new->val);
187 list_splice(&parent->children, &new->children)
236 struct callchain_node *new; local
256 struct callchain_node *new; local
    [all...]
  /external/llvm/include/llvm/Support/
Allocator.h 128 /// StartNewSlab - Allocate a new slab and move the bump pointers over into
129 /// the new slab. Modifies CurPtr and End.
226 inline void *operator new(size_t Size, llvm::BumpPtrAllocator &Allocator) {
  /external/llvm/lib/Support/
MemoryBuffer.cpp 29 #include <new>
80 void *operator new(size_t N, const NamedBufferAlloc &Alloc) {
81 char *Mem = static_cast<char *>(operator new(N + Alloc.Name.size() + 1));
110 return new (NamedBufferAlloc(BufferName))
126 /// getNewUninitMemBuffer - Allocate a new MemoryBuffer of the specified size
138 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow));
148 return new (Mem) MemoryBufferMem(StringRef(Buf, Size), true);
151 /// getNewMemBuffer - Allocate a new MemoryBuffer of the specified size that
345 result.reset(new (NamedBufferAlloc(Filename)) MemoryBufferMMapFile(
354 // new(std::nothrow) returns 0
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 79 struct rc_instruction *new = rc_alloc_instruction(c); local
80 memcpy(new, ptr, sizeof(struct rc_instruction));
81 rc_insert_instruction(append_to, new);
82 append_to = new;
radeon_variable.c 279 struct rc_variable * new = local
281 memset(new, 0, sizeof(struct rc_variable));
282 new->C = c;
283 new->Dst.File = DstFile;
284 new->Dst.Index = DstIndex;
285 new->Dst.WriteMask = DstWriteMask;
287 new->Inst = reader_data->Writer;
288 new->ReaderCount = reader_data->ReaderCount;
289 new->Readers = reader_data->Readers;
291 return new;
    [all...]
  /external/mesa3d/src/glsl/
list.h 79 /* Callers of this ralloc-based new need not call delete. It's
81 static void* operator new(size_t size, void *ctx)
288 /* Callers of this ralloc-based new need not call delete. It's
290 static void* operator new(size_t size, void *ctx)
  /external/openssl/ssl/
s3_lib.c 887 /* New AES ciphersuites */
1272 /* New TLS Export CipherSuites from expired ID */
3523 DH *new=NULL,*dh; local
    [all...]
  /external/skia/include/core/
SkPostConfig.h 103 #define SkNEW(type_name) (new type_name)
104 #define SkNEW_ARGS(type_name, args) (new type_name args)
105 #define SkNEW_ARRAY(type_name, count) (new type_name[(count)])
106 #define SkNEW_PLACEMENT(buf, type_name) (new (buf) type_name)
108 (new (buf) type_name args)
309 void * operator new(
316 void * operator new[](
331 #define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__, 0)
333 #define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)
335 #define new DEBUG_CLIENTBLOC macro
    [all...]
SkTArray.h 11 #include <new>
44 template <typename T, bool MEM_COPY> void* operator new(size_t, SkTArray<T, MEM_COPY>*, int);
73 * Copies one array to another. The new array will be heap allocated.
80 * Creates a SkTArray by copying contents of a standard C array. The new
159 * Adds 1 new default-constructed T value and returns in by reference. Note
170 * Version of above that uses a copy constructor to initialize the new item
180 * of that new range. Note: this address is only valid until the next API
386 // the new objects.
428 friend void* operator new<T>(size_t, SkTArray*, int);
448 void* operator new(size_t, SkTArray<T, MEM_COPY>* array, int atIndex)
    [all...]
  /external/skia/include/gpu/
GrEffect.h 26 * new draw operations separately from ownership within a deferred drawing queue. When the
31 * GrEffectRefs created by new are placed in a per-thread managed pool. The pool is destroyed when
46 void* operator new(size_t size);
49 void* operator new(size_t size, void* placement) {
50 return ::operator new(size, placement);
176 void* operator new(size_t size);
179 void* operator new(size_t size, void* placement) {
180 return ::operator new(size, placement);
  /external/skia/tests/
GrMemoryPoolTest.cpp 18 // A is the top of an inheritance tree of classes that overload op new and
32 void* operator new(size_t size) {
34 return ::operator new(size);
56 GrMemoryPool* pool = new GrMemoryPool(preallocSize, minAllocSize);
116 fB = new B();
166 return new A;
168 return new B;
170 return new C;
172 return new D;
174 return new E
    [all...]
  /external/srec/portable/src/
pmemory_ext.c 39 void* operator new(size_t size) function
293 /* PSOSIM's license manager calls new() before PSOS is running */
347 /* PortMemCntReset() : reset the New/Delete count.
348 * This is useful for checking that each new has a corresponding delete once
358 /* PortMemGetCount() : return the accumulated new & delete counts */
  /external/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /external/yaffs2/yaffs2/
devextras.h 29 #define new newHack macro
70 * Insert a new entry between two known consecutive entries.
75 static __inline__ void __list_add(struct list_head *new,
79 next->prev = new;
80 new->next = next;
81 new->prev = prev;
82 prev->next = new;
86 * list_add - add a new entry
87 * @new: new entry to be adde
266 #undef new macro
    [all...]
  /frameworks/base/libs/hwui/
DeferredDisplayList.h 51 /** static void* operator new(size_t size); PURPOSELY OMITTED **/
52 static void* operator new(size_t size, LinearAllocator& allocator) {
124 return new (mAllocator) DeferredDisplayState();
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /ndk/sources/host-tools/make-3.81/
implicit.c 867 /* enter_file uses dep->name _if_ we created a new file. */
916 /* Always allocate new storage, since STEM might be
952 struct dep *new = alloc_dep ();
955 new->name = p = (char *) xmalloc (rule->lens[i] + fullstemlen + 1);
963 new->file = enter_file (new->name);
964 new->next = file->also_make;
969 new->file->precious = 1;
974 new->file->is_target = 1;
976 file->also_make = new;
950 struct dep *new = alloc_dep (); local
    [all...]
vpath.c 61 register struct vpath *new = 0;
69 old->next = new;
70 new = old;
73 vpaths = new;
94 /* Empty `vpaths' so the new one will have no next, and `vpaths'
126 /* Empty `vpaths' so the new one will have no next, and `vpaths'
157 the structure as well. The new entry will be at the head of the
477 capability that already exists for files: that is, have a new struct
60 register struct vpath *new = 0; local
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }

Completed in 698 milliseconds

<<1112131415161718