Searched defs:count (Results 51 - 75 of 1330) sorted by relevance

1234567891011>>

/haiku/src/apps/terminal/
H A DTerminalCharClassifier.cpp28 int count = UTF8Char::ByteCount(*p); local
/haiku/src/add-ons/kernel/cpu/x86/
H A Dintel.cpp37 intel_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
H A Dvia.cpp35 via_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
H A Damd.cpp43 amd_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp32 SemaphoreInfo(team_id team, sem_id semaphore, const BString& name, int32 count, thread_id latestHolder) argument
45 SetTo(team_id team, sem_id semaphore, const BString& name, int32 count, thread_id latestHolder) argument
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_bufring.c41 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) argument
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dmd5.h40 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD5Context
/haiku/src/system/libroot/posix/crypt/
H A Dpbkdf2.h69 uint64_t count; member in struct:__anon1997
/haiku/src/system/libroot/posix/string/arch/generic/
H A Dmemcpy.c15 void *memcpy(void *dest, const void *src, size_t count) argument
/haiku/src/system/libroot/posix/string/
H A Dmemmove.c19 memmove(void* dest, void const* src, size_t count) argument
[all...]
/haiku/src/system/boot/platform/u-boot/
H A Duimage.cpp45 int i, count = 0; local
/haiku/headers/compatibility/bsd/sys/
H A Dmd5.h45 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD5Context
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DRevokeManager.cpp40 int count = revokeBlock->NumBytes() / 4; local
/haiku/src/system/kernel/arch/x86/
H A Darch_altcodepatch.cpp34 uint32 count = 0; local
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobQueue.cpp49 int32 count = fJobs.CountItems(); local
/haiku/src/system/libroot/posix/sys/
H A Duio.c17 readv(int fd, const struct iovec *vecs, int count) argument
31 readv_pos(int fd, off_t pos, const struct iovec *vecs, int count) argument
45 writev(int fd, const struct iovec *vecs, int count) argument
59 writev_pos(int fd, off_t pos, const struct iovec *vecs, int count) argument
[all...]
H A Duname.c28 uint32 count = 1; local
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.h23 u_int64_t count; /* number of bits, mod 2^64 */ member in struct:MD5Context
/haiku/headers/private/kernel/arch/
H A Duser_memory.h45 arch_cpu_user_memset(void* s, char c, size_t count) argument
/haiku/src/apps/icon-o-matic/shape/commands/
H A DMoveShapesCommand.cpp23 MoveShapesCommand(Container<Shape>* container, Shape** shapes, int32 count, int32 toIndex) argument
H A DMoveTransformersCommand.cpp23 MoveTransformersCommand(Container<Transformer>* container, Transformer** transformers, int32 count, int32 toIndex) argument
H A DMovePathsCommand.cpp23 MovePathsCommand(Container<VectorPath>* container, VectorPath** paths, int32 count, int32 toIndex) argument
H A DRemoveShapesCommand.cpp23 RemoveShapesCommand( Container<Shape>* container, const int32* indices, int32 count) argument
H A DRemoveTransformersCommand.cpp23 RemoveTransformersCommand(Container<Transformer>* container, const int32* indices, int32 count) argument
/haiku/src/apps/icon-o-matic/style/
H A DAddStylesCommand.cpp22 AddStylesCommand(Container<Style>* container, const Style* const* styles, int32 count, int32 index) argument

Completed in 135 milliseconds

1234567891011>>