/third_party/node/src/ |
H A D | node_http2.h | 1013 v8::Local<v8::Value> Pack(); 1015 static v8::Local<v8::Value> Pack(Http2State* state); 1029 static v8::Local<v8::Value> Pack(
|
/third_party/mesa3d/src/mesa/main/ |
H A D | debug.c | 281 store = ctx->Pack; /* save */ in write_texture_image() 282 ctx->Pack = ctx->DefaultPacking; in write_texture_image() 294 ctx->Pack = store; /* restore */ in write_texture_image()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_sse.h | 347 /* Pack the results down to four bgra8 pixels: in util_sse2_blend_premul_4() 388 /* Pack the results down to four bgra8 pixels: in util_sse2_blend_srcalpha_4() 438 /* Pack the results down to four bgra8 pixels: in util_sse2_blend_premul_src_4()
|
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 148 // Pack back to 8-bit channels, undoing to_16x4(). in S32_alpha_D32_filter_DX() 281 // Scale by alpha, pack back together to 8-bit lanes, and write out four pixels! in S32_alpha_D32_filter_DX() 385 // Pack back into 8-bit values and store. in S32_alpha_D32_filter_DX()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_rectpack.h | 105 // To pack into another rectangle, you need to call stbrp_init_target 132 // pack a rectangle that is 'width' by 'height' in dimensions 149 // may run out of temporary storage and be unable to pack some rectangles.
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderConstExprTests.cpp | 151 // Floating point pack & unpack in init() 160 // \todo [2014-01-29 otto] Separate testing of half-precision pack & unpack in init() 163 addChildGroup("float_pack_unpack", "Floating point pack & unpack", cases, DE_LENGTH_OF_ARRAY(cases)); in init()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 246 MEDIA_DEBUG_LOG("start pack PixelMap"); in PackAndSaveImage() 282 MEDIA_INFO_LOG("pack pixelMap success, packedSize: %{public}" PRId64, packedSize); in PackAndSaveImage()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_common.c | 31 #pragma pack(push, 1) 37 #pragma pack(pop)
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_core_tcp_direct_test.cpp | 339 char *pack = VerifyP2pPack(g_ip, g_port, NULL); in HWTEST_F() local 340 EXPECT_TRUE(pack != nullptr); in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.h | 32 #pragma pack(1)
38 #pragma pack()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 51 #pragma pack(push, 1) 69 #pragma pack(pop)
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/ |
H A D | hci_acl.c | 38 #pragma pack(1) 50 #pragma pack()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 27 #pragma pack(1) 802 #pragma pack(0)
|
H A D | hci_def_link_ctrl_cmd.h | 27 #pragma pack(1) 747 #pragma pack(0)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_framepack.c | 50 enum AVStereo3DType format; ///< frame pack type output 425 { "format", "Frame pack output format", OFFSET(format), AV_OPT_TYPE_INT,
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBImporter.java | 292 progressBarDialog.pack(); in showProgressBar() 445 pack(); in initComponents()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 359 print OUT pack("C3", 0xEF, 0xBB, 0xBF); # Write UTF8 marker 375 my $BOM = pack("C3", 239, 187, 191); # a UTF8 byte order mark
|
/third_party/lzma/C/ |
H A D | Xz.h | 415 there are pack size and unpack size values stored in xz block header,
474 UInt64 InSize; // pack size processed. That value doesn't include the data after
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu.c | 565 * special-case failing of adding a non-NOP pack to something in qpu_merge_inst() 566 * with a NOP pack. in qpu_merge_inst()
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_config.h | 369 #pragma pack(push, 8) 453 #pragma pack(pop)
|
/third_party/openGLES/extensions/AMD/ |
H A D | AMD_query_buffer_object.txt | 361 RESOLVED: YES, glGetTexImage accepts an offset into the pixel pack buffer 362 in case a pixel pack buffer is bound. As pixel buffer objects are part of
|
/third_party/openGLES/extensions/ARB/ |
H A D | ARB_get_texture_sub_image.txt | 283 when a pixel pack buffer object is bound? 337 three-dimensional pixel pack state, by referring to GetTextureImage
|
/third_party/mesa3d/src/mesa/ |
H A D | meson.build | 151 'main/pack.c', 152 'main/pack.h',
|
/third_party/node/deps/npm/docs/content/commands/ |
H A D | npm-update.md | 296 * Default: `false` unless when using `npm pack` or `npm publish` where it 368 `dedupe`, `uninstall`, as well as `pack` and `publish`.
|
/third_party/node/deps/npm/docs/output/commands/ |
H A D | npm-prune.html | 198 <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> 214 <li>Default: <code>false</code> unless when using <code>npm pack</code> or <code>npm publish</code> where it
|