Home
last modified time | relevance | path

Searched refs:pack (Results 376 - 400 of 430) sorted by relevance

1...<<1112131415161718

/third_party/python/Lib/test/
H A Dtest_asyncore.py790 struct.pack('ii', 1, 0))
H A Dpickletester.py1004 struct.pack("<I", 300) +
3179 struct.pack("<I", len(data)))
3206 struct.pack("<Q", len(data)))
3230 struct.pack("<I", len(data)))
3261 struct.pack("<Q", len(data)))
H A Dtest_compileall.py81 compare = struct.pack('<4sLL', importlib.util.MAGIC_NUMBER, 0,
123 self.recreation_check(struct.pack('<4sLL', importlib.util.MAGIC_NUMBER,
H A Dtest_plistlib.py853 tail = struct.pack('>6xBBQQQ', offset_size, ref_size,
H A Dtest_buffer.py78 struct.pack('Q', 2**64-1)
108 struct.pack(fmt, (1<<exp)-1)
168 x = struct.pack(char, x)
838 x = struct.pack(fmt, *item2)
840 x = struct.pack(fmt, item2)
H A Dtest_mailbox.py1281 self._box.pack()
1298 self._box.pack()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py47 cls.text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True)
/third_party/protobuf/js/binary/
H A Dproto_test.js652 any.pack(msg.serializeBinary(), 'jspb.test.TestAllTypes');
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.h357 const gl::PixelPackState &pack,
/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js677 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
678 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
H A DvariadicTuples1.js408 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
409 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h909 #pragma pack(push, 1)
1189 #pragma pack(pop)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp1677 const PixelPackState &pack, in readPixels()
1681 ANGLE_TRY(mImpl->readPixels(context, area, format, type, pack, packBuffer, pixels)); in readPixels()
1673 readPixels(const Context *context, const Rectangle &area, GLenum format, GLenum type, const PixelPackState &pack, Buffer *packBuffer, void *pixels) readPixels() argument
H A DvalidationES.cpp6962 // Check for pixel pack buffer related API errors in ValidatePixelPack()
6982 const auto &pack = context->getState().getPackState(); in ValidatePixelPack() local
6985 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack()
7031 // Since these two pack parameters can only be set to non-zero values in ValidatePixelPack()
7033 GLint dataStoreWidth = pack.rowLength ? pack.rowLength : width; in ValidatePixelPack()
7034 if (pack.skipPixels + width > dataStoreWidth) in ValidatePixelPack()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c422 LLVMValueRef (*pack)(struct ac_llvm_context *ctx, in emit_pack_2x16()
431 return LLVMBuildBitCast(ctx->builder, pack(ctx, comp), ctx->i32, ""); in emit_pack_2x16()
4687 /* We pack it with bit shifts, so we need it to be 32-bit. */ in visit_tex()
4765 LLVMValueRef offset[3], pack; in visit_tex() local
4778 pack = LLVMBuildOr(ctx->ac.builder, offset[0], offset[1], ""); in visit_tex()
4779 pack = LLVMBuildOr(ctx->ac.builder, pack, offset[2], ""); in visit_tex()
4780 args.offset = pack; in visit_tex()
4807 /* pack derivatives */ in visit_tex()
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c883 static void pack(char **strs, size_t len, char **packed, size_t *length) { in pack() function
956 pack(u->base_profiles, u->channels, &packed, &packed_length); in save_state()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp724 const gl::PixelPackState &pack, in readPixels()
745 ANGLE_TRY(vk::ImageHelper::GetReadPixelsParams(contextVk, pack, packBuffer, format, type, area, in readPixels()
720 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp730 waitcnt->imm = imm.pack(ctx.gfx_level); in emit_waitcnt()
H A Daco_ir.cpp829 wait_imm::pack(enum amd_gfx_level gfx_level) const in pack() function in aco::wait_imm
H A Daco_instruction_selection.cpp9460 /* Doesn't need get_ssa_temp_tex because we pack it into its own dword anyway. */
9525 Temp acc, pack = Temp();
9548 if (pack == Temp()) {
9549 pack = acc;
9551 pack = bld.sop2(aco_opcode::s_or_b32, bld.def(s1), bld.def(s1, scc), pack, acc);
9555 if (pack_const && pack != Temp())
9556 pack = bld.sop2(aco_opcode::s_or_b32, bld.def(s1), bld.def(s1, scc),
9557 Operand::c32(pack_const), pack);
9570 if (pack
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h156 * The instruction being wrapped. Its condition codes, pack flags,
1118 void vir_set_pack(struct qinst *inst, enum v3d_qpu_output_pack pack);
/third_party/python/Lib/logging/
H A Dhandlers.py650 slen = struct.pack(">L", len(s))
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.cpp68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld},
H A DIceInstX8664.cpp68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld},
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp931 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
2202 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
2203 // Note: the AVX2 variant of pack operates on 128-bit lanes, thus in pack()
2219 // pack code units in linear order from v0 and v1 in pack()
3166 static simdutf_really_inline simd8<uint8_t> pack(const simd16<uint16_t>& v0, const simd16<uint16_t>& v1) { in pack() function
12709 const auto in16 = simd16<uint16_t>::pack(v0, v1); in arm_detect_encodings()
12710 const auto nextin16 = simd16<uint16_t>::pack(v2, v3); in arm_detect_encodings()
12761 const simd8<uint8_t> in_16 = simd16<uint16_t>::pack(t0, t1); in arm_detect_encodings()
12900 const simd8<uint8_t> in = simd16<uint16_t>::pack(t0, t1); in arm_validate_utf16()
12971 const simd8<uint8_t> in = simd16<uint16_t>::pack(t in arm_validate_utf16_with_errors()
[all...]

Completed in 102 milliseconds

1...<<1112131415161718