/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
H A D | en-words.txt | 8041 pack
|
/third_party/python/Lib/test/ |
H A D | test_math.py | 50 n = struct.unpack('<q', struct.pack('<d', x))[0]
|
/third_party/python/Lib/ |
H A D | mailbox.py | 1199 def pack(self): member in MH
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 1919 // Transformation function, pack the offset and width of a BFE into in getS_BFE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 1399 // to pack the aligned CPEs better. in createNewWater()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 135 * the desired pack level (0..9). The values given below have been tuned to
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 122 // character to be decoded in the simplest way: we pack the bytes
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 2125 /* If possible, try to pack array's items using a data type in array__array_reconstructor_impl()
|
/third_party/rust/crates/memchr/bench/data/opensubtitles/ |
H A D | en-medium.txt | 1385 Then he'll send for me and a few more jackasses to bring in his grub and pack out his ore!
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 1945 /// Pack pointers to various structures into into msghdr
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 200 bool packData; //!< whether to tightly pack specialization constant data or not
|
H A D | vktPipelineTimestampTests.cpp | 1189 // Pack results.
|
/third_party/vulkan-loader/docs/ |
H A D | LoaderDriverInterface.md | 363 [OpenCL™ and OpenGL® Compatibility Pack](https://apps.microsoft.com/store/detail/9NQPSL29BFFF?hl=en-us&gl=US).
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 2591 // We are using an pack or unpack buffer, compute what the driver thinks is going to be the in ShouldApplyLastRowPaddingWorkaround()
|
/third_party/zlib/ |
H A D | deflate.c | 94 * the desired pack level (0..9). The values given below have been tuned to
|
/third_party/mesa3d/ |
H A D | .pick_status.json | 1984 "description": "radeonsi: pack code into si_assign_param_offsets", 9697 "description": "nir/lower_shader_calls: add a pass to sort/pack values on the stack", 10957 "description": "pvr: Change pvr_get_hw_clear_color() to pack based on accum formats.", 16177 "description": "agx: Emit trap at pack-time, not during isel", 19813 "description": "zink: lower 64bit pack when float64 not supported", 21991 "description": "mesa: reorder and pack gl_buffer_object", 26761 "description": "pan/va: Pack .rhadd bit", 26788 "description": "pan/va: Pack IADD.sat bit", 28165 "description": "u_transfer_helper: Pack Z24S8 to Z24-in-Z32F and S8", [all...] |
/third_party/openGLES/specs/es/3.2/ |
H A D | GLSL_ES_Specification_3.20.html | 644 <li><a href="#floating-point-pack-and-unpack-functions">8.4. Floating-Point Pack and Unpack Functions</a></li> 12417 <h3 id="floating-point-pack-and-unpack-functions">8.4. Floating-Point Pack and Unpack Functions</h3> 15694 <p>Example: pack the following types:</p> 17092 <pre>pack/unpack (conversion) -> pack/unpack in GLSL extended instructions 17093 pack/unpack (no conversion) -> OpBitcast</pre>
|
/third_party/node/doc/api/ |
H A D | http.json | 739 "desc": "<p>Flushes the request headers.</p>\n<p>For efficiency reasons, Node.js normally buffers the request headers until\n<code>request.end()</code> is called or the first chunk of request data is written. It\nthen tries to pack the request headers and data into a single TCP packet.</p>\n<p>That's usually desired (it saves a TCP round-trip), but not when the first\ndata is not sent until possibly much later. <code>request.flushHeaders()</code> bypasses\nthe optimization and kickstarts the request.</p>" 2958 "desc": "<p>Flushes the message headers.</p>\n<p>For efficiency reason, Node.js normally buffers the message headers\nuntil <code>outgoingMessage.end()</code> is called or the first chunk of message data\nis written. It then tries to pack the headers and data into a single TCP\npacket.</p>\n<p>It is usually desired (it saves a TCP round-trip), but not when the first\ndata is not sent until possibly much later. <code>outgoingMessage.flushHeaders()</code>\nbypasses the optimization and kickstarts the message.</p>"
|
/third_party/pulseaudio/speex/doc/ |
H A D | manual.lyx | 1742 n Pack n frames in each Ogg packet (this saves space at low bit-rates) 3283 Sometimes it is desirable to pack more than one frame per packet (or other
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 6927 * configuration (pixel pack/unpack settings, enables 'rasterizer discard' mode) 6969 /* Modify pack & unpack alignment settings */ in initTest()
|
H A D | gl4cDirectStateAccessTests.hpp | 6813 * Check that INVALID_OPERATION error is generated if a pixel pack buffer 6817 * Check that INVALID_OPERATION error is generated if a pixel pack buffer
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_ext_inst_test.cpp | 65 // Returns number of components in Pack/Unpack extended instructions. 75 // Returns packed bit width in Pack/Unpack extended instructions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_ext_inst_test.cpp | 65 // Returns number of components in Pack/Unpack extended instructions. 75 // Returns packed bit width in Pack/Unpack extended instructions.
|
/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) \
|