/aosp_15_r20/external/libchrome/mojo/public/java/system/ |
H A 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 …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A 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()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A 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() 828 glw::GLint64 buffer_start = -1; in testStart() local 830 …_gl_getTransformFeedbacki64_v(m_xfb_dsa, GL_TRANSFORM_FEEDBACK_BUFFER_START, index, &buffer_start); in testStart() 834 if (-1 == buffer_start) in testStart() 846 if (expected_value != buffer_start) in testStart() 851 … << buffer_start << ", however " << expected_value << " is expected. As a consequence function " in testStart()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | memory_planner.h | 210 uint8_t* buffer_start = static_cast<uint8_t*>(output_buffer_.get()); in isManagedOutputTensor() local 211 uint8_t* buffer_end = buffer_start + output_buffer_bytes_; in isManagedOutputTensor() 212 return buffer_start <= tensor_ptr && tensor_ptr < buffer_end; in isManagedOutputTensor()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | cow_decompress.cpp | 37 char* buffer_start = reinterpret_cast<char*>(buffer); in ReadFully() local 38 char* buffer_pos = buffer_start; in ReadFully() 56 return buffer_pos - buffer_start; in ReadFully()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
H A 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()
|
/aosp_15_r20/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 527 const size_t buffer_start = buffer_.size(); in Add() local 531 ++instruction_freq_[std::vector<uint8_t>(buffer_.begin() + buffer_start, buffer_.end())]; in Add() 580 const size_t buffer_start = buffer_.size(); in InstNibbles() local 592 ++instruction_freq_[std::vector<uint8_t>(buffer_.begin() + buffer_start, buffer_.end())]; in InstNibbles()
|
/aosp_15_r20/external/emboss/runtime/cpp/test/ |
H A D | emboss_memory_util_test.cc | 523 const int buffer_start = 2; in TEST() local 525 ReadWriteContiguousBuffer{bytes.data() + buffer_start, 8}}; in TEST() 560 const int buffer_start = 2; in TEST() local 562 ReadWriteContiguousBuffer{bytes.data() + buffer_start, 8}}; in TEST()
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/ |
H A D | VulkanBackend.cpp | 486 const uint8_t* buffer_start = in compileModel() local 488 flatbuffer_data = buffer_start + header->flatbuffer_offset; in compileModel() 489 constant_data = buffer_start + header->bytes_offset; in compileModel()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | ETMDecoder.cpp | 260 if (map != nullptr && map == data.buffer_map && address >= data.buffer_start && in ReadTargetMemory() 265 memcpy(p_buffer, data.buffer + (address - data.buffer_start), *num_bytes); in ReadTargetMemory() 290 data.buffer_start = map->start_addr; in ReadTargetMemory() 325 uint64_t buffer_start = 0; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/ |
D | query.rs | 382 buffer_start: DeviceSize, in check_query_pool_results() 397 debug_assert!(buffer_start % std::mem::size_of::<T>() as DeviceSize == 0); in check_query_pool_results()
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | cmd_processing.rs | 338 let buffer_start = buffer_reference.start_offset()?; in get_limits() localVariable 345 if let Some(buffer_end) = buffer_size.checked_add(buffer_start) { in get_limits() 346 Ok((buffer_start, buffer_end, buffer_size)) in get_limits() 479 let buffer_start = buffer_reference.start_offset()?; in check_memory_reference_in_range() localVariable 485 if buffer_start >= current_memory_buffer.total_size { in check_memory_reference_in_range() 491 if let Some(buffer_end) = buffer_size.checked_add(buffer_start) { in check_memory_reference_in_range()
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 697 stbi_uc buffer_start[128]; member 720 s->buflen = sizeof(s->buffer_start); in stbi__start_callbacks() 722 s->img_buffer_original = s->buffer_start; in stbi__start_callbacks() 1349 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() 1354 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1355 s->img_buffer_end = s->buffer_start+1; in stbi__refill_buffer() 1358 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1359 s->img_buffer_end = s->buffer_start + n; in stbi__refill_buffer()
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 701 stbi_uc buffer_start[128]; member 724 s->buflen = sizeof(s->buffer_start); in stbi__start_callbacks() 726 s->img_buffer_original = s->buffer_start; in stbi__start_callbacks() 1392 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() 1397 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1398 s->img_buffer_end = s->buffer_start+1; in stbi__refill_buffer() 1401 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1402 s->img_buffer_end = s->buffer_start + n; in stbi__refill_buffer()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 812 stbi_uc buffer_start[128]; member 837 s->buflen = sizeof(s->buffer_start); in stbi__start_callbacks() 840 s->img_buffer = s->img_buffer_original = s->buffer_start; in stbi__start_callbacks() 1579 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() 1585 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1586 s->img_buffer_end = s->buffer_start+1; in stbi__refill_buffer() 1589 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1590 s->img_buffer_end = s->buffer_start + n; in stbi__refill_buffer()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 812 stbi_uc buffer_start[128]; member 837 s->buflen = sizeof(s->buffer_start); in stbi__start_callbacks() 840 s->img_buffer = s->img_buffer_original = s->buffer_start; in stbi__start_callbacks() 1579 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() 1585 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1586 s->img_buffer_end = s->buffer_start+1; in stbi__refill_buffer() 1589 s->img_buffer = s->buffer_start; in stbi__refill_buffer() 1590 s->img_buffer_end = s->buffer_start + n; in stbi__refill_buffer()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-dagger2-compiler-deps/linux_glibc_common/local-combined/ |
D | dialer-dagger2-compiler-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/eclipse.inf
META ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/ |
HD | dagger-compiler-2.7.jar | META-INF/
META-INF/MANIFEST.MF
dagger/
dagger/internal/
dagger/ ... |