Home
last modified time | relevance | path

Searched refs:pack (Results 251 - 275 of 866) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h357 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop))
358 # define LLVM_PACKED_START __pragma(pack(push, 1))
359 # define LLVM_PACKED_END __pragma(pack(pop))
362 # define LLVM_PACKED_START _Pragma("pack(push, 1)")
363 # define LLVM_PACKED_END _Pragma("pack(pop)")
/third_party/python/Lib/test/
H A Dtest_fcntl.py35 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0,
38 lockdata = struct.pack('qqihhi', 0, 0, 0, fcntl.F_WRLCK, 0, 0)
40 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
42 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
45 print('struct.pack: ', repr(lockdata))
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
H A Dslowstrconv.go117 ret.F16 = uint16(h.pack(exp2, 5, 10))
120 ret.F32 = uint32(h.pack(exp2, 8, 23))
123 ret.F64 = uint64(h.pack(exp2, 11, 52))
365 func (h *highPrecisionDecimal) pack(exp2 int32, expBits uint32, manBits uint32) uint64 {
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacobject.h25 #pragma pack(8)
27 #pragma pack(4)
440 #pragma pack()
/kernel/linux/linux-5.10/drivers/scsi/dpt/
H A Ddptsig.h71 #pragma pack(1)
319 /* Microsoft's NT compiler gets confused if you do a pack and don't */
326 #pragma pack(4)
328 #pragma pack()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacobject.h25 #pragma pack(8)
27 #pragma pack(4)
441 #pragma pack()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.h231 vc4_qpu_disasm_pack_mul(FILE *out, uint32_t pack);
234 vc4_qpu_disasm_pack_a(FILE *out, uint32_t pack);
237 vc4_qpu_disasm_unpack(FILE *out, uint32_t pack);
/third_party/python/Tools/msi/
H A Dbuild.bat23 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
87 echo build.bat [-x86] [-x64] [-arm64] [--doc] [-h] [--test-marker] [--pack] [-r]
95 echo --pack Embed core MSIs into installer
/third_party/python/Lib/idlelib/
H A Dscrolledlist.py15 self.frame.pack(fill="both", expand=1)
17 self.vbar.pack(side="right", fill="y")
22 listbox.pack(expand=1, fill="both")
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_defs_svc.h26 #pragma pack(1)
50 #pragma pack()
537 #pragma pack(1)
677 #pragma pack()
900 #pragma pack(1)
961 #pragma pack()
1041 #pragma pack(1)
1110 #pragma pack()
1183 #pragma pack(1)
1192 #pragma pack()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_defs_svc.h26 #pragma pack(1)
50 #pragma pack()
537 #pragma pack(1)
677 #pragma pack()
900 #pragma pack(1)
961 #pragma pack()
1041 #pragma pack(1)
1110 #pragma pack()
1183 #pragma pack(1)
1192 #pragma pack()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.cpp2561 static constexpr uint8_t pack(VkFormat format) in pack() function
2601 static_assert(pack(VK_FORMAT_UNDEFINED) == 0, "Incorrect VkFormat packed value");
2602 static_assert(pack(VK_FORMAT_ASTC_12x12_SRGB_BLOCK) == 184, "Incorrect VkFormat packed value");
2603 static_assert(pack(VK_FORMAT_G8B8G8R8_422_UNORM) == 185, "Incorrect VkFormat packed value");
2604 static_assert(pack(VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM) == 218, "Incorrect VkFormat packed value");
2605 static_assert(pack(VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG) == 219, "Incorrect VkFormat packed value");
2606 static_assert(pack(VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG) == 226, "Incorrect VkFormat packed value");
2607 static_assert(pack(VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT) == 227, "Incorrect VkFormat packed value");
2608 static_assert(pack(VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT) == 240, "Incorrect VkFormat packed value");
2609 static_assert(pack(VK_FORMAT_A4R4G4B4_UNORM_PACK16_EX
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp339 const gl::PixelPackState &pack, in RearrangeEXTTextureNorm16Pixels()
355 contextGL, glFormatOriginal.computeRowPitch(type, area.width, pack.alignment, in RearrangeEXTTextureNorm16Pixels()
356 pack.rowLength, &originalReadFormatRowBytes)); in RearrangeEXTTextureNorm16Pixels()
359 glFormatOriginal.computeSkipBytes(type, originalReadFormatRowBytes, 0, pack, in RearrangeEXTTextureNorm16Pixels()
650 const gl::PixelPackState &pack, in readPixels()
658 gl::PixelPackState packState = pack; in readPixels()
1485 const gl::PixelPackState &pack, in readPixelsRowByRow()
1496 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeRowPitch(type, area.width, pack.alignment, in readPixelsRowByRow()
1497 pack.rowLength, &rowBytes)); in readPixelsRowByRow()
1500 glFormat.computeSkipBytes(type, rowBytes, 0, pack, fals in readPixelsRowByRow()
331 RearrangeEXTTextureNorm16Pixels(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, GLuint skipBytes, GLuint rowBytes, GLuint pixelBytes, const gl::PixelPackState &pack, GLubyte *clientPixels, GLubyte *tmpPixels) RearrangeEXTTextureNorm16Pixels() argument
646 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
1480 readPixelsRowByRow(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, const gl::PixelPackState &pack, GLubyte *pixels) const readPixelsRowByRow() argument
1534 readPixelsAllAtOnce(const gl::Context *context, const gl::Rectangle &area, GLenum originalReadFormat, GLenum format, GLenum type, const gl::PixelPackState &pack, GLubyte *pixels, bool readLastRowSeparately) const readPixelsAllAtOnce() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py149 cmd = struct.pack(fmt,
165 cmd = struct.pack(fmt,
182 cmd = struct.pack(fmt,
205 cmd = struct.pack(fmt,
281 cmd = struct.pack(fmt, tpm2.TPM2_ST_NO_SESSIONS, struct.calcsize(fmt),
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py162 cmd = struct.pack(fmt,
178 cmd = struct.pack(fmt,
195 cmd = struct.pack(fmt,
218 cmd = struct.pack(fmt,
294 cmd = struct.pack(fmt, tpm2.TPM2_ST_NO_SESSIONS, struct.calcsize(fmt),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp204 const gl::PixelPackState &pack, in readPixels()
224 sizedFormatInfo.computeRowPitch(type, area.width, pack.alignment, in readPixels()
225 pack.rowLength, &outputPitch)); in readPixels()
228 ANGLE_CHECK_GL_MATH(contextD3D, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, pack, in readPixels()
233 return readPixelsImpl(context, clippedArea, format, type, outputPitch, pack, packBuffer, in readPixels()
200 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/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp158 static uint32_t pack(SkFixed f, unsigned max, SkFixed one) { in pack() function
177 *xy++ = pack<tiley, extract_low_bits>(mapper.fixedY(), maxY, s.fFilterOneY); in filter_scale()
197 *xy++ = pack<tilex, extract_low_bits>(SkFractionalIntToFixed(fx), maxX, s.fFilterOneX); in filter_scale()
219 *xy++ = pack<tiley, extract_low_bits>(SkFractionalIntToFixed(fy), maxY, oneY); in filter_affine()
220 *xy++ = pack<tilex, extract_low_bits>(SkFractionalIntToFixed(fx), maxX, oneX); in filter_affine()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_daemon.h77 #pragma pack(1)
116 #pragma pack()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_status_params_cmd.h27 #pragma pack(1)
211 #pragma pack(0)
H A Dhci_def_link_policy_cmd.h27 #pragma pack(1)
183 #pragma pack(0)
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h28 #pragma pack(1)
38 #pragma pack()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h84 #pragma pack(push, 1) // PF2VF / VF2PF data areas are byte packed
243 #pragma pack(pop) // Restore previous packing option
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_dbgmgr.h30 #pragma pack(push, 4)
227 #pragma pack(pop)
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.h81 #pragma pack(1)
117 #pragma pack()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Ddisplayobject.h33 #pragma pack(1)
243 #pragma pack()

Completed in 25 milliseconds

1...<<11121314151617181920>>...35