/third_party/python/Lib/test/ |
H A D | test_socket.py | 2088 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 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]
|
H A D | test_ssl.py | 4903 sock.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, struct.pack('ii', 1, 0))
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 12998 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 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/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
|
/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")
|
/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 */ \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 7972 #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 D | IceTargetLoweringX8664.cpp | 7280 #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 D | typingsInstaller.js | 18 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 D | tsc.js | 18 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 D | typescript.js | 17 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...] |