Searched refs:ac_data (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 1062 const TopTierRegisterAllocationData& ac_data = in operator <<() local 1065 PrintTopLevelLiveRanges(os, ac_data.fixed_double_live_ranges(), ac.code_); in operator <<() 1067 PrintTopLevelLiveRanges(os, ac_data.fixed_live_ranges(), ac.code_); in operator <<() 1069 PrintTopLevelLiveRanges(os, ac_data.live_ranges(), ac.code_); in operator <<()
|
/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 122 uint8_t *ac_data; member 1045 av_fast_padded_malloc(&td->ac_data, &td->ac_size, dest_len); in dwa_uncompress() 1046 if (!td->ac_data) in dwa_uncompress() 1051 ret = huf_uncompress(s, td, &agb, (int16_t *)td->ac_data, ac_count); in dwa_uncompress() 1056 if (uncompress(td->ac_data, &dest_len, agb.buffer, ac_size) != Z_OK || in dwa_uncompress() 1111 bytestream2_init(&agb, td->ac_data, ac_count * 2); in dwa_uncompress() 2285 av_freep(&td->ac_data); in decode_end()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.cpp | 964 const glw::GLuint* ac_data = NULL; in execute() local 977 ac_data = (const glw::GLuint*)m_gl.mapBufferRange(GL_COPY_WRITE_BUFFER, 0, /* offset */ in execute() 986 *((unsigned int*)((unsigned char*)ac_data + m_gl_atomic_counter_uniform_array_stride * n_counter)); in execute()
|
Completed in 16 milliseconds