Home
last modified time | relevance | path

Searched refs:pack (Results 401 - 425 of 430) sorted by relevance

1...<<1112131415161718

/third_party/python/Lib/test/
H A Dtest_socket.py2088 can_filter = struct.pack("=II", can_id, can_mask)
2107 return struct.pack(cls.can_frame_fmt, can_id, can_dlc, data)
2171 header = struct.pack(self.bcm_cmd_msg_fmt,
6448 pack_uint32 = struct.Struct('I').pack
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]
H A Dtest_ssl.py4903 sock.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, struct.pack('ii', 1, 0))
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12998 class pack class
13013 class pack<tcu::Matrix<glw::GLdouble, Rows, Cols> > class
13126 pack<ResT>::set(result_dst, result); in call()
13305 pack<ResT>::set(result_dst, result); in call()
13435 pack<ResT>::set(result_dst, result); in call()
/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/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
/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")
/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 */ \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.cpp7972 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
7985 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
H A DIceTargetLoweringX8664.cpp7280 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
7293 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
/third_party/typescript/lib/
H A DtypingsInstaller.js18 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
19 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
[all...]
H A Dtsc.js18 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
19 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js17 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
18 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
[all...]

Completed in 202 milliseconds

1...<<1112131415161718