| /third_party/f2fs-tools/fsck/ |
| H A D | mount.c | 1208 /* Read the 1st cp block in this CP pack */ in validate_checkpoint() 1219 /* Read the 2nd cp block in this CP pack */ in validate_checkpoint() 1260 * sets( cp pack1 and cp pack 2) in get_valid_checkpoint() 1265 /* The second checkpoint pack should start at the next segment */ in get_valid_checkpoint() 1482 pgoff_t current_nat_addr(struct f2fs_sb_info *sbi, nid_t start, int *pack) in current_nat_addr() argument 1495 if (pack) in current_nat_addr() 1496 *pack = 1; in current_nat_addr() 1500 if (pack) in current_nat_addr() 1501 *pack = 2; in current_nat_addr()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 816 * In general, emits a nir_pack_unorm_4x8 as a series of MOVs with the pack 820 * the sources to be packed and just emit the pack flag there, if possible. 838 /* If the pack is replicating the same channel 4 times, use the 8888 in ntq_emit_pack_unorm_4x8() 839 * pack flag. This is common for blending using the alpha in ntq_emit_pack_unorm_4x8() 867 !c->defs[src.index]->dst.pack) { in ntq_emit_pack_unorm_4x8() 871 rewrite->dst.pack = QPU_PACK_MUL_8A + i; in ntq_emit_pack_unorm_4x8() 1022 if (src.pack || src.file != QFILE_TEMP) in ntq_fddx() 1040 if (src.pack || src.file != QFILE_TEMP) in ntq_fddy() 1375 packed_chan.pack = QPU_PACK_A_16A + i; in emit_scaled_viewport_write()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | StateManagerGL.cpp | 608 const gl::PixelPackState &pack) in setPixelPackState() 610 if (mPackAlignment != pack.alignment) in setPixelPackState() 612 mPackAlignment = pack.alignment; in setPixelPackState() 618 if (mPackRowLength != pack.rowLength) in setPixelPackState() 620 mPackRowLength = pack.rowLength; in setPixelPackState() 626 if (mPackSkipRows != pack.skipRows) in setPixelPackState() 628 mPackSkipRows = pack.skipRows; in setPixelPackState() 634 if (mPackSkipPixels != pack.skipPixels) in setPixelPackState() 636 mPackSkipPixels = pack.skipPixels; in setPixelPackState() 607 setPixelPackState(const gl::Context *context, const gl::PixelPackState &pack) setPixelPackState() argument
|
| /third_party/python/Lib/ |
| H A D | zipfile.py | 467 extra = extra + struct.pack(fmt, 481 header = struct.pack(structFileHeader, stringFileHeader, 635 return struct.pack('<BBH', 9, 4, len(props)) + props 1201 self._fileobj.write(struct.pack(fmt, _DD_SIGNATURE, self._zinfo.CRC, 1938 extra_data = struct.pack( 1952 centdir = struct.pack(structCentralDir, 1982 zip64endrec = struct.pack( 1988 zip64locrec = struct.pack( 1996 endrec = struct.pack(structEndArchive, stringEndArchive,
|
| /base/update/updater/services/package/pkg_package/ |
| H A D | pkg_upgradefile.h | 80 int32_t Pack(PkgStreamPtr inStream, size_t startOffset, size_t &encodeLen) override;
|
| H A D | pkg_zipfile.h | 142 int32_t Pack(PkgStreamPtr inStream, size_t startOffset, size_t &encodeLen) override;
|
| /base/update/updater/services/package/pkg_algorithm/ |
| H A D | pkg_algorithm.cpp | 59 int32_t PkgAlgorithm::Pack(const PkgStreamPtr inStream, const PkgStreamPtr outStream,
in Pack() function in Hpackage::PkgAlgorithm
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
| H A D | js_photo_editor_extension_context.cpp | 200 TAG_LOGD(AAFwkTag::UI_EXT, "Unwrap pack option result, format=%{public}s, quality=%{public}d", format.c_str(), in UnwrapPackOption()
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_cache.cpp | 220 // pack: width, height, mipCount, layerCount to a single 64 bit "hash" in HashCacheGpuImageDesc()
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_session.c | 174 TRANS_LOGE(TRANS_MSG, "proxy pack msg error"); in TransProxyTransNormalMsg()
|
| /foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
| H A D | auth_net_ledger_mock.cpp | 206 char *AuthNetLedgertInterfaceMock::Pack(int64_t authSeq, const AuthSessionInfo *info, AuthDataHead &head) in Pack() function in OHOS::AuthNetLedgertInterfaceMock
|
| H A D | auth_net_ledger_mock.h | 109 static char *Pack(int64_t authSeq, const AuthSessionInfo *info, AuthDataHead &head);
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/ |
| H A D | client_trans_statistics.c | 172 TRANS_LOGE(TRANS_SDK, "pack statistics fail"); in CloseChannelAndSendStatistics()
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
| H A D | unified_data_helper.cpp | 115 bool UnifiedDataHelper::Pack(UnifiedData &data) in Pack() function in OHOS::UDMF::UnifiedDataHelper
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/ |
| H A D | BUILD.gn | 205 "-Wno-pragma-pack",
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
| H A D | fillp_pcb.h | 217 /* Indicates if any ADHOC PACK with RTT_REQUIRE flag has been replied after this flag has been cleared */
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | v210enc.asm | 2 ;* V210 SIMD pack
|
| /third_party/glslang/Test/ |
| H A D | spv.int32.frag | 214 //pack
|
| H A D | spv.int16.frag | 218 //pack
|
| H A D | spv.int8.frag | 220 //pack
|
| H A D | spv.vulkan110.int16.frag | 213 //pack
|
| H A D | 130.frag | 124 x; // ERROR until 420pack is turned on
|
| /third_party/backends/ |
| H A D | README.unixware2 | 94 /etc/conf/pack.d/sane/space.c.
|
| /third_party/backends/sanei/ |
| H A D | os2_srb.h | 16 #pragma pack(1)
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | ResourceCreationDialog.java | 193 pack(); in initComponents()
|