Home
last modified time | relevance | path

Searched refs:NumRecs (Results 1 – 25 of 63) sorted by relevance

123

/dports/textproc/gutenmark/GutenMark-source/
H A DAddMarkup.c67 int NumRecs; in AddMarkup() local
69 NumRecs = 0; in AddMarkup()
82 NumRecs++; in AddMarkup()
87 NumRecs--; in AddMarkup()
90 (MarkupRecord *) calloc (NumRecs, sizeof (MarkupRecord)); in AddMarkup()
93 if (NumRecs != in AddMarkup()
94 fread (TempRecords, sizeof (MarkupRecord), NumRecs, in AddMarkup()
102 if (NumRecs != in AddMarkup()
103 fwrite (TempRecords, sizeof (MarkupRecord), NumRecs, in AddMarkup()
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/tests/
H A Dtestspecifictdbf.pas323 NumRecs=8;
327 DS:=DBConnector.GetNDataset(NumRecs);
336 NumRecs=8;
340 DS:=DBConnector.GetNDataset(NumRecs);
344 CheckEquals(NumRecs,DS.fieldbyname('ID').asinteger);
349 NumRecs=8;
353 DS:=DBConnector.GetNDataset(NumRecs);
362 NumRecs=8;
366 DS:=DBConnector.GetNDataset(NumRecs);
370 CheckEquals(NumRecs-1,DS.fieldbyname('ID').asinteger);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/tests/
H A Dtestspecifictdbf.pas323 NumRecs=8;
327 DS:=DBConnector.GetNDataset(NumRecs);
336 NumRecs=8;
340 DS:=DBConnector.GetNDataset(NumRecs);
344 CheckEquals(NumRecs,DS.fieldbyname('ID').asinteger);
349 NumRecs=8;
353 DS:=DBConnector.GetNDataset(NumRecs);
362 NumRecs=8;
366 DS:=DBConnector.GetNDataset(NumRecs);
370 CheckEquals(NumRecs-1,DS.fieldbyname('ID').asinteger);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu257 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
262 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
264 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
270 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
279 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu257 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
262 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
264 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
270 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
279 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu257 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
262 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
264 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
270 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
279 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu257 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records));
262 if (ThreadId >= NumRecs)
264 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs));
270 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads)
279 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu263 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
268 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
270 NumThreads = roundToWarpsize(__kmpc_impl_min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
276 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
285 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/DeviceRTL/src/
H A DReduction.cpp259 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
264 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
266 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
272 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
281 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu263 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
268 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
270 NumThreads = roundToWarpsize(__kmpc_impl_min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
276 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
285 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/src/
H A DReduction.cpp259 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
264 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
266 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
272 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
281 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu263 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
268 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
270 NumThreads = roundToWarpsize(__kmpc_impl_min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
276 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
285 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/src/
H A DReduction.cpp259 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
264 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
266 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
272 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
281 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/DeviceRTL/src/
H A DReduction.cpp259 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in DIRCOL()
264 if (ThreadId >= NumRecs)
266 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs));
272 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads)
281 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads);
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu265 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
270 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
272 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
278 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
287 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu265 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
270 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
272 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
278 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
287 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu480 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
485 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
487 NumThreads = roundToWarpsize(__kmpc_impl_min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
493 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
502 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
H A Dreduction.cu480 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local
485 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
487 NumThreads = roundToWarpsize(__kmpc_impl_min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
493 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
502 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/deviceRTLs/nvptx/src/
H A Dreduction.cu485 unsigned NumRecs = min(NumTeams, num_of_records); in __kmpc_nvptx_teams_reduce_nowait_v2() local
490 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()
492 NumThreads = roundToWarpsize(min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
498 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()
507 uint32_t ActiveThreads = min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/promknl/
H A Dmkmsghud.pas35 NumRecs: Word; {number of MsgTxt.Bbs records}
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
529 MaxTxt := MsgRec^.MsgHdr.NumRecs;
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
576 If ((MsgRec^.CurrTxtRec <= MsgRec^.MsgHdr.NumRecs) and
581 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
595 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
810 MsgRec^.MsgHdr.NumRecs := MsgRec^.CurrTxtRec;
860 If Not shWrite(MsgRec^.MsgTxtFile, MsgChars^, MsgRec^.MsgHdr.NumRecs) Then
/dports/news/husky/husky-1.9.20191207/progate/
H A Dmkmsghud.pas35 NumRecs: Word; {number of MsgTxt.Bbs records}
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
529 MaxTxt := MsgRec^.MsgHdr.NumRecs;
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
576 If ((MsgRec^.CurrTxtRec <= MsgRec^.MsgHdr.NumRecs) and
581 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
595 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
810 MsgRec^.MsgHdr.NumRecs := MsgRec^.CurrTxtRec;
860 If Not shWrite(MsgRec^.MsgTxtFile, MsgChars^, MsgRec^.MsgHdr.NumRecs) Then
/dports/news/husky/husky-1.9.20191207/promknl/
H A Dmkmsghud.pas35 NumRecs: Word; {number of MsgTxt.Bbs records}
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
529 MaxTxt := MsgRec^.MsgHdr.NumRecs;
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
576 If ((MsgRec^.CurrTxtRec <= MsgRec^.MsgHdr.NumRecs) and
581 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
595 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
810 MsgRec^.MsgHdr.NumRecs := MsgRec^.CurrTxtRec;
860 If Not shWrite(MsgRec^.MsgTxtFile, MsgChars^, MsgRec^.MsgHdr.NumRecs) Then
/dports/news/husky-areafix/husky-areafix-1.9.20191207/progate/
H A Dmkmsghud.pas35 NumRecs: Word; {number of MsgTxt.Bbs records}
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
529 MaxTxt := MsgRec^.MsgHdr.NumRecs;
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
576 If ((MsgRec^.CurrTxtRec <= MsgRec^.MsgHdr.NumRecs) and
581 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
595 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
810 MsgRec^.MsgHdr.NumRecs := MsgRec^.CurrTxtRec;
860 If Not shWrite(MsgRec^.MsgTxtFile, MsgChars^, MsgRec^.MsgHdr.NumRecs) Then
/dports/news/husky-areafix/husky-areafix-1.9.20191207/protick/
H A Dmkmsghud.pas35 NumRecs: Word; {number of MsgTxt.Bbs records}
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
529 MaxTxt := MsgRec^.MsgHdr.NumRecs;
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
576 If ((MsgRec^.CurrTxtRec <= MsgRec^.MsgHdr.NumRecs) and
581 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
595 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
810 MsgRec^.MsgHdr.NumRecs := MsgRec^.CurrTxtRec;
860 If Not shWrite(MsgRec^.MsgTxtFile, MsgChars^, MsgRec^.MsgHdr.NumRecs) Then
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/progate/
H A Dmkmsghud.pas35 NumRecs: Word; {number of MsgTxt.Bbs records}
526 If MsgRec^.MsgHdr.NumRecs > TxtSize Then
529 MaxTxt := MsgRec^.MsgHdr.NumRecs;
552 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
565 If ((Rec > MsgRec^.MsgHdr.NumRecs) or (Rec > TxtSize)) Then
576 If ((MsgRec^.CurrTxtRec <= MsgRec^.MsgHdr.NumRecs) and
581 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
595 If ((MsgRec^.CurrTxtRec > MsgRec^.MsgHdr.NumRecs) Or
810 MsgRec^.MsgHdr.NumRecs := MsgRec^.CurrTxtRec;
860 If Not shWrite(MsgRec^.MsgTxtFile, MsgChars^, MsgRec^.MsgHdr.NumRecs) Then

123