Home
last modified time | relevance | path

Searched refs:p_count (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/dports/archivers/laszip/LASzip-3.4.3/example/
H A Dlaszipdllexample.cpp296 p_count++; in main()
770 p_count++; in main()
798 p_count++; in main()
826 p_count++; in main()
854 p_count++; in main()
882 p_count++; in main()
1432 p_count++; in main()
1463 p_count++; in main()
1494 p_count++; in main()
1525 p_count++; in main()
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASzip/example/
H A Dlaszipdllexample.cpp296 p_count++; in main()
770 p_count++; in main()
798 p_count++; in main()
826 p_count++; in main()
854 p_count++; in main()
882 p_count++; in main()
1432 p_count++; in main()
1463 p_count++; in main()
1494 p_count++; in main()
1525 p_count++; in main()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dspirv_reflect.h1532 p_count, in EnumerateDescriptorBindings()
1554 p_count, in EnumerateEntryPointDescriptorBindings()
1568 uint32_t* p_count, in EnumerateDescriptorSets() argument
1574 p_count, in EnumerateDescriptorSets()
1596 p_count, in EnumerateEntryPointDescriptorSets()
1616 p_count, in EnumerateInputVariables()
1638 p_count, in EnumerateEntryPointInputVariables()
1658 p_count, in EnumerateOutputVariables()
1680 p_count, in EnumerateEntryPointOutputVariables()
1700 p_count, in EnumeratePushConstantBlocks()
[all …]
/dports/x11-wm/chamfer/chamferwm-d0916ee/third/spirv_reflect/
H A Dspirv_reflect.h1532 p_count, in EnumerateDescriptorBindings()
1554 p_count, in EnumerateEntryPointDescriptorBindings()
1568 uint32_t* p_count, in EnumerateDescriptorSets() argument
1574 p_count, in EnumerateDescriptorSets()
1596 p_count, in EnumerateEntryPointDescriptorSets()
1616 p_count, in EnumerateInputVariables()
1638 p_count, in EnumerateEntryPointInputVariables()
1658 p_count, in EnumerateOutputVariables()
1680 p_count, in EnumerateEntryPointOutputVariables()
1700 p_count, in EnumeratePushConstantBlocks()
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlaswriter_wrl.cpp169 if (p_count == rgb_alloc) in write_point()
175 rgb[3*p_count+0] = U8_CLAMP(point->rgb[0]/256); in write_point()
177 rgb[3*p_count+0] = U8_CLAMP(point->rgb[0]); in write_point()
179 rgb[3*p_count+1] = U8_CLAMP(point->rgb[1]/256); in write_point()
181 rgb[3*p_count+1] = U8_CLAMP(point->rgb[1]); in write_point()
183 rgb[3*p_count+2] = U8_CLAMP(point->rgb[2]/256); in write_point()
185 rgb[3*p_count+2] = U8_CLAMP(point->rgb[2]); in write_point()
187 p_count++; in write_point()
208 for (I32 i = 0; i < p_count; i++) in close()
230 npoints = p_count; in close()
[all …]
H A Dlasreader_shp.cpp248 p_count = 0; in open()
295 …if (fread(&int_input, sizeof(int), 1, file) != 1) { npoints = p_count; return FALSE; }; // record … in read_point_default()
296 …if (fread(&int_input, sizeof(int), 1, file) != 1) { npoints = p_count; return FALSE; }; // content… in read_point_default()
297 …if (fread(&int_input, sizeof(int), 1, file) != 1) { npoints = p_count; return FALSE; }; // shape t… in read_point_default()
306 …if (fread(&double_input, sizeof(double), 1, file) != 1) { npoints = p_count; return FALSE; }; // x… in read_point_default()
307 …if (fread(&double_input, sizeof(double), 1, file) != 1) { npoints = p_count; return FALSE; }; // y… in read_point_default()
308 …if (fread(&double_input, sizeof(double), 1, file) != 1) { npoints = p_count; return FALSE; }; // x… in read_point_default()
309 …if (fread(&double_input, sizeof(double), 1, file) != 1) { npoints = p_count; return FALSE; }; // y… in read_point_default()
339 …if (fread(&double_input, sizeof(double), 1, file) != 1) { npoints = p_count; return FALSE; }; // z… in read_point_default()
395 p_count++; in read_point_default()
[all …]
H A Dlasreader_bil.cpp643 while (p_count < npoints) in read_point_default()
660 …-file after %d of %d rows and %d of %d cols. read %lld points\n", row, nrows, col, ncols, p_count); in read_point_default()
662 npoints = p_count; in read_point_default()
674 …-file after %d of %d rows and %d of %d cols. read %lld points\n", row, nrows, col, ncols, p_count); in read_point_default()
676 npoints = p_count; in read_point_default()
694 npoints = p_count; in read_point_default()
709 npoints = p_count; in read_point_default()
727 npoints = p_count; in read_point_default()
742 npoints = p_count; in read_point_default()
754 p_count++; in read_point_default()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/
H A DMyServiceAsyncClient.h124 virtual bool sync_second(::std::int64_t p_count);
125 virtual bool sync_second(apache::thrift::RpcOptions& rpcOptions, ::std::int64_t p_count);
127 virtual folly::Future<bool> future_second(::std::int64_t p_count);
128 virtual folly::SemiFuture<bool> semifuture_second(::std::int64_t p_count);
136 folly::coro::Task<bool> co_second(::std::int64_t p_count) { in co_second() argument
137 return co_second<false>(nullptr, p_count); in co_second()
140 …folly::coro::Task<bool> co_second(apache::thrift::RpcOptions& rpcOptions, ::std::int64_t p_count) { in co_second() argument
141 return co_second<true>(&rpcOptions, p_count); in co_second()
145 …folly::coro::Task<bool> co_second(apache::thrift::RpcOptions* rpcOptions, ::std::int64_t p_count) { in co_second() argument
158 secondImpl(*rpcOptions, std::move(header), ctx.get(), std::move(wrappedCallback), p_count); in co_second()
[all …]
H A DMyServiceAsyncClient.cpp36 args.get<0>().value = &p_count; in secondT()
239 second(rpcOptions, std::move(callback), p_count); in second()
301 bool MyServiceAsyncClient::sync_second(::std::int64_t p_count) { in sync_second() argument
303 return sync_second(rpcOptions, p_count); in sync_second()
335 folly::Future<bool> MyServiceAsyncClient::future_second(::std::int64_t p_count) { in future_second() argument
337 return future_second(rpcOptions, p_count); in future_second()
342 return semifuture_second(rpcOptions, p_count); in semifuture_second()
349 second(rpcOptions, std::move(callback), p_count); in future_second()
356 second(rpcOptions, std::move(callback), p_count); in semifuture_second()
364 second(rpcOptions, std::move(callback), p_count); in header_future_second()
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/particles/
H A Dgeneral.h29 int p_count; // Number of particles currently existing. member
36 list[i] = list[--p_count]; in Remove()
44 if(p_count >= max_particles)
48 list[p_count].pos = pos;
49 list[p_count].posB = posB;
50 list[p_count].size = size;
51 list[p_count].vel = vel;
53 list[p_count].color = color;
54 list[p_count].alpha = alpha;
55 list[p_count].age = age;
[all …]
H A Dactions.cpp717 for(i = 0; i < group->p_count; i++) in Execute()
726 for(i = 0; i < group->p_count; i++) in Execute()
741 for(int i = 0; i < group->p_count; i++) in Execute()
764 for(int i = 0; i < group->p_count; i++) in Execute()
881 for(int i = 0; i < group->p_count; i++) in Execute()
1010 for(int i = 0; i < group->p_count; i++) in Execute()
1120 for(int i = 0; i < group->p_count; i++) in Execute()
1137 for(int i = 0; i < group->p_count; i++) in Execute()
1154 for(int i = 0; i < group->p_count; i++) in Execute()
1340 for(int i = 0; i < group->p_count; i++) in Execute()
[all …]
H A Dopengl.cpp37 if(pg->p_count < 1) in pDrawGroupp()
51 glDrawArrays((GLenum)primitive, 0, pg->p_count); in pDrawGroupp()
63 for(int i = 0; i < pg->p_count; i++) in pDrawGroupp()
79 for(int i = 0; i < pg->p_count; i++) in pDrawGroupp()
103 if(pg->p_count < 1) in pDrawGroupl()
109 for(int i = 0; i < pg->p_count; i++) in pDrawGroupl()
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_caml/core/
H A Dml_CharacterData.c141 ml_gdome_cd_substringData(value self, value p_offset, value p_count) in ml_gdome_cd_substringData() argument
143 CAMLparam3(self, p_offset, p_count); in ml_gdome_cd_substringData()
149 …res_ = gdome_cd_substringData(CharacterData_val(self), Int_val(p_offset), Int_val(p_count), &exc_); in ml_gdome_cd_substringData()
186 ml_gdome_cd_deleteData(value self, value p_offset, value p_count) in ml_gdome_cd_deleteData() argument
188 CAMLparam3(self, p_offset, p_count); in ml_gdome_cd_deleteData()
191 gdome_cd_deleteData(CharacterData_val(self), Int_val(p_offset), Int_val(p_count), &exc_); in ml_gdome_cd_deleteData()
199 ml_gdome_cd_replaceData(value self, value p_offset, value p_count, value p_arg) in ml_gdome_cd_replaceData() argument
201 CAMLparam4(self, p_offset, p_count, p_arg); in ml_gdome_cd_replaceData()
205 …;gdome_cd_replaceData(CharacterData_val(self), Int_val(p_offset), Int_val(p_count), p_arg_, &exc_); in ml_gdome_cd_replaceData()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A Dcportals.cpp182 unsigned int p_count; in Load() local
183 sscanf(buf, "%u", &p_count); in Load()
202 for(i = 0; i < p_count; i++) in Load()
254 for(n = 0; n < p_count; n++) in Load()
262 Sys_Printf(" ERROR - Could not find information for portal number %d of %d.\n", n + 1, p_count); in Load()
276 …(" ERROR - Information for portal number %d of %d is not formatted correctly.\n", n + 1, p_count); in Load()
287 …(" ERROR - Information for portal number %d of %d is not formatted correctly.\n", n + 1, p_count); in Load()
301 Sys_Printf(" ERROR - Could not find information for portal number %d of %d.\n", n + 1, p_count); in Load()
315 …(" ERROR - Information for portal number %d of %d is not formatted correctly.\n", n + 1, p_count); in Load()
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A Dcportals.cpp179 unsigned int p_count; in Load() local
180 sscanf( buf, "%u", &p_count ); in Load()
198 for ( i = 0; i < p_count; i++ ) in Load()
248 for ( n = 0; n < p_count; n++ ) in Load()
255 …< " ERROR - Could not find information for portal number " << n + 1 << " of " << p_count << ".\n"; in Load()
268 …globalOutputStream() << " ERROR - Information for portal number " << n + 1 << " of " << p_count <… in Load()
278 …globalOutputStream() << " ERROR - Information for portal number " << n + 1 << " of " << p_count <… in Load()
291 …< " ERROR - Could not find information for portal number " << n + 1 << " of " << p_count << ".\n"; in Load()
304 …globalOutputStream() << " ERROR - Information for portal number " << n + 1 << " of " << p_count <… in Load()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/flic/
H A Dplayfli.cc133 for (int p_count = 0; p_count < packets; in play() local
134 p_count++) { in play()
162 for (int p_count = 0; p_count < packets; in play() local
163 p_count++) { in play()
194 for (int p_count = 0; p_count < packets; in play() local
195 p_count++) { in play()
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dstandalone.c218 unsigned int* p_count = in drop_ip_count() local
220 if (!p_count) in drop_ip_count()
224 count = *p_count; in drop_ip_count()
230 *p_count = count; in drop_ip_count()
297 unsigned int* p_count = in handle_ip_count() local
300 if (!p_count) in handle_ip_count()
307 count = *p_count; in handle_ip_count()
309 *p_count = count; in handle_ip_count()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Delements.cc800 INT p_count, tag; in ProcessElementDescription() local
803 p_count = 0; in ProcessElementDescription()
806 n_offset[tag] = p_count; p_count += el->corners_of_elem; in ProcessElementDescription()
809 father_offset[tag] = p_count; p_count++; in ProcessElementDescription()
825 sons_offset[tag] = p_count; p_count+=2; in ProcessElementDescription()
827 sons_offset[tag] = p_count; p_count++; in ProcessElementDescription()
831 nb_offset[tag] = p_count; p_count += el->sides_of_elem; in ProcessElementDescription()
837 evector_offset[tag] = p_count; in ProcessElementDescription()
838 p_count++; in ProcessElementDescription()
847 p_count += el->sides_of_elem; in ProcessElementDescription()
[all …]
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dstandalone.c255 unsigned int* p_count = in drop_ip_count() local
257 if (!p_count) in drop_ip_count()
261 count = *p_count; in drop_ip_count()
267 *p_count = count; in drop_ip_count()
348 unsigned int* p_count = in handle_ip_count() local
351 if (!p_count) in handle_ip_count()
358 count = *p_count; in handle_ip_count()
360 *p_count = count; in handle_ip_count()
/dports/misc/lastools/LAStools-8ff2694/src/
H A Dlasdiff.cpp687 if (lasreader1->p_count%100000 == 25000) in main()
690 fprintf(stderr, "at p_count %u seeking to %u\n", (U32)lasreader1->p_count, (U32)s); in main()
814 …hutup) fprintf(stderr, "point %u of %u is different\n", (U32)lasreader1->p_count, (U32)lasreader1-… in main()
939 …1->point.extended_scan_angle, lasreader2->point.extended_scan_angle, (U32)(lasreader1->p_count-1)); in main()
972 …file_name2, (U32)lasreader2->p_count, (U32)(lasreader1->p_count - lasreader2->p_count), file_name1… in main()
981 …file_name2, (U32)lasreader2->p_count, (U32)(lasreader2->p_count - lasreader1->p_count), file_name1… in main()
1036 if (lasreader1->p_count == lasreader2->p_count) in main()
1039 …fprintf(stderr, "both have %I64d points. took %g secs.\n", lasreader1->p_count, taketime()-start_t… in main()
1041 …fprintf(stderr, "both have %lld points. took %g secs.\n", lasreader1->p_count, taketime()-start_ti… in main()
1047 …s %I64d the other %I64d points. took %g secs.\n", lasreader1->p_count, lasreader2->p_count, taketi… in main()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DDaapApiApplication.php56 $p_count = count($params);
57 if ($p_count > 0) {
59 for ($i = $p_count; $i > 0; $i--) {
70 … call_user_func(array(Daap_Api::class, $method), array_slice($params, $i, $p_count - $i));
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dmethod_bind.cpp88 void MethodBind::_generate_argument_types(int p_count) { in _generate_argument_types() argument
90 set_argument_count(p_count); in _generate_argument_types()
92 Variant::Type *argt = memnew_arr(Variant::Type, p_count + 1); in _generate_argument_types()
95 for (int i = 0; i < p_count; i++) { in _generate_argument_types()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dmethod_bind.cpp88 void MethodBind::_generate_argument_types(int p_count) { in _generate_argument_types() argument
90 set_argument_count(p_count); in _generate_argument_types()
92 Variant::Type *argt = memnew_arr(Variant::Type, p_count + 1); in _generate_argument_types()
95 for (int i = 0; i < p_count; i++) { in _generate_argument_types()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/tree/
H A Dtest_case_counter.hpp39 test_case_counter() : p_count( 0 ) {} in test_case_counter()
41 BOOST_READONLY_PROPERTY( counter_t, (test_case_counter)) p_count;
44 …virtual void visit( test_case const& tc ) { if( tc.is_enabled() ) ++p_count.valu… in visit()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/tree/
H A Dtest_case_counter.hpp39 test_case_counter() : p_count( 0 ) {} in test_case_counter()
41 BOOST_READONLY_PROPERTY( counter_t, (test_case_counter)) p_count;
44 …virtual void visit( test_case const& tc ) { if( tc.is_enabled() ) ++p_count.valu… in visit()

12345678910>>...39