Home
last modified time | relevance | path

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

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.h27 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 Dhdi_delete_handler.py158 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 Dhdi_add_handler.py347 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 Dcamera.h187 int32_t align;
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h51 uint16_t align; /* Force 2-byte alignment */ member

Completed in 3 milliseconds