Home
last modified time | relevance | path

Searched refs:pnew (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dparse_context.h542 auto pnew = p;
543 auto tmp = DecodeTwoBytes(&pnew);
547 return pnew;
550 pnew = p + 2 * i;
551 tmp = DecodeTwoBytes(&pnew);
555 return pnew;
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c1216 runlist_element *pnew; in replace_runlist() local
1235 pnew = newrl; in replace_runlist()
1240 *pnew = *pold; in replace_runlist()
1241 pnew++; in replace_runlist()
1247 pnew->vcn = pold->vcn; in replace_runlist()
1248 pnew->lcn = pold->lcn; in replace_runlist()
1249 pnew->length = reprl[0].vcn + lowest_vcn - pold->vcn; in replace_runlist()
1250 pnew++; in replace_runlist()
1256 pnew->vcn = prep->vcn + lowest_vcn; in replace_runlist()
1257 pnew in replace_runlist()
[all...]
/third_party/mksh/
H A Dmisc.c683 char *pnew; in gmatchx() local
707 pnew = simplify_gmatch_pattern((const unsigned char *)p); in gmatchx()
708 pe = strnul(pnew); in gmatchx()
711 (const unsigned char *)pnew, (const unsigned char *)pe, in gmatchx()
713 afree(pnew, ATEMP); in gmatchx()
/third_party/python/Objects/
H A Dbytesobject.c2903 PyObject *pnew; in bytes_subtype_new() local
2909 pnew = type->tp_alloc(type, n); in bytes_subtype_new()
2910 if (pnew != NULL) { in bytes_subtype_new()
2911 memcpy(PyBytes_AS_STRING(pnew), in bytes_subtype_new()
2915 ((PyBytesObject *)pnew)->ob_shash = in bytes_subtype_new()
2919 return pnew; in bytes_subtype_new()
/third_party/libsnd/src/
H A Dcommon.c1336 SF_CUES *pnew = NULL ; in psf_cues_dup() local
1340 pnew = psf_cues_alloc (pcues->cue_count) ; in psf_cues_dup()
1341 memcpy (pnew, pcues, SF_CUES_VAR_SIZE (pcues->cue_count)) ; in psf_cues_dup()
1344 return pnew ; in psf_cues_dup()
/third_party/python/Modules/
H A D_datetimemodule.c1589 char *pnew; /* pointer to available byte in output format */ in wrap_strftime() local
1616 pnew = PyBytes_AsString(newfmt); in wrap_strftime()
1709 pnew = PyBytes_AsString(newfmt) + usednew; in wrap_strftime()
1711 memcpy(pnew, ptoappend, ntoappend); in wrap_strftime()
1712 pnew += ntoappend; in wrap_strftime()

Completed in 22 milliseconds