Home
last modified time | relevance | path

Searched refs:current_buffer_ptr (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/art/test/2246-trace-v2/
H A Ddump_trace.cc184 const uint8_t* current_buffer_ptr = buffer; in ProcessTraceEntries() local
188 if (!DecodeSignedLeb128Checked(&current_buffer_ptr, buffer + total_size - 1, &diff)) { in ProcessTraceEntries()
207 DecodeUnsignedLeb128(&current_buffer_ptr); in ProcessTraceEntries()
209 DecodeUnsignedLeb128(&current_buffer_ptr); in ProcessTraceEntries()
/aosp_15_r20/external/libpng/
H A Dpngpread.c464 memcpy(ptr, png_ptr->current_buffer_ptr, save_size); in png_push_fill_buffer()
467 png_ptr->current_buffer_ptr += save_size; in png_push_fill_buffer()
523 png_ptr->current_buffer_ptr, png_ptr->current_buffer_size); in png_push_save_buffer()
538 png_ptr->current_buffer_ptr = png_ptr->current_buffer; in png_push_restore_buffer()
614 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size); in png_push_read_IDAT()
616 png_process_IDAT_data(png_ptr, png_ptr->current_buffer_ptr, save_size); in png_push_read_IDAT()
621 png_ptr->current_buffer_ptr += save_size; in png_push_read_IDAT()
H A Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/art/runtime/
H A Dtrace.cc1742 uint8_t* current_buffer_ptr = init_buffer_ptr; in FlushEntriesFormatV2() local
1744 EncodeEventBlockHeader(current_buffer_ptr, tid, num_records); in FlushEntriesFormatV2()
1745 current_buffer_ptr += kEntryHeaderSizeV2; in FlushEntriesFormatV2()
1769 current_buffer_ptr = EncodeSignedLeb128(current_buffer_ptr, method_diff); in FlushEntriesFormatV2()
1773 current_buffer_ptr = in FlushEntriesFormatV2()
1774 EncodeUnsignedLeb128(current_buffer_ptr, (record.wall_clock_time - prev_wall_timestamp)); in FlushEntriesFormatV2()
1779 current_buffer_ptr = EncodeUnsignedLeb128(current_buffer_ptr, in FlushEntriesFormatV2()
1787 Append4LE(total_size_loc, current_buffer_ptr - (init_buffer_ptr + kEntryHeaderSizeV2)); in FlushEntriesFormatV2()
1788 *current_index += current_buffer_ptr - init_buffer_ptr; in FlushEntriesFormatV2()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libpng/
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/aosp_15_r20/prebuilts/abi-dumps/vndk/32/64/x86_x86_64/source-based/
Dlibpng.so.lsdump10416 "field_name" : "current_buffer_ptr",

123