Searched defs:count (Results 351 - 375 of 1331) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/iconv/
H A Deuc_jisx0213.h149 int count = 0; local
[all...]
H A Diso2022_cnext.h68 int count = 0; local
310 int count = (state1 == STATE_ASCII ? 1 : 2); local
333 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
363 int count = (state2 == STATE2_DESIGNATED_CNS11643_1 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
388 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4; local
410 int count = (state4 == STATE4_DESIGNATED_CNS11643_3 ? 0 : 4) + 4; local
432 int count = (state4 == STATE4_DESIGNATED_CNS11643_4 ? 0 : 4) + 4; local
454 int count = (state4 == STATE4_DESIGNATED_CNS11643_5 ? 0 : 4) + 4; local
476 int count = (state4 == STATE4_DESIGNATED_CNS11643_6 ? 0 : 4) + 4; local
498 int count = (state4 == STATE4_DESIGNATED_CNS11643_7 ? 0 : 4) + 4; local
525 int count = (state2 == STATE2_DESIGNATED_ISO_IR_165 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
[all...]
H A Dshift_jisx0213.h163 int count = 0; local
[all...]
/haiku/src/libs/print/libprint/
H A DPagesView.cpp56 void PagesView::_DrawPages(BPoint position, int number, int count) argument
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp88 int32 count = Printer::CountPrinters(); local
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp46 VMVnodeCache::Read(off_t offset, const generic_io_vec* vecs, size_t count, argument
86 VMVnodeCache::Write(off_t offset, const generic_io_vec* vecs, size_t count, argument
94 VMVnodeCache::WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp42 add_attributes(BFile& file, int32 start, int32 count) argument
53 remove_attributes(BFile& file, int32 start, int32 count) argument
82 test_remove_attributes(BFile& file, int32 start, int32 count, int32 removeAt, argument
134 test_add_attributes(BFile& file, int32 start, int32 count, int32 addAt, argument
[all...]
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp76 CheckMessages(bigtime_t startTime, bigtime_t interval, int32 count) argument
84 CheckMessages(int32 skip, bigtime_t startTime, bigtime_t interval, int32 count) argument
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp116 CommonTestApp::RunEventThread(bigtime_t delay, int32 count, argument
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c75 int i, ch, count; local
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp128 int32 count = 0; local
248 int32 count = random_allocations(array, amount); local
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp249 int32 count = 0; local
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp177 uint64 count = fLockCount; local
219 uint64 count = fLockCount; local
258 uint64 count = fLockCount; local
[all...]
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp90 int32 count; local
/haiku/src/kits/interface/
H A DGroupLayoutBuilder.cpp49 int32 count = fLayoutStack.CountItems(); local
196 int32 count = fLayoutStack.CountItems(); local
/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.cpp189 MediaFileInfoView::_MaxLineWidth(BString* strings, int32 count, argument
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c33 int count; member in struct:__anon5
/haiku/headers/private/shared/
H A DRangeArray.h130 int32 count = CountRanges(); local
189 int32 count = CountRanges(); local
235 RangeArray<Value>::RemoveRanges(int32 index, int32 count) argument
/haiku/src/kits/storage/mime/
H A DMimeSnifferAddonManager.cpp148 int32 count = 0; local
178 int32 count = 0; local
203 MimeSnifferAddonManager::_GetAddons(AddonReference**& references, int32& count) argument
224 _PutAddons(AddonReference** references, int32 count) argument
[all...]
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp160 int32 count; local
211 uint32 i, count = fInstalledItems.CountItems(); local
281 int32 i, count = fInstalledItems.CountItems(); local
[all...]
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp121 generic_init_mtrrs(uint32 count) argument
176 generic_set_mtrrs(uint8 newDefaultType, const x86_mtrr_info* infos, uint32 count, uint32 maxCount) argument
231 generic_dump_mtrrs(uint32 count) argument
[all...]
/haiku/src/apps/expander/
H A DExpanderRules.cpp79 int32 count = fList.CountItems(); local
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp303 int32 count = 0; local
/haiku/headers/private/graphics/intel_810/
H A DDriverInterface.h28 int32 count; member in struct:Benaphore
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp169 int32 count = stick->CountSticks(); local
171 << count; local
176 << count; local
181 << count; local
186 << count; local
191 << count; local
[all...]

Completed in 196 milliseconds

<<11121314151617181920>>