| /kernel/linux/linux-5.10/drivers/gpu/drm/armada/ |
| H A D | armada_fb.c | 38 FMT(RGB888, 888PACK, CFG_SWAPRB); in armada_framebuffer_create() 39 FMT(BGR888, 888PACK, 0); in armada_framebuffer_create() 44 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create() 45 FMT(UYVY, 422PACK, CFG_YUV2RGB); in armada_framebuffer_create() 46 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create() 47 FMT(YVYU, 422PACK, CFG_YUV2RGB | CFG_SWAPYU); in armada_framebuffer_create()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/armada/ |
| H A D | armada_fb.c | 37 FMT(RGB888, 888PACK, CFG_SWAPRB); in armada_framebuffer_create() 38 FMT(BGR888, 888PACK, 0); in armada_framebuffer_create() 43 FMT(YUYV, 422PACK, CFG_YUV2RGB | CFG_SWAPYU | CFG_SWAPUV); in armada_framebuffer_create() 44 FMT(UYVY, 422PACK, CFG_YUV2RGB); in armada_framebuffer_create() 45 FMT(VYUY, 422PACK, CFG_YUV2RGB | CFG_SWAPUV); in armada_framebuffer_create() 46 FMT(YVYU, 422PACK, CFG_YUV2RGB | CFG_SWAPYU); in armada_framebuffer_create()
|
| /third_party/node/deps/npm/man/man1/ |
| H A D | npm-pack.1 | 1 .TH "NPM-PACK" "1" "February 2024" "" "" 3 \fBnpm-pack\fR - Create a tarball from a package 8 npm pack <package-spec> 50 Directory in which \fBnpm pack\fR will save tarballs.
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_integer_sequence.cpp | 524 // pack a single MX value with the following 1 or 2 T bits. in encode_ise() 525 uint8_t pack; in encode_ise() local 528 pack = (input_data[i++] & mask) | (((T >> 0) & 0x3) << bits); in encode_ise() 529 write_bits(pack, bits + 2, bit_offset, output_data); in encode_ise() 533 pack = (input_data[i++] & mask) | (((T >> 2) & 0x3) << bits); in encode_ise() 534 write_bits(pack, bits + 2, bit_offset, output_data); in encode_ise() 538 pack = (input_data[i++] & mask) | (((T >> 4) & 0x1) << bits); in encode_ise() 539 write_bits(pack, bits + 1, bit_offset, output_data); in encode_ise() 543 pack = (input_data[i++] & mask) | (((T >> 5) & 0x3) << bits); in encode_ise() 544 write_bits(pack, bit in encode_ise() 572 uint8_t pack = (input_data[i] & mask) | encode_ise() local 596 uint8_t pack; encode_ise() local 631 uint8_t pack = (input_data[i] & mask) | encode_ise() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 260 return struct.pack(fmt, self.session_handle, len(self.nonce), 278 return struct.pack(fmt, len(self.user_auth), self.user_auth, 311 return struct.pack(self.__fmt(), 413 cmd = struct.pack(fmt, 445 cmd = struct.pack( 459 cmd = struct.pack(fmt, 501 cmd = struct.pack(fmt, 516 cmd = struct.pack(fmt, 526 cmd = struct.pack(fmt, 536 cmd = struct.pack(fm [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
| H A D | audio_effect_chain_adapter.cpp | 241 int32_t EffectChainManagerAddSessionInfo(const char *sceneType, const char *sessionID, SessionInfoPack pack) in EffectChainManagerAddSessionInfo() argument 252 if (sceneType && pack.channelLayout && sessionID && pack.sceneMode && in EffectChainManagerAddSessionInfo() 253 pack.spatializationEnabled && pack.streamUsage) { in EffectChainManagerAddSessionInfo() 255 channelLayoutNum = std::strtoull(pack.channelLayout, nullptr, BASE_TEN); in EffectChainManagerAddSessionInfo() 257 sceneModeString = pack.sceneMode; in EffectChainManagerAddSessionInfo() 258 spatializationEnabledString = pack.spatializationEnabled; in EffectChainManagerAddSessionInfo() 259 streamUsage = static_cast<int32_t>(std::strtol(pack.streamUsage, nullptr, BASE_TEN)); in EffectChainManagerAddSessionInfo() 268 info.channels = pack in EffectChainManagerAddSessionInfo() [all...] |
| /third_party/python/Lib/idlelib/ |
| H A D | help_about.py | 63 frame_buttons.pack(side=BOTTOM, fill=X) 64 frame.pack(side=TOP, expand=True, fill=BOTH) 67 self.button_ok.pack(padx=5, pady=5) 70 frame_background.pack(expand=True, fill=BOTH) 112 self.py_license.pack(side=LEFT, padx=10, pady=10) 116 self.py_copyright.pack(side=LEFT, padx=10, pady=10) 120 self.py_credits.pack(side=LEFT, padx=10, pady=10) 135 self.readme.pack(side=LEFT, padx=10, pady=10) 139 self.idle_news.pack(side=LEFT, padx=10, pady=10) 143 self.idle_credits.pack(sid [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 101 const struct gl_pixelstore_attrib *pack, void *pixels) in try_pbo_readpixels() 136 if (!st_pbo_addresses_pixelstore(st, GL_TEXTURE_2D, false, pack, pixels, &addr)) in try_pbo_readpixels() 415 const struct gl_pixelstore_attrib *pack, in st_ReadPixels() 481 pack->SwapBytes); in st_ReadPixels() 486 if (st->pbo.download_enabled && pack->BufferObj) { in st_ReadPixels() 491 pack, pixels)) in st_ReadPixels() 513 type, pack->SwapBytes, NULL)) { in st_ReadPixels() 529 pixels = _mesa_map_pbo_dest(ctx, pack, pixels); in st_ReadPixels() 534 _mesa_unmap_pbo_dest(ctx, pack); in st_ReadPixels() 542 const int destStride = _mesa_image_row_stride(pack, widt in st_ReadPixels() 96 try_pbo_readpixels(struct st_context *st, struct gl_renderbuffer *rb, bool invert_y, GLint x, GLint y, GLsizei width, GLsizei height, GLenum gl_format, enum pipe_format src_format, enum pipe_format dst_format, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_readpixels() argument 412 st_ReadPixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, void *pixels) st_ReadPixels() argument [all...] |
| /base/startup/hvb/tools/ |
| H A D | hvbtool.py | 227 ret.extend(struct.pack('!B', octet)) 236 return struct.pack('!QQ', self.modulus_bits, pkey_n0) + modulus + pkey_prr 419 self.img_handler.write(struct.pack(num_chunks_and_blocks_format, 447 self.img_handler.write(struct.pack(ImageChunk.CHUNK_HEADER_FORMAT, 478 self.img_handler.write(struct.pack(ImageChunk.CHUNK_HEADER_FORMAT, 511 self.img_handler.write(struct.pack(ImageChunk.CHUNK_HEADER_FORMAT, 645 self.img_handler.write(struct.pack(ImageChunk.CHUNK_HEADER_FORMAT, 737 self.hvb_cert_content += struct.pack('I', self.HVB_VERSION_MAJOR) 738 self.hvb_cert_content += struct.pack('I', self.HVB_VERSION_MINOR) 745 self.hvb_cert_content += struct.pack(' [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/include/ |
| H A D | ext_alg.h | 93 * param pack package of decrypt or encrypt. 98 hi_s32 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 108 * param pack package of decrypt or encrypt. 113 hi_s32 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 182 * param pack package for encrypt or decrypt. 186 hi_s32 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 255 * param pack package for encrypt or decrypt. 260 hi_s32 ext_sm4_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last);
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagepicture_fuzzer/src/ |
| H A D | image_picture_fuzzer.cpp | 110 ImagePacker pack; in ImagePackingTest001() local 113 pack.StartPacking(IMAGE_JPEG_DEST, option); in ImagePackingTest001() 114 pack.AddPicture(*picture); in ImagePackingTest001() 115 pack.FinalizePacking(); in ImagePackingTest001() 122 ImagePacker pack; in ImagePackingTest002() local 125 pack.StartPacking(IMAGE_HEIF_DEST, option); in ImagePackingTest002() 126 pack.AddPicture(*picture); in ImagePackingTest002() 127 pack.FinalizePacking(); in ImagePackingTest002()
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_dec_h264.h | 81 #pragma pack(push, BeforeDXVApacking, 1) 94 #pragma pack(pop, BeforeDXVApacking) 98 #pragma pack(push, BeforeDXVApacking, 1) 174 #pragma pack(pop, BeforeDXVApacking) 178 #pragma pack(push, BeforeDXVApacking, 1) 185 #pragma pack(pop, BeforeDXVApacking) 209 #pragma pack(push, BeforeDXVApacking, 1) 216 #pragma pack(pop, BeforeDXVApacking)
|
| /third_party/python/Doc/c-api/ |
| H A D | float.rst | 81 Pack and Unpack functions 84 The pack and unpack functions provide an efficient platform-independent way to 85 store floating-point values as byte strings. The Pack routines produce a bytes 106 Pack functions 109 The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an 126 Pack a C double as the IEEE 754 binary16 half-precision format. 130 Pack a C double as the IEEE 754 binary32 single precision format. 134 Pack a C double as the IEEE 754 binary64 double precision format.
|
| /foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/ |
| H A D | audio_effect_chain_adapter_unit_test.cpp | 313 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; in HWTEST() local 314 result = EffectChainManagerAddSessionInfo(sceneType, sessionid, pack); in HWTEST() 333 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; in HWTEST() local 334 result = EffectChainManagerAddSessionInfo(sceneType, sessionid, pack); in HWTEST() 354 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; in HWTEST() local 355 result = EffectChainManagerAddSessionInfo(sceneType, sessionid, pack); in HWTEST() 375 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; in HWTEST() local 376 result = EffectChainManagerAddSessionInfo(sceneType, sessionid, pack); in HWTEST() 396 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; in HWTEST() local 397 result = EffectChainManagerAddSessionInfo(sceneType, sessionid, pack); in HWTEST() 416 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; HWTEST() local 439 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; HWTEST() local 463 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; HWTEST() local 487 SessionInfoPack pack = {2, "3", "EFFECT_DEFAULT", "true", "1"}; HWTEST() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 259 return struct.pack(fmt, self.session_handle, len(self.nonce), 277 return struct.pack(fmt, len(self.user_auth), self.user_auth, 310 return struct.pack(self.__fmt(), 412 cmd = struct.pack(fmt, 444 cmd = struct.pack( 458 cmd = struct.pack(fmt, 500 cmd = struct.pack(fmt, 515 cmd = struct.pack(fmt, 525 cmd = struct.pack(fmt, 535 cmd = struct.pack(fm [all...] |
| /foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
| H A D | coff.h | 27 #pragma pack(push, 4) 53 #pragma pack(pop) 54 #pragma pack(push, 2) 71 #pragma pack(pop)
|
| /kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
| H A D | i2o.h | 10 #pragma pack(1) 21 #pragma pack() 35 #pragma pack(1) 40 #pragma pack()
|
| /kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
| H A D | i2o.h | 10 #pragma pack(1) 21 #pragma pack() 35 #pragma pack(1) 40 #pragma pack()
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | tools-support-relr.sh | 11 # ld.lld before 15 did not support -z pack-relative-relocs. 12 if ! $LD $tmp_file.o -shared -Bsymbolic --pack-dyn-relocs=relr -o $tmp_file 2>/dev/null; then 13 $LD $tmp_file.o -shared -Bsymbolic -z pack-relative-relocs -o $tmp_file 2>&1 | 14 grep -q pack-relative-relocs && exit 1
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_pixel_buffer_object.txt | 98 such as glReadPixels pack (write) their data into a buffer object. 117 a pixel pack buffer object, glDrawPixels may return prior to image 230 pixel store (pack/unpack) state, and the command operation itself 265 See the "Appendix on Pack/Unpack Range" to see the computations 353 17) What is the complete list of commands that can pack (write) 354 pixels into the current pixel pack buffer object? 553 pixel pack buffer. Additionally, each vertex array has an associated 583 The current pixel unpack and pack buffer objects are designated 708 pixel pack buffer or client memory is diagrammed in figure 4.2." 715 a non-zero buffer object is bound as the current pixel pack buffe [all...] |
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_pixel_buffer_object.txt | 88 such as glReadPixels pack (write) their data into a buffer object. 107 a pixel pack buffer object, glDrawPixels may return prior to image 220 pixel store (pack/unpack) state, and the command operation itself 255 See the "Appendix on Pack/Unpack Range" to see the computations 343 17) What is the complete list of commands that can pack (write) 344 pixels into the current pixel pack buffer object? 543 pixel pack buffer. Additionally, each vertex array has an associated 573 The current pixel unpack and pack buffer objects are designated 698 pixel pack buffer or client memory is diagrammed in figure 4.2." 705 a non-zero buffer object is bound as the current pixel pack buffe [all...] |
| /device/board/hihope/dayu210/uboot/ |
| H A D | make.sh | 71 echo " - ini: ini file to pack trust/loader" 85 echo "2. Pack:" 86 echo " ./make.sh uboot --- pack uboot.img" 87 echo " ./make.sh trust --- pack trust.img" 88 echo " ./make.sh trust <ini> --- pack trust img with assigned ini file" 89 echo " ./make.sh loader --- pack loader bin" 90 echo " ./make.sh loader <ini> --- pack loader img with assigned ini file" 91 echo " ./make.sh --spl --- pack loader with u-boot-spl.bin" 92 echo " ./make.sh --tpl --- pack loader with u-boot-tpl.bin" 93 echo " ./make.sh --tpl --spl --- pack loade [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
| H A D | packet_tool.py | 96 file.write(struct.pack('IHHI', flag, crc, imageNum, totalFileSize))
102 struct.pack('32sIIIII', bytes(pathName, 'ascii'), startIndex, imageSizeList[times], burnAddrList[times],
112 file.write(struct.pack('IIII', 0, 0, 0, 0))
120 file.write(struct.pack('H', crc16))
215 file.write(struct.pack('IHHI', flag, crc, imageNum, totalFileSize))
221 struct.pack('32sIIIII', bytes(pathName, 'ascii'), startIndex, imageSizeList[times], burnAddrList[times],
229 file.write(struct.pack('IIII', 0, 0, 0, 0))
237 file.write(struct.pack('H', crc16))
308 file.write(struct.pack('IHHI', flag, crc, imageNum, totalFileSize))
314 struct.pack('3 [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| H A D | fillp_flow_control.c | 190 void FillpFcTailProtected(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpFcTailProtected() argument 198 struct FillpPktHead *pktHdr = (struct FillpPktHead *)pack->head; in FillpFcTailProtected() 200 FILLP_UINT32 lostSeqNum = pack->lostSeq; in FillpFcTailProtected() 215 (pack->rate == 0) && isDataWaitedEmpty && (pcb->statistics.debugPcb.curPackDeltaUs != 0) && in FillpFcTailProtected() 216 (deltaUs >= pcb->statistics.pack.packIntervalBackup)) { in FillpFcTailProtected() 234 void FillpFcPackInput(struct FillpPcb *pcb, struct FillpPktPack *pack) in FillpFcPackInput() argument 237 pcb->algFuncs.analysisPack(pcb, (void *)pack); in FillpFcPackInput() 240 if (!(pack->flag & FILLP_PACK_FLAG_REQURE_RTT)) { in FillpFcPackInput() 241 FillpFcTailProtected(pcb, pack); in FillpFcPackInput() 337 pcb->statistics.pack in FillpFcDataInput() [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_api.h | 57 /*! Pack the fields of rec, and write the packed data into the 75 /*! Pack the fields of rec, and write the packed data into the 93 /*! Pack the fields of rec, and write the packed data into the 111 /*! Pack the fields of rec, and write the packed data into the 129 /*! Pack the fields of rec, and write the packed data into the 147 /*! Pack the fields of rec, and write the packed data into the 165 /*! Pack the fields of rec, and write the packed data into the 183 /*! Pack the fields of rec, and write the packed data into the 201 /*! Pack the fields of rec, and write the packed data into the 219 /*! Pack th [all...] |