Searched refs:num (Results 126 - 150 of 195) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c416 struct dirent *buf, size_t bufsize, uint32 *num)
426 if (!node || !cookie || !num || !*num || !buf
440 *num = 1;
451 *num = 1;
464 *num = 1;
466 *num = 0;
966 struct dirent *buf, size_t bufsize, uint32 *num)
978 if (!node || !cookie || !num || !*num || !bu
415 websearchfs_readdir(fs_volume *_volume, fs_vnode *_node, void *_cookie, struct dirent *buf, size_t bufsize, uint32 *num) argument
965 websearchfs_read_attrdir(fs_volume *_volume, fs_vnode *_node, void *_cookie, struct dirent *buf, size_t bufsize, uint32 *num) argument
1395 websearchfs_read_query(fs_volume *_volume, void *_cookie, struct dirent *buf, size_t bufsize, uint32 *num) argument
[all...]
/haiku/src/bin/
H A Dsysinfo.cpp306 for (int num = 0; num < 2; num++) {
307 printf("\t%s: %s%s%u entries, ", name[num],
308 pages ? pages : "", pages ? " pages, " : "", entries[num]);
310 if (ways[num] == 0xff)
313 printf("%u-way set associative\n", ways[num]);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp137 uint32 num; local
139 error = ReadDir(parentNode, cookie, entry, sizeof(_entry), 1, &num);
143 if (num == 0) {
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp107 // Return ceil(log_2(num)).
108 // num must be positive.
111 lg(int num) argument
113 assert(num > 0);
117 while (n < num) {
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h193 uint32 num; member in union:__anon5317
/haiku/headers/posix/
H A Dinttypes.h200 extern intmax_t imaxabs(intmax_t num);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.h222 #define debug_double_inode(num, type)
/haiku/src/tools/translation/inspector/
H A DImageView.cpp323 hex_format(uint32 num) argument
326 sprintf(str, "0x%.8lx", num);
335 char_format(uint32 num) argument
338 uint32 bnum = B_HOST_TO_BENDIAN_INT32(num);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp665 int num = fColumnListView->CountRows(); local
666 if (num > 0) {
667 if (index < num)
673 if (index < num)
/haiku/src/system/libroot/os/
H A Dimage.cpp293 get_nth_image_symbol(image_id id, int32 num, char *nameBuffer, int32 *_nameLength, argument
296 return __gRuntimeLoader->get_nth_image_symbol(id, num, nameBuffer, _nameLength, _symbolType, _location);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp77 NodeAttribute::_FillMapEntry(xfs_extnum_t num) argument
82 uint64* pointerToMap = (uint64*)(((char*)attributeFork + num * EXTENT_SIZE));
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp48 int32 num = *_num; local
51 for (i = 0; i < num; i++) {
59 if (num < NUM_PREVIOUS_LOCATIONS)
60 *_num = num + 1;
687 int32 num = 0, last = 0; local
741 if (already_visited(previousLocations, &last, &num, bp)) {
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp406 if (frameRateFrac.den != 0 && frameRateFrac.num != 0)
408 else if (fStream->time_base.den != 0 && fStream->time_base.num != 0)
887 / (1000000.0 * fStream->time_base.num) + 0.5);
901 * fStream->time_base.num / fStream->time_base.den);
1287 * fStream->time_base.num / fStream->time_base.den);
1632 * chapter->start * chapter->time_base.num
1635 * chapter->end * chapter->time_base.num
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c123 re_dfastate_t **src, int num)
1353 int num = fs->num++;
1354 if (fs->num == fs->alloc)
1364 fs->stack[num].idx = str_idx;
1365 fs->stack[num].node = dest_node;
1366 fs->stack[num].regs = re_malloc (regmatch_t, nregs);
1367 if (fs->stack[num].regs == NULL)
1369 memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs);
1370 err = re_node_set_init_copy (&fs->stack[num]
1350 int num = fs->num++; local
1376 int num = --fs->num; local
1734 merge_state_array(const re_dfa_t *dfa, re_dfastate_t **dst, re_dfastate_t **src, int num) argument
[all...]
/haiku/src/libs/glut/
H A Dglutint.h234 #define DM_NUM 4 /* "num" */
327 int num; /* Small integer window id (0-based). */ member in struct:_GLUTwindow
500 int num; /* number of entries */ member in struct:_GLUTmenu
627 int num, int type);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp905 int32 num = atol(fLog.String()); local
906 D(bug("ReplyNumber: %" B_PRId32 "\n", num));
907 if (num >= 500)
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp604 struct dirent* buffer, size_t bufferSize, uint32* num)
615 *num = 1;
617 *num = 0;
620 // a zero in *num.
603 fs_read_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* buffer, size_t bufferSize, uint32* num) argument
/haiku/src/system/kernel/
H A Delf.cpp420 addr_t num = strtoul(argv[1], NULL, 0); local
422 if (IS_KERNEL_ADDRESS(num)) {
428 if (current->text_region.start <= num
430 + current->text_region.size >= num) {
438 num);
441 image = sImagesHash->Lookup(num);
444 "kernel!\n", num);
556 addr_t num = strtoul(argv[1], NULL, 0); local
558 if (IS_KERNEL_ADDRESS(num)) {
560 dump_image_info((struct elf_image_info *)num);
[all...]
/haiku/headers/libs/agg/
H A Dagg_math.h140 double num = (ay-cy) * (dx-cx) - (ax-cx) * (dy-cy);
143 double r = num / den;
H A Dagg_basics.h38 static T* allocate(unsigned num) { return new T [num]; } argument
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y67 u_long num;
75 %type <num> NUMBER SIZE VOLTAGE CURRENT TIME
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1317 double cam_rgb[4][3], inverse[4][3], num;
1331 for (num = j = 0; j < 3; j++) {
1332 num += cam_rgb[i][j];
1335 cam_rgb[i][j] /= num;
1337 fMeta.pre_multipliers[i] = 1 / num;
1888 double work[3][6], num;
1903 num = work[i][i];
1905 work[i][j] /= num;
1911 num = work[k][i];
1914 work[k][j] -= work[i][j] * num;
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.cpp1122 struct dirent *entry, size_t bufsize, uint32 *num)
1147 *num = 1;
1157 // in *num.
1158 *num = 0;
1171 *num = 1;
1177 // in *num.
1178 *num = 0;
1121 dosfs_readdir(fs_volume *_vol, fs_vnode *_dir, void *_cookie, struct dirent *entry, size_t bufsize, uint32 *num) argument
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1423 struct dirent *buffer, size_t bufferSize, uint32 *num)
1430 superVnode, cookie, buffer, bufferSize, num);
1433 if (result == B_OK && *num == 1 && strcmp(buffer->d_name,
1437 cookie, buffer, bufferSize, num);
1492 struct dirent *buffer, size_t bufferSize, uint32 *num)
1495 return dirCookie->file->ReadAttributeDir(buffer, bufferSize, num,
1422 overlay_read_dir(fs_volume *volume, fs_vnode *vnode, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *num) argument
1491 overlay_read_attr_dir(fs_volume *volume, fs_vnode *vnode, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *num) argument
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp807 BasicTerminalBuffer::InsertSpace(int32 num) argument
810 if (fCursor.x + num > fWidth)
811 num = fWidth - fCursor.x;
813 if (num > 0) {
816 _InsertGap(num);
819 for (int32 i = fCursor.x; i < fCursor.x + num; i++) {

Completed in 375 milliseconds

12345678