/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_packing_common.h | 24 uvec2 packed; in PackVec4Half2x16() local 25 packed.x = packHalf2x16(up.xy); in PackVec4Half2x16() 26 packed.y = packHalf2x16(up.zw); in PackVec4Half2x16() 27 return packed; in PackVec4Half2x16() 33 up.xy = unpackHalf2x16(packed.x); in UnpackVec4Half2x16() 40 uvec4 packed; in Pack2Vec4Half2x16() local 41 packed.x = packHalf2x16(up0.xy); in Pack2Vec4Half2x16() 42 packed.y = packHalf2x16(up0.zw); in Pack2Vec4Half2x16() 43 packed.z = packHalf2x16(up1.xy); in Pack2Vec4Half2x16() 44 packed.w = packHalf2x16(up1.zw); in Pack2Vec4Half2x16() [all …]
|
/ohos5.0/drivers/peripheral/usb/net/include/ |
H A D | rndis_rawapi.h | 69 } __attribute__ ((packed)); 85 } __attribute__ ((packed)); 95 } __attribute__ ((packed)); 112 } __attribute__ ((packed)); 119 } __attribute__ ((packed)); 130 } __attribute__ ((packed)); 136 } __attribute__ ((packed)); 146 } __attribute__ ((packed)); 157 } __attribute__ ((packed)); 165 } __attribute__ ((packed)); [all …]
|
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 154 } __attribute__((packed)); 159 } __attribute__((packed)); 187 } __attribute__((packed)); 193 } __attribute__((packed)); 205 } __attribute__((packed)); 216 } __attribute__((packed)); 223 } __attribute__((packed)); 231 } __attribute__((packed)); 243 } __attribute__((packed)); 249 } __attribute__((packed)); [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_target_packing_common.h | 109 vec4 packed = material; in GetPackMaterialWithFlags() local 112 packed.r = float(mat) * (1.0 / 255.0); in GetPackMaterialWithFlags() 115 packed.a = clamp(packed.a * CORE_MATERIAL_DF_REFLECTANCE_COEFF, 0.0, 1.0); in GetPackMaterialWithFlags() 117 return packed; in GetPackMaterialWithFlags() 175 void GetUnpackVelocityAndNormal(in vec4 packed, out vec2 velocity, out vec3 normal) in GetUnpackVelocityAndNormal() argument 177 velocity = packed.xy; in GetUnpackVelocityAndNormal() 178 normal = NormalOctDecode(packed.zw); in GetUnpackVelocityAndNormal()
|
/ohos5.0/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 146 } __attribute__((packed)); 163 } __attribute__((packed)); 174 } __attribute__((packed)); 186 } __attribute__((packed)); 195 } __attribute__((packed)); 203 } __attribute__((packed));
|
/ohos5.0/base/update/updater/services/package/pkg_package/ |
H A D | pkg_zipfile.h | 36 struct __attribute__((packed)) LocalFileHeader { 69 struct __attribute__((packed)) CentralDirEntry { 89 struct __attribute__((packed)) EndCentralDir { 100 struct __attribute__((packed)) DataDescriptor { 107 struct __attribute__((packed)) Zip64EndCentralDirRecord { 120 struct __attribute__((packed)) Zip64EndCentralDirLocator {
|
H A D | pkg_upgradefile.h | 27 struct __attribute__((packed)) PkgTlv { 32 struct __attribute__((packed)) UpgradePkgHeader { 39 struct __attribute__((packed)) UpgradePkgTime { 44 struct __attribute__((packed)) UpgradeCompInfo { 56 struct __attribute__((packed)) UpgradeParam {
|
H A D | pkg_gzipfile.h | 25 struct __attribute__((packed)) GZipHeader { 34 struct __attribute__((packed)) GZipExtra {
|
/ohos5.0/drivers/peripheral/usb/ddk/device/include/ |
H A D | adapter_if.h | 70 } __attribute__((packed)); 75 } __attribute__((packed)); 81 } __attribute__((packed)); 153 } __attribute__((packed)) u; 156 } __attribute__((packed));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | zip_file.h | 45 struct __attribute__((packed)) LocalHeader { 78 struct __attribute__((packed)) CentralDirEntry { 112 struct __attribute__((packed)) EndDir { 130 struct __attribute__((packed)) DataDesc {
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | zip_file.h | 48 struct __attribute__((packed)) LocalHeader { 81 struct __attribute__((packed)) CentralDirEntry { 101 struct __attribute__((packed)) EndDir { 119 struct __attribute__((packed)) DataDesc {
|
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 131 } __attribute__((packed)) UsbConfigDescriptor; 159 } __attribute__((packed)) UsbInterfaceDescriptor; 184 } __attribute__((packed)) UsbEndpointDescriptor;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-grid-row.md | 7 …*-related styles. By default, items in the **\<grid-row>** component are packed towards the start … 31 … as follows:<br>- **flex-start**: Items are packed towards the start row.<br>- **flex-end**: Items… 33 …packed towards the start of the cross axis. The start edge of the cross axis of the first row is a…
|
H A D | js-components-grid-container.md | 53 … as follows:<br>- **flex-start**: Items are packed towards the start row.<br>- **flex-end**: Items… 55 …packed towards the start of the cross axis. The start edge of the cross axis of the first row is a…
|
H A D | js-components-container-div.md | 32 …packed toward the start edge of the container along the main axis.<br>- **flex-end**: Items are pa… 33 …packed toward the start edge of the cross axis.<br>- **flex-end**: Items are packed toward the end… 34 …packed toward the start edge of the cross axis. The start edge of the cross axis of the first row …
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | data_buffer.h | 29 } __attribute__((packed)); 70 } __attribute__((packed));
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | zip_file.h | 50 struct __attribute__((packed)) LocalHeader { 83 struct __attribute__((packed)) CentralDirEntry { 117 struct __attribute__((packed)) EndDir { 135 struct __attribute__((packed)) DataDesc {
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_socket_request.h | 150 } __attribute__((packed)); 191 } __attribute__((packed));
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-container-div.md | 28 …packed toward the start edge of the container along the main axis.<br>- **flex-end**: Items are pa… 29 …packed toward the start edge of the cross axis.<br>- **flex-end**: Items are packed toward the end… 30 …packed toward the start edge of the cross axis. The start edge of the cross axis of the first row …
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | kernel_talker.cpp | 40 } __attribute__((packed)); 46 } __attribute__((packed)); 51 } __attribute__((packed));
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer.md | 457 | NATIVEBUFFER_PIXEL_FMT_YUYV_422_PKG<sup>12+</sup> | YUYV422 packed 格式 | 458 | NATIVEBUFFER_PIXEL_FMT_UYVY_422_PKG<sup>12+</sup> | UYVY422 packed 格式 | 459 | NATIVEBUFFER_PIXEL_FMT_YVYU_422_PKG<sup>12+</sup> | YVYU422 packed 格式 | 460 | NATIVEBUFFER_PIXEL_FMT_VYUY_422_PKG<sup>12+</sup> | VYUY422 packed 格式 | 461 | NATIVEBUFFER_PIXEL_FMT_RGBA_1010102<sup>12+</sup> | RGBA_1010102 packed 格式 | 462 | NATIVEBUFFER_PIXEL_FMT_YCBCR_P010<sup>12+</sup> | YCBCR420 semi-planar 10bit packed 格式 | 463 | NATIVEBUFFER_PIXEL_FMT_YCRCB_P010<sup>12+</sup> | YCRCB420 semi-planar 10bit packed 格式 | 464 | NATIVEBUFFER_PIXEL_FMT_RAW10<sup>12+</sup> | Raw 10bit packed 格式 |
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/ |
H A D | ipc_invoker.c | 51 }__attribute__((packed)); 56 }__attribute__((packed)); 170 } __attribute__((packed)) data; in BinderRefDone() 263 } __attribute__((packed)) data; in HandleDeadBinderDone() 503 } __attribute__((packed)) data; in IpcAddDeathRecipient() 515 } __attribute__((packed)) data; in IpcRemoveDeathRecipient()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-container-div.md | 40 …packed toward the start edge of the container along the main axis.<br>- **flex-end**: Items are pa… 41 …packed toward the start edge of the cross axis.<br>- **flex-end**: Items are packed toward the end…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | epfs.h | 29 struct __attribute__((packed)) FilterProxyRanges {
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | wgcm.h | 58 } __attribute__((packed, aligned(WGCM_TASK_ALIGN)));
|