Searched defs:old (Results 201 - 225 of 369) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h68 * The old thing pointed to, if any, will be unreferenced.
181 struct pipe_stream_output_target *old = *ptr; local
185 old->context->stream_output_target_destroy(old->context, old);
323 /* Match old screen->buffer_flush_mapped_range() behaviour, where
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_state.c567 struct nv50_tsc_entry *old = nv50->samplers[s][i]; local
570 if (old)
571 nv50_screen_tsc_unlock(nv50->screen, old);
620 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); local
621 if (old)
622 nv50_screen_tic_unlock(nv50->screen, old);
628 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); local
629 if (!old)
631 nv50_screen_tic_unlock(nv50->screen, old);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_state.c451 struct nv50_tsc_entry *old = nvc0->samplers[s][i]; local
453 if (hwcso[i] == old)
458 if (old)
459 nvc0_screen_tsc_unlock(nvc0->screen, old);
511 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); local
517 if (old) {
519 nvc0_screen_tic_unlock(nvc0->screen, old);
526 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); local
527 if (old) {
529 nvc0_screen_tic_unlock(nvc0->screen, old);
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddrisw_glx.c267 drisw_bind_context(struct glx_context *context, struct glx_context *old, argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c974 struct radeon_bo *old; local
975 old = rb->bo;
978 if (old)
979 radeon_bo_unref(old);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c974 struct radeon_bo *old; local
975 old = rb->bo;
978 if (old)
979 radeon_bo_unref(old);
/external/chromium_org/third_party/re2/re2/
H A Dregexp.cc166 Rune *old = runes_; local
169 runes_[i] = old[i];
170 delete[] old;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); local
349 if (old < 0)
352 if ((*parentList)[old] != this || restore) {
355 parentGroup->markCopySize(old);
361 old = -1;
365 SkASSERT(old < parentList->count());
366 if ((*parentList)[old]->isApply()) {
367 SkApply* apply = (SkApply*) (*parentList)[old];
374 parentGroup->markCopySize(old);
375 SkDrawable** newApplyLocation = &(*parentList)[old];
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); local
[all...]
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc35 Reduction JSTypedLowering::ReplaceEagerly(Node* old, Node* node) { argument
36 NodeProperties::ReplaceWithValue(old, node, node);
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c87 struct bmap_rb_extent *ext, *old = NULL; local
105 if (old) {
106 if (old->start > ext->start) {
109 old->start, old->start + old->count,
110 old->count);
116 if ((old->start + old->count) >= ext->start) {
119 old
[all...]
/external/icu/icu4c/source/common/
H A Duhash.c395 UHashElement *old = hash->elements; local
415 hash->elements = old;
421 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) {
422 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
425 e->key = old[i].key;
426 e->value = old[i].value;
427 e->hashcode = old[i].hashcode;
432 uprv_free(old);
516 * old ke
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp343 int32_t limit, old; local
347 old=(int32_t)toUFallbacks[i].codePoint;
353 return old;
372 int32_t i=0, entry, old; local
426 old=MBCS_ENTRY_FINAL_VALUE(entry);
428 old=0x10000+MBCS_ENTRY_FINAL_VALUE(entry);
432 (int)c, printBytes(buffer, bytes, length), (int)old);
436 (int)c, printBytes(buffer, bytes, length), (int)old);
459 if((old=mbcsData->unicodeCodeUnits[offset])!=0xfffe || (old
563 uint16_t old; local
682 uint32_t idx, b, old, stage3Index; local
[all...]
/external/iptables/iptables/
H A Diptables-xml.c404 * then start a dummy <match> tag for old style built-in matches.
537 unsigned int old = 0; local
542 while (new < newargc && old < oldargc) {
543 if (isTarget(oldargv[old]) && isTarget(newargv[new])) {
546 if (((strcmp((oldargv[old]), "-j") == 0
547 || strcmp((oldargv[old]), "--jump") == 0)
548 && old+1 < oldargc
549 && isTerminatingTarget(oldargv[old+1]) )
550 || strcmp((oldargv[old]), "-g") == 0
551 || strcmp((oldargv[old]), "
[all...]
/external/libexif/libexif/
H A Dexif-data.c1112 ExifByteOrder old, new; member in struct:_ByteOrderChangeData
1123 exif_array_set_byte_order (e->format, e->data, e->components, d->old, d->new);
1140 d.old = data->priv->order;
/external/libnl/lib/route/
H A Dneightbl.c434 * @arg old neighbour table to change
442 * \a old must point to a neighbour table currently configured in the
448 int rtnl_neightbl_build_change_request(struct rtnl_neightbl *old, argument
454 .ndtm_family = old->nt_family,
464 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name);
486 if (old->nt_parms.ntp_mask & NEIGHTBLPARM_ATTR_IFINDEX)
488 old->nt_parms.ntp_ifindex);
555 * @arg old neighbour table to be changed
565 int rtnl_neightbl_change(struct nl_sock *sk, struct rtnl_neightbl *old, argument
571 if ((err = rtnl_neightbl_build_change_request(old, tmp
[all...]
/external/libxml2/
H A DparserInternals.c2047 int old = xmlPedanticParserDefaultValue; local
2050 return(old);
2058 * contents. This may break on old application and is turned off by default.
2065 int old = xmlLineNumbersDefaultValue; local
2068 return(old);
2087 int old = xmlSubstituteEntitiesDefaultValue; local
2090 return(old);
2107 * on 1.X libs and to switch back to the old mode for compatibility when
2119 int old = xmlKeepBlanksDefaultValue; local
2123 return(old);
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c121 unsigned int old = md->prev; local
127 if (old == head)
132 size = head - old;
134 if ((old & md->mask) + size != (head & md->mask)) {
135 buf = &data[old & md->mask];
136 size = md->mask + 1 - (old & md->mask);
137 old += size;
145 buf = &data[old & md->mask];
146 size = head - old;
147 old
[all...]
/external/ltrace/
H A Dlens_default.c294 struct value *old local
296 assert(old->type->type == ARGTYPE_POINTER);
298 = old->type->u.ptr_info.info;
307 struct value **old = VECT_ELEMENT(&pointers, struct value *, i); local
308 int rc = value_equal(value, *old, arguments);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h68 * The old thing pointed to, if any, will be unreferenced.
181 struct pipe_stream_output_target *old = *ptr; local
185 old->context->stream_output_target_destroy(old->context, old);
323 /* Match old screen->buffer_flush_mapped_range() behaviour, where
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state.c567 struct nv50_tsc_entry *old = nv50->samplers[s][i]; local
570 if (old)
571 nv50_screen_tsc_unlock(nv50->screen, old);
620 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); local
621 if (old)
622 nv50_screen_tic_unlock(nv50->screen, old);
628 struct nv50_tic_entry *old = nv50_tic_entry(nv50->textures[s][i]); local
629 if (!old)
631 nv50_screen_tic_unlock(nv50->screen, old);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state.c451 struct nv50_tsc_entry *old = nvc0->samplers[s][i]; local
453 if (hwcso[i] == old)
458 if (old)
459 nvc0_screen_tsc_unlock(nvc0->screen, old);
511 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); local
517 if (old) {
519 nvc0_screen_tic_unlock(nvc0->screen, old);
526 struct nv50_tic_entry *old = nv50_tic_entry(nvc0->textures[s][i]); local
527 if (old) {
529 nvc0_screen_tic_unlock(nvc0->screen, old);
[all...]
/external/mesa3d/src/glx/
H A Ddrisw_glx.c267 drisw_bind_context(struct glx_context *context, struct glx_context *old, argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c974 struct radeon_bo *old; local
975 old = rb->bo;
978 if (old)
979 radeon_bo_unref(old);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c974 struct radeon_bo *old; local
975 old = rb->bo;
978 if (old)
979 radeon_bo_unref(old);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp133 FX_DWORD old; local
137 old = dest_size;
139 if (dest_size < old) {
144 old = dest_size;
146 if (dest_size < old) {

Completed in 1175 milliseconds

1234567891011>>