Home
last modified time | relevance | path

Searched refs:pold (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c1215 const runlist_element *pold; in replace_runlist() local
1236 pold = na->rl; in replace_runlist()
1237 while (pold->length in replace_runlist()
1238 && ((pold->vcn + pold->length) in replace_runlist()
1240 *pnew = *pold; in replace_runlist()
1242 pold++; in replace_runlist()
1245 if (pold->length in replace_runlist()
1246 && (pold->vcn < (reprl[0].vcn + lowest_vcn))) { in replace_runlist()
1247 pnew->vcn = pold in replace_runlist()
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccache.c178 FTC_Node* pold; in ftc_cache_resize() local
205 pold = cache->buckets + old_index; in ftc_cache_resize()
206 *pnode = *pold; in ftc_cache_resize()
207 *pold = NULL; in ftc_cache_resize()
/third_party/python/Objects/
H A Ddescrobject.c1695 propertyobject *pold = (propertyobject *)old; in property_copy() local
1704 get = pold->prop_get ? pold->prop_get : Py_None; in property_copy()
1708 set = pold->prop_set ? pold->prop_set : Py_None; in property_copy()
1712 del = pold->prop_del ? pold->prop_del : Py_None; in property_copy()
1714 if (pold->getter_doc && get != Py_None) { in property_copy()
1719 doc = pold->prop_doc ? pold in property_copy()
[all...]

Completed in 7 milliseconds