Home
last modified time | relevance | path

Searched refs:strip_len (Results 1 – 25 of 56) sorted by relevance

123

/dports/security/spass/spass-3.2-5-gd38d173/
H A Dspass_utils.cpp38 size_t strip_len = strip.size(); in generate_password() local
41 uint32_t transform = static_cast<uint32_t>(r * strip_len) % strip_len; in generate_password()
/dports/security/spass-qt5/spass-3.2-5-gd38d173/
H A Dspass_utils.cpp38 size_t strip_len = strip.size(); in generate_password() local
41 uint32_t transform = static_cast<uint32_t>(r * strip_len) % strip_len; in generate_password()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/ogl/
H A DGeometryArrayRetained.c186 jsize strip_len; in executeGeometryArray() local
630 jsize strip_len; in Java_javax_media_j3d_NativePipeline_buildGA() local
1258 jsize strip_len, in executeGeometryArrayVA()
1483 jsize strip_len; in Java_javax_media_j3d_NativePipeline_executeVA() local
1684 jsize strip_len; in Java_javax_media_j3d_NativePipeline_executeVABuffer() local
1935 jsize strip_len; in executeIndexedGeometryArray() local
2396 jsize strip_len) in executeIndexedGeometryArrayVA()
2619 jsize strip_len; in Java_javax_media_j3d_NativePipeline_executeIndexedGeometryVA() local
2743 strip_len); in Java_javax_media_j3d_NativePipeline_executeIndexedGeometryVA()
2824 jsize strip_len; in Java_javax_media_j3d_NativePipeline_executeIndexedGeometryVABuffer() local
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/completers/
H A Dbash_completion.py374 strip_len = 0
376 while strip_len < len(prefix):
377 if commprefix.startswith(strip_prefix[strip_len:]):
379 strip_len += 1
386 return out, max(len(prefix) - strip_len, 0)
H A D__amalgam__.py438 strip_len = 0
440 while strip_len < len(prefix):
441 if commprefix.startswith(strip_prefix[strip_len:]):
443 strip_len += 1
450 return out, max(len(prefix) - strip_len, 0)
/dports/games/wesnoth/wesnoth-1.14.17/src/tests/
H A Dtest_filesystem.cpp43 const size_t strip_len = (maincfg + "/data/").length(); in BOOST_AUTO_TEST_CASE() local
44 BOOST_REQUIRE(gamedata_rev.length() > strip_len); in BOOST_AUTO_TEST_CASE()
45 gamedata_rev.resize(gamedata_rev.length() - strip_len); in BOOST_AUTO_TEST_CASE()
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/imagerotation/
H A Dexif.py816 strip_len=count*typelen
826 strip_len=4
836 offset=self.n2s(len(tiff), strip_len)
837 tiff=tiff[:strip_off]+offset+tiff[strip_off+strip_len:]
838 strip_off+=strip_len
/dports/print/hplip/hplip-3.20.6/base/
H A Dexif.py846 strip_len=count*typelen
856 strip_len=4
866 offset=self.n2s(len(tiff), strip_len)
867 tiff=tiff[:strip_off]+offset+tiff[strip_off+strip_len:]
868 strip_off+=strip_len
/dports/graphics/py-exifread/ExifRead-2.1.2/exifread/
H A Dclasses.py306 strip_len = count * type_length
316 strip_len = 4
326 offset = self.n2s(len(tiff), strip_len)
327 tiff = tiff[:strip_off] + offset + tiff[strip_off + strip_len:]
328 strip_off += strip_len
/dports/www/moinmoin/moin-1.9.11/MoinMoin/filter/
H A DEXIF.py1317 strip_len = count * typelen
1327 strip_len = 4
1337 offset = self.n2s(len(tiff), strip_len)
1338 tiff = tiff[:strip_off] + offset + tiff[strip_off + strip_len:]
1339 strip_off += strip_len
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dstr_util.c3416 strip_len ++; in rspamd_gstring_strip()
3431 if (strip_len > 0) { in rspamd_gstring_strip()
3432 s->len -= strip_len; in rspamd_gstring_strip()
3434 total += strip_len; in rspamd_gstring_strip()
3440 if (strip_len > 0) { in rspamd_gstring_strip()
3441 memmove (s->str, s->str + strip_len, s->len - strip_len); in rspamd_gstring_strip()
3443 total += strip_len; in rspamd_gstring_strip()
3467 strip_len ++; in rspamd_string_len_strip()
3482 if (strip_len > 0) { in rspamd_string_len_strip()
3483 *len -= strip_len; in rspamd_string_len_strip()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dstr_util.c3416 strip_len ++; in rspamd_gstring_strip()
3431 if (strip_len > 0) { in rspamd_gstring_strip()
3432 s->len -= strip_len; in rspamd_gstring_strip()
3434 total += strip_len; in rspamd_gstring_strip()
3440 if (strip_len > 0) { in rspamd_gstring_strip()
3441 memmove (s->str, s->str + strip_len, s->len - strip_len); in rspamd_gstring_strip()
3443 total += strip_len; in rspamd_gstring_strip()
3467 strip_len ++; in rspamd_string_len_strip()
3482 if (strip_len > 0) { in rspamd_string_len_strip()
3483 *len -= strip_len; in rspamd_string_len_strip()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A DEXIF.py1446 strip_len = count * typelen
1456 strip_len = 4
1466 offset = self.n2s(len(tiff), strip_len)
1467 tiff = tiff[:strip_off] + offset + tiff[strip_off + strip_len:]
1468 strip_off += strip_len
/dports/devel/ipython/ipython-7.29.0/IPython/utils/
H A Dtext.py446 strip_len = 0
455 strip_len += 1
459 text = "\n".join([ln[strip_len:] for ln in lines])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webxr_test_pages/
H A Dupdate_bucket.py118 strip_len = len(BUCKET) + 1
120 pos = rev[strip_len:]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webxr_test_pages/
H A Dupdate_bucket.py118 strip_len = len(BUCKET) + 1
120 pos = rev[strip_len:]
/dports/graphics/pfstools/pfstools-2.1.0/src/fileformat/
H A Dhdrtiffio.cpp311 int strip_len = rows_per_strip*width*3; in writeImage() local
314 unsigned char* strip = new unsigned char[strip_len]; in writeImage()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dphp.c630 size_t strip_len; in stripHeredocIndent() local
633 strip_len = p_len < indent_len ? p_len : indent_len; in stripHeredocIndent()
634 memmove (p, p + strip_len, p_len - strip_len); in stripHeredocIndent()
635 p += strip_len; in stripHeredocIndent()
636 new_len -= strip_len; in stripHeredocIndent()
/dports/mail/rspamd/rspamd-3.1/lualib/
H A Dlua_util.lua1171 local strip_len = settings[prefix .. '_privacy_length']
1172 if strip_len and strip_len > 0 then
1173 subject = subject_hash:hex():sub(1, strip_len)
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/
H A Dlua_util.lua1171 local strip_len = settings[prefix .. '_privacy_length']
1172 if strip_len and strip_len > 0 then
1173 subject = subject_hash:hex():sub(1, strip_len)
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/jogl/javax/media/j3d/
H A DJoglPipeline.java227 int strip_len = 0; in executeVA() local
232 strip_len = sarray.length; in executeVA()
333 int strip_len = 0; in executeVABuffer() local
929 int strip_len = 0; in buildGAForByRef() local
1508 int strip_len, in executeGeometryArrayVA() argument
1794 int strip_len = 0; in executeIndexedGeometryVA() local
1833 sarray, strip_len); in executeIndexedGeometryVA()
1901 int strip_len = 0; in executeIndexedGeometryVABuffer() local
1939 sarray, strip_len); in executeIndexedGeometryVABuffer()
1974 int strip_len = 0; in buildIndexedGeometry() local
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DGeometryArrayRetained.cpp2206 jsize strip_len = (jsize)env->GetArrayLength(sarray); in renderGeometry() local
2220 vb->addStrides(strip_len, strips); in renderGeometry()
2223 printf("Strip Length %d : ", strip_len); in renderGeometry()
2224 for (int k=0; k < strip_len; k++) { in renderGeometry()
2233 printf("Strip Length %d : ", strip_len); in renderGeometry()
2237 for (i = 0; i < strip_len; i++) { in renderGeometry()
2890 jsize strip_len = (jsize)env->GetArrayLength(sarray); in renderIndexGeometry() local
2898 printf("Strip Length %d : ", strip_len); in renderIndexGeometry()
2908 vb->addStrides(strip_len, strips); in renderIndexGeometry()
2914 for (i = 0; i < strip_len; i++) { in renderIndexGeometry()
/dports/graphics/epstool/epstool-3.09/src/
H A Dcbmp.c1072 int strip_len; in image_to_tiff() local
1148 strip_len = 0; in image_to_tiff()
1163 strip_len += packbits(comp_line, preview, bwidth); in image_to_tiff()
1169 comp_length[strip] = (WORD)strip_len; in image_to_tiff()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dread-cache.c1807 size_t strip_len, previous_len; in create_from_disk() local
1810 strip_len = decode_varint(&cp); in create_from_disk()
1813 if (previous_len < strip_len) in create_from_disk()
1816 copy_len = previous_len - strip_len; in create_from_disk()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dindex.c2393 uintmax_t strip_len; in read_entry() local
2395 strip_len = git_decode_varint((const unsigned char *)path_ptr, &varint_len); in read_entry()
2398 if (varint_len == 0 || last_len < strip_len) in read_entry()
2401 prefix_len = last_len - strip_len; in read_entry()

123