Home
last modified time | relevance | path

Searched defs:lCount (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A Dcdspop.cc123 long lCount) in dsp_add3f()
130 long lCount) in dsp_add3()
137 long lCount) in dsp_cadd3f()
144 long lCount) in dsp_cadd3()
199 long lCount) in dsp_sub3f()
206 long lCount) in dsp_sub3()
213 long lCount) in dsp_csub3f()
220 long lCount) in dsp_csub3()
263 long lCount) in dsp_mulf_nip()
270 long lCount) in dsp_mul_nip()
[all …]
H A DDSPOp.cc974 long lCount) in Add()
1003 long lCount) in Add()
1184 long lCount) in Sub()
1200 long lCount) in Sub()
1382 long lCount) in Mul()
1411 long lCount) in Mul()
1732 long lCount) in Mul2()
1745 long lCount) in Mul2()
1904 long lCount) in Div()
1920 long lCount) in Div()
[all …]
H A DFlipBand.cc75 void clFlipBand::Put (const float *fpSrc, long lCount) in Put()
93 void clFlipBand::Put (const double *dpSrc, long lCount) in Put()
111 bool clFlipBand::Get (float *fpDest, long lCount) in Get()
117 bool clFlipBand::Get (double *dpDest, long lCount) in Get()
H A DIIRCascade.cc83 void clIIRCascade::Process (float *fpVect, long lCount) in Process()
92 void clIIRCascade::Process (double *dpVect, long lCount) in Process()
101 void clIIRCascade::Process (float *fpDest, const float *fpSrc, long lCount) in Process()
111 void clIIRCascade::Process (double *dpDest, const double *dpSrc, long lCount) in Process()
/dports/devel/open-beagle/beagle-3.0.3/examples/GA/zeromin/zeromin/
H A DZeroMinEvalOp.cpp61 unsigned int lCount = 0; in evaluate() local
/dports/devel/open-beagle/beagle-3.0.3/examples/GA/onemax/onemax/
H A DOneMaxEvalOp.cpp61 unsigned int lCount = 0; in evaluate() local
/dports/devel/open-beagle/beagle-3.0.3/PACC/Util/
H A DTimer.cpp102 unsigned long long lCount = 0; in getCount() local
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/dsp/
H A DReBuffer.hh41 long lCount; member in clReBuffer
/dports/biology/seqan1/seqan-1.3.1/demos/tutorial/howto/
H A Dcmdparser_example.cpp50 unsigned lCount = length(getOptionValuesLong(parser, "list")); in main() local
/dports/news/pan/pan-0.145/pan/usenet-utils/
H A Dblowfish.cc144 DWORD lCount, lOutSize, lGoodBytes ; in Encode() local
204 DWORD lCount ; in Decode() local
/dports/games/freedink-dfarc/dfarc-3.14/src/
H A DPackage.cpp142 int lCount = 1; in onOkay() local
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/src/java/org/opencv/utils/
H A DConverters.java520 int lCount = (pts != null) ? pts.size() : 0; in vector_vector_Point_to_Mat() local
568 int lCount = (pts != null) ? pts.size() : 0; in vector_vector_Point2f_to_Mat() local
599 int lCount = (pts != null) ? pts.size() : 0; in vector_vector_Point3f_to_Mat() local
612 int lCount = (kps != null) ? kps.size() : 0; in vector_vector_KeyPoint_to_Mat() local
711 int lCount = (lvdm != null) ? lvdm.size() : 0; in vector_vector_DMatch_to_Mat() local
742 int lCount = (lvb != null) ? lvb.size() : 0; in vector_vector_char_to_Mat() local
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dstmacro.c472 long lCount ; in lispMachineState_backquoteVector() local
542 long lCount ; in lispMachineState_backquoteVectPostVect() local
565 long lCount ; in lispMachineState_backquoteVectPostComma() local
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/avisource/
H A DDubSource.cpp30 int DubSource::read(LONG lStart, LONG lCount, LPVOID lpBuffer, LONG cbBuffer, LONG *lBytesRead, LON… in read()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMagicCube4d.cpp162 CMagicCube4dApp::OnIdle(LONG lCount) in OnIdle()
/dports/net/mpich/mpich-3.4.3/test/mpi/perf/
H A Dallredtrace.c31 static int lCount = 0; variable
/dports/net/mpich2/mpich2-1.5/test/mpi/perf/
H A Dallredtrace.c32 static int lCount = 0; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dmfc.h112 BOOL OnIdle(LONG lCount) wxOVERRIDE in OnIdle()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dreplay.cpp815 long lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in DisplayReplayProperties() local
1042 LONG lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in ReplayDialogProc() local
1048 LONG lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in ReplayDialogProc() local
1061 LONG lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in ReplayDialogProc() local
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/mfc/
H A Dvgui_mfc_app.cxx202 vgui_mfc_app::OnIdle(LONG lCount) in OnIdle()
/dports/devel/open-beagle/beagle-3.0.3/PACC/XML/
H A DNode.cpp177 unsigned int lCount = 0; in getChildCount() local
430 int lCount = 1; in readContentAsString() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dreplay.cpp861 long lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in DisplayReplayProperties() local
1106 LONG lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in ReplayDialogProc() local
1112 LONG lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in ReplayDialogProc() local
1125 LONG lCount = SendDlgItemMessage(hDlg, IDC_CHOOSE_LIST, CB_GETCOUNT, 0, 0); in ReplayDialogProc() local
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/bf533-ezkit/
H A Dflash.c184 int write_data(long lStart, long lCount, uchar * pnData) in write_data()
236 int read_data(long ulStart, long lCount, long lStride, int *pnData) in read_data()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dconsole.h64 int lCount[ CON_MAX_LINES ]; member
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dconsole.h64 int lCount[ CON_MAX_LINES ]; member

123456