Searched defs:old (Results 101 - 125 of 369) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c374 u_char *old, *new; local
394 32 8 length of old file
396 48 20 SHA1 of old file
448 ((old=malloc(oldsize+1))==NULL) ||
450 (read(fd,old,oldsize)!=oldsize) ||
453 errx(1, "old size mismatch: %lld != %lld",
455 SHA1(old, oldsize, sha1);
459 errx(1, "old hash mismatch: %s != %s",
483 /* Add old data to diff string */
486 new[newpos+i]+=old[oldpo
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Deviction.cc271 // This is an old file, but we may want more reports from this user so
273 Time::Exploded old = {0}; local
274 old.year = 2009;
275 old.month = 3;
276 old.day_of_month = 1;
277 header_->create_time = Time::FromLocalExploded(old).ToInternalValue();
H A Deviction_v3.cc441 // This is an old file, but we may want more reports from this user so
443 Time::Exploded old = {0}; local
444 old.year = 2009;
445 old.month = 3;
446 old.day_of_month = 1;
447 header_->create_time = Time::FromLocalExploded(old).ToInternalValue();
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRoundedRect.cpp84 IntRect old = m_rect; local
90 factor = old.width() ? (float)m_rect.width() / old.width() : int(0);
92 factor = old.height() ? (float)m_rect.height() / old.height() : int(0);
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dscoped_ptr.h135 // should update the stored pointer before deleting its old value.
147 T* old = data_.ptr; local
149 if (old != NULL)
150 static_cast<D&>(data_)(old);
/external/chromium_org/third_party/libevent/
H A Devbuffer.c77 bufferevent_read_pressure_cb(struct evbuffer *buf, size_t old, size_t now, argument
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dscoped_ptr.h140 // should update the stored pointer before deleting its old value.
152 T* old = data_.ptr; local
154 if (old != NULL)
155 static_cast<D&>(data_)(old);
/external/chromium_org/third_party/libxml/src/
H A Dlist.c725 * @old: the list
732 xmlListDup(const xmlListPtr old) argument
736 if (old == NULL)
740 * the new list or the old list. Surely not both. I'll arbitrarily
741 * set it to be the old list for the time being whilst I work out
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare)))
746 if (0 != xmlListCopy(cur, old))
754 * @old: the old list
756 * Move all the element from the old lis
761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h239 struct pb_buffer *old = *dst; local
242 pb_destroy( old );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.c319 /* if we had an old surface copy it over */
335 /* Free the old texture
347 struct pipe_sampler_view *old = stfb->blend_texture_view; local
349 if (old &&
350 old->texture->width0 == width &&
351 old->texture->height0 == height)
357 pipe_sampler_view_reference(&old, NULL);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.c134 ralloc_header *child, *old, *info; local
136 old = get_header(ptr);
137 info = realloc(old, size + sizeof(ralloc_header));
143 if (info != old && info->parent != NULL) {
144 if (info->parent->child == old)
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_glx.c128 indirect_bind_context(struct glx_context *gc, struct glx_context *old, argument
137 if (old != &dummyContext && !old->isDirect && old->psc->dpy == dpy) {
138 tag = old->currentContextTag;
139 old->currentContextTag = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c280 * Using the old buffer offset, write in what the right data would be, in case
305 * Using the old buffer offset, write in what the right data would
333 uint32_t *old; local
336 old = intel->batch.map + item->header;
337 if (op == *old >> 16) {
338 if (item->size == sz && memcmp(old, start, sz) == 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c264 struct brw_vertex_info old = brw->vb.info; local
286 if (memcmp(brw->vb.info.sizes, old.sizes, sizeof(old.sizes)) != 0)
H A Dintel_batchbuffer.c280 * Using the old buffer offset, write in what the right data would be, in case
305 * Using the old buffer offset, write in what the right data would
333 uint32_t *old; local
336 old = intel->batch.map + item->header;
337 if (op == *old >> 16) {
338 if (item->size == sz && memcmp(old, start, sz) == 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_batchbuffer.c280 * Using the old buffer offset, write in what the right data would be, in case
305 * Using the old buffer offset, write in what the right data would
333 uint32_t *old; local
336 old = intel->batch.map + item->header;
337 if (op == *old >> 16) {
338 if (item->size == sz && memcmp(old, start, sz) == 0) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.c146 int old = ls->current; local
149 if (currIsNewline(ls) && ls->current != old)
213 char old = ls->decpoint; local
215 buffreplace(ls, old, ls->decpoint); /* try new decimal separator */
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sysctl.c683 uint32_t old, new; variable
686 old = SCTP_BASE_SYSCTL(sctp_udp_tunneling_port);
688 new = old;
715 if (old != 0) {
736 uint32_t old, new; variable
738 old = SCTP_BASE_SYSCTL(sctp_ignore_vmware_interfaces);
739 new = old;
746 if ((old == 1) && (new == 0)) {
749 if ((old == 0) && (new == 1)) {
752 if (old !
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ptr.h225 // should update the stored pointer before deleting its old value.
237 T* old = data_.ptr; local
239 if (old != NULL)
240 static_cast<D&>(data_)(old);
H A Dtimeutils.cc63 DWORD old = InterlockedExchange(last_timegettime_ptr, now); local
64 if (now < old) {
65 // If now is earlier than old, there may have been a race between
69 if (old > 0xf0000000 && now < 0x0fffffff) {
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_ptr.h227 // should update the stored pointer before deleting its old value.
239 T* old = data_.ptr; local
241 if (old != NULL)
242 static_cast<D&>(data_)(old);
/external/chromium_org/ui/aura/
H A Dwindow_observer.h63 // compared for equality with the property constant. |old| is the old property
67 intptr_t old) {}
65 OnWindowPropertyChanged(Window* window, const void* key, intptr_t old) argument
/external/chromium_org/ui/message_center/
H A Dnotification_list.cc113 Notification* old = *iter; local
115 delete old;
/external/chromium_org/ui/wm/core/
H A Dshadow_controller.cc104 aura::Window* window, const void* key, intptr_t old) OVERRIDE;
171 intptr_t old) {
169 OnWindowPropertyChanged(aura::Window* window, const void* key, intptr_t old) argument
/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c274 struct foo old; local
275 __atomic_exchange(&f, &bigThing, &old, 5);

Completed in 1131 milliseconds

1234567891011>>