/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_sake_common.h | 44 #pragma pack(push, 1) 54 #pragma pack(pop)
|
H A D | eap_tlv_common.h | 39 #pragma pack(push, 1) 103 #pragma pack(pop)
|
H A D | eap_fast_common.h | 40 #pragma pack(push, 1) 49 #pragma pack(pop)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/ |
H A D | log2pcap.py | 14 struct.pack('<IHHIIII', 21 pcap_file.write(struct.pack('<IIII',
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 42 #include "main/pack.h" 1039 /* now pack the stencil (and Z) values in the dest format */ in draw_stencil_pixels() 1525 struct gl_pixelstore_attrib pack, unpack; in blit_copy_pixels() local 1563 pack = ctx->DefaultPacking; in blit_copy_pixels() 1564 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1568 drawX = dstx + pack.SkipPixels; in blit_copy_pixels() 1569 drawY = dsty + pack.SkipRows; in blit_copy_pixels() 1570 unpack = pack; in blit_copy_pixels() 1574 readX = readX - pack.SkipPixels + unpack.SkipPixels; in blit_copy_pixels() 1575 readY = readY - pack in blit_copy_pixels() 1684 struct gl_pixelstore_attrib pack = ctx->DefaultPacking; st_CopyPixels() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 122 /// has an unexpanded parameter pack below it that may affect this cache. 238 // Elements[Idx] is an empty parameter pack expansion, we should erase the in printWithComma() 1035 /// A template parameter pack declaration, 'typename ...T'. 1055 /// An unexpanded parameter pack (either in the expression or type context). If 1066 // Setup OutputStream for a pack expansion unless we're already expanding one. 1131 /// TemplateParams table if the <template-args> this pack belongs to apply to an 1148 /// A pack expansion. Below this node, there are some unexpanded ParameterPacks 1167 // Print the first element in the pack. If Child contains a ParameterPack, 1171 // No ParameterPack was found in Child. This can occur if we've found a pack 1185 // Else, iterate through the rest of the elements in the pack 1701 const Node *Pack; global() member in SizeofParamPackExpr 1912 const Node *Pack, *Init; global() member in FoldExpr 4844 auto *Pack = make<NodeArrayNode>(popTrailingNodeArray(ArgsBegin)); parseExpr() local [all...] |
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_main.py | 343 message = struct.pack(self.byte_order + "BB", 479 message = struct.pack(self.byte_order + "BB" + self.idx_format + self.idx_format + "B", 549 message = struct.pack(self.byte_order + "BB" + self.idx_format, 571 args = struct.pack(self.byte_order + "I", index) + args 577 message = struct.pack(self.byte_order + "BBI", 601 message = struct.pack(self.byte_order + "BB", 620 message = struct.pack(self.byte_order + "BBB" + self.cp_format + self.idx_format, 629 message = struct.pack(self.byte_order + "BB" + self.cp_format, 636 message = struct.pack(self.byte_order + "BBB", 643 message = struct.pack(sel [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CollectAPI.java | 68 String pack = ""; in writeHTML() 91 if (!packageName.equals(pack)) { in writeHTML() 97 pack = packageName; in writeHTML()
|
/third_party/mesa3d/src/imagination/rogue/nir/ |
H A D | rogue_nir_pfo.c | 36 /* Pack the output color components into U8888 format. */ in insert_pfo() 61 /* Find the store_output intrinsic and pack the output value. */ in rogue_nir_pfo()
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | CertificateVerify.pm | 72 $data .= pack("n", $self->sigalg()) if ($self->sigalg() != -1); 73 $data .= pack("n", length($sig));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | ittnotify_types.h | 40 #pragma pack(push, 8) 48 #pragma pack(pop)
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_OS_2_VA.h | 16 #pragma pack(push, 1) 136 #pragma pack(pop)
|
H A D | SkOTTable_OS_2_V0.h | 16 #pragma pack(push, 1) 141 #pragma pack(pop)
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | CertificateVerify.pm | 72 $data .= pack("n", $self->sigalg()) if ($self->sigalg() != -1); 73 $data .= pack("n", length($sig));
|
/third_party/typescript/tests/baselines/reference/ |
H A D | readonlyRestParameters.js | 32 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
33 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | arrayLiteralExpressionContextualTyping.js | 19 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
20 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | arrayLiteralSpread.js | 27 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
28 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | callWithSpread2.js | 41 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
42 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | tsxSpreadChildrenInvalidType(jsx=react,target=es5).js | 47 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
48 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
H A D | tsxSpreadChildrenInvalidType(jsx=react-jsx,target=es5).js | 48 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
49 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_fast_common.h | 40 #pragma pack(push, 1) 49 #pragma pack(pop)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | image.c | 542 * and size, and the pack skipPixels, skipRows and rowLength are adjusted 555 struct gl_pixelstore_attrib *pack) in _mesa_clip_readpixels() 571 if (pack->RowLength == 0) { in _mesa_clip_readpixels() 572 pack->RowLength = *width; in _mesa_clip_readpixels() 577 pack->SkipPixels += (0 - *srcX); in _mesa_clip_readpixels() 590 pack->SkipRows += (0 - *srcY); in _mesa_clip_readpixels() 552 _mesa_clip_readpixels(const struct gl_context *ctx, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *pack) _mesa_clip_readpixels() argument
|
/third_party/node/deps/npm/docs/output/commands/ |
H A D | npm-publish.html | 180 <p>Similar to <code>--dry-run</code> see <a href="../commands/npm-pack.html"><code>npm pack</code></a>, which figures 184 <p>To see what will be included in your package, run <code>npm pack --dry-run</code>. All 252 <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> 334 <li><a href="../commands/npm-pack.html">npm pack</a></li>
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonFormatterTest.cs | 574 var any = Any.Pack(timestamp); in AnyWellKnownType() 583 var any = Any.Pack(message); in AnyMessageType() 592 var any = Any.Pack(message, "foo.bar/baz"); in AnyMessageType_CustomPrefix() 604 var nestedMessage = Any.Pack(doubleNestedMessage); in AnyNested() 605 var message = new TestWellKnownTypes { AnyField = Any.Pack(nestedMessage) }; in AnyNested() 615 var any = Any.Pack(message); in AnyUnknownType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifierUtil.cpp | 751 deUint64 unpackBits (const BaseType pack, 759 return mask & (pack >> (BaseType) (8 * (int) sizeof(BaseType) - bitOffset - numBits)); 848 deUint64 pack = readChannel(pixelPtr, 0, baseTypeBytes); 854 chanUVal = unpackBits<deUint8>((deUint8)pack, bitOffsets[chan], bitSizes[chan]); 858 chanUVal = unpackBits<deUint16>((deUint16)pack, bitOffsets[chan], bitSizes[chan]); 862 chanUVal = unpackBits<deUint32>((deUint32)pack, bitOffsets[chan], bitSizes[chan]);
|