| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 156 /// The heuristic we use is to try and pack them according to static number
|
| /third_party/skia/third_party/externals/tint/docs/ |
| H A D | spirv-input-output-variables.md | 9 Note: In both cases, a struct may be used to pack multiple values together.
|
| /third_party/skia/third_party/externals/icu/source/config/ |
| H A D | mh-os390 | 26 # Link Pack Area (LPA), library lookaside facility (LLA) or other #
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | PointerUnion.h | 166 // because it's much more convenient to have a name for the whole pack. So
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineDominators.h | 241 /// pack the splitting of critical edges as much as possible.
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| H A D | QrTemplate.java | 120 // Calculate error correction code and pack bits in drawVersion()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | jsval_layout_opaque_1_0.hpp | 313 /* MSVC does not pack these correctly :-( */
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | compressed_tuple.h | 138 // error C3548: 'I': parameter pack cannot be used in this context
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | nmake.mak | 10 # Root directory for WinPcap developer's pack
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | nmake.mak | 10 # Root directory for WinPcap developer's pack
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Framebuffer.h | 366 const PixelPackState &pack,
|
| /third_party/mesa3d/src/broadcom/cle/ |
| H A D | v3d_packet_v33.xml | 289 <enum name="Pack Mode" prefix="V3D_PACK_MODE"> 1265 <field name="No prim pack" size="1" start="19" type="bool"/> 1379 <field name="TCS output segment pack mode" size="2" start="14" type="Pack Mode"/> 1382 <field name="TES output segment pack mode" size="2" start="22" type="Pack Mode"/> 1385 <field name="GS output segment pack mode" size="2" start="30" type="Pack Mode"/>
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | constants-s390.h | 503 V(vpkls, VPKLS, 0xE795) /* type = VRR_B VECTOR PACK LOGICAL SATURATE */ \ 504 V(vpks, VPKS, 0xE797) /* type = VRR_B VECTOR PACK SATURATE */ \ 537 V(vpk, VPK, 0xE794) /* type = VRR_C VECTOR PACK */ \ 979 V(pack, PACK, 0xF2) /* type = SS_B PACK */ \ 1004 V(pku, PKU, 0xE1) /* type = SS_F PACK UNICODE */ \ 1005 V(pka, PKA, 0xE9) /* type = SS_F PACK ASCII */
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 601 // sp <expression> # pack expansion
649 // pack
716 // parameter pack
1636 // ::= Dp <type> # pack expansion (C++0x)
2890 // of a parameter pack
2892 // of a function parameter pack
2893 // ::= sp <expression> # pack
3371 // argument pack
|
| /kernel/linux/linux-6.6/include/net/bluetooth/ |
| H A D | hci.h | 2970 /* Command opcode pack/unpack */ 2975 /* ACL handle and flags pack/unpack */ 2980 /* ISO handle and flags pack/unpack */ 2985 /* ISO data length and flags pack/unpack */
|
| /third_party/mesa3d/src/compiler/nir/tests/ |
| H A D | load_store_vectorizer_tests.cpp | 985 nir_alu_instr *pack = nir_instr_as_alu(val->parent_instr); in TEST_F() local 986 EXPECT_INSTR_SWIZZLES(pack, load, "zw"); in TEST_F() 1045 nir_alu_instr *pack = nir_instr_as_alu(val->parent_instr); in TEST_F() local 1046 EXPECT_INSTR_SWIZZLES(pack, load, "yz"); in TEST_F()
|
| /third_party/openGLES/extensions/NV/ |
| H A D | NV_float_buffer.txt | 164 RESOLVED: Yes. The NV_fragment_program extension contains pack and 168 to pack two half-precision floats, two normalized unsigned shorts, or 172 A program can use a pack instruction to pack multiple values into a
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 162 /* And now comes the pack/unpack step to match the original type. */ in lower_load_deref() 251 /* And now comes the pack/unpack step to match the original type. */ in build_load_ubo_dxil() 307 /* And now comes the pack/unpack step to match the original type. */ in lower_load_ssbo() 482 /* And now comes the pack/unpack step to match the original type. */ in lower_32b_offset_load()
|
| /third_party/node/deps/npm/man/man7/ |
| H A D | config.7 | 619 Default: \fBfalse\fR unless when using \fBnpm pack\fR or \fBnpm publish\fR where it defaults to \fBtrue\fR 1118 Directory in which \fBnpm pack\fR will save tarballs.
|
| /third_party/node/deps/npm/docs/content/using-npm/ |
| H A D | config.md | 465 `dedupe`, `uninstall`, as well as `pack` and `publish`. 595 * Default: `false` unless when using `npm pack` or `npm publish` where it 1107 #### `pack-destination` 1112 Directory in which `npm pack` will save tarballs.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| H A D | NV_float_buffer.txt | 164 RESOLVED: Yes. The NV_fragment_program extension contains pack and 168 to pack two half-precision floats, two normalized unsigned shorts, or 172 A program can use a pack instruction to pack multiple values into a
|
| /third_party/python/Lib/tkinter/ |
| H A D | ttk.py | 406 The layout mechanism uses a simplified version of the pack 927 forget = tkinter.PanedWindow.forget # overrides Pack.forget 1510 self.scale.pack(side=scale_side, fill='x') 1513 dummy.pack(side=label_side)
|
| /third_party/typescript/tests/baselines/reference/user/ |
| H A D | npm.log | 172 lib/commands/pack.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Pack'. 173 lib/commands/pack.js(70,11): error TS2339: Property 'warn' does not exist on type '{}'. 174 lib/commands/pack.js(75,26): error TS2488: Type 'any[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
|
| /third_party/python/Lib/test/ |
| H A D | test_float.py | 669 self.assertEqual(struct.pack("<f", 3.40282356e38), struct.pack("<f", FLT_MAX)) 670 self.assertEqual(struct.pack("<f", -3.40282356e38), struct.pack("<f", -FLT_MAX))
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 172 #pragma pack(push, 1) 272 #pragma pack(pop) 479 #pragma pack(push, 1) 517 #pragma pack(pop) 1050 #pragma pack(push, 1) 4181 #pragma pack(pop)
|