Home
last modified time | relevance | path

Searched refs:total_types (Results 1 – 7 of 7) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dobjprop.c164 ubyte i, subclass_types, total_types; in get_triple_from_class_nth_item() local
167 total_types = 0; in get_triple_from_class_nth_item()
174 total_types += subclass_types; in get_triple_from_class_nth_item()
177 if (total_types > n) { in get_triple_from_class_nth_item()
179 triple = MAKETRIP(obclass, i, n - (total_types - subclass_types)); in get_triple_from_class_nth_item()
197 ubyte i, subclass_types, total_types; in nth_after_triple() local
201 total_types = 0; in nth_after_triple()
209 total_types += subclass_types; in nth_after_triple()
212 if (total_types > n) { in nth_after_triple()
213 triple = MAKETRIP(obclass, i, n - (total_types - subclass_types)); in nth_after_triple()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Smpio.c247 int total_types, i; in H5S_mpio_create_point_datatype() local
262 total_types = (int)(remaining_points) ? (num_big_types + 1) : num_big_types; in H5S_mpio_create_point_datatype()
265 …(NULL == (inner_types = (MPI_Datatype *)H5MM_malloc((sizeof(MPI_Datatype) * (size_t)total_types)))) in H5S_mpio_create_point_datatype()
268 if(NULL == (inner_blocks = (int *)H5MM_malloc(sizeof(int) * (size_t)total_types))) in H5S_mpio_create_point_datatype()
271 if(NULL == (inner_disps = (MPI_Aint *)H5MM_malloc(sizeof(MPI_Aint) * (size_t)total_types))) in H5S_mpio_create_point_datatype()
327 if(MPI_SUCCESS != (mpi_code = MPI_Type_create_struct(total_types, in H5S_mpio_create_point_datatype()
334 for(i=0 ; i<total_types ; i++) in H5S_mpio_create_point_datatype()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Smpio.c247 int total_types, i; in H5S_mpio_create_point_datatype() local
262 total_types = (int)(remaining_points) ? (num_big_types + 1) : num_big_types; in H5S_mpio_create_point_datatype()
265 …(NULL == (inner_types = (MPI_Datatype *)H5MM_malloc((sizeof(MPI_Datatype) * (size_t)total_types)))) in H5S_mpio_create_point_datatype()
268 if(NULL == (inner_blocks = (int *)H5MM_malloc(sizeof(int) * (size_t)total_types))) in H5S_mpio_create_point_datatype()
271 if(NULL == (inner_disps = (MPI_Aint *)H5MM_malloc(sizeof(MPI_Aint) * (size_t)total_types))) in H5S_mpio_create_point_datatype()
327 if(MPI_SUCCESS != (mpi_code = MPI_Type_create_struct(total_types, in H5S_mpio_create_point_datatype()
334 for(i=0 ; i<total_types ; i++) in H5S_mpio_create_point_datatype()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Smpio.c254 int total_types, i; in H5S__mpio_create_point_datatype() local
265 total_types = (int)(remaining_points) ? (num_big_types + 1) : num_big_types; in H5S__mpio_create_point_datatype()
268 …(NULL == (inner_types = (MPI_Datatype *)H5MM_malloc((sizeof(MPI_Datatype) * (size_t)total_types)))) in H5S__mpio_create_point_datatype()
271 if (NULL == (inner_blocks = (int *)H5MM_malloc(sizeof(int) * (size_t)total_types))) in H5S__mpio_create_point_datatype()
274 if (NULL == (inner_disps = (MPI_Aint *)H5MM_malloc(sizeof(MPI_Aint) * (size_t)total_types))) in H5S__mpio_create_point_datatype()
318 … if (MPI_SUCCESS != (mpi_code = MPI_Type_create_struct(total_types, inner_blocks, inner_disps, in H5S__mpio_create_point_datatype()
322 for (i = 0; i < total_types; i++) in H5S__mpio_create_point_datatype()
/dports/lang/v8/v8-9.6.180.12/test/unittests/asmjs/
H A Dasm-types-unittest.cc153 uint32_t total_types = 0; in TEST_F() local
156 ++total_types; \ in TEST_F()
172 EXPECT_GT(total_types, 0u); in TEST_F()
175 EXPECT_EQ(total_types, seen_types.size()); in TEST_F()
178 EXPECT_EQ(total_types, seen_numbers.size()); in TEST_F()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxkb.rs7705 pub total_types: u8, field
7740 let (total_types, remaining) = u8::try_parse(remaining)?; in try_parse()
7765 …id, sequence, length, min_key_code, max_key_code, first_type, n_types, total_types, first_key_sym,… in try_parse()
10546 pub total_types: u8, field
10580 let (total_types, remaining) = u8::try_parse(remaining)?; in try_parse()
10602 …map_length, type_min_key_code, type_max_key_code, first_type, n_types, total_types, first_key_sym,… in try_parse()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxkb.rs7705 pub total_types: u8, field
7740 let (total_types, remaining) = u8::try_parse(remaining)?; in try_parse()
7765 …id, sequence, length, min_key_code, max_key_code, first_type, n_types, total_types, first_key_sym,… in try_parse()
10546 pub total_types: u8, field
10580 let (total_types, remaining) = u8::try_parse(remaining)?; in try_parse()
10602 …map_length, type_min_key_code, type_max_key_code, first_type, n_types, total_types, first_key_sym,… in try_parse()