Searched refs:count (Results 1 - 25 of 1780) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h479 int32 count = fallbacks.CountItems(); local
480 for (int32 index = 0; index < count; index++) {
H A DGlobalFontManager.cpp719 FT_Long count = face->num_faces;
722 for (FT_Long i = 0; i < count; i++) {
H A DFontManager.cpp266 int32 count = fFamilies.CountItems(); local
268 for (int32 i = 0; i < count; i++) {
397 int32 count = fFamilies.CountItems(); local
399 for (int32 i = 0; i < count; i++) {
H A DFontFamily.cpp87 int32 count = fStyles.CountItems();
88 for (int32 i = 0; i < count; i++) {
140 int32 count = fStyles.CountItems(); local
141 if (!name || count < 1)
144 for (int32 i = 0; i < count; i++) {
232 int32 count = fStyles.CountItems(); local
233 for (int32 i = 0; i < count; i++) {
250 int32 count = fStyles.CountItems(); local
251 for (int32 i = 0; i < count; i++) {
/haiku/src/servers/app/
H A DServerApp.cpp352 // only normal and unhidden windows count
380 // only normal and unhidden windows count
1929 // 3) count of styles in that family
1952 int32 count = family->CountStyles(); local
1954 fLink.Attach<int32>(count);
1956 for (int32 i = 0; i < count; i++) {
3114 uint32 count; local
3116 &count);
3119 fLink.Attach<uint32>(count);
3120 fLink.Attach(modeList, sizeof(display_mode) * count);
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp241 int32 count, bool optional)
378 int32 count, bool optional)
381 gStatusWindow->UpdateStatus(fThread, name, count, optional);
2165 // count the number of name collisions in dest folder
2168 int32 count = srcList->CountItems(); local
2169 for (int32 i = 0; i < count; i++) {
3009 // don't count trash directory itself
3083 int32 count = list->CountItems(); local
3084 for (int32 index = 0; index < count; index++) {
3149 int32 count local
240 UpdateStatus(const char* name, const entry_ref& ref, int32 count, bool optional) argument
377 UpdateStatus(const char* name, const entry_ref&, int32 count, bool optional) argument
4075 uint32 count = entries.size(); local
[all...]
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp102 int32 count = fOtherRepositories.CountItems(); local
104 printf("Remote repositories available: %" B_PRId32 "\n", count);
105 if (count == 0) {
173 int32 count = fInstalledRepositories.CountItems(); local
179 for (int32 i = count - 1; i >= 0; i--)
183 for (int32 i = 0; i < count; i++)
189 printf("Upgrade count=%" B_PRId32 ", Install count=%" B_PRId32
190 ", Uninstall count=%" B_PRId32 "\n",
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp259 runs.count = 1;
/haiku/src/apps/mediaplayer/
H A DController.cpp1121 int32 count = listeners.CountItems(); local
1122 for (int32 i = 0; i < count; i++) {
1133 int32 count = listeners.CountItems(); local
1134 for (int32 i = 0; i < count; i++) {
1145 int32 count = listeners.CountItems(); local
1146 for (int32 i = 0; i < count; i++) {
1157 int32 count = listeners.CountItems(); local
1158 for (int32 i = 0; i < count; i++) {
1169 int32 count = listeners.CountItems(); local
1170 for (int32 i = 0; i < count;
1181 int32 count = listeners.CountItems(); local
1193 int32 count = listeners.CountItems(); local
1205 int32 count = listeners.CountItems(); local
1217 int32 count = listeners.CountItems(); local
1229 int32 count = listeners.CountItems(); local
1241 int32 count = listeners.CountItems(); local
1253 int32 count = listeners.CountItems(); local
[all...]
/haiku/src/apps/drivesetup/
H A DDiskView.cpp432 int32 count = layout->CountItems(); local
433 for (int32 i = 0; i < count; i++) {
560 DiskView::SetDiskCount(int32 count) argument
562 fDiskCount = count;
563 if (count == 1) {
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1577 int32 count = fBookmarkMenu->CountItems(); local
1579 if (count == 1) {
1581 count++;
1614 if (count < 12)
1615 item->SetShortcut('0' + count - 2, B_COMMAND_KEY);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp114 int32 count = 0; local
115 while (!fFtpComplete && count < 30) {
117 count++;
120 if (count == 30)
796 int32 count; local
799 (const translation_format**)&formats, &count);
804 for (int ix = 0; ix < count; ix++) {
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp611 // CPU count, type and clock speed
746 // determine initial line count using current font
2204 int32 count = 0; local
2207 packages[count++] = it->second;
2210 if (count > 1) {
2211 std::sort(packages, packages + count,
2217 for (int32 i = 0; i < count; i++) {
2221 int32 count = package->CountCopyrights(); local
2222 for (int32 i = 1; i < count; i++)
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp563 uint32 count = 0; local
571 if (count == cookie)
575 count++;
578 *_cookie = count + 1;
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp143 l2cap_listen(net_protocol* protocol, int count) argument
145 return ((L2capEndpoint*)protocol)->Listen(count);
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h123 void* data, size_t count);
/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A Dintel_reg.cpp28 " --count <n> - Read n registers.\n"
53 uint32_t count = 1; local
61 } else if (strcmp(arg, "--count") == 0) {
62 count = strtol(argv[++argi], (char **)NULL, 10);
63 if (count == 0 && errno != 0)
84 if (strcmp(arg, "--count") == 0) {
85 count = strtol(programArgs[2], (char **)NULL, 10);
86 if (count == 0 && errno != 0)
141 for (uint32_t i = 0; i < count; i++) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1291 struct dirent *buffer, size_t bufferSize, uint32 *count)
1318 *count = 1;
1323 *count = 0;
1413 struct dirent *buffer, size_t bufferSize, uint32 *count)
1437 *count = 1;
1442 *count = 0;
1888 struct dirent *buffer, size_t bufferSize, uint32 *count)
1911 *count = 1;
1916 *count = 0;
2095 size_t bufferSize, uint32 *count)
1290 ramfs_read_dir(fs_volume* _volume, fs_vnode* DARG(_node), void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1412 ramfs_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1887 ramfs_read_index_dir(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
2094 ramfs_read_query(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h25 uint8 count; member in struct:ShortAttribute::AShortFormHeader
H A DShortAttribute.cpp131 for (int i = 0; i < fHeader->count; i++) {
161 for (int i = 0; i < fHeader->count; i++) {
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c264 uint32 i = 0, index = 0, count, id, parent, parent2, parent3; local
403 count = source_info_size;
405 count = 1;
407 count--;
409 for (i = 1; i < count ; i++) {
995 //int32 count;
1004 //get_sem_count(stream->card->buffer_ready_sem, &count);
1005 //if (count <= 0)
1013 //int32 count;
1025 //get_sem_count(stream->card->buffer_ready_sem, &count);
[all...]
H A Demuxki.h119 int32 count; member in struct:_midi_dev
424 void emuxki_gpr_dump(emuxki_dev * card, uint16 count);
H A Demuxki.c88 2 // buffer count
1754 uint8 count = gpr->type & EMU_MIX_STEREO ? 2 : 1; local
1764 for (i = 0; i < count; i++)
1768 for (i = 0; i < count; i++) {
1772 for (i = 0; i < count; i++) {
1793 uint8 count = gpr->type & EMU_MIX_STEREO ? 2 : 1; local
1800 for (i = 0; i < count; i++) {
1813 emuxki_gpr_dump(emuxki_dev * card, uint16 count) argument
1820 for (pc = 0; pc < count; pc++) {
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmixer.c174 int count)
182 for (ix=0; ix<count; ix++) {
234 int count)
242 for (ix=0; ix<count; ix++) {
272 ((cmedia_pci_level_cmd *)data)->count =
274 ((cmedia_pci_level_cmd *)data)->count);
277 ((cmedia_pci_level_cmd *)data)->count =
279 ((cmedia_pci_level_cmd *)data)->count);
171 gather_info( mixer_dev * mixer, cmedia_pci_level * data, int count) argument
231 disperse_info( mixer_dev * mixer, cmedia_pci_level * data, int count) argument
H A Dcm_private.h59 int32 count; member in struct:_midi_dev
119 uint32 rd_skipped; /* count of misses */

Completed in 210 milliseconds

1234567891011>>