Home
last modified time | relevance | path

Searched refs:Positions (Results 251 – 275 of 4446) sorted by relevance

1...<<11121314151617181920>>...178

/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dxtreeprs.adb97 Positions : array (1 .. 500) of Natural; variable
312 Positions (Count) := Curpos;
343 Put_Line (OutS, " " & Name & " => " & Positions (M) & ',');
347 Put_Line (OutS, " " & Name & " => " & Positions (Count) & ");");
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/sonnet/src/core/
H A Dtokenizer.cpp46 TextBreaks::Positions breaks() const;
68 mutable TextBreaks::Positions cachedBreaks;
88 TextBreaks::Positions BreakTokenizerPrivate::breaks() const in breaks()
109 cachedBreaks = TextBreaks::Positions(); in regenerateCache()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dxtreeprs.adb97 Positions : array (1 .. 500) of Natural; variable
312 Positions (Count) := Curpos;
343 Put_Line (OutS, " " & Name & " => " & Positions (M) & ',');
347 Put_Line (OutS, " " & Name & " => " & Positions (Count) & ");");
/dports/editors/lazarus/lazarus/lcl/
H A Dintfgraphics.pas1721 Positions: Byte;
1738 Positions := (((AlphaShift shr 3) and 3) shl 6
1744 then Positions := not Positions; // reverse positions
1750 case Positions of
1819 Positions: Byte;
1834 Positions := (((RedShift shr 3) and 3) shl 4
1839 then Positions := not Positions and %00111111; // reverse positions
1845 case Positions of
1914 Positions: Byte;
1935 Positions := (((RedShift shr 3) and 3) shl 4
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dintfgraphics.pas1723 Positions: Byte;
1740 Positions := (((AlphaShift shr 3) and 3) shl 6
1746 then Positions := not Positions; // reverse positions
1752 case Positions of
1821 Positions: Byte;
1836 Positions := (((RedShift shr 3) and 3) shl 4
1841 then Positions := not Positions and %00111111; // reverse positions
1847 case Positions of
1916 Positions: Byte;
1937 Positions := (((RedShift shr 3) and 3) shl 4
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dintfgraphics.pas1721 Positions: Byte;
1738 Positions := (((AlphaShift shr 3) and 3) shl 6
1744 then Positions := not Positions; // reverse positions
1750 case Positions of
1819 Positions: Byte;
1834 Positions := (((RedShift shr 3) and 3) shl 4
1839 then Positions := not Positions and %00111111; // reverse positions
1845 case Positions of
1914 Positions: Byte;
1935 Positions := (((RedShift shr 3) and 3) shl 4
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dintfgraphics.pas1723 Positions: Byte;
1740 Positions := (((AlphaShift shr 3) and 3) shl 6
1746 then Positions := not Positions; // reverse positions
1752 case Positions of
1821 Positions: Byte;
1836 Positions := (((RedShift shr 3) and 3) shl 4
1841 then Positions := not Positions and %00111111; // reverse positions
1847 case Positions of
1916 Positions: Byte;
1937 Positions := (((RedShift shr 3) and 3) shl 4
[all …]
/dports/multimedia/assimp/assimp-5.1.3/test/models/glTF2/glTF-Asset-Generator/Mesh_PrimitiveMode/
H A DMesh_PrimitiveMode_06.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_03.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_01.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_00.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_05.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_02.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_04.gltf18 "name": "Positions Accessor"
35 "name": "Positions"
H A DMesh_PrimitiveMode_10.gltf18 "name": "Positions Accessor"
42 "name": "Positions"
H A DMesh_PrimitiveMode_14.gltf18 "name": "Positions Accessor"
42 "name": "Positions"
H A DMesh_PrimitiveMode_07.gltf18 "name": "Positions Accessor"
42 "name": "Positions"
H A DMesh_PrimitiveMode_11.gltf18 "name": "Positions Accessor"
42 "name": "Positions"
/dports/lang/smalltalk/smalltalk-3.2.5/superops/
H A Dhash.h37 class Positions; variable
45 void search (Positions &p, KeywordExt_List *list, const char *type,
H A Doptions.h98 const Positions& get_key_positions () const;
116 Positions _key_positions;
/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/checker/modules/Internals/
H A DXmlDump.pm118 if(my @Positions = keys(%{$TInfo{"Memb"}}))
121 foreach my $Pos (sort { $a<=>$b } @Positions)
149 if(my @Positions = keys(%{$TInfo{"Param"}}))
152 foreach my $Pos (sort { $a<=>$b } @Positions)
163 if(my @Positions = keys(%{$TInfo{"TParam"}}))
166 foreach my $Pos (sort { $a<=>$b } @Positions)
301 if(my @Positions = keys(%{$SInfo{"Param"}}))
304 foreach my $Pos (sort { $a<=>$b } @Positions)
328 if(my @Positions = keys(%{$SInfo{"TParam"}}))
331 foreach my $Pos (sort { $a<=>$b } @Positions)
/dports/textproc/py-whoosh/Whoosh-2.7.4/tests/
H A Dtest_postings.py7 from whoosh.formats import Positions, PositionBoosts
49 …assert _roundtrip(content, Positions(), "positions") == [("alfa", [0, 4, 5]), ("bravo", [1, 3]), (…
50 …assert _roundtrip(content, Positions(), "frequency") == [("alfa", 3), ("bravo", 2), ("charlie", 1)]
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dseta010.cpp217 static void ST010_SortDrivers (uint16 Positions, uint16 Places[32], uint16 Drivers[32]) in ST010_SortDrivers() argument
222 if (Positions > 1) in ST010_SortDrivers()
228 for (int i = 0; i < Positions - 1; i++) in ST010_SortDrivers()
244 Positions--; in ST010_SortDrivers()
423 uint16 Positions = ST010_WORD(0x0024); in S9xSetST010()
428 for (Pos = 0; Pos < Positions; Pos++) in S9xSetST010()
434 ST010_SortDrivers(Positions, Places, (uint16 *) (Memory.SRAM + 0x0080)); in S9xSetST010()
438 for (Pos = 0; Pos < Positions; Pos++) in S9xSetST010()
/dports/textproc/kf5-sonnet/sonnet-5.89.0/src/core/
H A Dtokenizer.cpp39 TextBreaks::Positions breaks() const;
64 mutable TextBreaks::Positions cachedBreaks;
82 TextBreaks::Positions BreakTokenizerPrivate::breaks() const in breaks()
103 cachedBreaks = TextBreaks::Positions(); in regenerateCache()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dpolygon-mode-facing.c72 static const GLfloat Positions[4][4][2] = { variable
232 expectedPrims[i] = identify_primitive(Positions[i], Colors[expectFrontColorRef[i]]); in test_combo()
268 GLenum prim = identify_primitive(Positions[i], Colors[!(i % 2)]); in test_combo()
288 glVertexPointer(2, GL_FLOAT, 0, Positions); in test_polygonmode()

1...<<11121314151617181920>>...178