Home
last modified time | relevance | path

Searched full:pack (Results 376 - 400 of 1761) sorted by relevance

1...<<11121314151617181920>>...71

/third_party/python/Doc/library/
H A Dtkinter.rst648 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 Ddrv_symc.h324 * 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 Ddrv_cipher_kapi.h284 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 Dddr_phy_t16.h173 #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 Dddr_phy_s40.h153 #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 Dddr_phy_t16.h174 #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 Dddr_phy_s40.h154 #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 Dwrite_log.c399 * 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 Dvc4_register_allocate.c353 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 DREADME.md113 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 Dbaseline-assembler-mips-inl.h265 // 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 Dbaseline-assembler-loong64-inl.h254 // 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 Dbaseline-assembler-s390-inl.h390 // 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 Dbaseline-assembler-mips64-inl.h263 // 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 Dbaseline-assembler-ppc-inl.h392 // 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 Dbaseline-assembler-arm-inl.h273 // 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 DintermOut.cpp214 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 Djdcolext-neon.c157 /* 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__.py219 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 Duipc_msg.h54 #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 Duipc_msg.h54 #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 Doal_mem.h212 #pragma pack(push, 1) /* 涉及位域操作,按1字节对齐 */
224 #pragma pack(pop)
/third_party/ffmpeg/libavfilter/x86/
H A Dyadif-16.asm47 %macro PACK 1
243 PACK m1
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.h183 * 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 Dadb-d8.py51 self.request.sendall(struct.pack("!i", len(contents)))
58 self.request.sendall(struct.pack("!i", -1))

Completed in 28 milliseconds

1...<<11121314151617181920>>...71