Home
last modified time | relevance | path

Searched refs:pack (Results 151 - 175 of 867) sorted by relevance

12345678910>>...35

/third_party/typescript/tests/baselines/reference/
H A DarrayLiteralExpressionContextualTyping.js19 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
20 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DcallOverload.js15 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
16 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DinlineJsxFactoryDeclarationsLocalTypes.js92 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
93 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
132 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
133 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dusbip_common.c353 int pack) in usbip_pack_cmd_submit()
361 if (pack) { in usbip_pack_cmd_submit()
378 int pack) in usbip_pack_ret_submit()
382 if (pack) { in usbip_pack_ret_submit()
398 int pack) in usbip_pack_pdu()
402 usbip_pack_cmd_submit(pdu, urb, pack); in usbip_pack_pdu()
405 usbip_pack_ret_submit(pdu, urb, pack); in usbip_pack_pdu()
539 struct usb_iso_packet_descriptor *uiso, int pack) in usbip_pack_iso()
541 if (pack) { in usbip_pack_iso()
352 usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, int pack) usbip_pack_cmd_submit() argument
377 usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, int pack) usbip_pack_ret_submit() argument
397 usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, int pack) usbip_pack_pdu() argument
538 usbip_pack_iso(struct usbip_iso_packet_descriptor *iso, struct usb_iso_packet_descriptor *uiso, int pack) usbip_pack_iso() argument
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dusbip_common.c434 int pack) in usbip_pack_cmd_submit()
442 if (pack) { in usbip_pack_cmd_submit()
459 int pack) in usbip_pack_ret_submit()
463 if (pack) { in usbip_pack_ret_submit()
479 int pack) in usbip_pack_pdu()
483 usbip_pack_cmd_submit(pdu, urb, pack); in usbip_pack_pdu()
486 usbip_pack_ret_submit(pdu, urb, pack); in usbip_pack_pdu()
620 struct usb_iso_packet_descriptor *uiso, int pack) in usbip_pack_iso()
622 if (pack) { in usbip_pack_iso()
433 usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, int pack) usbip_pack_cmd_submit() argument
458 usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, int pack) usbip_pack_ret_submit() argument
478 usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, int pack) usbip_pack_pdu() argument
619 usbip_pack_iso(struct usbip_iso_packet_descriptor *iso, struct usb_iso_packet_descriptor *uiso, int pack) usbip_pack_iso() argument
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_sink.c113 SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage}; in SinkInputNewCb() local
115 !EffectChainManagerAddSessionInfo(sceneType, sessionID, pack)) { in SinkInputNewCb()
171 SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage}; in SinkInputStateChangedCb() local
172 if (!EffectChainManagerAddSessionInfo(sceneType, sessionID, pack)) { in SinkInputStateChangedCb()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h76 #pragma pack(push, 1)
190 #pragma pack(pop)
201 #pragma pack(push, 1)
211 #pragma pack(pop)
/kernel/linux/linux-5.10/include/net/
H A Dbond_3ad.h94 #pragma pack(1)
153 #pragma pack()
161 #pragma pack(8)
253 #pragma pack()
/kernel/linux/linux-6.6/include/net/
H A Dbond_3ad.h94 #pragma pack(1)
153 #pragma pack()
161 #pragma pack(8)
253 #pragma pack()
/third_party/python/Lib/idlelib/
H A Dtextview.py24 def pack(self, **kwargs): member in AutoHideScrollbar
25 raise TclError(f'{self.__class__.__name__} does not support "pack"')
97 self.textframe.pack(side='top', expand=True, fill='both')
98 button_ok.pack(side='bottom')
134 self.viewframe.pack(side='top', expand=True, fill='both')
H A Dgrep.py122 btn.pack(side="top", fill="both")
204 frame.pack()
206 text.pack()
214 button.pack()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp89 const gl::PixelPackState &pack, in readPixels()
93 // Get the pointer to write to from the argument or the pack buffer in readPixels()
122 ANGLE_CHECK_GL_MATH(contextNull, glFormat.computeRowPitch(type, origArea.width, pack.alignment, in readPixels()
123 pack.rowLength, &rowBytes)); in readPixels()
127 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixels()
85 readPixels(const gl::Context *context, const gl::Rectangle &origArea, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *ptrOrOffset) readPixels() argument
/third_party/python/Lib/
H A Dxdrlib.py66 self.__buf.write(struct.pack('>L', x))
70 self.__buf.write(struct.pack('>l', x))
92 self.__buf.write(struct.pack('>f', x))
96 self.__buf.write(struct.pack('>d', x))
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1158 statistics info related to pack.
1159 Input : pcb - socket pcb for which pack info needs to be displayed.
1168 FILLP_SHOWDATABUTT("packInterval: %u", pcb->pack.packInterval); in FtFillpStatPackStat()
1169 FILLP_SHOWDATABUTT("packTimePassed: %lld", pcb->pack.packTimePassed); in FtFillpStatPackStat()
1171 FILLP_SHOWDATABUTT("periodRecvRate: %u", pcb->pack.periodRecvRate); in FtFillpStatPackStat()
1172 FILLP_SHOWDATABUTT("maxRecvRate: %u", pcb->pack.maxRecvRate); in FtFillpStatPackStat()
1173 FILLP_SHOWDATABUTT("packLostSeq: %u", pcb->pack.packLostSeq); in FtFillpStatPackStat()
1174 FILLP_SHOWDATABUTT("packPktNum: %u", pcb->pack.packPktNum); in FtFillpStatPackStat()
1175 FILLP_SHOWDATABUTT("periodRecvedOnes: %u", pcb->pack.periodRecvedOnes); in FtFillpStatPackStat()
1176 FILLP_SHOWDATABUTT("periodDroped: %u", pcb->pack in FtFillpStatPackStat()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5149 storage += struct.pack( "B", 0 )
5155 storage += struct.pack( "B", val )
5164 storage += struct.pack( "!BH", count + 128, self.value )
5166 storage += struct.pack( "B", count )
5169 storage += struct.pack( "!H", child.index )
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py104 lscale.pack()
133 x.pack()
175 x.pack(expand=True, fill='both')
257 optmenu.pack()
288 optmenu.pack()
289 optmenu2.pack()
312 optmenu.pack()
/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_cremote_object.h142 #pragma pack(4)
151 #pragma pack()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h33 /* Below structures are exchanged over network, so there should be no padding, so use pack 1 */
34 #pragma pack(1)
80 #pragma pack()
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/linux/
H A Dnip.h72 #pragma pack(1)
78 #pragma pack()
/kernel/linux/common_modules/newip/examples/
H A Dnip.h73 #pragma pack(1)
86 #pragma pack()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_pptable.h26 #pragma pack(push, 1)
107 #pragma pack(pop)
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_ipi.h23 #pragma pack(push, 4)
118 #pragma pack(pop)
/kernel/linux/linux-5.10/drivers/misc/ibmasm/
H A Dr_heartbeat.c21 #pragma pack(1)
34 #pragma pack()
/kernel/linux/linux-6.6/drivers/misc/ibmasm/
H A Dr_heartbeat.c21 #pragma pack(1)
34 #pragma pack()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Damd_hsmp.h8 #pragma pack(4)
301 #pragma pack()

Completed in 22 milliseconds

12345678910>>...35