Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Daixdec.c39 unsigned nb_streams, first_offset, nb_segments; in aix_read_header() local
47 first_offset = avio_rb32(s->pb) + 8; in aix_read_header()
53 if (stream_list_offset >= first_offset) in aix_read_header()
73 avio_seek(s->pb, first_offset, SEEK_SET); in aix_read_header()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpush_constant.cc44 uint32_t first_offset = it->offset; in GetVkPushConstantRange() local
56 first_offset; in GetVkPushConstantRange()
62 range.offset = (first_offset / 4U) * 4U; in GetVkPushConstantRange()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_variable_initializers.c172 nir_ssa_def *first_offset = nir_imul_imm(&b, local_index, chunk_size); in nir_zero_initialize_shared_memory() local
173 nir_store_var(&b, it, first_offset, 0x1); in nir_zero_initialize_shared_memory()
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.cc143 uint32_t first_offset = kMaxInt; in GetTaggedParameterSlots() local
153 first_offset = std::min(first_offset, static_cast<uint32_t>(slot_offset)); in GetTaggedParameterSlots()
157 DCHECK(first_offset != kMaxInt); in GetTaggedParameterSlots()
158 return (first_offset << 16) | (count & 0xFFFFu); in GetTaggedParameterSlots()
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc289 uint64_t first_offset = get_data_member_offset(o), in maybe_show_relative_offset_change() local
294 if (first_offset < second_offset) in maybe_show_relative_offset_change()
297 change = second_offset - first_offset; in maybe_show_relative_offset_change()
299 else if (first_offset > second_offset) in maybe_show_relative_offset_change()
302 change = first_offset - second_offset; in maybe_show_relative_offset_change()
H A Dabg-comparison-priv.h555 size_t first_offset = get_data_member_offset(first_dm); in compare_data_members() local
559 if (first_offset != second_offset) in compare_data_members()
560 return first_offset < second_offset; in compare_data_members()
/third_party/ffmpeg/libavcodec/
H A Dmagicyuv.c436 uint32_t first_offset, offset, next_offset, header_size, slice_width; in magy_decode_frame() local
604 first_offset = offset; in magy_decode_frame()
631 table_size = header_size + first_offset - bytestream2_tell(&gb); in magy_decode_frame()
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h1442 size_type first_offset = first - cbegin(); in erase() local
1444 Truncate(std::copy(last, cend(), begin() + first_offset) - cbegin()); in erase()
1446 return begin() + first_offset; in erase()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp8692 const GLuint first_offset = 0; in test() local
8723 memcpy(ptr + first_offset, &first[0], first.size()); in test()
8750 first_offset); in test()
10573 const GLuint first_offset = 0; /* vec4 at 0 */ in test() local
10574 const GLuint second_offset = Utils::Type::GetActualOffset(first_offset + vec4_stride, block_align); /* Data at 32 */ in test()
10597 false /* normalized */, 0 /* n_array_elements */, vec4_stride, first_offset /* offset */); in test()
10664 const GLuint first_offset = 0; in test() local
10695 memcpy(ptr + first_offset, &first[0], first.size()); in test()
10722 first_offset); in test()
12337 const GLuint first_offset in test() local
[all...]

Completed in 32 milliseconds