Searched refs:maxCount (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp595 //! Up to \a maxCount cipher blocks are copied into the buffer pointed to by
600 //! \param maxCount Up to this number of blocks may be copied into \a data. Must be 1 or greater.
602 //! \a maxCount blocks.
608 unsigned EncoreBootImage::BootCommand::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) argument
611 assert(maxCount >= 1);
632 return getDataBlocks(offset - 1, maxCount, data);
903 //! Up to \a maxCount data blocks are copied into the buffer pointed to by
904 //! the \a data argument. This is only a request for \a maxCount blocks.
912 //! \param maxCount Up to this number of blocks may be copied into \a data. Must be 1 or greater.
914 //! \a maxCount block
922 getDataBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) argument
1215 getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) argument
1320 getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) argument
[all...]
H A DEncoreBootImage.h299 //! \brief Returns the contents of up to \a maxCount cipher blocks.
301 //! Up to \a maxCount cipher blocks are copied into the buffer pointed to by
302 //! the \a data argument. This is only a request for \a maxCount blocks,
304 //! of blocks from 0 up to \a maxCount. A return value of 0 indicates that
309 //! \param maxCount Up to this number of blocks may be copied into \a data. Must be 1 or greater.
311 //! \a maxCount blocks.
315 virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) { return 0; } argument
369 //! \brief Returns the contents of up to \a maxCount cipher blocks.
370 virtual unsigned getBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data);
381 //! \brief Returns the contents of up to \a maxCount dat
397 getDataBlocks(unsigned offset, unsigned maxCount, cipher_block_t * data) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d60 $(T2 maxCount,
61 $(D maxCount([2, 4, 1, 4, 1])) returns $(D tuple(4, 2)).)
3234 maxCount(alias pred = "a < b", Range)(Range range)
3251 assert(a.maxCount == tuple(4, 2));
3817 $(REF max, std,algorithm,comparison), $(LREF maxCount), $(LREF maxElement), $(LREF maxPos)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d60 $(T2 maxCount,
61 `maxCount([2, 4, 1, 4, 1])` returns `tuple(4, 2)`.)
3469 maxCount(alias pred = "a < b", Range)(Range range)
3486 assert(a.maxCount == tuple(4, 2));
3747 $(LREF minElement), $(REF max, std,algorithm,comparison), $(LREF maxCount),
4155 $(LREF minIndex), $(REF max, std,algorithm,comparison), $(LREF maxCount), $(LREF maxElement), $(LREF maxPos)
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c27990 u32 maxCount; /* Maximum instantaneous currentCount */ member in struct:Mem5Global
[all...]

Completed in 999 milliseconds