Home
last modified time | relevance | path

Searched refs:wStart (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DSet.hs51 type SealedPatchSet rt p wStart = Sealed ((PatchSet rt p) wStart)
68 data PatchSet rt p wStart wY where
72 deriving instance Show2 p => Show (PatchSet rt p wStart wY)
74 instance Show2 p => Show1 (PatchSet rt p wStart)
99 patchSet2RL :: PatchSet rt p wStart wX -> RL (PatchInfoAnd rt p) wStart wX
107 patchSet2FL :: PatchSet rt p wStart wX -> FL (PatchInfoAnd rt p) wStart wX
112 appendPSFL :: PatchSet rt p wStart wX -> FL (PatchInfoAnd rt p) wX wY
113 -> PatchSet rt p wStart wY
118 progressPatchSet :: String -> PatchSet rt p wStart wX -> PatchSet rt p wStart wX
151 -> PatchSet rt p wStart wX
[all …]
H A DDepends.hs143 maybeSplitSetOnTag :: PatchInfo -> PatchSet rt p wStart wX
144 -> Maybe (PatchSet rt p wStart wX)
157 splitOnTag :: Commute p => PatchInfo -> PatchSet rt p wStart wX
158 -> Maybe (PatchSet rt p wStart wX)
197 => PatchSet rt p wStart wX
198 -> PatchSet rt p wStart wX
219 getUncovered :: PatchSet rt p wStart wX -> [PatchInfo]
255 slightlyOptimizePatchset :: PatchSet rt p wStart wX -> PatchSet rt p wStart wX
259 go :: PatchSet rt p wStart wY -> PatchSet rt p wStart wY
268 -> PatchSet rt p wStart wY -> Maybe (PatchSet rt p wStart wX)
H A DMatch.hs530 => [MatchFlag] -> PatchSet rt p wStart wX
531 -> Maybe (SealedPatchSet rt p wStart)
545 => [MatchFlag] -> PatchSet rt p wStart wX
546 -> Maybe (SealedPatchSet rt p wStart)
606 -> PatchSet rt p wStart wX
607 -> SealedPatchSet rt p wStart
618 -> PatchSet rt p wStart wX
619 -> PatchSet rt p wStart wX
641 -> PatchSet rt p wStart wX
642 -> SealedPatchSet rt p wStart
H A DBundle.hs146 -> PatchSet rt p wStart wX -> FL (Named p) wX wY -> IO Doc
268 => PatchSet rt p wStart wB -- context to be minimized
270 -> Sealed ((PatchSet rt p :> FL (PatchInfoAnd rt p)) wStart)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/tests/
H A DDeadlocks.hs141 then do wStart <- newEmptyMVar
142 … wid <- forkIO $ (putMVar wStart () >> (forever $ writeChan i (0::Int)))
143 takeMVar wStart >> threadDelay 1 -- wait until we're writing
178 wStart <- newEmptyMVar
179 wid <- forkIO (putMVar wStart () >> ( forever $ writeChan i (0::Int)) )
181 takeMVar wStart >> threadDelay 1
197 wStart <- newEmptyMVar
198 wid <- forkIO (putMVar wStart () >> ( forever $ UB.writeChan i (0::Int)) )
200 takeMVar wStart >> threadDelay 1
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUROIPooling.cpp102 int wStart = min(max(x1 + (int)floorf(binPw), 0), iw); in onExecute() local
105 int wLen = wEnd - wStart; in onExecute()
112 auto ptr = sliceInput + (hStart * iw + wStart) * 4; in onExecute()
124 auto ptr = sliceInput + (hStart * iw + wStart) * 4 + i; in onExecute()
/dports/misc/mnn/MNN-1.2.0/source/backend/opengl/glsl/
H A DroiPooling.glsl33 int wStart = clamp(x1 + int(floor(float(pos.x) * binSizeW)), 0, uInputSize.x);
38 bool isEmpty = (hEnd <= hStart) || (wEnd <= wStart);
43 for(int j = wStart; j < wEnd; ++j)
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glsl/
H A Droipooling.comp40 int wStart = clamp(x1 + int(floor(float(pos.x) * binSizeW)), 0, inputImgSize.x);
45 bool isEmpty = (hEnd <= hStart) || (wEnd <= wStart);
50 for(int j = wStart; j < wEnd; ++j)
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/cl/
H A Droi_pooling.cl51 int wStart = min(max(x1 + (int)floor(out_width_idx * binSizeW), 0), in_width);
53 int wLen = wEnd - wStart;
66 const int in_width_start = wStart;
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/parallel/
H A Dalusfc.hh304 const int wStart = (me == 0) ? 0 : elementCuts[ me-1 ]; in CALL_parallelSpaceFillingCurve() local
313 const int w1 = std::max( wStart, lastStart ); in CALL_parallelSpaceFillingCurve()
316 if( source != me && (w1 >= wStart && w2 <= wEnd) && w2 > w1 ) in CALL_parallelSpaceFillingCurve()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DAesOpt.c222 const __m128i *wStart = p + *(const UInt32 *)(p + 1) * 2 + 2 - 1; in AES_FUNC_START2() local
228 const __m128i *w = wStart; in AES_FUNC_START2()
251 const __m128i *w = wStart - 1; in AES_FUNC_START2()
676 const v128 *wStart = p + ((size_t)*(const UInt32 *)(p + 1)) * 2;
682 const v128 *w = wStart;
704 const v128 *w = wStart;
/dports/security/hashcat/hashcat-6.2.5/deps/LZMA-SDK/C/
H A DAesOpt.c222 const __m128i *wStart = p + *(const UInt32 *)(p + 1) * 2 + 2 - 1; in AES_FUNC_START2() local
228 const __m128i *w = wStart; in AES_FUNC_START2()
251 const __m128i *w = wStart - 1; in AES_FUNC_START2()
676 const v128 *wStart = p + ((size_t)*(const UInt32 *)(p + 1)) * 2;
682 const v128 *w = wStart;
704 const v128 *w = wStart;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/supportClasses/
H A DResizeInstance.as268 var wStart:* = propertyChanges.start["width"];
272 if (wStart !== undefined && wEnd != undefined && (wStart != wEnd))
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcrafting_gui.cpp428 const int wStart = ( TERMX - width ) / 2; in select_crafting_recipe() local
463 w_head = catacurses::newwin( headHeight, width, point( wStart, 0 ) ); in select_crafting_recipe()
464 w_subhead = catacurses::newwin( subHeadHeight, width, point( wStart, 3 ) ); in select_crafting_recipe()
465 w_data = catacurses::newwin( dataHeight, width, point( wStart, in select_crafting_recipe()
471 const point item_info( wStart + width - item_info_width, headHeight + subHeadHeight ); in select_crafting_recipe()
480 ui.position( point( wStart, 0 ), point( width, TERMY ) ); in select_crafting_recipe()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcrafting_gui.cpp428 const int wStart = ( TERMX - width ) / 2; in select_crafting_recipe() local
463 w_head = catacurses::newwin( headHeight, width, point( wStart, 0 ) ); in select_crafting_recipe()
464 w_subhead = catacurses::newwin( subHeadHeight, width, point( wStart, 3 ) ); in select_crafting_recipe()
465 w_data = catacurses::newwin( dataHeight, width, point( wStart, in select_crafting_recipe()
471 const point item_info( wStart + width - item_info_width, headHeight + subHeadHeight ); in select_crafting_recipe()
480 ui.position( point( wStart, 0 ), point( width, TERMY ) ); in select_crafting_recipe()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DLog.hs366 changelog :: forall rt p wStart wX
370 => [DarcsFlag] -> RL (PatchInfoAndG rt p) wStart wX
440 gn :: Int -> RL (PatchInfoAndG rt p) wStart wY -> Maybe Int
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/xml/
H A Dcfx_xmlparser.cpp37 uint16_t wStart; member
59 return it != std::end(g_XMLNameChars) && ch >= it->wStart && in IsXMLNameChar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/xml/
H A Dcfx_xmlparser.cpp37 uint16_t wStart; member
59 return it != std::end(g_XMLNameChars) && ch >= it->wStart && in IsXMLNameChar()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A Dd3dmacs.h81 ((LPD3DPROCESSVERTICES) ptr)->wStart = strt; \
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_basic_imp.cpp205 return g_XFAElementAttributeData + pElement->wStart; in XFA_GetElementAttributes()
234 return g_XFAElementPropertyData + pElement->wStart; in XFA_GetElementProperties()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Danimation.c1890 CompWindow *wStart = NULL; in initiateFocusAnimation() local
1899 wStart = restackInfo->wStart; in initiateFocusAnimation()
1935 for (dw = wStart; dw && dw != wEnd->next; dw = dw->next) in initiateFocusAnimation()
2016 for (dw = wStart; dw && dw != wEnd->next; dw = dw->next) in initiateFocusAnimation()
2193 if (restackInfo->wStart == w && isWinVisible(w)) in restackInfoStillGood()
3873 CompWindow *wStart = 0; in animHandleEvent() local
3956 wStart = wChangeStart; in animHandleEvent()
3958 wOldAbove = wStart; in animHandleEvent()
3969 wStart = wRestacked; in animHandleEvent()
3978 if (wRestacked && wStart && wEnd && wOldAbove) in animHandleEvent()
[all …]
H A Danimation-internal.h30 CompWindow *wRestacked, *wStart, *wEnd, *wOldAbove; member
/dports/graphics/alembic/alembic-1.8.3/prman/Procedural/
H A DWriteGeo.cpp597 const float32_t * wStart = reinterpret_cast<const float32_t * >( in ProcessNuPatch() local
606 pwValues.push_back( wStart[i] ); in ProcessNuPatch()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/
H A DDLL430_OldApi.h78 …virtual bool ReadOutFile(int32_t wStart, int32_t wLength, const char* lpszFileName, int32_t iFileT…
H A DDLL430_OldApiV3.h91 bool ReadOutFile(int32_t wStart, int32_t wLength, const char* lpszFileName, int32_t iFileType);

12