Searched defs:new (Results 176 - 200 of 368) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c91 /* Initializes and returns a new xzfile pointer that will read from f. On
374 u_char *old, *new; local
395 40 8 length of new file
397 68 20 SHA1 of new file
462 if((new=malloc(newsize+1))==NULL) err(1,NULL);
481 cfread(&df, new + newpos, ctrl[0]);
486 new[newpos+i]+=old[oldpos+i];
497 cfread(&ef, new + newpos, ctrl[1]);
509 SHA1(new, newsize, sha1);
513 errx(1, "new has
[all...]
/external/chromium_org/sync/syncable/
H A Dentry.h268 void* operator new(size_t size) { return (::operator new)(size); }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h164 void* operator new(std::size_t, void* location)
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c344 /* set head of list to new cipher type */
414 /* set head of list to new auth type */
520 kernel_debug_module_t *kdm, *new; local
536 new = (kernel_debug_module_t *)crypto_alloc(sizeof(kernel_debug_module_t));
537 if (new == NULL)
541 new->mod = new_dm;
542 new->next = crypto_kernel.debug_module_list;
544 /* set head of list to new cipher type */
545 crypto_kernel.debug_module_list = new;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c79 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;
H A Dradeon_variable.c279 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function_detect_recursion.cpp143 /* Callers of this ralloc-based new need not call delete. It's
145 static void* operator new(size_t size, void *ctx)
192 f = new(mem_ctx) function(sig);
225 call_node *node = new(mem_ctx) call_node;
231 node = new(mem_ctx) call_node;
H A Dlist.h79 /* 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/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_glx.c162 indirect_unbind_context(struct glx_context *gc, struct glx_context *new) argument
168 if (gc == new)
175 if (!new || new->isDirect || new->psc->dpy != dpy) {
339 * \todo Eliminate \c __glXInitVertexArrayState. Replace it with a new
395 /* Fill in the new context */
/external/chromium_org/third_party/skia/include/core/
H A DSkPostConfig.h100 # define SkNEW(type_name) (new type_name)
101 # define SkNEW_ARGS(type_name, args) (new type_name args)
102 # define SkNEW_ARRAY(type_name, count) (new type_name[(count)])
103 # define SkNEW_PLACEMENT(buf, type_name) (new (buf) type_name)
104 # define SkNEW_PLACEMENT_ARGS(buf, type_name, args) (new (buf) type_name args)
262 void * operator new(
269 void * operator new[](
284 # define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__, 0)
286 # define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)
288 # define new DEBUG_CLIENTBLOC macro
[all...]
H A DSkTArray.h11 #include <new>
52 template <typename T, bool MEM_COPY> void* operator new(size_t, SkTArray<T, MEM_COPY>*, int);
81 * Copies one array to another. The new array will be heap allocated.
88 * Creates a SkTArray by copying contents of a standard C array. The new
176 * Adds 1 new default-initialized T value and returns it by reference. Note
187 * Version of above that uses a copy constructor to initialize the new item
197 * the start of that new range. Note: this address is only valid until the
403 // the new objects.
445 friend void* operator new<T>(size_t, SkTArray*, int);
467 void* operator new(size_
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocator.h38 // This force us to allocate a new block on push_back().
91 // This force us to allocate a new block on push_back().
228 template <typename T> void* operator new(size_t, GrTAllocator<T>*);
365 friend void* operator new<T>(size_t, GrTAllocator*);
384 template <typename T> void* operator new(size_t size, GrTAllocator<T>* allocator) {
389 // to match the op new silences warnings about missing op delete when a constructor throws an
396 new (allocator_ptr) type_name args
/external/chromium_org/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp17 // A is the top of an inheritance tree of classes that overload op new and
31 void* operator new(size_t size) {
33 return ::operator new(size);
55 GrMemoryPool* pool = new GrMemoryPool(preallocSize, minAllocSize);
115 fB = new B();
165 return new A;
167 return new B;
169 return new C;
171 return new D;
173 return new
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sysctl.c683 uint32_t old, new; variable
688 new = old;
691 error = vnet_sysctl_handle_int(oidp, &new, 0, req);
693 error = sysctl_handle_int(oidp, &new, 0, req);
696 error = sysctl_handle_int(oidp, &new, 0, req);
709 if ((new < SCTPCTL_UDP_TUNNELING_PORT_MIN) ||
710 (new > SCTPCTL_UDP_TUNNELING_PORT_MAX)) {
714 SCTP_BASE_SYSCTL(sctp_udp_tunneling_port) = new;
718 if (new != 0) {
736 uint32_t old, new; variable
772 uint32_t new; variable
812 uint32_t new; variable
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSSettings.py188 new: an array of labels that are new to MSBuild.
191 def __init__(self, label_list, new=None):
196 if new is not None:
197 self._msbuild_values.update(new)
271 """Defines a setting that may have moved to a new section.
429 for old, new in replace_map.iteritems():
430 s = s.replace(old, new)
626 new=['Send'])) # /errorReport:send" variable
631 new variable
644 new=['Disabled'])) # /Ob0 variable
668 new=['EnableAllWarnings'])) # /Wall variable
788 new=['POSIX']) # /SUBSYSTEM:POSIX variable
842 new=['LinkVerboseICF', # /VERBOSE:ICF variable
861 new=['SendErrorReport'])) # /ERRORREPORT:SEND variable
[all...]
/external/clang/include/clang/AST/
H A DAttr.h57 void* operator new(size_t bytes) throw() {
58 llvm_unreachable("Attrs cannot be allocated with regular 'new'.");
65 // Forward so that the regular new and delete do not hide global ones.
66 void* operator new(size_t Bytes, ASTContext &C,
68 return ::operator new(Bytes, C, Alignment);
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp158 void *operator new(__SIZE_TYPE__) {
167 new X(); // expected-note{{instantiation of}}
175 (void)new char[count]();
/external/dnsmasq/src/
H A Dhelper.c324 struct script_data *new; local
330 if (!(new = whine_malloc(size)))
334 buf = new;
/external/e2fsprogs/tests/progs/
H A Dtest_rel.c95 printf("Old= %u, New= %u, Owner= %u:%u\n", old, ent->new,
111 ent->new, ent->orig, ent->max_refs);
177 blk_t old, new, offset=0, owner=0; local
188 if (parse_block(argv[0], "new block", argv[2], &new))
200 ent.new = new;
307 blk_t old, new; local
317 if (parse_block(argv[0], "new block", argv[2], &new))
384 ext2_ino_t old, new, max_refs; local
616 ext2_ino_t old, new; local
[all...]
/external/e2fsprogs/util/
H A Dsymlinks.c41 static int substr (char *s, char *old, char *new) argument
49 if (new)
50 newlen = strlen(new);
62 if (new) {
65 p = new;
164 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; local
213 fix_messy = tidy_path(strcpy(new,lpath));
215 fix_long = shorten_path(new, path);
241 /* now create new, with "../"s followed by tail */
242 np = new;
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_ident.c1768 vchar_t *buf = NULL, *new = NULL; local
1888 new = oakley_do_encrypt(iph1, buf, iph1->ivm->ive, iph1->ivm->iv);
1889 if (new == NULL)
1894 buf = new;
H A Disakmp_quick.c1741 vchar_t *buf = NULL, *new = NULL;
1778 new = oakley_do_encrypt(iph2->ph1, buf, iph2->ivm->ive, iph2->ivm->iv);
1780 if (new == NULL)
1785 buf = new;
2175 /* set new proposal derived from a policy into the iph2->proposal. */
1740 vchar_t *buf = NULL, *new = NULL; local
H A Dproposal.c82 struct saprop *new; local
84 new = racoon_calloc(1, sizeof(*new));
85 if (new == NULL)
88 return new;
94 struct saproto *new; local
96 new = racoon_calloc(1, sizeof(*new));
97 if (new == NULL)
100 return new;
156 struct satrns *new; local
[all...]
H A Dremoteconf.c91 * 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
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/libsepol/src/
H A Debitmap.c20 ebitmap_node_t *n1, *n2, *new, *prev; local
28 new = (ebitmap_node_t *) malloc(sizeof(ebitmap_node_t));
29 if (!new) {
33 memset(new, 0, sizeof(ebitmap_node_t));
35 new->startbit = n1->startbit;
36 new->map = n1->map | n2->map;
40 new->startbit = n1->startbit;
41 new->map = n1->map;
44 new->startbit = n2->startbit;
45 new
173 ebitmap_node_t *n, *new, *prev; local
250 ebitmap_node_t *n, *prev, *new; local
[all...]

Completed in 8311 milliseconds

1234567891011>>