Home
last modified time | relevance | path

Searched refs:pack (Results 751 - 775 of 790) sorted by relevance

1...<<3132

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py258 for b in struct.pack(fmt, val):
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1360 cpl->pack = cpu_to_be16(0); in t4vf_eth_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h829 __be16 pack; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h829 __be16 pack; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1357 cpl->pack = cpu_to_be16(0); in t4vf_eth_xmit()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py258 for b in struct.pack(fmt, val):
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py427 hash.update(struct.pack(">i", len(data)))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py427 hash.update(struct.pack(">i", len(data)))
/third_party/python/Lib/idlelib/
H A Dpyshell.py654 sc.frame.pack(expand=1, fill="both")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp421 Ref.PR = G.pack(RR); in setRegRef()
/third_party/skia/tests/
H A DSkVMTest.cpp2435 // originally with a bad arm64 implementation of pack().
2445 _4444 = pack(_4444, r, 12);
2446 _4444 = pack(_4444, a, 0);
/third_party/python/Lib/test/
H A Dtest_logging.py1892 slen = struct.pack('>L', 0) # length of prefix
3303 slen = struct.pack('>L', len(text))
H A Dtest_array.py168 arraystr = struct.pack(struct_fmt, *values)
H A Dtest_math.py50 n = struct.unpack('<q', struct.pack('<d', x))[0]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3408 const gl::PixelPackState &pack, in readFromAttachment()
3426 bool reverseRowOrder = pack.reverseRowOrder; in readFromAttachment()
3402 readFromAttachment(const gl::Context *context, const gl::FramebufferAttachment &srcAttachment, const gl::Rectangle &sourceArea, GLenum format, GLenum type, GLuint outputPitch, const gl::PixelPackState &pack, uint8_t *pixelsOut) readFromAttachment() argument
/third_party/skia/src/core/
H A DSkVM.cpp1118 I32 Builder::pack(I32 x, I32 y, int bits) { in pack() function in skvm::Builder
1378 packed = pack(packed, encoded, shift); in pack32()
1387 packed = pack(packed, encoded, shift); in pack32()
4232 a->xtns2h(dst(x), r(x)); // pack even 16-bit lanes into bottom four lanes
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsession.c70 src_size = event->pack.header.size - sizeof(struct perf_record_compressed); in perf_session__process_compressed_event()
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h275 uint16_t pack(enum amd_gfx_level chip) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp249 pack(invalidApiVersions[apiVersionNdx]), // deUint32 apiVersion; in createInstanceWithInvalidApiVersionTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp249 pack(invalidApiVersions[apiVersionNdx]), // deUint32 apiVersion; in createInstanceWithInvalidApiVersionTest()
/third_party/python/Lib/
H A Dmailbox.py1199 def pack(self): member in MH
H A Dturtle.py440 self._canvas.pack(expand=1, fill="both")
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.c76 src_size = event->pack.header.size - sizeof(struct perf_record_compressed); in perf_session__process_compressed_event()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py94 return struct.unpack('!f', struct.pack('!I', i))[0]
1474 # useful in that case. For constant values, the pack will fold and we're
1529 # Lower pack/unpack
2091 # Downcast operations should be able to see through pack
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h979 V(pack, PACK, 0xF2) /* type = SS_B PACK */ \

Completed in 97 milliseconds

1...<<3132