Home
last modified time | relevance | path

Searched refs:prefixSize (Results 1 – 11 of 11) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileName.cpp185 unsigned prefixSize = 2; in GetNetworkServerPrefixSize() local
187 prefixSize = kSuperUncPathPrefixSize; in GetNetworkServerPrefixSize()
194 int pos = FindSepar(s + prefixSize); in GetNetworkServerPrefixSize()
197 return prefixSize + (unsigned)(pos + 1); in GetNetworkServerPrefixSize()
202 unsigned prefixSize = GetNetworkServerPrefixSize(s); in IsNetworkShareRootPath() local
203 if (prefixSize == 0) in IsNetworkShareRootPath()
205 s += prefixSize; in IsNetworkShareRootPath()
656 unsigned prefixSize = 2; in GetSuperPathBase() local
658 prefixSize = kDrivePrefixSize; in GetSuperPathBase()
659 UString rem = temp.Ptr(prefixSize); in GetSuperPathBase()
[all …]
DFileFind.cpp608 const unsigned prefixSize = GetNetworkServerPrefixSize(path); in Find() local
609 if (prefixSize > 0 && path[prefixSize] != 0) in Find()
611 if (NName::FindSepar(path + prefixSize) < 0) in Find()
615 Name = path + prefixSize; in Find()
627 Name = path + prefixSize; in Find()
643 Name = path + prefixSize; in Find()
DFileDir.cpp403 const unsigned prefixSize = GetRootPrefixSize(_path); in CreateComplexDir() local
445 if (prefixSize >= (unsigned)pos + 1) in CreateComplexDir()
533 const unsigned prefixSize = s.Len(); in RemoveDirWithSubItems() local
541 s.DeleteFrom(prefixSize); in RemoveDirWithSubItems()
/third_party/node/deps/npm/node_modules/tar/lib/
Dheader.js144 const prefixSize = this.ctime || this.atime ? 130 : 155
145 const split = splitPrefix(this.path || '', prefixSize)
163 this.needPax = encString(buf, off + 345, prefixSize, prefix) || this.needPax
213 const splitPrefix = (p, prefixSize) => { argument
229 Buffer.byteLength(prefix) <= prefixSize) {
233 Buffer.byteLength(prefix) <= prefixSize) {
/third_party/lz4/lib/
Dlz4.c1800 size_t prefixSize, in LZ4_decompress_unsafe_generic() argument
1808 const BYTE* const prefixStart = ostart - prefixSize; in LZ4_decompress_unsafe_generic()
2399 size_t prefixSize) in LZ4_decompress_safe_withSmallPrefix() argument
2403 (BYTE*)dest-prefixSize, NULL, 0); in LZ4_decompress_safe_withSmallPrefix()
2408 size_t prefixSize) in LZ4_decompress_safe_partial_withSmallPrefix() argument
2413 (BYTE*)dest-prefixSize, NULL, 0); in LZ4_decompress_safe_partial_withSmallPrefix()
2452 size_t prefixSize, const void* dictStart, size_t dictSize) in LZ4_decompress_safe_doubleDict() argument
2456 (BYTE*)dest-prefixSize, (const BYTE*)dictStart, dictSize); in LZ4_decompress_safe_doubleDict()
2485 lz4sd->prefixSize = (size_t)dictSize; in LZ4_setStreamDecode()
2529 if (lz4sd->prefixSize == 0) { in LZ4_decompress_safe_continue()
[all …]
Dlz4.h721 size_t prefixSize; member
Dlz4hc.c1174 int const prefixSize = (int)(streamPtr->end - streamPtr->prefixStart); in LZ4_saveDictHC() local
1176 assert(prefixSize >= 0); in LZ4_saveDictHC()
1179 if (dictSize > prefixSize) dictSize = prefixSize; in LZ4_saveDictHC()
/third_party/lz4/programs/
Ddatagen.c102 void RDG_genBlock(void* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTa… in RDG_genBlock() argument
106 size_t pos = prefixSize; in RDG_genBlock()
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp722 int32_t prefixSize = in readAnElement() local
733 prefix.releaseBuffer(prefixSize); in readAnElement()
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs32247 const prefixSize = this.ctime || this.atime ? 130 : 155;
32248 const split = splitPrefix(this.path || "", prefixSize);
32265 this.needPax = encString(buf, off + 345, prefixSize, prefix) || this.needPax;
32306 var splitPrefix = (p, prefixSize) => {
32318 if (Buffer.byteLength(pp) <= pathSize && Buffer.byteLength(prefix) <= prefixSize) {
32320 } else if (Buffer.byteLength(pp) > pathSize && Buffer.byteLength(prefix) <= prefixSize) {
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58450 size_t prefixSize; member