Home
last modified time | relevance | path

Searched refs:second_offset (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/src/
Dabg-reporter-priv.cc290 second_offset = get_data_member_offset(n); 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()
Dabg-comparison-priv.h557 size_t second_offset = get_data_member_offset(second_dm); in compare_data_members() local
560 if (first_offset != second_offset) in compare_data_members()
561 return first_offset < second_offset; in compare_data_members()
/external/python/dateutil/dateutil/tz/
Dtz.py1805 def _get_supported_offset(second_offset): argument
1806 return second_offset
1808 def _get_supported_offset(second_offset): argument
1813 old_offset = second_offset
1814 calculated_offset = 60 * ((second_offset + 30) // 60)
/external/adhd/cras/src/tests/
Dshm_unittest.cc360 uint32_t second_offset = 1.2 * used_size; in TEST_F() local
364 cras_shm_set_buffer_offset(&shm_, i, second_offset + i * used_size); in TEST_F()
387 cras_shm_set_buffer_offset(&shm_, i, second_offset + i * used_size); in TEST_F()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp8699 const GLuint second_offset = type.GetActualOffset(base_stride, basic_size / 2); in test() local
8703 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test()
8712 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, 2 * type_align); in test()
8730 memcpy(ptr + second_offset, &second[0], second.size()); in test()
8760 0 /* n_array_elements */, base_stride, second_offset); in test()
10580 …const GLuint second_offset = Utils::Type::GetActualOffset(first_offset + vec4_stride, block_align)… in test() local
10582 Utils::Type::GetActualOffset(second_offset + data_stride, block_align); /* Data[2] at 64 */ in test()
10606 0 /* n_array_elements */, data_stride, second_offset); in test()
10671 const GLuint second_offset = type.GetActualOffset(base_stride, basic_size / 2); in test() local
10675 const GLuint third_offset = type.GetActualOffset(second_offset + base_stride, base_align); in test()
[all …]
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2441 nir_ssa_def *second_offset = in nir_to_tgsi_lower_64bit_intrinsic() local
2444 nir_src_for_ssa(second_offset)); in nir_to_tgsi_lower_64bit_intrinsic()