Home
last modified time | relevance | path

Searched refs:af_count (Results 1 – 11 of 11) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/hdf5/
H A Dhdf5file.c150 uint64_t af_offset, af_count, af_read; in HDF5FileReadDim1() local
154 af_count = ( bsize / elem_size ); in HDF5FileReadDim1()
155 if ( ( af_count % elem_size ) > 0 ) in HDF5FileReadDim1()
156 af_count++; in HDF5FileReadDim1()
157 if ( ( af_count * elem_size ) > bsize ) in HDF5FileReadDim1()
161 &af_offset, buffer, &af_count, &af_read ); in HDF5FileReadDim1()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/hdf5/
H A Dhdf5file.c150 uint64_t af_offset, af_count, af_read; in HDF5FileReadDim1() local
154 af_count = ( bsize / elem_size ); in HDF5FileReadDim1()
155 if ( ( af_count % elem_size ) > 0 ) in HDF5FileReadDim1()
156 af_count++; in HDF5FileReadDim1()
157 if ( ( af_count * elem_size ) > bsize ) in HDF5FileReadDim1()
161 &af_offset, buffer, &af_count, &af_read ); in HDF5FileReadDim1()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgthread.c1082 unsigned int af_count; in g_get_num_processors() local
1084 for (af_count = 0; process_cpus != 0; process_cpus >>= 1) in g_get_num_processors()
1086 af_count++; in g_get_num_processors()
1089 if (af_count > 0) in g_get_num_processors()
1090 count = af_count; in g_get_num_processors()
/dports/security/opensc/OpenSC-0.22.0/src/tests/
H A Dprint.c113 const int af_count = sizeof(access_flags) / sizeof(access_flags[0]); in print_prkey() local
125 for (i = 0; i < af_count; i++) in print_prkey()
162 const int af_count = sizeof(access_flags) / sizeof(access_flags[0]); in print_pubkey() local
174 for (i = 0; i < af_count; i++) in print_pubkey()
/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dthreadpool.c355 unsigned int af_count; in get_num_processors()
357 for( af_count = 0; process_cpus != 0; process_cpus >>= 1 ) in get_num_processors()
359 af_count++; in get_num_processors()
363 if( af_count > 0 ) in get_num_processors()
364 nproc = af_count; in get_num_processors()
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dbgp.h234 u16 af_count; /* Number of af_data items */ member
241 for (ac = caps->af_data; ac < &caps->af_data[caps->af_count]; ac++)
H A Dpackets.c197 uint n = caps->af_count; in bgp_get_af_caps()
202 ac = &caps->af_data[caps->af_count++]; in bgp_get_af_caps()
266 ac = &caps->af_data[caps->af_count++]; in bgp_prepare_capabilities()
295 qsort(caps->af_data, caps->af_count, sizeof(struct bgp_af_caps), bgp_af_caps_cmp); in bgp_prepare_capabilities()
H A Dbgp.c2303 u32 *afl1 = alloca(caps->af_count * sizeof(u32)); in bgp_show_capabilities()
2304 u32 *afl2 = alloca(caps->af_count * sizeof(u32)); in bgp_show_capabilities()
/dports/multimedia/QtAV/QtAV-1.13.0/qml/
H A DQmlAVPlayer.cpp524 return QQmlListProperty<QuickAudioFilter>(this, NULL, af_append, af_count, af_at, af_clear); in audioFilters()
540 int QmlAVPlayer::af_count(QQmlListProperty<QuickAudioFilter> *property) in af_count() function in QmlAVPlayer
/dports/multimedia/QtAV/QtAV-1.13.0/qml/QmlAV/
H A DQmlAVPlayer.h357 static int af_count(QQmlListProperty<QuickAudioFilter> *property);
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dpkcs15-tool.c600 const size_t af_count = NELEMENTS(key_access_flags); in print_key_access_flags() local
601 for (i = 0; i < af_count; i++) in print_key_access_flags()