/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.c | 217 #pragma pack(push, 8) 232 #pragma pack(pop)
|
/third_party/python/Lib/test/ |
H A D | test_audioop.py | 8 def pack(width, data): function 15 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)}
|
H A D | test_zipimport.py | 41 struct.pack("<iLL", 0, 837 fp.write(struct.pack('=I', 0x06054B50))
|
H A D | test_gzip.py | 343 self.assertEqual(mtimeBytes, struct.pack('<i', mtime)) # little-endian 366 self.assertEqual(isizeBytes, struct.pack('<i', len(data1)))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp 801 MemoryOp::pack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth, in uploadLinear()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawImageObjectUtil.cpp | 44 void MemoryOp::pack (int pixelSize, in pack() function in vkt::Draw::MemoryOp 801 MemoryOp::pack(vk::mapVkFormat(m_format).getPixelSize(), width, height, depth, in uploadLinear()
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 406 The layout mechanism uses a simplified version of the pack 1510 self.scale.pack(side=scale_side, fill='x') 1513 dummy.pack(side=label_side)
|
H A D | __init__.py | 14 or Grid. These managers can be called with methods place, pack, grid 25 frame.pack(fill=BOTH,expand=1) 27 label.pack(fill=X, expand=1) 29 button.pack(side=BOTTOM) 1741 'pack', 'propagate', self._w)) 1743 self.tk.call('pack', 'propagate', self._w, flag) 1752 self.tk.call('pack', 'slaves', self._w))] 2413 # pack/place/grid methods are defined on the Widget class, and 2415 # ...), with pack(), place() and grid() being short for 2438 after=widget - pack i [all...] |
/third_party/python/Modules/ |
H A D | _tracemalloc.c | 66 #pragma pack(push, 4) 75 #pragma pack(pop)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 353 test_crn = struct.pack('>H', prev + 0x10) 1063 test_crn = struct.pack('>H', int(args.test_crn))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 836 #pragma pack(push, 1) 1110 #pragma pack(pop)
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 221 text_frame.pack(side=LEFT, fill=BOTH, expand=1) 437 self.status_bar.pack(side=BOTTOM, fill=X) 438 sep.pack(side=BOTTOM, fill=X)
|
H A D | rpc.py | 339 s = struct.pack("<i", len(s)) + s
|
H A D | sidebar.py | 37 if manager == 'pack': 522 text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True)
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderBitfieldOperationTests.cpp | 399 static GLuint pack(float x, float y, float z, float w, float range) in pack() function 409 GLuint expected = pack(input[0], input[1], input[2], input[3], range); in checkOutData() 411 GLuint expected_mp = pack(reduce32PrecisionTo16(input[0]), in checkOutData()
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 222 f.pack() 226 b.pack() 1042 lb.pack()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 805 gl::PixelPackState pack; in copySubTextureCPUReadback() local 806 pack.alignment = 1; in copySubTextureCPUReadback() 807 ANGLE_TRY(mStateManager->setPixelPackState(context, pack)); in copySubTextureCPUReadback()
|
H A D | StateManagerGL.h | 243 angle::Result setPixelPackState(const gl::Context *context, const gl::PixelPackState &pack);
|
/third_party/f2fs-tools/fsck/ |
H A D | mount.c | 1208 /* Read the 1st cp block in this CP pack */ in validate_checkpoint() 1219 /* Read the 2nd cp block in this CP pack */ in validate_checkpoint() 1260 * sets( cp pack1 and cp pack 2) in get_valid_checkpoint() 1265 /* The second checkpoint pack should start at the next segment */ in get_valid_checkpoint() 1482 pgoff_t current_nat_addr(struct f2fs_sb_info *sbi, nid_t start, int *pack) in current_nat_addr() argument 1495 if (pack) in current_nat_addr() 1496 *pack = 1; in current_nat_addr() 1500 if (pack) in current_nat_addr() 1501 *pack = 2; in current_nat_addr()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 816 * In general, emits a nir_pack_unorm_4x8 as a series of MOVs with the pack 820 * the sources to be packed and just emit the pack flag there, if possible. 838 /* If the pack is replicating the same channel 4 times, use the 8888 in ntq_emit_pack_unorm_4x8() 839 * pack flag. This is common for blending using the alpha in ntq_emit_pack_unorm_4x8() 867 !c->defs[src.index]->dst.pack) { in ntq_emit_pack_unorm_4x8() 871 rewrite->dst.pack = QPU_PACK_MUL_8A + i; in ntq_emit_pack_unorm_4x8() 1022 if (src.pack || src.file != QFILE_TEMP) in ntq_fddx() 1040 if (src.pack || src.file != QFILE_TEMP) in ntq_fddy() 1375 packed_chan.pack = QPU_PACK_A_16A + i; in emit_scaled_viewport_write()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 42 #include "main/pack.h" 211 /* copy/pack data into user buffer */ in copy_to_staging_dest() 589 struct gl_pixelstore_attrib pack = {0}; in st_UnmapTextureImage() local 590 pack.Alignment = 4; in st_UnmapTextureImage() 596 GL_UNSIGNED_BYTE, tmp, &pack); in st_UnmapTextureImage() 1707 const struct gl_pixelstore_attrib *pack, void *pixels) in try_pbo_download() 1760 if (!st_pbo_addresses_pixelstore(st, gl_target, dims == 3, pack, pixels, &addr)) in try_pbo_download() 1702 try_pbo_download(struct st_context *st, struct gl_texture_image *texImage, enum pipe_format src_format, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const struct gl_pixelstore_attrib *pack, void *pixels) try_pbo_download() argument
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | odm.h | 1020 #pragma pack()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghashv8-armx.S | 60 vext.8 q13,q8,q9,#8 @ pack Karatsuba pre-processed
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghashv8-armx.S | 60 vext.8 q13,q8,q9,#8 @ pack Karatsuba pre-processed
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 2490 if (vd->pack) { /* /dev/dsp can't it */ 2585 if (eb->pack) { /* /dev/dsp can't it */ 2676 eb.pack = 0; 2693 vd.pack = 0;
|