Home
last modified time | relevance | path

Searched refs:offsets (Results 251 – 275 of 34563) sorted by relevance

1...<<11121314151617181920>>...1383

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/util/calendar/zi/
H A DZoneInfoOld.java165 int[] offsets; field in ZoneInfoOld
227 int[] offsets, in ZoneInfoOld() argument
235 this.offsets = offsets; in ZoneInfoOld()
270 offsets[1] = 0; in getOffsets()
284 offsets[1] = 0; in getOffsets()
324 if (offsets != null) { in getOffsets()
326 offsets[1] = 0; in getOffsets()
453 return offsets[0]; in getRawOffset()
880 Arrays.equals(offsets, other.offsets)); in equalsTransOffsets()
952 ",offsets=" + ((offsets != null) ? offsets.length : 0) + in diffsTo()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/util/calendar/zi/
H A DZoneInfoOld.java167 int[] offsets; field in ZoneInfoOld
229 int[] offsets, in ZoneInfoOld() argument
237 this.offsets = offsets; in ZoneInfoOld()
272 offsets[1] = 0; in getOffsets()
286 offsets[1] = 0; in getOffsets()
326 if (offsets != null) { in getOffsets()
328 offsets[1] = 0; in getOffsets()
455 return offsets[0]; in getRawOffset()
882 Arrays.equals(offsets, other.offsets)); in equalsTransOffsets()
954 ",offsets=" + ((offsets != null) ? offsets.length : 0) + in diffsTo()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/util/calendar/zi/
H A DZoneInfoOld.java167 int[] offsets; field in ZoneInfoOld
229 int[] offsets, in ZoneInfoOld() argument
237 this.offsets = offsets; in ZoneInfoOld()
272 offsets[1] = 0; in getOffsets()
286 offsets[1] = 0; in getOffsets()
326 if (offsets != null) { in getOffsets()
328 offsets[1] = 0; in getOffsets()
455 return offsets[0]; in getRawOffset()
882 Arrays.equals(offsets, other.offsets)); in equalsTransOffsets()
954 ",offsets=" + ((offsets != null) ? offsets.length : 0) + in diffsTo()
[all …]
/dports/sysutils/ccze/ccze-0.2.1/src/
H A Dmod_xferlog.c33 ccze_xferlog_log_process (const char *str, int *offsets, int match) in ccze_xferlog_log_process() argument
39 pcre_get_substring (str, offsets, match, 1, (const char **)&curtime); in ccze_xferlog_log_process()
41 pcre_get_substring (str, offsets, match, 3, (const char **)&host); in ccze_xferlog_log_process()
42 pcre_get_substring (str, offsets, match, 4, (const char **)&fsize); in ccze_xferlog_log_process()
43 pcre_get_substring (str, offsets, match, 5, (const char **)&fname); in ccze_xferlog_log_process()
47 pcre_get_substring (str, offsets, match, 9, (const char **)&amode); in ccze_xferlog_log_process()
48 pcre_get_substring (str, offsets, match, 10, (const char **)&user); in ccze_xferlog_log_process()
51 pcre_get_substring (str, offsets, match, 13, (const char **)&auid); in ccze_xferlog_log_process()
127 int match, offsets[99]; in ccze_xferlog_handle() local
130 0, 0, offsets, 99)) >= 0) in ccze_xferlog_handle()
[all …]
H A Dmod_httpd.c53 pcre_get_substring (str, offsets, match, 1, (const char **)&vhost); in ccze_httpd_access_log_process()
54 pcre_get_substring (str, offsets, match, 2, (const char **)&host); in ccze_httpd_access_log_process()
55 pcre_get_substring (str, offsets, match, 3, (const char **)&user); in ccze_httpd_access_log_process()
56 pcre_get_substring (str, offsets, match, 4, (const char **)&date); in ccze_httpd_access_log_process()
106 pcre_get_substring (str, offsets, match, 1, (const char **)&date); in ccze_httpd_error_log_process()
108 pcre_get_substring (str, offsets, match, 3, (const char **)&msg); in ccze_httpd_error_log_process()
159 int match, offsets[99]; in ccze_httpd_handle() local
162 str, length, 0, 0, offsets, 99)) >= 0) in ccze_httpd_handle()
164 *rest = ccze_httpd_access_log_process (str, offsets, match); in ccze_httpd_handle()
168 str, length, 0, 0, offsets, 99)) >= 0) in ccze_httpd_handle()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp61 DIEArray &offsets) { in GetGlobalVariables() argument
67 DWARFMappedHash::ExtractDIEArray(hash_data, offsets); in GetGlobalVariables()
71 DIEArray &offsets) { in GetGlobalVariables() argument
78 DWARFMappedHash::ExtractDIEArray(hash_data, offsets); in GetGlobalVariables()
82 DIEArray &offsets) { in GetObjCMethods() argument
102 DIEArray &offsets) { in GetTypes() argument
160 DIEArray offsets; in GetFunctions() local
161 m_apple_names_up->FindByName(name.GetStringRef(), offsets); in GetFunctions()
162 for (const DIERef &die_ref : offsets) { in GetFunctions()
169 DIEArray &offsets) { in GetFunctions() argument
[all …]
/dports/biology/bbmap/bbmap/current/align2/
H A DSolver.java10 int bits=offsets.length; in bruteForce()
14 long x=evaluate(offsets, lengths, chunk, i); in bruteForce()
84 if(prospect==0 || (prospect==offsets.length-1)){ in valueOfElement()
110 final int offP=offsets[prospect]; in valueOfElement()
111 final int offR=(prospect==last ? offsets[offsets.length-1]+1 : offsets[lists[index+1]]); in valueOfElement()
130 Arrays.toString(offsets)+"\nprospect="+prospect+"\n"; in valueOfElement()
196 score+=(POINTS_FOR_TOTAL_LIST_WIDTH*(offsets[last]-offsets[first]+chunk)); in evaluate()
202 int space=offsets[list2]-offsets[list1]; in evaluate()
210 long x=offsets[first]; in evaluate()
215 if(last<(offsets.length-1)){ in evaluate()
[all …]
/dports/devel/libflatarray/libflatarray-0.3.0/src/detail/
H A Dshort_vec_avx_int_32.hpp243 void gather(const int *ptr, const int *offsets) in gather() argument
256 void scatter(int *ptr, const int *offsets) const in scatter()
258 ptr[offsets[ 0]] = _mm256_extract_epi32(val1, 0); in scatter()
259 ptr[offsets[ 1]] = _mm256_extract_epi32(val1, 1); in scatter()
260 ptr[offsets[ 2]] = _mm256_extract_epi32(val1, 2); in scatter()
261 ptr[offsets[ 3]] = _mm256_extract_epi32(val1, 3); in scatter()
262 ptr[offsets[ 4]] = _mm256_extract_epi32(val1, 4); in scatter()
263 ptr[offsets[ 5]] = _mm256_extract_epi32(val1, 5); in scatter()
264 ptr[offsets[ 6]] = _mm256_extract_epi32(val1, 6); in scatter()
265 ptr[offsets[ 7]] = _mm256_extract_epi32(val1, 7); in scatter()
[all …]
/dports/devel/icu/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ducnv_u16.cpp90 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
252 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
286 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
370 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
490 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
691 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
853 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
887 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
971 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1091 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
[all …]
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ttf/
H A DLocaTable.java34 private int offsets[]; field in LocaTable
47 offsets = new int[numGlyphs + 1]; in LocaTable()
55 return offsets[glyphID]; in getOffset()
62 return offsets[glyphID + 1] - offsets[glyphID]; in getSize()
81 for (int i = 0; i < offsets.length; i++) { in getData()
83 buf.putInt(offsets[i]); in getData()
85 buf.putShort((short) (offsets[i] / 2)); in getData()
97 for (int i = 0; i < offsets.length; i++) { in setData()
99 offsets[i] = data.getInt(); in setData()
111 return offsets.length * 4; in getLength()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/analysis/
H A DBaseCharFilter.cpp21 if (!offsets || currentOff < offsets[0]) { in correct()
26 if (currentOff >= offsets[hi]) { in correct()
35 if (currentOff < offsets[mid]) { in correct()
37 } else if (currentOff > offsets[mid]) { in correct()
44 if (currentOff < offsets[mid]) { in correct()
52 return !offsets ? 0 : diffs[size - 1]; in getLastCumulativeDiff()
56 if (!offsets) { in addOffCorrectMap()
57 offsets = IntArray::newInstance(64); in addOffCorrectMap()
59 } else if (size == offsets.size()) { in addOffCorrectMap()
60 offsets.resize(MiscUtils::getNextSize(offsets.size())); in addOffCorrectMap()
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/testing/apps/tests/
H A Damr_volume_sampling.cpp21 std::vector<vec3f> offsets; in amr_sampling_at_shell_boundaries() local
22 offsets.emplace_back(0.0f); in amr_sampling_at_shell_boundaries()
23 offsets.emplace_back(0.5f); in amr_sampling_at_shell_boundaries()
24 offsets.emplace_back(1.0f); in amr_sampling_at_shell_boundaries()
26 offsets.emplace_back(63.0f); in amr_sampling_at_shell_boundaries()
27 offsets.emplace_back(63.5f); in amr_sampling_at_shell_boundaries()
29 offsets.emplace_back(66.0f); in amr_sampling_at_shell_boundaries()
31 offsets.emplace_back(96.0f); in amr_sampling_at_shell_boundaries()
32 offsets.emplace_back(97.0f); in amr_sampling_at_shell_boundaries()
34 offsets.emplace_back(111.0f); in amr_sampling_at_shell_boundaries()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/include/
H A Drem0rec.h444 ulint* offsets,/*!< in/out: array consisting of
497 const ulint* offsets)/*!< in: array returned by
509 ulint* offsets)/*!< in: array returned by
556 #define rec_get_nth_field(rec, offsets, n, len) \ argument
557 ((rec) + rec_get_nth_field_offs(offsets, n, len))
681 #define rec_offs_init(offsets) \ argument
682 rec_offs_set_n_alloc(offsets, (sizeof offsets) / sizeof *offsets)
746 # define rec_get_start(rec, offsets) ((rec) - rec_offs_extra_size(offsets)) argument
747 # define rec_get_end(rec, offsets) ((rec) + rec_offs_data_size(offsets)) argument
782 ulint* offsets)/*!< in/out: array of offsets;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/include/
H A Drem0rec.h444 ulint* offsets,/*!< in/out: array consisting of
497 const ulint* offsets)/*!< in: array returned by
509 ulint* offsets)/*!< in: array returned by
556 #define rec_get_nth_field(rec, offsets, n, len) \ argument
557 ((rec) + rec_get_nth_field_offs(offsets, n, len))
681 #define rec_offs_init(offsets) \ argument
682 rec_offs_set_n_alloc(offsets, (sizeof offsets) / sizeof *offsets)
746 # define rec_get_start(rec, offsets) ((rec) - rec_offs_extra_size(offsets)) argument
747 # define rec_get_end(rec, offsets) ((rec) + rec_offs_data_size(offsets)) argument
782 ulint* offsets)/*!< in/out: array of offsets;
[all …]

1...<<11121314151617181920>>...1383