Home
last modified time | relevance | path

Searched refs:groupOffset (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp284 const int groupOffset = groupNdx*workGroupSize; in verify() local
438 const int groupOffset = groupNdx*workGroupSize; in verify() local
520 const int groupOffset = groupNdx*workGroupSize; in verify() local
596 const int groupOffset = groupNdx*workGroupSize; in getInputs() local
614 const int groupOffset = groupNdx*workGroupSize; in verify() local
668 const int groupOffset = groupNdx*workGroupSize; in getInputs() local
685 const int groupOffset = groupNdx*workGroupSize; in verify() local
737 const int groupOffset = groupNdx*workGroupSize; in getInputs() local
820 const int groupOffset = groupNdx*workGroupSize; in getInputs() local
836 const int groupOffset = groupNdx*workGroupSize; in verify() local
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DBwtSort.c63 UInt32 NO_INLINE SortGroup(UInt32 BlockSize, UInt32 NumSortedBytes, UInt32 groupOffset, UInt32 grou… in SortGroup() argument
69 UInt32 *ind2 = Indices + groupOffset; in SortGroup()
122 group = groupOffset; in SortGroup()
141 group = groupOffset + j; in SortGroup()
242 UInt32 t = (groupOffset + i - 1); in SortGroup()
251 Groups[ind2[j]] = groupOffset + i; in SortGroup()
255 …UInt32 res = SortGroup(BlockSize, NumSortedBytes, groupOffset, i, NumRefBits, Indices, left, mid -… in SortGroup()
256 …return res | SortGroup(BlockSize, NumSortedBytes, groupOffset + i, groupSize - i, NumRefBits, Indi… in SortGroup()
294 UInt32 t = groupOffset + j - 1; in SortGroup()
313 UInt32 group = groupOffset + j; in SortGroup()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DBwtSort.c63 UInt32 NO_INLINE SortGroup(UInt32 BlockSize, UInt32 NumSortedBytes, UInt32 groupOffset, UInt32 grou… in SortGroup() argument
69 UInt32 *ind2 = Indices + groupOffset; in SortGroup()
122 group = groupOffset; in SortGroup()
141 group = groupOffset + j; in SortGroup()
242 UInt32 t = (groupOffset + i - 1); in SortGroup()
251 Groups[ind2[j]] = groupOffset + i; in SortGroup()
255 …UInt32 res = SortGroup(BlockSize, NumSortedBytes, groupOffset, i, NumRefBits, Indices, left, mid -… in SortGroup()
256 …return res | SortGroup(BlockSize, NumSortedBytes, groupOffset + i, groupSize - i, NumRefBits, Indi… in SortGroup()
294 UInt32 t = groupOffset + j - 1; in SortGroup()
313 UInt32 group = groupOffset + j; in SortGroup()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DBwtSort.c63 UInt32 NO_INLINE SortGroup(UInt32 BlockSize, UInt32 NumSortedBytes, UInt32 groupOffset, UInt32 grou… in SortGroup() argument
69 UInt32 *ind2 = Indices + groupOffset; in SortGroup()
122 group = groupOffset; in SortGroup()
141 group = groupOffset + j; in SortGroup()
242 UInt32 t = (groupOffset + i - 1); in SortGroup()
251 Groups[ind2[j]] = groupOffset + i; in SortGroup()
255 …UInt32 res = SortGroup(BlockSize, NumSortedBytes, groupOffset, i, NumRefBits, Indices, left, mid -… in SortGroup()
256 …return res | SortGroup(BlockSize, NumSortedBytes, groupOffset + i, groupSize - i, NumRefBits, Indi… in SortGroup()
294 UInt32 t = groupOffset + j - 1; in SortGroup()
313 UInt32 group = groupOffset + j; in SortGroup()
[all …]
/dports/archivers/7-zip/7-zip-21.07/C/
H A DBwtSort.c63 static UInt32 NO_INLINE SortGroup(UInt32 BlockSize, UInt32 NumSortedBytes, UInt32 groupOffset, UInt… in SortGroup() argument
69 UInt32 *ind2 = Indices + groupOffset; in SortGroup()
122 group = groupOffset; in SortGroup()
141 group = groupOffset + j; in SortGroup()
242 UInt32 t = (groupOffset + i - 1); in SortGroup()
251 Groups[ind2[j]] = groupOffset + i; in SortGroup()
255 …UInt32 res = SortGroup(BlockSize, NumSortedBytes, groupOffset, i, NumRefBits, Indices, left, mid -… in SortGroup()
256 …return res | SortGroup(BlockSize, NumSortedBytes, groupOffset + i, groupSize - i, NumRefBits, Indi… in SortGroup()
294 UInt32 t = groupOffset + j - 1; in SortGroup()
313 UInt32 group = groupOffset + j; in SortGroup()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoder.java106 private static long parseTimecode(Matcher matcher, int groupOffset) { in parseTimecode() argument
107 long timestampMs = Long.parseLong(matcher.group(groupOffset + 1)) * 60 * 60 * 1000; in parseTimecode()
108 timestampMs += Long.parseLong(matcher.group(groupOffset + 2)) * 60 * 1000; in parseTimecode()
109 timestampMs += Long.parseLong(matcher.group(groupOffset + 3)) * 1000; in parseTimecode()
110 timestampMs += Long.parseLong(matcher.group(groupOffset + 4)); in parseTimecode()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoder.java106 private static long parseTimecode(Matcher matcher, int groupOffset) { in parseTimecode() argument
107 long timestampMs = Long.parseLong(matcher.group(groupOffset + 1)) * 60 * 60 * 1000; in parseTimecode()
108 timestampMs += Long.parseLong(matcher.group(groupOffset + 2)) * 60 * 1000; in parseTimecode()
109 timestampMs += Long.parseLong(matcher.group(groupOffset + 3)) * 1000; in parseTimecode()
110 timestampMs += Long.parseLong(matcher.group(groupOffset + 4)); in parseTimecode()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DHints.cc67 groupOffset = NULL; in Hints()
91 gfree(groupOffset); in ~Hints()
286 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
290 if (!groupLength || !groupOffset || !groupHasSignature || in readSharedObjectsTable()
302 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
304 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
307 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
309 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
382 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DHints.cc72 groupOffset = NULL; in Hints()
96 gfree(groupOffset); in ~Hints()
297 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
301 if (!groupLength || !groupOffset || !groupHasSignature || in readSharedObjectsTable()
313 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
315 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
318 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
320 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
393 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DHints.cc72 groupOffset = NULL; in Hints()
96 gfree(groupOffset); in ~Hints()
297 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
301 if (!groupLength || !groupOffset || !groupHasSignature || in readSharedObjectsTable()
313 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
315 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
318 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
320 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
393 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DHints.cc72 groupOffset = NULL; in Hints()
96 gfree(groupOffset); in ~Hints()
297 groupOffset = (Guint *) gmallocn_checkoverflow(nSharedGroups, sizeof(Guint)); in readSharedObjectsTable()
301 if (!groupLength || !groupOffset || !groupHasSignature || in readSharedObjectsTable()
313 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
315 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
318 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
320 groupOffset[i] = groupOffset[i-1] + groupLength[i-1]; in readSharedObjectsTable()
393 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DHints.cc138 groupOffset = nullptr; in Hints()
163 gfree(groupOffset); in ~Hints()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
389 … if (!groupLength || !groupOffset || !groupHasSignature || !groupNumObjects || !groupXRefOffset) { in readSharedObjectsTable()
401 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
403 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
406 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
408 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
496 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DHints.cc138 groupOffset = nullptr; in Hints()
163 gfree(groupOffset); in ~Hints()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
389 … if (!groupLength || !groupOffset || !groupHasSignature || !groupNumObjects || !groupXRefOffset) { in readSharedObjectsTable()
401 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
403 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
406 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
408 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
496 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DHints.cc138 groupOffset = nullptr; in Hints()
163 gfree(groupOffset); in ~Hints()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
389 … if (!groupLength || !groupOffset || !groupHasSignature || !groupNumObjects || !groupXRefOffset) { in readSharedObjectsTable()
401 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
403 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
406 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
408 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
496 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DHints.cc138 groupOffset = nullptr; in Hints()
163 gfree(groupOffset); in ~Hints()
385 groupOffset = (unsigned int *)gmallocn_checkoverflow(nSharedGroups, sizeof(unsigned int)); in readSharedObjectsTable()
389 … if (!groupLength || !groupOffset || !groupHasSignature || !groupNumObjects || !groupXRefOffset) { in readSharedObjectsTable()
401 groupOffset[0] = objectOffsetFirst; in readSharedObjectsTable()
403 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
406 groupOffset[nSharedGroupsFirst] = firstSharedObjectOffset; in readSharedObjectsTable()
408 groupOffset[i] = groupOffset[i - 1] + groupLength[i - 1]; in readSharedObjectsTable()
496 pageRange.offset = groupOffset[k]; in getPageRanges()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpatternpropsdialog.cpp36 groupOffset = new QGroupBox( this ); in PatternPropsDialog()
37 groupOffsetLayout = new QHBoxLayout( groupOffset ); in PatternPropsDialog()
41 textLabel1 = new QLabel( groupOffset ); in PatternPropsDialog()
43 spinXoffset = new ScrSpinBox( -3000, 3000, groupOffset, 0); in PatternPropsDialog()
45 textLabel2 = new QLabel( groupOffset ); in PatternPropsDialog()
47 spinYoffset = new ScrSpinBox( -3000, 3000, groupOffset, 0); in PatternPropsDialog()
49 frame3Layout->addWidget( groupOffset ); in PatternPropsDialog()
176 groupOffset->setTitle( tr( "Offsets" ) ); in languageChange()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoder.java233 private static long parseTimecode(Matcher matcher, int groupOffset) { in parseTimecode() argument
234 @Nullable String hours = matcher.group(groupOffset + 1); in parseTimecode()
236 timestampMs += Long.parseLong(matcher.group(groupOffset + 2)) * 60 * 1000; in parseTimecode()
237 timestampMs += Long.parseLong(matcher.group(groupOffset + 3)) * 1000; in parseTimecode()
238 @Nullable String millis = matcher.group(groupOffset + 4); in parseTimecode()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoder.java233 private static long parseTimecode(Matcher matcher, int groupOffset) { in parseTimecode() argument
234 @Nullable String hours = matcher.group(groupOffset + 1); in parseTimecode()
236 timestampMs += Long.parseLong(matcher.group(groupOffset + 2)) * 60 * 1000; in parseTimecode()
237 timestampMs += Long.parseLong(matcher.group(groupOffset + 3)) * 1000; in parseTimecode()
238 @Nullable String millis = matcher.group(groupOffset + 4); in parseTimecode()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/subrip/
H A DSubripDecoder.java233 private static long parseTimecode(Matcher matcher, int groupOffset) { in parseTimecode() argument
234 @Nullable String hours = matcher.group(groupOffset + 1); in parseTimecode()
236 timestampMs += Long.parseLong(matcher.group(groupOffset + 2)) * 60 * 1000; in parseTimecode()
237 timestampMs += Long.parseLong(matcher.group(groupOffset + 3)) * 1000; in parseTimecode()
238 @Nullable String millis = matcher.group(groupOffset + 4); in parseTimecode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/accesscontrol/
H A Dsecuritydescriptor.cs316 int ownerOffset, groupOffset, saclOffset, daclOffset; in GetBinaryForm()
319 groupOffset = offset + GroupFoundAt; in GetBinaryForm()
350 MarshalInt( binaryForm, groupOffset, offset - originalOffset ); in GetBinaryForm()
360 MarshalInt( binaryForm, groupOffset, 0 ); in GetBinaryForm()
568 int groupOffset = UnmarshalInt( binaryForm, offset + GroupFoundAt ); in RawSecurityDescriptor()
570 if ( groupOffset != 0 ) in RawSecurityDescriptor()
572 group = new SecurityIdentifier( binaryForm, offset + groupOffset ); in RawSecurityDescriptor()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.AccessControl/src/System/Security/AccessControl/
H A DSecurityDescriptor.cs313 int ownerOffset, groupOffset, saclOffset, daclOffset; in GetBinaryForm()
316 groupOffset = offset + GroupFoundAt; in GetBinaryForm()
347 MarshalInt(binaryForm, groupOffset, offset - originalOffset); in GetBinaryForm()
357 MarshalInt(binaryForm, groupOffset, 0); in GetBinaryForm()
562 int groupOffset = UnmarshalInt(binaryForm, offset + GroupFoundAt); in RawSecurityDescriptor()
564 if (groupOffset != 0) in RawSecurityDescriptor()
566 group = new SecurityIdentifier(binaryForm, offset + groupOffset); in RawSecurityDescriptor()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/points/
H A DAttributeSet.h156 size_t groupOffset(const Name& groupName) const;
157 size_t groupOffset(const Util::GroupIndex& index) const;
438 size_t groupOffset(const Name& groupName) const;
439 size_t groupOffset(const GroupIndex& index) const;
/dports/sysutils/barrier/barrier-2.3.3/src/lib/barrier/
H A DKeyMap.cpp529 for (SInt32 groupOffset = 0; groupOffset < numGroups; ++groupOffset) { in mapCommandKey() local
530 SInt32 effectiveGroup = getEffectiveGroup(group, groupOffset); in mapCommandKey()
620 SInt32 groupOffset; in mapCharacterKey() local
622 for (groupOffset = 0; groupOffset < numGroups; ++groupOffset) { in mapCharacterKey()
623 SInt32 effectiveGroup = getEffectiveGroup(group, groupOffset); in mapCharacterKey()
638 SInt32 effectiveGroup = getEffectiveGroup(group, groupOffset); in mapCharacterKey()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/synergy/
H A DKeyMap.cpp531 for (SInt32 groupOffset = 0; groupOffset < numGroups; ++groupOffset) { in mapCommandKey() local
532 SInt32 effectiveGroup = getEffectiveGroup(group, groupOffset); in mapCommandKey()
624 SInt32 groupOffset; in mapCharacterKey() local
626 for (groupOffset = 0; groupOffset < numGroups; ++groupOffset) { in mapCharacterKey()
627 SInt32 effectiveGroup = getEffectiveGroup(group, groupOffset); in mapCharacterKey()
642 SInt32 effectiveGroup = getEffectiveGroup(group, groupOffset); in mapCharacterKey()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCmdIL.c3186 groupOffset = 0; in Tcl_LsearchObjCmd()
3473 if (groupOffset < 0 || groupOffset >= groupSize) { in Tcl_LsearchObjCmd()
3603 itemPtr = listv[i+groupOffset]; in Tcl_LsearchObjCmd()
3704 itemPtr = listv[i+groupOffset]; in Tcl_LsearchObjCmd()
3807 TclNewIntObj(itemPtr, i+groupOffset); in Tcl_LsearchObjCmd()
3830 TclNewIntObj(itemPtr, index+groupOffset); in Tcl_LsearchObjCmd()
4030 groupOffset = 0; in Tcl_LsortObjCmd()
4257 if (groupOffset < 0 || groupOffset >= groupSize) { in Tcl_LsortObjCmd()
4330 idx = groupSize * i + groupOffset; in Tcl_LsortObjCmd()
4423 TclNewIntObj(objPtr, idx + j - groupOffset); in Tcl_LsortObjCmd()
[all …]

123