Searched refs:count (Results 276 - 300 of 1780) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/iconv/
H A Dshift_jisx0213.h163 int count = 0; local
213 count = 2;
218 if (n > count) {
221 return count+1;
225 if (n > count) {
228 return count+1;
232 if (n > count) {
235 return count+1;
240 if (n > count) {
243 return count
[all...]
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DAudioConversion.cpp128 void src_type##_to_##dst_type (void *dst, const void *src, int32 count) \
132 int32 c = count >> 4; \
146 c = count & 15; \
199 swap_int16(void *data, int32 count) argument
201 swap_data(B_INT16_TYPE, data, count * 2, B_SWAP_ALWAYS);
205 swap_int24(void *data, int32 count) argument
207 int32 c = count;
220 swap_int32(void *data, int32 count) argument
222 swap_data(B_INT32_TYPE, data, count * 4, B_SWAP_ALWAYS);
226 swap_float32(void *data, int32 count) argument
232 swap_float64(void *data, int32 count) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp143 int32 count = min_c(PAGES_COUNT, fDesiredSize - fActualSize); local
144 TRACE("allocating %" B_PRIu32 " pages\n", count);
148 vm_page_reserve_pages(&reservation, count, VM_PRIORITY_SYSTEM);
149 for (int i = 0; i < count; i++) {
155 count = i;
164 fEntry.size = count * sizeof(uint32);
165 fActualSize += count;
167 int32 count = min_c(PAGES_COUNT, fActualSize - fDesiredSize); local
168 TRACE("freeing %" B_PRIu32 " pages\n", count);
171 for (int i = 0; i < count;
[all...]
/haiku/3rdparty/mmu_man/scripts/
H A Dbebook11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
H A Dbman11 LASTWIN=$(hey BeHappy count Window | grep result | cut -d ' ' -f 7)
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp26 uint32 count)
38 while (count--) {
55 TDFX_FillSpan(engine_token* et, uint32 color, uint16* list, uint32 count) argument
67 while (count--) {
84 TDFX_InvertRectangle(engine_token* et, fill_rect_params* list, uint32 count) argument
94 while (count--) {
111 TDFX_ScreenToScreenBlit(engine_token* et, blit_params* list, uint32 count) argument
122 while (count--) {
25 TDFX_FillRectangle(engine_token* et, uint32 color, fill_rect_params* list, uint32 count) argument
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_draw.cpp21 Savage_FillRectangle(engine_token *et, uint32 color, fill_rect_params *pList, uint32 count) argument
30 while (count--) {
54 Savage_FillSpan(engine_token *et, uint32 color, uint16 *pList, uint32 count) argument
63 while (count--) {
92 Savage_InvertRectangle(engine_token *et, fill_rect_params *pList, uint32 count) argument
101 while (count--) {
124 Savage_ScreenToScreenBlit(engine_token *et, blit_params *pList, uint32 count) argument
128 while (count--) {
H A Dtrio64_draw.cpp21 uint32 count)
30 while (count--) {
49 Trio64_FillSpan(engine_token* et, uint32 color, uint16* pList, uint32 count) argument
58 while (count--) {
84 Trio64_InvertRectangle(engine_token* et, fill_rect_params* pList, uint32 count) argument
92 while (count--) {
111 Trio64_ScreenToScreenBlit(engine_token* et, blit_params* pList, uint32 count) argument
119 while (count--) {
20 Trio64_FillRectangle(engine_token* et, uint32 color, fill_rect_params* pList, uint32 count) argument
H A Dvirge_draw.cpp27 Virge_FillRectangle(engine_token* et, uint32 color, fill_rect_params* pList, uint32 count) argument
36 while (count--) {
55 Virge_FillSpan(engine_token* et, uint32 color, uint16* pList, uint32 count) argument
64 while (count--) {
91 Virge_InvertRectangle(engine_token* et, fill_rect_params* pList, uint32 count) argument
100 while (count--) {
118 Virge_ScreenToScreenBlit(engine_token* et, blit_params* pList, uint32 count) argument
127 while (count--) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DStatisticsManager.cpp39 int32 count = 0; local
41 count = fUsers.Get(user);
42 count++;
43 fUsers.Put(user, count);
51 int32 count = fUsers.Get(user);
52 count--;
53 if (count > 0)
54 fUsers.Put(user, count);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dbitmap.h42 extern int ntfs_bitmap_set_run(ntfs_attr *na, s64 start_bit, s64 count);
43 extern int ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count);
/haiku/src/bin/rc/
H A Dcompile.h44 int32 count; // how many fields member in struct:type_t
71 int32 count; member in struct:list_t
/haiku/src/libs/mapm/
H A Dmapmstck.c137 void M_restore_stack(int count) argument
139 M_stack_ptr -= count;
/haiku/src/system/boot/loader/net/
H A DNetDefs.cpp58 int count = CountSubNetServices(); local
59 for (int i = 0; i < count; i++) {
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c75 int i, ch, count; local
108 for (count=0; count<2; count++) {
152 for (count=0; count<ITERATIONS; count++) {
164 elapsed_times[count] = elapsed;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSuperBlock.cpp51 SuperBlock::SetFreeBlocks(uint64 count) argument
53 freeBlocks = count;
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsg_buffer.c36 sgb->count = ccbio->cam_sglist_cnt;
41 sgb->count = 1;
67 sgb->count = 1;
82 for(; i < sgb->count; i++){
108 if(1 == d_sgb->count){
116 if(1 == s_sgb->count){
157 for(; i < sgb->count; i++){
171 for(; i < sgb->count; i++){
/haiku/headers/private/storage/mime/
H A DMimeSnifferAddonManager.h50 int32& count);
52 int32 count);
/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp188 int32 count = fComponents.CountItems(); local
189 if (count == 0)
194 for (int32 i = 1; i < count; i++)
204 int32 count = fComponents.CountItems(); local
205 for (int32 i = 0; i < count; i++) {
236 int32 count = fComponents.CountItems(); local
237 if (count != other.fComponents.CountItems())
240 for (int32 i = 0; i < count; i++) {
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h19 const BString& name, int32 count,
23 const BString& name, int32 count,
/haiku/headers/os/drivers/bus/
H A DATA.h45 status_t (*write_pio)(void *channelCookie, uint16 *data, int count,
47 status_t (*read_pio)(void *channelCookie, uint16 *data, int count,
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobQueue.cpp49 int32 count = fJobs.CountItems(); local
50 for (int32 i = 0; i < count; i++) {
/haiku/headers/private/storage/
H A DPartitioningInfo.h33 status_t _InsertSpaces(int32 index, int32 count);
34 void _RemoveSpaces(int32 index, int32 count);
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp139 int32 count = fDirectories.ItemAt(fDirectoryIndex)->GetNextDirents( local
141 if (count < 0)
142 return count;
143 if (count == 0) {
155 return count;
204 int32 count = 0; local
207 count++;
208 return count;
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp50 int32 count = paths->CountItems(); local
51 for (int32 i = 0; i < count; i++) {
69 int32 count = styles->CountItems(); local
70 for (int32 i = 0; i < count; i++) {
89 int32 count = shapes->CountItems(); local
90 for (int32 i = 0; i < count; i++) {
176 int32 count = pathSourceShape->Paths()->CountItems(); local
177 for (int32 i = 0; i < count; i++) {

Completed in 123 milliseconds

<<11121314151617181920>>