/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
H A D | cper.h | 105 #pragma pack(1) 209 #pragma pack()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_pack.h | 41 #include "a6xx-pack.xml.h" 42 #include "adreno-pm4-pack.xml.h"
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-537-repr-packed-n.rs | 9 /// This should not be opaque; we can see the attributes and can pack the 75 /// `#pragma pack(1)`, we can detect that alignment is 1 and add
|
/third_party/openssl/test/recipes/ |
H A D | 70-test_tls13downgrade.t | 115 $ext = pack "C3", 119 $ext = pack "C3",
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
H A D | EXT_unpack_subimage.txt | 139 2. Should the corresponding PACK enums be added? 142 dependency between the PACK enums and the UNPACK enums.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
H A D | Threading.inc | 67 #pragma pack(push, 8) 74 #pragma pack(pop)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | arrayLiterals2ES5.js | 65 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
66 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | arrayLiterals3.js | 43 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
44 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | callWithSpread.js | 77 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
78 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | callWithSpread3.js | 40 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
41 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | destructuringArrayBindingPatternAndAssignment1ES5.js | 73 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
74 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | destructuringParameterDeclaration3ES5iterable.js | 67 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
68 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | genericRestParameters3.js | 90 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
91 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
/third_party/protobuf/ruby/tests/ |
H A D | well_known_types_test.rb | 132 any.pack(ts) 137 any = Google::Protobuf::Any.pack(ts)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tooltip.py | 44 button.pack() 60 button.pack()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet.h | 29 #pragma pack(push, 1) 39 #pragma pack(pop)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_teap_common.h | 41 #pragma pack(push, 1) 111 #pragma pack(pop)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet.h | 35 #pragma pack(push, 1) 45 #pragma pack(pop)
|
/third_party/python/Lib/ |
H A D | struct.py | 3 'calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from',
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_stack_app_config_in.c | 196 4. pack timer 789 FILLP_LOGERR("fillp_sock_id:%d pack interval(%u) is invalid parameter!!!", sockIndex, val); in FtAppConfigSetPackInterval() 797 FILLP_LOGBUTT("set the pack interval of the socket %d to %u us", sockIndex, val); in FtAppConfigSetPackInterval() 801 FILLP_LOGERR("cannot set the pack interval when the sock is not in idle or listen state"); in FtAppConfigSetPackInterval() 805 FILLP_LOGBUTT("set the pack interval of all the sockets to %u us", val); in FtAppConfigSetPackInterval()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_tri.c | 226 /* pack pairs of results into epi16 in build_mask_linear_sse() 231 /* pack into epi8, preserving sign bits in build_mask_linear_sse() 252 /* Pack down to epi8 in sign_bits4() 551 /* pack pairs of results into epi16 in build_mask_linear_ppc() 556 /* pack into epi8, preserving sign bits in build_mask_linear_ppc()
|
/third_party/openGLES/extensions/OES/ |
H A D | OES_stencil_wrap.txt | 4 For more information, see the OpenGL ES 1.1 Extension Pack document
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
H A D | OES_stencil_wrap.txt | 4 For more information, see the OpenGL ES 1.1 Extension Pack document
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_comm_venc.h | 107 /* the pack type of JPEGE */ 118 /* the pack type of PRORES */ 127 JPEGE_PACK_TYPE_E enJPEGEType; /* R; JPEGE pack types */ 132 /* the pack info of VENC */ 134 VENC_DATA_TYPE_U u32PackType; /* R; the pack type */ 272 VENC_PACK_S ATTRIBUTE *pstPack; /* R; stream pack attribute */ 273 HI_U32 ATTRIBUTE u32PackCount; /* R; the pack number of one frame stream */ 479 HI_U32 u32CurPacks; /* R; pack number of current frame */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_comm_venc.h | 108 /* the pack type of JPEGE */ 119 /* the pack type of PRORES */ 128 JPEGE_PACK_TYPE_E enJPEGEType; /* R; JPEGE pack types */ 133 /* the pack info of VENC */ 135 VENC_DATA_TYPE_U u32PackType; /* R; the pack type */ 273 VENC_PACK_S ATTRIBUTE *pstPack; /* R; stream pack attribute */ 274 HI_U32 ATTRIBUTE u32PackCount; /* R; the pack number of one frame stream */ 480 HI_U32 u32CurPacks; /* R; pack number of current frame */
|