Home
last modified time | relevance | path

Searched full:pack (Results 26 - 50 of 2632) sorted by relevance

12345678910>>...106

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dasus_atk0110.c278 union acpi_object *pack, in atk_get_pack_member()
307 return &pack->package.elements[offset]; in atk_get_pack_member()
494 union acpi_object *pack; in atk_ggrp() local
508 pack = buf.pointer; in atk_ggrp()
509 if (pack->type != ACPI_TYPE_PACKAGE) { in atk_ggrp()
511 ACPI_FREE(pack); in atk_ggrp()
515 if (pack->package.count < 1) { in atk_ggrp()
517 ACPI_FREE(pack); in atk_ggrp()
520 return pack; in atk_ggrp()
703 static void atk_pack_print(char *buf, size_t sz, union acpi_object *pack) in atk_pack_print() argument
277 atk_get_pack_member(struct atk_data *data, union acpi_object *pack, enum atk_pack_member m) atk_get_pack_member() argument
738 union acpi_object *pack = &ret->package.elements[i]; atk_debugfs_ggrp_open() local
942 union acpi_object *pack; atk_enumerate_old_hwmon() local
1016 union acpi_object *pack; atk_ec_present() local
1121 union acpi_object *pack; atk_enumerate_new_hwmon() local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dasus_atk0110.c278 union acpi_object *pack, in atk_get_pack_member()
307 return &pack->package.elements[offset]; in atk_get_pack_member()
494 union acpi_object *pack; in atk_ggrp() local
508 pack = buf.pointer; in atk_ggrp()
509 if (pack->type != ACPI_TYPE_PACKAGE) { in atk_ggrp()
511 ACPI_FREE(pack); in atk_ggrp()
515 if (pack->package.count < 1) { in atk_ggrp()
517 ACPI_FREE(pack); in atk_ggrp()
520 return pack; in atk_ggrp()
703 static void atk_pack_print(char *buf, size_t sz, union acpi_object *pack) in atk_pack_print() argument
277 atk_get_pack_member(struct atk_data *data, union acpi_object *pack, enum atk_pack_member m) atk_get_pack_member() argument
738 union acpi_object *pack = &ret->package.elements[i]; atk_debugfs_ggrp_open() local
942 union acpi_object *pack; atk_enumerate_old_hwmon() local
1016 union acpi_object *pack; atk_ec_present() local
1121 union acpi_object *pack; atk_enumerate_new_hwmon() local
[all...]
/third_party/python/Tools/demo/
H A Dredemo.py15 self.promptdisplay.pack(side=TOP, fill=X)
18 self.regexdisplay.pack(fill=X)
24 self.statusdisplay.pack(side=TOP, fill=X)
28 self.labeldisplay.pack(fill=X)
29 self.labeldisplay.pack(fill=X)
32 self.showframe.pack(fill=X, anchor=W)
42 self.showfirstradio.pack(side=LEFT)
49 self.showallradio.pack(side=LEFT)
52 self.stringdisplay.pack(fill=BOTH, expand=1)
56 self.grouplabel.pack(fil
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dpio.c25 struct b43_pio_txpacket *pack) in generate_cookie()
38 cookie |= pack->index; in generate_cookie()
46 struct b43_pio_txpacket **pack) in parse_cookie()
74 *pack = &q->packets[pack_index]; in parse_cookie()
180 struct b43_pio_txpacket *pack; in b43_pio_cancel_tx_packets() local
184 pack = &(q->packets[i]); in b43_pio_cancel_tx_packets()
185 if (pack->skb) { in b43_pio_cancel_tx_packets()
186 ieee80211_free_txskb(q->dev->wl->hw, pack->skb); in b43_pio_cancel_tx_packets()
187 pack->skb = NULL; in b43_pio_cancel_tx_packets()
349 static void pio_tx_frame_2byte_queue(struct b43_pio_txpacket *pack, in pio_tx_frame_2byte_queue() argument
24 generate_cookie(struct b43_pio_txqueue *q, struct b43_pio_txpacket *pack) generate_cookie() argument
44 parse_cookie(struct b43_wldev *dev, u16 cookie, struct b43_pio_txpacket **pack) parse_cookie() argument
419 pio_tx_frame_4byte_queue(struct b43_pio_txpacket *pack, const u8 *hdr, unsigned int hdrlen) pio_tx_frame_4byte_queue() argument
445 struct b43_pio_txpacket *pack; pio_tx_frame() local
567 struct b43_pio_txpacket *pack = NULL; b43_pio_handle_txstatus() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dpio.c25 struct b43_pio_txpacket *pack) in generate_cookie()
38 cookie |= pack->index; in generate_cookie()
46 struct b43_pio_txpacket **pack) in parse_cookie()
74 *pack = &q->packets[pack_index]; in parse_cookie()
180 struct b43_pio_txpacket *pack; in b43_pio_cancel_tx_packets() local
184 pack = &(q->packets[i]); in b43_pio_cancel_tx_packets()
185 if (pack->skb) { in b43_pio_cancel_tx_packets()
186 ieee80211_free_txskb(q->dev->wl->hw, pack->skb); in b43_pio_cancel_tx_packets()
187 pack->skb = NULL; in b43_pio_cancel_tx_packets()
349 static void pio_tx_frame_2byte_queue(struct b43_pio_txpacket *pack, in pio_tx_frame_2byte_queue() argument
24 generate_cookie(struct b43_pio_txqueue *q, struct b43_pio_txpacket *pack) generate_cookie() argument
44 parse_cookie(struct b43_wldev *dev, u16 cookie, struct b43_pio_txpacket **pack) parse_cookie() argument
419 pio_tx_frame_4byte_queue(struct b43_pio_txpacket *pack, const u8 *hdr, unsigned int hdrlen) pio_tx_frame_4byte_queue() argument
445 struct b43_pio_txpacket *pack; pio_tx_frame() local
567 struct b43_pio_txpacket *pack = NULL; b43_pio_handle_txstatus() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-537.h1 /// This should not be opaque; we can see the attributes and can pack the
13 #pragma pack(1)
16 /// `#pragma pack(1)`, we can detect that alignment is 1 and add
23 #pragma pack()
25 #pragma pack(2)
28 /// `#pragma pack(2)`, we can't do anything about it because Rust before 1.33
35 #pragma pack()
H A Dissue-537-repr-packed-n.h3 /// This should not be opaque; we can see the attributes and can pack the
14 #pragma pack(1)
17 /// `#pragma pack(1)`, we can detect that alignment is 1 and add
24 #pragma pack()
26 #pragma pack(2)
34 #pragma pack()
/third_party/mesa3d/src/mesa/main/
H A Dtexgetimage.c41 #include "pack.h"
105 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_depth()
110 _mesa_pack_depth_span(ctx, width, dest, type, depthRow, &ctx->Pack); in get_tex_depth()
151 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_depth_stencil()
167 if (ctx->Pack.SwapBytes) { in get_tex_depth_stencil()
208 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_stencil()
251 void *dest = _mesa_image_address(dimensions, &ctx->Pack, pixels, in get_tex_ycbcr()
261 if (!ctx->Pack.SwapBytes) in get_tex_ycbcr()
264 else if (ctx->Pack.SwapBytes) { in get_tex_ycbcr()
335 /* Decompress into temp float buffer, then pack int in get_tex_rgba_compressed()
[all...]
H A Dpixel.c144 struct gl_pixelstore_attrib *pack, GLsizei mapsize, in validate_pbo_access()
153 pack->BufferObj); in validate_pbo_access()
163 if (pack->BufferObj) { in validate_pbo_access()
342 if (!validate_pbo_access(ctx, &ctx->Pack, mapsize, GL_INTENSITY, in _mesa_GetnPixelMapfvARB()
347 if (ctx->Pack.BufferObj) in _mesa_GetnPixelMapfvARB()
348 ctx->Pack.BufferObj->UsageHistory |= USAGE_PIXEL_PACK_BUFFER; in _mesa_GetnPixelMapfvARB()
350 values = (GLfloat *) _mesa_map_pbo_dest(ctx, &ctx->Pack, values); in _mesa_GetnPixelMapfvARB()
352 if (ctx->Pack.BufferObj) { in _mesa_GetnPixelMapfvARB()
369 _mesa_unmap_pbo_dest(ctx, &ctx->Pack); in _mesa_GetnPixelMapfvARB()
394 if (!validate_pbo_access(ctx, &ctx->Pack, mapsiz in _mesa_GetnPixelMapuivARB()
143 validate_pbo_access(struct gl_context *ctx, struct gl_pixelstore_attrib *pack, GLsizei mapsize, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) validate_pbo_access() argument
[all...]
H A Dpbo.c67 const struct gl_pixelstore_attrib *pack, in _mesa_validate_pbo_access()
80 if (!pack->BufferObj) { in _mesa_validate_pbo_access()
85 size = pack->BufferObj->Size; in _mesa_validate_pbo_access()
112 start = _mesa_image_offset(dimensions, pack, width, height, in _mesa_validate_pbo_access()
116 end = _mesa_image_offset(dimensions, pack, width, height, in _mesa_validate_pbo_access()
284 assert(unpack != &ctx->Pack); /* catch pack/unpack mismatch */ in _mesa_unmap_pbo_source()
301 const struct gl_pixelstore_attrib *pack, in _mesa_map_pbo_dest()
306 if (pack->BufferObj) { in _mesa_map_pbo_dest()
307 /* pack int in _mesa_map_pbo_dest()
66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) _mesa_validate_pbo_access() argument
300 _mesa_map_pbo_dest(struct gl_context *ctx, const struct gl_pixelstore_attrib *pack, GLvoid *dest) _mesa_map_pbo_dest() argument
378 _mesa_unmap_pbo_dest(struct gl_context *ctx, const struct gl_pixelstore_attrib *pack) _mesa_unmap_pbo_dest() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DAnyTest.cs41 public void Pack() in Pack() method in Google.Protobuf.WellKnownTypes.AnyTest
44 var any = Any.Pack(message); in Pack()
53 var any = Any.Pack(message, "foo.bar/baz"); in Pack_WithCustomPrefix()
62 var any = Any.Pack(message, "foo.bar/baz/"); in Pack_WithCustomPrefixTrailingSlash()
71 var any = Any.Pack(message); in Unpack_WrongType()
79 var any = Any.Pack(message); in Unpack_Success()
88 var any = Any.Pack(message, "foo.bar/baz"); in Unpack_CustomPrefix_Success()
97 var any = Any.Pack(message); in TryUnpack_WrongType()
106 var any = Any.Pack(message); in TryUnpack_RightType()
115 var any = Any.Pack(messag in ToString_WithValues()
[all...]
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py18 pack = tkinter.Toplevel(self.root, name='pack')
19 pack.wm_geometry('300x200+0+0')
20 pack.wm_minsize(1, 1)
21 a = tkinter.Frame(pack, name='a', width=20, height=40, bg='red')
22 b = tkinter.Frame(pack, name='b', width=50, height=30, bg='blue')
23 c = tkinter.Frame(pack, name='c', width=80, height=80, bg='green')
24 d = tkinter.Frame(pack, name='d', width=40, height=30, bg='yellow')
25 return pack, a, b, c, d
28 pack,
[all...]
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py131 note.pack(side=TOP, expand=TRUE, fill=BOTH)
132 self.create_action_buttons().pack(side=BOTTOM)
168 self.buttons[txt].pack(side=LEFT, padx=5)
170 Frame(outer, height=2, borderwidth=0).pack(side=TOP)
171 buttons_frame.pack(side=BOTTOM)
250 # # Pack widgets.
367 # Grid and pack widgets:
374 frame_font_name.pack(side=TOP, padx=5, pady=5, fill=X)
375 frame_font_param.pack(side=TOP, padx=5, pady=5, fill=X)
376 font_name_title.pack(sid
[all...]
/third_party/python/Lib/test/
H A Dtest_aifc.py264 b1 = io.BytesIO(b'WRNG' + struct.pack('>L', 0))
265 b2 = io.BytesIO(b'FORM' + struct.pack('>L', 4) + b'WRNG')
270 b = io.BytesIO(b'FORM' + struct.pack('>L', 4) + b'AIFF')
274 b = b'FORM' + struct.pack('>L', 4) + b'AIFC'
275 b += b'COMM' + struct.pack('>LhlhhLL', 38, 1, 0, 8,
277 b += b'NONE' + struct.pack('B', 14) + b'not compressed' + b'\x00'
283 b = b'FORM' + struct.pack('>L', 4) + b'AIFC'
284 b += b'COMM' + struct.pack('>LhlhhLL', 23, 1, 0, 8,
286 b += b'WRNG' + struct.pack('B', 0)
291 b = b'FORM' + struct.pack('>
[all...]
/third_party/cmsis/
H A DREADME.md12 - [**Documentation of development branch**](https://arm-software.github.io/CMSIS_6/develop/General/index.html) - updated from time to time (use [Generate CMSIS Pack for Release](https://github.com/ARM-software/CMSIS_6#generate-cmsis-pack-for-release) for local generation).
24 | [cmsis-pack-eclipse](https://github.com/ARM-software/cmsis-pack-eclipse) | CMSIS-Pack Management for Eclipse reference implementation Pack support |
35 [CMSIS/CoreValidation](./CMSIS/CoreValidation) | Validation for Core(M) and Core(A) (NOT part of pack release)
38 [CMSIS/Documentation](./CMSIS/Documentation) | Doxygen source of the users guide (NOT part of pack release)
40 ## Generate CMSIS Pack for Release
43 In order to generate a full pack on
[all...]
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dio-readsw-armv4.S10 .macro pack, rd, hw1, hw2
37 pack r3, r3, r4
41 pack r4, r4, r5
45 pack r5, r5, ip
49 pack ip, ip, lr
60 pack r3, r3, r4
64 pack r4, r4, ip
73 pack r3, r3, ip
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dio-readsw-armv4.S10 .macro pack, rd, hw1, hw2
37 pack r3, r3, r4
41 pack r4, r4, r5
45 pack r5, r5, ip
49 pack ip, ip, lr
60 pack r3, r3, r4
64 pack r4, r4, ip
73 pack r3, r3, ip
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf100.c28 #define pack_for_each_init(init, pack, head) \
29 for (pack = head; pack && pack->init; pack++) \
30 for (init = pack->init; init && init->count; init++)
36 const struct nvkm_therm_clkgate_pack *pack; in gf100_clkgate_init() local
40 pack_for_each_init(init, pack, p) { in gf100_clkgate_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf100.c28 #define pack_for_each_init(init, pack, head) \
29 for (pack = head; pack && pack->init; pack++) \
30 for (init = pack->init; init && init->count; init++)
36 const struct nvkm_therm_clkgate_pack *pack; in gf100_clkgate_init() local
40 pack_for_each_init(init, pack, p) { in gf100_clkgate_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_overlay.h80 #pragma pack(push, 1)
85 #pragma pack(pop)
87 #pragma pack(push, 1)
91 #pragma pack(pop)
93 #pragma pack(push, 1)
101 #pragma pack(pop)
103 #pragma pack(push, 1)
111 #pragma pack(pop)
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A D6pack.c3 * 6pack.c This module implements the 6pack protocol for kernel-based
43 #define SIXP_SEOF 0x40 /* start and end of a 6pack frame */
48 #define SIXP_CHKSUM 0xFF /* valid checksum of a 6pack frame */
77 /* 6pack configuration. */
78 #define SIXP_NRUNIT 31 /* MAX number of 6pack channels */
107 unsigned char mode; /* 6pack mode */
109 /* 6pack stuff */
161 /* ----> 6pack timer interrupt handler and friends. <---- */
274 /* Close the low-level part of the 6pack channe
[all...]
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A D6pack.c3 * 6pack.c This module implements the 6pack protocol for kernel-based
43 #define SIXP_SEOF 0x40 /* start and end of a 6pack frame */
48 #define SIXP_CHKSUM 0xFF /* valid checksum of a 6pack frame */
77 /* 6pack configuration. */
78 #define SIXP_NRUNIT 31 /* MAX number of 6pack channels */
108 unsigned char mode; /* 6pack mode */
110 /* 6pack stuff */
162 /* ----> 6pack timer interrupt handler and friends. <---- */
270 /* Close the low-level part of the 6pack channe
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c534 nir_ssa_def *pack[2]; in convert_swap_write() local
535 pack[0] = nir_format_pack_uint_unmasked_ssa(b, nir_channel(b, pixel, 0), nir_channel(b, sd->bits, 0)); in convert_swap_write()
536 pack[1] = nir_format_pack_uint_unmasked_ssa(b, nir_channels(b, pixel, 6), nir_channels(b, sd->bits, 6)); in convert_swap_write()
537 handle_swap(b, nir_pad_vec4(b, nir_vec2(b, pack[0], pack[1])), buffer_offset, sd, 2, true); in convert_swap_write()
763 can_copy_direct(const struct gl_pixelstore_attrib *pack) in can_copy_direct() argument
765 return !(pack->RowLength || in can_copy_direct()
766 pack->SkipPixels || in can_copy_direct()
767 pack->SkipRows || in can_copy_direct()
768 pack in can_copy_direct()
773 download_texture_compute(struct st_context *st, const struct gl_pixelstore_attrib *pack, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, unsigned level, unsigned layer, GLenum format, GLenum type, enum pipe_format src_format, enum pipe_texture_target view_target, struct pipe_resource *src, enum pipe_format dst_format, enum swizzle_clamp swizzle_clamp) download_texture_compute() argument
1004 copy_converted_buffer(struct gl_context * ctx, struct gl_pixelstore_attrib *pack, enum pipe_texture_target view_target, struct pipe_resource *dst, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void *pixels) copy_converted_buffer() argument
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DAnyTest.cs41 public void Pack() in Pack() method in Google.Protobuf.WellKnownTypes.AnyTest
44 var any = Any.Pack(message); in Pack()
53 var any = Any.Pack(message, "foo.bar/baz"); in Pack_WithCustomPrefix()
62 var any = Any.Pack(message, "foo.bar/baz/"); in Pack_WithCustomPrefixTrailingSlash()
71 var any = Any.Pack(message); in Unpack_WrongType()
79 var any = Any.Pack(message); in Unpack_Success()
88 var any = Any.Pack(message, "foo.bar/baz"); in Unpack_CustomPrefix_Success()
97 var any = Any.Pack(message); in ToString_WithValues()
/third_party/openssl/test/recipes/
H A D70-test_key_share.t329 $suppgroups = pack "C8",
335 $suppgroups = pack "C6",
342 $ext = pack "C2",
345 $ext = pack "C12",
352 $ext = pack "C11H64",
361 $suppgroups = pack "C4",
365 $ext = pack "C6H64C1",
373 $ext = pack "C8",
379 $ext = pack "C10H64",
388 $ext = pack "C6H64C
[all...]

Completed in 47 milliseconds

12345678910>>...106