Searched refs:num (Results 76 - 100 of 195) sorted by relevance

12345678

/haiku/src/bin/network/ping/
H A Dmain.c249 double num = nreceived + nrepeats; local
250 double avg = tsum / num;
251 double stddev = sqrt(fmax(0, tsumsq / num - avg * avg));
/haiku/headers/libs/agg/
H A Dagg_bounding_rect.h30 unsigned start, unsigned num,
43 for(i = 0; i < num; i++)
29 bounding_rect(VertexSource& vs, GetId& gi, unsigned start, unsigned num, CoordT* x1, CoordT* y1, CoordT* x2, CoordT* y2) argument
H A Dagg_rasterizer_cells_aa.h58 unsigned num; member in struct:agg::rasterizer_cells_aa::sorted_y
86 return m_sorted_y[y - m_min_y].num;
513 void qsort_cells(Cell** start, unsigned num) argument
520 limit = start + num;
698 m_sorted_cells[curr_y.start + curr_y.num] = cell_ptr;
699 ++curr_y.num;
709 m_sorted_cells[curr_y.start + curr_y.num] = cell_ptr;
710 ++curr_y.num;
718 if(curr_y.num)
720 qsort_cells(m_sorted_cells.data() + curr_y.start, curr_y.num);
[all...]
/haiku/headers/libs/x86emu/
H A Dx86emu.h140 typedef void (X86APIP X86EMU_intrFuncs) (int num);
152 void X86EMU_prepareForInt(int num);
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c114 sprintf(buf,"scsi/53c8xx/%d/info",s->num);
117 sprintf(buf,"scsi/53c8xx/%d/targ_%x",s->num,i);
186 if(!t->wide) kprintf("symbios%ld: target %ld wide\n",s->num,t->id);
205 s->num, t->id, t->period, offset);
240 s->num,sizeof(E_##sname##_Used)/4,#sname,value); \
715 d_printf("symbios%ld: init_symbios()\n",s->num);
725 dprintf("symbios%ld: scsi bus reset\n",s->num);
738 d_printf("symbios%ld: registered interrupt handler for irq %ld\n",s->num,s->irq);
772 dprintf("symbios%ld: selftest ",s->num);
788 d_printf("symbios%ld: started script\n",s->num);
1066 create_cardinfo(int num, pci_info *pi, int flags) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp413 int32 num = -1; local
416 num = 0;
419 num = 1;
422 num = 2;
425 num = 3;
428 num = 4;
431 num = 5;
434 return num;
/haiku/src/apps/devices/
H A DDevicePCI.cpp46 BString ToHex(uint16 num) argument
50 ss << num; local
H A DDeviceUSB.cpp41 static BString ToHex(uint16 num) argument
45 ss << num; local
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp260 off_t num; // block number local
262 if (FindBlock(pos, num, offset) < B_OK) {
268 *diskOffset = fVolume.BlockToOffset(num) + offset;
279 CachedBlock cached(fVolume, num);
298 if (FindBlock(pos, num, offset) < B_OK) {
312 CachedBlock cached(fVolume, num);
322 if (read_pos(fVolume.Device(), fVolume.BlockToOffset(num),
336 if (FindBlock(pos, num, offset) < B_OK) {
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp141 fStream->time_base.num = 1;
147 fStream->sample_aspect_ratio.num
151 if (fStream->sample_aspect_ratio.num == 0
153 av_reduce(&fStream->sample_aspect_ratio.num,
296 fStream->time_base.num, fStream->time_base.den);
334 * fStream->time_base.den / (1000000.0 * fStream->time_base.num)
344 fStream->time_base.num, fStream->time_base.den);
489 i, stream->time_base.num, stream->time_base.den);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c840 static int __metadata(ntfs_volume *vol, u64 num) argument
842 if (num <= FILE_UpCase)
846 if ((vol->major_ver == 3) && (num == FILE_Extend))
870 u64 num; local
881 num = inode->mft_no;
882 if (__metadata(vol, num) == 1)
887 num = MREF_LE(file->base_mft_record);
888 if (__metadata(vol, num) == 1)
899 num = MREF_LE(attr->parent_directory);
900 if ((num !
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A Dfma.c9 struct num { uint64_t m; int e; int sign; }; struct
11 static struct num normalize(double x)
26 return (struct num){ix,e,sign};
47 struct num nx, ny, nz;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dattr.h18 struct dirent *buf, size_t bufsize, uint32 *num);
/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h163 divide_roundup(int32 num,int32 divisor) argument
165 return (num + divisor - 1) / divisor;
169 divide_roundup(int64 num,int32 divisor) argument
171 return (num + divisor - 1) / divisor;
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp52 CPU(int32 num);
142 CPU::CPU(int32 num) argument
148 fCPU.cpu_num = num;
153 fThread = spawn_thread(&_Run, (BString("cpu ") << num).String(),
/haiku/src/libs/glut/
H A DglutWindow.cpp52 gState.currentWindow->num + 1);
81 num = getUnusedWindowSlot();
82 gState.windowList[num] = this;
182 return window->num + 1;
201 return window->num + 1;
240 return gState.currentWindow->num + 1;
278 gState.windowList[window->num] = 0;
H A DglutWindow.h38 int num; // window number returned to user member in class:GlutWindow
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp88 uint64 num; local
89 bool ok = Read(num, 4);
90 n = num;
96 uint64 num; local
97 bool ok = Read(num, 2);
98 n = num;
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp36 int32 num = *_num; local
39 for (i = 0; i < num; i++) {
49 if (num < NUM_PREVIOUS_LOCATIONS)
50 *_num = num + 1;
362 int32 num = 0, last = 0; local
434 if (already_visited(previousLocations, &last, &num, fp)) {
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp29 int32 num = *_num; local
31 for (int32 i = 0; i < num; i++) {
41 if (num < NUM_PREVIOUS_LOCATIONS)
42 *_num = num + 1;
352 int32 num = 0, last = 0; local
416 if (already_visited(previousLocations, &last, &num, fp)) {
/haiku/src/kits/support/
H A DString.cpp2180 char num[32]; local
2181 int32 length = snprintf(num, sizeof(num), "%d", i);
2183 _DoAppend(num, length);
2191 char num[32]; local
2192 int32 length = snprintf(num, sizeof(num), "%u", i);
2194 _DoAppend(num, length);
2202 char num[32]; local
2203 int32 length = snprintf(num, sizeo
2213 char num[32]; local
2224 char num[64]; local
2235 char num[64]; local
2246 char num[64]; local
2257 char num[64]; local
[all...]
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h66 int32 num; /* instance number of the device */ member in struct:bt_usb_dev
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h110 typedef int beos_op_readdir(void *ns, void *node, void *cookie, long *num,
149 typedef int beos_op_read_attrdir(void *ns, void *node, void *cookie, long *num,
165 typedef int beos_op_read_indexdir(void *ns, void *cookie, long *num,
178 typedef int beos_op_read_query(void *ns, void *cookie, long *num,
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h96 typedef int op_readdir(void *ns, void *node, void *cookie, long *num,
135 typedef int op_read_attrdir(void *ns, void *node, void *cookie, long *num,
151 typedef int op_read_indexdir(void *ns, void *cookie, long *num,
162 typedef int op_read_query(void *ns, void *cookie, long *num,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h82 * \param num Number of entries to be inserted
88 int num, int length);
92 void** data, int num);
98 void** _data, int num);
249 uint32 start, int num, int length);

Completed in 124 milliseconds

12345678