| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_mschapv2.c | 28 #pragma pack(push, 1) 58 #pragma pack(pop)
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | wpa_common.h | 164 #pragma pack(push, 1) 435 #pragma pack(pop)
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_macsec_qca.c | 55 #pragma pack(push, 1) 59 #pragma pack(pop)
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_mschapv2.c | 28 #pragma pack(push, 1) 58 #pragma pack(pop)
|
| /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
|
| /third_party/curl/tests/ |
| H A D | runner.pm | 636 print $fulltesth pack('a*', $bytes) or die "Failed to print '$bytes': $!"; 1276 while(! defined ($err = syswrite($controllerw{$runnerid}, (pack "L", length($margs)) . $margs)) || $err <= 0) { 1439 while(! defined ($err = syswrite($runnerw, (pack "L", length($buf)) . $buf)) || $err <= 0) {
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | addrelemlib.cpp | 317 * Pack 32-bit integer values into an uncompressed pixel, 449 // Then pack the two integer components, in the proper order in Flt32ToDepthPixel() 535 // Then pack the four integer components, in the proper order in Flt32ToColorPixel()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | format_utils.c | 315 /* First we see if we can implement the conversion with a direct pack in _mesa_format_convert() 319 * match an internal base format, since in these cases a simple pack/unpack in _mesa_format_convert() 377 /* Handle the cases where we can directly pack */ in _mesa_format_convert()
|
| /third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
| H A D | QrCode.java | 191 // Pack bits into bytes in big endian in encodeSegments() 342 // Calculate error correction code and pack bits in drawFormatBits() 374 // Calculate error correction code and pack bits in drawVersion()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | BlitGL.cpp | 805 gl::PixelPackState pack; in copySubTextureCPUReadback() local 806 pack.alignment = 1; in copySubTextureCPUReadback() 807 ANGLE_TRY(mStateManager->setPixelPackState(context, pack)); in copySubTextureCPUReadback()
|
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 21.1.0.rst | 430 - pan/bi: Pack multiple tuples in-memory 437 - pan/bi: Add tuple/embedded constant pack 438 - pan/bi: Add subword 5/6 pack 439 - pan/bi: Add subword 4 or 7 pack 442 - pan/bi: Pack multiple tuples per clause 1727 - util/format: Fix pack/unpack of A1R5G5B5_UINT. 1731 - mesa: Make _mesa_unpack_rgba_block() use the u_format pack/unpack. 1742 - mesa/main: Replace float pack function with util_format_pack_rgba(). 1857 - u_format: Mark the generated pack/unpack src/dst args as restrict. 2357 - broadcom/compiler: dump instruction index when failing to pack instruction [all...] |
| /third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/chacha/ |
| H A D | chacha-armv8.S | 199 add x5,x5,x6,lsl#32 // pack 261 add x5,x5,x6,lsl#32 // pack 654 add x5,x5,x6,lsl#32 // pack 760 add x5,x5,x6,lsl#32 // pack 1401 add x5,x5,x6,lsl#32 // pack 1890 add x5,x5,x6,lsl#32 // pack
|
| /third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/chacha/ |
| H A D | chacha-armv8.S | 199 add x5,x5,x6,lsl#32 // pack 261 add x5,x5,x6,lsl#32 // pack 654 add x5,x5,x6,lsl#32 // pack 760 add x5,x5,x6,lsl#32 // pack 1401 add x5,x5,x6,lsl#32 // pack 1890 add x5,x5,x6,lsl#32 // pack
|
| /third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/chacha/ |
| H A D | chacha-armv8.S | 199 add x5,x5,x6,lsl#32 // pack 261 add x5,x5,x6,lsl#32 // pack 654 add x5,x5,x6,lsl#32 // pack 760 add x5,x5,x6,lsl#32 // pack 1401 add x5,x5,x6,lsl#32 // pack 1890 add x5,x5,x6,lsl#32 // pack
|
| /third_party/node/src/ |
| H A D | node_http2.cc | 260 Local<Value> Http2Settings::Pack() { in Pack() function in node::http2::Http2Settings 261 return Pack(session_->env(), count_, entries_); in Pack() 264 Local<Value> Http2Settings::Pack(Http2State* state) { in Pack() function in node::http2::Http2Settings 267 return Pack(state->env(), count, entries); in Pack() 270 Local<Value> Http2Settings::Pack( in Pack() function in node::http2::Http2Settings 2569 args.GetReturnValue().Set(Http2Settings::Pack(state)); in PackSettings()
|
| /third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/chacha/ |
| H A D | chacha-armv8.S | 199 add x5,x5,x6,lsl#32 // pack 261 add x5,x5,x6,lsl#32 // pack 654 add x5,x5,x6,lsl#32 // pack 760 add x5,x5,x6,lsl#32 // pack 1401 add x5,x5,x6,lsl#32 // pack 1890 add x5,x5,x6,lsl#32 // pack
|
| /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)
|