Searched refs:aligned_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1412 uint64_t aligned_offset = (offset + mask) & ~mask; local
1413 m_data_allocator.GetStream().PutNHex8(aligned_offset - offset, 0);
1414 offset = aligned_offset;
1993 uint64_t aligned_offset = (offset + mask) & ~mask; local
1994 m_data_allocator.GetStream().PutNHex8(aligned_offset - offset, 0);
2000 Constant *new_pointer = BuildRelocation(fp_ptr_ty, aligned_offset);
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_lan_hmc.c52 u64 aligned_offset = offset; local
55 aligned_offset += (I40E_HMC_L2OBJ_BASE_ALIGNMENT -
58 return aligned_offset;
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dio.c3807 apr_off_t aligned_offset = 0;
3822 aligned_offset = offset;
3833 aligned_offset = offset - (offset % block_size);
3838 aligned_offset = offset - (offset % file_buffer_size);
3852 fill_buffer = aligned_offset + file_buffer_size <= current
3853 || current <= aligned_offset;
3862 SVN_ERR(svn_io_file_seek(file, APR_SET, &aligned_offset,
3885 *buffer_start = aligned_offset;
3798 apr_off_t aligned_offset = 0; local
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_main.c2465 u32 aligned_offset, aligned_len, *p; local
2469 aligned_offset = offset & ~3;
2472 if (aligned_offset != offset || aligned_len != len) {
2476 err = t3_seeprom_read(adapter, aligned_offset, (u32 *)buf);
2479 aligned_offset + aligned_len - 4,
2492 err = t3_seeprom_write(adapter, aligned_offset, *p);
2493 aligned_offset += 4;
/freebsd-11.0-release/contrib/gcc/
H A Dexpr.c5929 tree aligned_offset = TREE_OPERAND (exp, 2);
5935 if (aligned_offset)
5939 if (TREE_TYPE (aligned_offset) != sizetype)
5940 aligned_offset = fold_convert (sizetype, aligned_offset);
5941 return size_binop (MULT_EXPR, aligned_offset,
5914 tree aligned_offset = TREE_OPERAND (exp, 2); local

Completed in 138 milliseconds