Home
last modified time | relevance | path

Searched refs:EXTENT (Results 1 – 25 of 5148) sorted by relevance

12345678910>>...206

/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_archive_string.c31 #define EXTENT 32 macro
59 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
63 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
66 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
84 assertExactString(0, EXTENT, "", s); in test_archive_strcat()
88 assertExactString(0, EXTENT, "", s); in test_archive_strcat()
111 assertExactString(1, EXTENT, "X", s); in test_archive_strappend_char()
188 assertExactString(0, EXTENT, "", s); in test_archive_strcpy()
210 assertExactString(0, EXTENT, "", t); in test_archive_string_concat()
215 assertExactString(0, EXTENT, "", s); in test_archive_string_concat()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/test/
H A Dtest_archive_string.c31 #define EXTENT 32 macro
59 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
63 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
66 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
84 assertExactString(0, EXTENT, "", s); in test_archive_strcat()
88 assertExactString(0, EXTENT, "", s); in test_archive_strcat()
111 assertExactString(1, EXTENT, "X", s); in test_archive_strappend_char()
188 assertExactString(0, EXTENT, "", s); in test_archive_strcpy()
210 assertExactString(0, EXTENT, "", t); in test_archive_string_concat()
215 assertExactString(0, EXTENT, "", s); in test_archive_string_concat()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/test/
H A Dtest_archive_string.c31 #define EXTENT 32 macro
59 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
63 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
66 assertNonNULLString(0, EXTENT, s); in test_archive_string_ensure()
84 assertExactString(0, EXTENT, "", s); in test_archive_strcat()
88 assertExactString(0, EXTENT, "", s); in test_archive_strcat()
111 assertExactString(1, EXTENT, "X", s); in test_archive_strappend_char()
188 assertExactString(0, EXTENT, "", s); in test_archive_strcpy()
210 assertExactString(0, EXTENT, "", t); in test_archive_string_concat()
215 assertExactString(0, EXTENT, "", s); in test_archive_string_concat()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Cxx/
H A DTestSMPPipelineContour.cxx30 const int EXTENT = 100; variable
31 static int WholeExtent[] = {-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT};
44 source->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in Initialize()
120 rt->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestSMPPipelineContour()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestSMPPipelineContour.cxx30 const int EXTENT = 100; variable
31 static int WholeExtent[] = { -EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT };
44 source->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in Initialize()
113 rt->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestSMPPipelineContour()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Cxx/
H A DTestSMPPipelineContour.cxx30 const int EXTENT = 100; variable
31 int WholeExtent[] = {-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT};
44 source->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in Initialize()
122 rt->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestSMPPipelineContour()
/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/Filters/Testing/Cxx/
H A DTestVTKMMarchingCubes2.cxx31 const int EXTENT = 30; variable
42 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestVTKMMarchingCubes2()
46 ev->SetLowPoint(-EXTENT, -EXTENT, -EXTENT); in TestVTKMMarchingCubes2()
47 ev->SetHighPoint(EXTENT, EXTENT, EXTENT); in TestVTKMMarchingCubes2()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/Testing/Cxx/
H A DTestVTKMMarchingCubes2.cxx31 const int EXTENT = 30; variable
42 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestVTKMMarchingCubes2()
46 ev->SetLowPoint(-EXTENT, -EXTENT, -EXTENT); in TestVTKMMarchingCubes2()
47 ev->SetHighPoint(EXTENT, EXTENT, EXTENT); in TestVTKMMarchingCubes2()
/dports/math/vtk9/VTK-9.1.0/Filters/SMP/Testing/Cxx/
H A DTestSMPContour.cxx37 const int EXTENT = 30; variable
46 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestSMPContour()
48 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, 0, 0); in TestSMPContour()
53 ev->SetLowPoint(-EXTENT, -EXTENT, -EXTENT); in TestSMPContour()
54 ev->SetHighPoint(EXTENT, EXTENT, EXTENT); in TestSMPContour()
/dports/math/vtk8/VTK-8.2.0/Filters/SMP/Testing/Cxx/
H A DTestSMPContour.cxx40 const int EXTENT = 30; variable
49 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestSMPContour()
51 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, 0, 0); in TestSMPContour()
56 ev->SetLowPoint(-EXTENT, -EXTENT, -EXTENT); in TestSMPContour()
57 ev->SetHighPoint(EXTENT, EXTENT, EXTENT); in TestSMPContour()
/dports/math/vtk6/VTK-6.2.0/Filters/SMP/Testing/Cxx/
H A DTestSMPContour.cxx38 const int EXTENT = 30; variable
47 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, -EXTENT, EXTENT); in TestSMPContour()
49 imageSource->SetWholeExtent(-EXTENT, EXTENT, -EXTENT, EXTENT, 0, 0); in TestSMPContour()
54 ev->SetLowPoint(-EXTENT, -EXTENT, -EXTENT); in TestSMPContour()
55 ev->SetHighPoint(EXTENT, EXTENT, EXTENT); in TestSMPContour()
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dtfb_draw.h52 EXTENT extent;
59 EXTENT extent;
60 EXTENT disp;
134 int scale, HOT_SPOT* src_hs, EXTENT* size, HOT_SPOT* dst_hs);
136 int scale, HOT_SPOT* src_hs, EXTENT* size, HOT_SPOT* dst_hs);
139 EXTENT* size, HOT_SPOT* dst_hs);
142 int scale, int type, EXTENT *size, HOT_SPOT *hs);
144 EXTENT size);
145 void TFB_DrawCanvas_GetRotatedExtent (TFB_Canvas src, int angle, EXTENT *size);
146 void TFB_DrawCanvas_GetExtent (TFB_Canvas canvas, EXTENT *size);
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dvelocity.h32 EXTENT vector;
33 EXTENT fract;
34 EXTENT error;
35 EXTENT incr;
/dports/math/vtk6/VTK-6.2.0/Examples/ParallelProcessing/MPI/Tcl/
H A DPVTKDemo.tcl25 set EXTENT 20
30 source1 SetWholeExtent [expr -1*$EXTENT] $EXTENT [expr -1*$EXTENT] $EXTENT \
31 [expr -1*$EXTENT] $EXTENT
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dstate_stack.cpp32 #define EXTENT 10 macro
90 stack->states = (void **)reallocate(stack->states, stack->stackSize + EXTENT); in ensureSpaceForGameState()
91 stack->commands = (char **)reallocate(stack->commands, stack->stackSize + EXTENT); in ensureSpaceForGameState()
92 stack->stackSize += EXTENT; in ensureSpaceForGameState()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dstate_stack.cpp32 #define EXTENT 10 macro
90 stack->states = (void **)reallocate(stack->states, stack->stackSize + EXTENT); in ensureSpaceForGameState()
91 stack->commands = (char **)reallocate(stack->commands, stack->stackSize + EXTENT); in ensureSpaceForGameState()
92 stack->stackSize += EXTENT; in ensureSpaceForGameState()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dvirfiletest.c186 # define EXTENT 4 macro
190 off_t offsets[] = {EXTENT, EXTENT, EXTENT, -1}; in holesSupported()
209 if (tmp != EXTENT * 1024) in holesSupported()
215 if (tmp != 2 * EXTENT * 1024) in holesSupported()
221 if (tmp != 3 * EXTENT * 1024) in holesSupported()
/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/doc/
H A Dextent.qbk10 struct extent : public __integral_constant<std::size_t, EXTENT(T,N)> {};
12 __inherit Class template extent inherits from `__integral_constant<std::size_t, EXTENT(T,N)>`,
13 where `EXTENT(T,N)` is the number of elements in the N'th array dimension of type `T`.
16 is incomplete, then `EXTENT(T,N)` is zero.

12345678910>>...206