/external/flac/libFLAC/ |
D | metadata_iterators.c | 94 …handle, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_Padding *block, unsigned block_length); 95 …le, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length); 96 …ndle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_SeekTable *block, unsigned block_length); 102 …handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Unknown *block, unsigned block_length); 109 …FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Padding *block, unsigned block_length); 110 …__IOCallback_Write write_cb, const FLAC__StreamMetadata_Application *block, unsigned block_length); 115 …FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_Unknown *block, unsigned block_length); 2146 … handle, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_Padding *block, unsigned block_length) in read_metadata_block_data_padding_cb_() argument 2150 if(0 != seek_cb(handle, block_length, SEEK_CUR)) in read_metadata_block_data_padding_cb_() 2156 …dle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length) in read_metadata_block_data_application_cb_() argument [all …]
|
D | metadata_object.c | 719 …etadata_Application *block1, const FLAC__StreamMetadata_Application *block2, unsigned block_length) in compare_block_data_application_() argument 723 FLAC__ASSERT(block_length >= sizeof(block1->id)); in compare_block_data_application_() 728 return 0 == memcmp(block1->data, block2->data, block_length - sizeof(block1->id)); in compare_block_data_application_() 858 …_StreamMetadata_Unknown *block1, const FLAC__StreamMetadata_Unknown *block2, unsigned block_length) in compare_block_data_unknown_() argument 864 return 0 == memcmp(block1->data, block2->data, block_length); in compare_block_data_unknown_()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_aos.c | 77 unsigned block_length, in lp_build_sample_wrap_nearest_int() argument 121 lp_build_sample_partial_offset(int_coord_bld, block_length, coord, stride, in lp_build_sample_wrap_nearest_int() 193 unsigned block_length, in lp_build_sample_wrap_linear_int() argument 220 if (block_length != 1) { in lp_build_sample_wrap_linear_int() 267 lp_build_sample_partial_offset(int_coord_bld, block_length, coord0, stride, in lp_build_sample_wrap_linear_int() 269 lp_build_sample_partial_offset(int_coord_bld, block_length, coord1, stride, in lp_build_sample_wrap_linear_int() 354 unsigned block_length, in lp_build_sample_wrap_linear_float() argument
|
D | lp_bld_sample.c | 1249 unsigned block_length, in lp_build_sample_partial_offset() argument 1259 if (block_length == 1) { in lp_build_sample_partial_offset() 1272 LLVMValueRef block_width = lp_build_const_int_vec(bld->type, block_length); in lp_build_sample_partial_offset() 1276 unsigned logbase2 = util_logbase2(block_length); in lp_build_sample_partial_offset() 1278 LLVMValueRef block_mask = lp_build_const_int_vec(bld->gallivm, bld->type, block_length - 1); in lp_build_sample_partial_offset()
|
D | lp_bld_sample.h | 389 unsigned block_length,
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 1518 unsigned block_length = block_end - block_start + 1; in TEST() local 1519 if (block_length > 1) { in TEST() 1522 for (unsigned i = 1; i < block_length; i++) { in TEST() 1533 block_start = block_start + block_length; in TEST()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1766 uint32_t block_length = form_value.Unsigned(); in ParseChildMembers() local 1774 block_length, in ParseChildMembers() 2157 uint32_t block_length = form_value.Unsigned(); in ParseChildMembers() local 2165 block_length, in ParseChildMembers() 7282 uint32_t block_length = form_value.Unsigned(); in ParseVariableDIE() local 7283 … location.CopyOpcodeData(debug_info_data, block_offset, block_length); in ParseVariableDIE() 7322 uint32_t block_length = form_value.Unsigned(); in ParseVariableDIE() local 7323 … location.CopyOpcodeData(get_debug_info_data(), block_offset, block_length); in ParseVariableDIE()
|
D | DWARFDebugInfoEntry.cpp | 876 uint32_t block_length = form_value.Unsigned(); in GetDIENamesAndRanges() local 877 frame_base->SetOpcodeData(debug_info_data, block_offset, block_length); in GetDIENamesAndRanges()
|