Searched refs:count (Results 126 - 150 of 2328) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DAcceleration.c13 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) { argument
21 while (count--)
36 void SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT(engine_token *et, scaled_blit_params *list, uint32 count) { argument
41 while (count--)
58 void SCREEN_TO_SCREEN_TRANSPARENT_BLIT(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count) { argument
63 while (count--)
79 void FILL_RECTANGLE(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) { argument
87 while (count--)
100 void INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) { argument
108 while (count
121 FILL_SPAN(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/via/
H A DAcceleration.c13 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) { argument
21 while (count--)
36 void SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT(engine_token *et, scaled_blit_params *list, uint32 count) { argument
41 while (count--)
58 void SCREEN_TO_SCREEN_TRANSPARENT_BLIT(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count) { argument
63 while (count--)
79 void FILL_RECTANGLE(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) { argument
87 while (count--)
100 void INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) { argument
108 while (count
121 FILL_SPAN(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.h24 extern void generic_init_mtrrs(uint32 count);
30 uint32 count, uint32 maxCount);
33 extern void generic_dump_mtrrs(uint32 count);
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfKeyCode.h56 // count count, increments once every perfsPerCount
73 // perfsPerCount number of perforations per count
113 int count = 0,
135 int count () const;
136 void setCount (int count);
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dmemalign_test.cpp45 allocate_random_no_alignment(int32 count, size_t maxSize) argument
47 void **allocations = new void *[count];
48 size_t *sizes = new size_t[count];
49 for (int32 i = 0; i < count; i++) {
60 for (int32 i = count - 1; i >= 0; i--) {
71 allocate_random_fixed_alignment(int32 count, size_t maxSize, size_t alignment) argument
73 void **allocations = new void *[count];
74 size_t *sizes = new size_t[count];
75 for (int32 i = 0; i < count; i++) {
94 for (int32 i = count
105 allocate_random_random_alignment(int32 count, size_t maxSize) argument
[all...]
/haiku-fatelf/src/apps/tv/
H A DDeviceRoster.cpp91 int32 count; local
95 &count, B_MEDIA_RAW_AUDIO);
96 return (err == B_OK) && (count == 1);
106 int32 count; local
110 &count, B_MEDIA_ENCODED_AUDIO);
111 return (err == B_OK) && (count == 1);
121 int32 count; local
125 &count, B_MEDIA_RAW_VIDEO);
126 return (err == B_OK) && (count == 1);
136 int32 count; local
[all...]
/haiku-fatelf/src/kits/tracker/
H A DSlowMenu.cpp67 for (int32 count = 0; count < kItemsToAddChunk; count++) {
/haiku-fatelf/src/bin/gdb/readline/
H A Dmisc.c189 rl_universal_argument (count, key)
190 int count, key;
336 rl_beginning_of_history (count, key)
337 int count, key;
344 rl_end_of_history (count, key)
345 int count, key;
355 rl_get_next_history (count, key)
356 int count, key;
360 if (count < 0)
361 return (rl_get_previous_history (-count, ke
[all...]
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.cpp31 int32 count)
40 fOldSelectionCount(count)
42 _Init(&index, 1, selected, count);
50 int32 count)
59 fOldSelectionCount(count)
61 _Init(selected, count, selected, count);
176 RemovePointsCommand::_Init(const int32* indices, int32 count, argument
179 if (indices && count > 0) {
180 fIndex = new (nothrow) int32[count];
28 RemovePointsCommand(VectorPath* path, int32 index, const int32* selected, int32 count) argument
48 RemovePointsCommand(VectorPath* path, const int32* selected, int32 count) argument
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstringvec.c184 int count; local
187 count = list_length (list);
188 array = (char **)xmalloc ((1 + count + starting_index) * sizeof (char *));
190 for (count = 0; count < starting_index; count++)
191 array[count] = (char *)NULL;
192 for (count = starting_index; list; count++, list = list->next)
193 array[count]
213 int i, count; local
[all...]
/haiku-fatelf/src/build/libroot/
H A Dsem.cpp15 int32 count; member in struct:semaphore
33 create_sem(int32 count, const char *name) argument
43 sem.count = count;
75 acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
80 if (count <= 0)
84 if (sem.count >= count) {
85 sem.count -= count;
138 release_sem_etc(sem_id id, int32 count, uint32 flags) argument
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/machine/
H A Dbus.h157 bus_size_t offset, u_int8_t *addr, size_t count)
167 "=D" (addr), "=c" (count), "=d" (_port_):
168 "0" (addr), "1" (count), "2" (_port_) :
172 memcpy(addr, _port_, count);
179 bus_size_t offset, u_int32_t *addr, size_t count)
189 "=D" (addr), "=c" (count), "=d" (_port_):
190 "0" (addr), "1" (count), "2" (_port_) :
194 memcpy(addr, _port_, count);
201 bus_size_t offset, const u_int8_t *addr, size_t count)
211 "=d" (_port_), "=S" (addr), "=c" (count)
156 bus_space_read_region_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t *addr, size_t count) argument
178 bus_space_read_region_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t *addr, size_t count) argument
200 bus_space_write_region_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int8_t *addr, size_t count) argument
222 bus_space_set_region_4(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
241 bus_space_write_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, const u_int8_t *addr, size_t count) argument
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_twait.c111 last = ev + evl->count;
150 int count; local
187 count = 0;
199 fds = typeMalloc(struct pollfd, 2 + evl->count);
203 fds[count].fd = SP->_ifd;
204 fds[count].events = POLLIN;
205 count++;
209 fds[count].fd = fd;
210 fds[count].events = POLLIN;
211 count
[all...]
/haiku-fatelf/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp49 uint32 count; member in struct:IFDEntry
173 if (entry.count == 1 && entry.fieldType == TIFF_LONG) {
188 if (entry.count == 1) {
197 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
222 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
244 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
285 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
298 if (entry.count == 1 && entry.fieldType == TIFF_SHORT) {
317 if (entry.count <= 4)
318 memcpy(ascfield, &entry.longval, entry.count);
[all...]
/haiku-fatelf/headers/private/graphics/intel_extreme/
H A Dlock.h17 vint32 count; member in struct:lock
25 lock->count = 0;
41 if (atomic_add(&lock->count, 1) > 0)
51 if (atomic_add(&lock->count, -1) > 1)
/haiku-fatelf/headers/private/graphics/radeon_hd/
H A Dlock.h17 vint32 count; member in struct:lock
25 lock->count = 0;
41 if (atomic_add(&lock->count, 1) > 0)
51 if (atomic_add(&lock->count, -1) > 1)
/haiku-fatelf/headers/private/shared/
H A Dbinary-utils.h62 #define MASKOFFSET(mask) (MaskOffset<mask, (mask & 1UL)>::count)
67 enum { count = MaskOffset<(mask >> 1), ((mask >> 1) & 1UL)>::count + 1 }; enumerator in class:MaskOffset::__anon1176::UL
74 enum { count = 0 }; enumerator in enum:MaskOffset::__anon1177
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/
H A Ddisasm_arch.h15 extern status_t disasm_arch_dump_insns(addr_t where, int count,
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/m68k/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/ppc/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm440x/
H A Dmempool.h22 int mempool_init(int count);
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm570x/
H A Dmempool.h22 int mempool_init(int count);
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_ecm/
H A DBeOSCompatibility.h23 int32 count; member in struct:mutex
31 lock->count = 0;
45 if (atomic_add(&lock->count, -1) < 0)
54 if (atomic_add(&lock->count, 1) < -1)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Dinterface.h10 extern void wb_read_eeprom(wb_device *, void* dest, int offset, int count, bool swap);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DBeOSCompatibility.h7 int32 count; member in struct:mutex
17 ben->count = 1;
37 if (atomic_add(&ben->count, -1) <= 0)
47 if (atomic_add(&ben->count, 1) < 0)

Completed in 214 milliseconds

1234567891011>>