Searched refs:buffer_start (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/java/system/ |
D | core_impl.cc | 33 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateMessagePipe() local 34 DCHECK(buffer_start); in JNI_CoreImpl_CreateMessagePipe() 35 DCHECK_EQ(reinterpret_cast<const uintptr_t>(buffer_start) % 8, 0u); in JNI_CoreImpl_CreateMessagePipe() 38 options = static_cast<const MojoCreateMessagePipeOptions*>(buffer_start); in JNI_CoreImpl_CreateMessagePipe() 53 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateDataPipe() local 54 DCHECK(buffer_start); in JNI_CoreImpl_CreateDataPipe() 55 DCHECK_EQ(reinterpret_cast<const uintptr_t>(buffer_start) % 8, 0u); in JNI_CoreImpl_CreateDataPipe() 58 options = static_cast<const MojoCreateDataPipeOptions*>(buffer_start); in JNI_CoreImpl_CreateDataPipe() 74 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateSharedBuffer() local 75 DCHECK(buffer_start); in JNI_CoreImpl_CreateSharedBuffer() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | bitreader.c | 41 const uint8_t *buffer_start = buffer; in vpx_reader_fill() local 52 buffer_start = r->clear_buffer; in vpx_reader_fill() 88 r->buffer += buffer - buffer_start; in vpx_reader_fill()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessXFBTests.cpp | 380 glw::GLint64 buffer_start = -1; in testBuffersDimensions() local 382 m_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_START, i, &buffer_start); in testBuffersDimensions() 385 if (-1 == buffer_start) in testBuffersDimensions() 397 if (0 != buffer_start) in testBuffersDimensions() 402 << buffer_start << ", however 0 is expected." << tcu::TestLog::EndMessage; in testBuffersDimensions() 827 glw::GLint64 buffer_start = -1; in testStart() local 829 …m_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_START, index, &buffer_start… in testStart() 833 if (-1 == buffer_start) in testStart() 844 if (expected_value != buffer_start) in testStart() 849 << buffer_start << ", however " << expected_value << " is expected. As a consequence function " in testStart()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | gcs_filesystem.cc | 169 uint64_t buffer_start ABSL_GUARDED_BY(buffer_mutex); 180 buffer_start(0), in GCSFile() 199 size_t buffer_end = gcs_file->buffer_start + gcs_file->buffer.size(); in Read() 201 if (offset < buffer_end && gcs_file->buffer_start) { in Read() 204 gcs_file->buffer.data() + (offset - gcs_file->buffer_start), in Read() 210 gcs_file->buffer_start = offset + copy_size; in Read() 213 gcs_file->path, gcs_file->buffer_start, gcs_file->buffer_size, in Read()
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 5288 …<parameter type-id='type-id-266' name='buffer_start' filepath='../.././libcpp/charset.c' line='170… 6274 <!-- const uchar* _cpp_file::buffer_start --> 6275 …<var-decl name='buffer_start' type-id='type-id-256' visibility='default' filepath='../.././libcpp/… 8783 <!-- const uchar* _cpp_file::buffer_start --> 8784 …<var-decl name='buffer_start' type-id='type-id-256' visibility='default' filepath='../.././libcpp/…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 3500 …<parameter type-id='type-id-266' name='buffer_start' filepath='../.././libcpp/charset.c' line='170… 4218 …<var-decl name='buffer_start' type-id='type-id-256' visibility='default' filepath='../.././libcpp/… 5792 …<var-decl name='buffer_start' type-id='type-id-256' visibility='default' filepath='../.././libcpp/…
|
D | test16-pr18904.so.abi | 11278 …<var-decl name='buffer_start' type-id='type-id-214' visibility='default' filepath='../../../gcc/li… 12113 …<var-decl name='buffer_start' type-id='type-id-214' visibility='default' filepath='../../../gcc/li…
|