Home
last modified time | relevance | path

Searched refs:source_data (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dmksnapshot.cc137 void WriteData(const char* prefix, const i::List<i::byte>& source_data, in WriteData() argument
142 data_to_be_written = &source_data; in WriteData()
143 } else if (compressor_->Compress(source_data.ToVector())) { in WriteData()
153 WriteData(prefix, source_data, data_to_be_written); in WriteData()
171 void WriteData(const char* prefix, const i::List<i::byte>& source_data, in WriteData() argument
179 if (data_to_be_written == &source_data) { in WriteData()
187 prefix, source_data.length()); in WriteData()
Druntime.cc900 uint8_t* source_data = reinterpret_cast<uint8_t*>(source->backing_store()); in RUNTIME_FUNCTION() local
902 CopyBytes(target_data, source_data + start, target_length); in RUNTIME_FUNCTION()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dbitmap.c165 void const *const *source_data, in vlVdpBitmapSurfacePutBitsNative() argument
177 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
188 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpBitmapSurfacePutBitsNative()
Doutput.c239 void const *const *source_data, in vlVdpOutputSurfacePutBitsNative() argument
260 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpOutputSurfacePutBitsNative()
274 void const *const *source_data, in vlVdpOutputSurfacePutBitsIndexed() argument
307 if (!source_data || !source_pitch) in vlVdpOutputSurfacePutBitsIndexed()
346 source_data[0], source_pitch[0], in vlVdpOutputSurfacePutBitsIndexed()
415 void const *const *source_data, in vlVdpOutputSurfacePutBitsYCbCr() argument
445 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsYCbCr()
485 source_data[i], source_pitches[i], 0); in vlVdpOutputSurfacePutBitsYCbCr()
Dsurface.c272 void const *const *source_data, in vlVdpVideoSurfacePutBitsYCbCr() argument
333 source_data[i] + source_pitches[i] * j, in vlVdpVideoSurfacePutBitsYCbCr()
/external/v8/test/cctest/
Dtest-parsing.cc937 const SourceData source_data[] = { in TEST() local
1113 for (int i = 0; source_data[i].outer_prefix; i++) { in TEST()
1114 int kPrefixLen = Utf8LengthHelper(source_data[i].outer_prefix); in TEST()
1115 int kInnerLen = Utf8LengthHelper(source_data[i].inner_source); in TEST()
1116 int kSuffixLen = Utf8LengthHelper(source_data[i].outer_suffix); in TEST()
1117 int kPrefixByteLen = i::StrLength(source_data[i].outer_prefix); in TEST()
1118 int kInnerByteLen = i::StrLength(source_data[i].inner_source); in TEST()
1119 int kSuffixByteLen = i::StrLength(source_data[i].outer_suffix); in TEST()
1124 source_data[i].outer_prefix, in TEST()
1125 source_data[i].inner_source, in TEST()
[all …]