/third_party/python/Doc/library/ |
H A D | tkinter.rst | 648 master into which they are packed. You can pack widgets into frames, and frames 657 :meth:`pack` method applied to it. 659 The pack() method can be called with keyword-option/value pairs that control 663 fred.pack() # defaults to side = "top" 664 fred.pack(side="left") 665 fred.pack(expand=1) 722 self.pack() 725 self.entrythingy.pack() 773 self.pack()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/ |
H A D | drv_symc.h | 324 * param[in] pack pack data info. 328 hi_s32 drv_symc_node_check(symc_alg alg, symc_mode mode, symc_klen klen, hi_u32 block_size, symc_multi_pack *pack);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/ |
H A D | drv_cipher_kapi.h | 284 compat_addr pack; /* Buffer of package information */ member 493 * param pack Buffer of package information 500 hi_s32 kapi_symc_crypto_multi(hi_u32 id, const hi_cipher_data *pack, hi_u32 pack_num, hi_u32 operation, hi_u32 last);
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_phy_t16.h | 173 #define PHY_PHYINITCTRL_CTL_CKE_BYPASS (1 << 31) /* PACK's CKE bypass function enable. */ 174 #define PHY_PHYINITCTRL_PIC_PHYUPD_REQ (1 << 30) /* PACK's DFI PHY UPDATAE request by SW. */ 190 #define PHY_PHYINITCTRL_PACK_RST (1 << 14) /* PACK Reset. */
|
H A D | ddr_phy_s40.h | 153 #define PHY_PHYINITCTRL_CTL_CKE_BYPASS (1 << 31) /* PACK's CKE bypass function enable. */ 154 #define PHY_PHYINITCTRL_PIC_PHYUPD_REQ (1 << 30) /* PACK's DFI PHY UPDATAE request by SW. */ 170 #define PHY_PHYINITCTRL_PACK_RST (1 << 14) /* PACK Reset. */
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_phy_t16.h | 174 #define PHY_PHYINITCTRL_CTL_CKE_BYPASS (1 << 31) /* PACK's CKE bypass function enable. */ 175 #define PHY_PHYINITCTRL_PIC_PHYUPD_REQ (1 << 30) /* PACK's DFI PHY UPDATAE request by SW. */ 191 #define PHY_PHYINITCTRL_PACK_RST (1 << 14) /* PACK Reset. */
|
H A D | ddr_phy_s40.h | 154 #define PHY_PHYINITCTRL_CTL_CKE_BYPASS (1 << 31) /* PACK's CKE bypass function enable. */ 155 #define PHY_PHYINITCTRL_PIC_PHYUPD_REQ (1 << 30) /* PACK's DFI PHY UPDATAE request by SW. */ 171 #define PHY_PHYINITCTRL_PACK_RST (1 << 14) /* PACK Reset. */
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | write_log.c | 399 * The following 2 routines are used to pack and unpack the user 425 * If flag is true, we should also pack the variable length parts in wlog_rec_pack() 426 * of the wlog_rec. By default, we only pack the fixed length in wlog_rec_pack()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_register_allocate.c | 353 if (inst->dst.pack && !qir_is_mul(inst)) { in vc4_register_allocate() 354 /* The non-MUL pack flags require an A-file dst in vc4_register_allocate() 366 inst->src[i].pack) { in vc4_register_allocate()
|
/third_party/node/deps/corepack/ |
H A D | README.md | 113 case you'll simply run `corepack pack` to make sure that your image 118 archive from your local computer (using `corepack pack -o`) before storing 204 ### `corepack pack [... name[@<version>]]`
|
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-assembler-mips-inl.h | 265 // TODO(ishell): try to pack sequence of pushes into one instruction by 279 // TODO(ishell): try to pack sequence of pushes into one instruction by 318 // TODO(ishell): try to pack sequence of pops into one instruction by
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-assembler-loong64-inl.h | 254 // TODO(ishell): try to pack sequence of pushes into one instruction by 268 // TODO(ishell): try to pack sequence of pushes into one instruction by 308 // TODO(ishell): try to pack sequence of pops into one instruction by
|
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 390 // TODO(ishell): try to pack sequence of pushes into one instruction by 404 // TODO(ishell): try to pack sequence of pushes into one instruction by 443 // TODO(ishell): try to pack sequence of pops into one instruction by
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 263 // TODO(ishell): try to pack sequence of pushes into one instruction by 277 // TODO(ishell): try to pack sequence of pushes into one instruction by 316 // TODO(ishell): try to pack sequence of pops into one instruction by
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 392 // TODO(ishell): try to pack sequence of pushes into one instruction by 406 // TODO(ishell): try to pack sequence of pushes into one instruction by 445 // TODO(ishell): try to pack sequence of pops into one instruction by
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 273 // TODO(ishell): try to pack sequence of pushes into one instruction by 287 // TODO(ishell): try to pack sequence of pushes into one instruction by 326 // TODO(ishell): try to pack sequence of pops into one instruction by
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermOut.cpp | 214 case EOpPackSnorm2x16: out << "pack Snorm 2x16"; break; in visitUnary() 215 case EOpPackUnorm2x16: out << "pack Unorm 2x16"; break; in visitUnary() 216 case EOpPackHalf2x16: out << "pack half 2x16"; break; in visitUnary()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jdcolext-neon.c | 157 /* Pack R, G, and B values in ratio 5:6:5. */ in jsimd_ycc_rgb_convert_neon() 226 /* Pack R, G, and B values in ratio 5:6:5. */ in jsimd_ycc_rgb_convert_neon() 327 /* Pack R, G, and B values in ratio 5:6:5. */ in jsimd_ycc_rgb_convert_neon()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 219 vbar.pack(side=LEFT, fill=Y) 222 hbar.pack(side=BOTTOM, fill=X) 236 text.pack(side=LEFT, fill=BOTH, expand=1)
|
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | uipc_msg.h | 54 #pragma pack(push) /* push current alignment to stack */ 55 #pragma pack(1) /* set alignment to 1 byte boundary to allow for offset mappings */ 730 #pragma pack(pop) /* pop saved alignment to stack */
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | uipc_msg.h | 54 #pragma pack(push) /* push current alignment to stack */ 55 #pragma pack(1) /* set alignment to 1 byte boundary to allow for offset mappings */ 730 #pragma pack(pop) /* pop saved alignment to stack */
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mem.h | 212 #pragma pack(push, 1) /* 涉及位域操作,按1字节对齐 */ 224 #pragma pack(pop)
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | yadif-16.asm | 47 %macro PACK 1 243 PACK m1
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_cl.h | 183 * Reference to a BO with its associated offset, used in the pack process. 278 * Helper function called by the XML-generated pack functions for filling in
|
/third_party/node/deps/v8/tools/ |
H A D | adb-d8.py | 51 self.request.sendall(struct.pack("!i", len(contents))) 58 self.request.sendall(struct.pack("!i", -1))
|