Searched refs:old_start (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/packages/vms/ |
D | build_gnv_curl_pcsi_desc.com | 174 $ old_start = f$locate("[gnv.usr", pathname) 175 $ if old_start .lt. f$length(pathname) 291 $ old_start = f$locate("[gnv.usr", pathname) 292 $ if old_start .lt. f$length(pathname) 343 $ old_start = f$locate("[gnv.usr", pathname) 344 $ if old_start .lt. f$length(pathname) 421 $ old_start = f$locate("[gnv.usr", destname) 422 $ if old_start .lt. f$length(destname) 449 $ old_start = f$locate("[gnv.usr", destname) 450 $ if old_start .lt. f$length(destname)
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 169 const uint8_t* const old_start = in AppendToMemBuffer() local 172 need_compressed_alpha ? dec->alpha_data_ : old_start; in AppendToMemBuffer() 182 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer() 202 DoRemap(idec, mem->buf_ + mem->start_ - old_start); in AppendToMemBuffer() 210 const uint8_t* const old_start = in RemapMemBuffer() local 220 DoRemap(idec, mem->buf_ + mem->start_ - old_start); in RemapMemBuffer()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstidentity.c | 483 GstClockTime start, dur, old_start; in gst_identity_sink_event() local 485 gst_event_parse_gap (event, &old_start, &dur); in gst_identity_sink_event() 488 GST_FORMAT_TIME, old_start); in gst_identity_sink_event() 500 gst_segment_clip (&trans->segment, GST_FORMAT_TIME, old_start, in gst_identity_sink_event() 501 old_start + dur, &clip_start, &clip_stop)) { in gst_identity_sink_event()
|
/third_party/node/deps/v8/src/heap/ |
D | heap.cc | 3530 Address old_start = object.address(); in LeftTrimFixedArray() local 3531 Address new_start = old_start + bytes_to_trim; in LeftTrimFixedArray() 3549 CreateFillerObjectAt(old_start, bytes_to_trim, in LeftTrimFixedArray()
|