| /third_party/python/Modules/ |
| H A D | _functoolsmodule.c | 375 /* Pack positional arguments */ in partial_repr() 384 /* Pack keyword arguments */ in partial_repr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.h | 740 PackedRegisterRef pack(RegisterRef RR) { in pack() function 743 PackedRegisterRef pack(RegisterRef RR) const { in pack() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 574 // Up to 2 vector registers can be truncated efficiently with pack or in getVectorTruncCost() 590 // Currently, a general mix of permutes and pack instructions is output by in getVectorTruncCost()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 883 // changing non-pack parameters can change the classification of pack in promoteArguments()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | keyofAndIndexedAccess.js | 677 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
678 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
| H A D | variadicTuples1.js | 408 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
409 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
| /third_party/typescript/src/compiler/factory/ |
| H A D | emitHelpers.ts | 649 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
650 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
| /third_party/python/Lib/test/ |
| H A D | test_compileall.py | 81 compare = struct.pack('<4sLL', importlib.util.MAGIC_NUMBER, 0, 123 self.recreation_check(struct.pack('<4sLL', importlib.util.MAGIC_NUMBER,
|
| H A D | pickletester.py | 1004 struct.pack("<I", 300) + 3179 struct.pack("<I", len(data))) 3206 struct.pack("<Q", len(data))) 3230 struct.pack("<I", len(data))) 3261 struct.pack("<Q", len(data)))
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
| H A D | dpp-nfc.py | 353 test_crn = struct.pack('>H', prev + 0x10) 1063 test_crn = struct.pack('>H', int(args.test_crn))
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.cpp | 6962 // Check for pixel pack buffer related API errors in ValidatePixelPack() 6982 const auto &pack = context->getState().getPackState(); in ValidatePixelPack() local 6985 if (!formatInfo.computePackUnpackEndByte(type, size, pack, false, &endByte)) in ValidatePixelPack() 7031 // Since these two pack parameters can only be set to non-zero values in ValidatePixelPack() 7033 GLint dataStoreWidth = pack.rowLength ? pack.rowLength : width; in ValidatePixelPack() 7034 if (pack.skipPixels + width > dataStoreWidth) in ValidatePixelPack()
|
| /test/xts/acts/graphic/webGL/entry/src/ohosTest/js/test/ |
| H A D | WebGL1.common.js | 3351 let pack = gl.getParameter(gl.PACK_ALIGNMENT); 3353 console.info("webgltest pack", pack); 3355 expect(pack).assertEqual(4);
|
| /third_party/alsa-utils/aplay/ |
| H A D | aplay.c | 2490 if (vd->pack) { /* /dev/dsp can't it */ 2585 if (eb->pack) { /* /dev/dsp can't it */ 2676 eb.pack = 0; 2693 vd.pack = 0;
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_gl_spirv.txt | 386 pack/unpack (conversion) -> pack/unpack in GLSL extended instructions 387 pack/unpack (no conversion) -> OpBitcast 2236 26 02-Jun-2016 JohnK Completion of draft. Pack/unpack, TBD,
|
| /third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/ |
| H A D | definitions.js | 633 \`update\`, \`dedupe\`, \`uninstall\`, as well as \`pack\` and 789 defaultDescription: `\`false\` unless when using \`npm pack\` or \`npm publish\` where it 1594 define('pack-destination', { 1598 Directory in which \`npm pack\` will save tarballs.
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 1967 // pack/unpack. in handleSUREDP() 2028 // Pack each component into the untyped dsts. in handleSUSTP() 2037 // There is nothing to convert/pack for 32-bit values in handleSUSTP() 2050 // For odd bit sizes, it's easier to pack it into the final in handleSUSTP()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiImageClearingTests.cpp | 2021 PACK, member in vkt::api::__anon27795::ClearColor64BitCase 2030 if (case64 == ClearColor64BitCase::PACK) in makeClearColorValue64() 2032 // We can pack 2 colors in the 4 elements. in makeClearColorValue64() 2583 makeClearColorValue64(static_cast<uint32_t>(i), ClearColor64BitCase::PACK, clearColors+i, expectedColors+i); in createImageClearingTestsCommon() member in vkt::api::__anon27795::ClearColor64BitCase
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | PixelRoutine.cpp | 1441 // current.z = As<Short4>(Pack(As<UShort4>(current.z), As<UShort4>(current.x))); in writeColor() 1442 // current.y = As<Short4>(Pack(As<UShort4>(current.y), As<UShort4>(current.y))); in writeColor() 1451 // current.z = As<Short4>(Pack(As<UShort4>(current.z), As<UShort4>(current.x))); in writeColor() 1452 // current.y = As<Short4>(Pack(As<UShort4>(current.y), As<UShort4>(current.w))); in writeColor()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_gl_spirv.txt | 370 pack/unpack (conversion) -> pack/unpack in GLSL extended instructions 371 pack/unpack (no conversion) -> OpBitcast 2111 26 02-Jun-2016 JohnK Completion of draft. Pack/unpack, TBD,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 506 // SubclassData. These are designed to fit within a uint16_t so they pack 511 // and give the `pack` pragma push semantics. 512 #define BEGIN_TWO_BYTE_PACK() _Pragma("pack(2)") 513 #define END_TWO_BYTE_PACK() _Pragma("pack(pop)")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerX8632.cpp | 1520 assert(false && "Unexpected vector pack operand type"); in packss() 1534 assert(false && "Unexpected vector pack operand type"); in packss() 1549 assert(false && "Unexpected vector pack operand type"); in packus() 1564 assert(false && "Unexpected vector pack operand type"); in packus()
|
| H A D | IceAssemblerX8664.cpp | 1639 assert(false && "Unexpected vector pack operand type"); in packss() 1654 assert(false && "Unexpected vector pack operand type"); in packss() 1670 assert(false && "Unexpected vector pack operand type"); in packus() 1686 assert(false && "Unexpected vector pack operand type"); in packus()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1688 // Per lane, pack the elements of the first input and then the second. in SimplifyDemandedVectorElts() 1690 // v8i16 PACK(v4i32 X, v4i32 Y) - (X[0..3],Y[0..3]) in SimplifyDemandedVectorElts() 1691 // v32i8 PACK(v16i16 X, v16i16 Y) - (X[0..7],Y[0..7]),(X[8..15],Y[8..15]) in SimplifyDemandedVectorElts() 1707 // Pack the operand's UNDEF elements, one lane at a time. in SimplifyDemandedVectorElts()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | bufferobj.c | 690 return &ctx->Pack.BufferObj; in get_buffer_target() 1428 bind_buffer_object(ctx, &ctx->Pack.BufferObj, 0, false); in _mesa_update_default_objects_buffer_objects() 1925 /* unbind any pixel pack/unpack pointers bound to this buffer */ in delete_buffers() 1926 if (ctx->Pack.BufferObj == bufObj) { in delete_buffers() 1927 bind_buffer_object(ctx, &ctx->Pack.BufferObj, 0, false); in delete_buffers()
|
| /third_party/python/Doc/library/ |
| H A D | tkinter.ttk.rst | 1303 btn.pack() 1330 colored_btn = ttk.Button(text="Test", style="C.TButton").pack() 1387 mbtn.pack() 1481 combo = ttk.Combobox().pack() 1503 uses a simplified version of the pack geometry manager: given an
|