/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 258 for b in struct.pack(fmt, val):
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 1360 cpl->pack = cpu_to_be16(0); in t4vf_eth_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 829 __be16 pack; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_msg.h | 829 __be16 pack; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 1357 cpl->pack = cpu_to_be16(0); in t4vf_eth_xmit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 258 for b in struct.pack(fmt, val):
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 427 hash.update(struct.pack(">i", len(data)))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 427 hash.update(struct.pack(">i", len(data)))
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 654 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 D | RDFGraph.cpp | 421 Ref.PR = G.pack(RR); in setRegRef()
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 2435 // 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 D | test_logging.py | 1892 slen = struct.pack('>L', 0) # length of prefix 3303 slen = struct.pack('>L', len(text))
|
H A D | test_array.py | 168 arraystr = struct.pack(struct_fmt, *values)
|
H A D | test_math.py | 50 n = struct.unpack('<q', struct.pack('<d', x))[0]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 3408 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 D | SkVM.cpp | 1118 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 D | session.c | 70 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 D | aco_ir.h | 275 uint16_t pack(enum amd_gfx_level chip) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 249 pack(invalidApiVersions[apiVersionNdx]), // deUint32 apiVersion; in createInstanceWithInvalidApiVersionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 249 pack(invalidApiVersions[apiVersionNdx]), // deUint32 apiVersion; in createInstanceWithInvalidApiVersionTest()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 1199 def pack(self): member in MH
|
H A D | turtle.py | 440 self._canvas.pack(expand=1, fill="both")
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | session.c | 76 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 D | nir_opt_algebraic.py | 94 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 D | constants-s390.h | 979 V(pack, PACK, 0xF2) /* type = SS_B PACK */ \
|