Searched refs:align (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | allocator.h | 27 T AlignUp(T value, T align) in AlignUp() argument 29 if (align == 0) { in AlignUp() 32 return (value + align - 1) / align * align; in AlignUp()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/ |
H A D | hdi_delete_handler.py | 158 self._selinux_config_file_delete(selinux_temp, config_json_path, align=True)
160 def _selinux_config_file_delete(self, selinux_temp, config_path, align=False):
162 if align:
|
H A D | hdi_add_handler.py | 347 root_path=root_path, replace_data=replace_data, align=True
441 root_path, replace_data, align=False):
451 if align:
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | camera.h | 187 int32_t align;
|
/drivers/peripheral/usb/ddk/host/include/ |
H A D | usb_raw_api_library.h | 51 uint16_t align; /* Force 2-byte alignment */ member
|
Completed in 3 milliseconds