Searched refs:num (Results 201 - 225 of 514) sorted by relevance

1234567891011>>

/haiku-fatelf/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-fatelf/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;
/haiku-fatelf/headers/libs/agg/
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-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dnfs_add_on.c494 extern int fs_readdir(fs_nspace *ns, fs_node *node, btCookie *cookie, long *num, struct dirent *buf, size_t bufsize) argument
503 max = *num;
504 *num = 0;
531 (*num)++;
536 if (*num == max)
1222 extern int fs_read_attribdir(fs_nspace *ns, fs_node *node, btCookie *cookie, long *num, struct dirent *buf, size_t bufsize) argument
1229 max = *num;
1230 *num = 0;
1250 (*num)++;
1255 if (*num
1342 fs_read_indexdir(fs_nspace *ns, btCookie *cookie, long *num, struct dirent *buf, size_t bufsize) argument
1430 fsReadQuery(fs_nspace *ns, btQueryCookie *cookie, long *num, struct dirent *buf, size_t bufsize) argument
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.keys264 columns cols num co - - YBCGE number of columns in a line
265 init_tabs it num it - - YB-G- tabs initially every # spaces
266 lines lines num li - - YBCGE number of lines on screen or page
267 lines_of_memory lm num lm - - YB-G- lines of memory if > line. 0 means varies
268 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso
269 padding_baud_rate pb num pb - - YB-GE lowest baud rate where padding needed
270 virtual_terminal vt num vt - - YB--- virtual terminal number (CB/unix)
271 width_status_line wsl num ws - - YB-G- number of columns in status line
272 num_labels nlab num Nl - - ----- number of labels on screen
273 label_height lh num l
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfcmd.c549 int num = bpstat_num (&bs);
550 if (num == 0 && from_tty)
555 while (num != 0)
557 set_ignore_count (num,
564 num = bpstat_num (&bs);
943 int num = parse_and_eval_long (signum_exp);
945 if (num == 0)
948 oursig = target_signal_from_command (num);
1320 int num = bpstat_num (&bs);
1333 else if (num !
545 int num = bpstat_num (&bs); local
935 int num = parse_and_eval_long (signum_exp); local
1310 int num = bpstat_num (&bs); local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.cpp296 fContext->time_base.num = 1;
318 fContext->sample_aspect_ratio.num
322 if (fContext->sample_aspect_ratio.num == 0
324 av_reduce(&fContext->sample_aspect_ratio.num,
608 // fContext->coded_frame->pts, fContext->time_base.num,
612 // fContext->time_base.num, fContext->time_base.den);
673 fContext->coded_frame->pts, fContext->time_base.num,
677 fContext->time_base.num, fContext->time_base.den);
H A DAVFormatReader.cpp402 if (fStream->avg_frame_rate.den && fStream->avg_frame_rate.num)
404 else if (fStream->r_frame_rate.den && fStream->r_frame_rate.num)
406 else if (fStream->time_base.den && fStream->time_base.num)
409 && fStream->codec->time_base.num) {
697 //TRACE(" PTS: %lld (time_base.num: %d, .den: %d), stream DTS: %lld\n",
698 //fPacket.pts, fStream->time_base.num, fStream->time_base.den,
702 //TRACE(" PTS (stream): %lld (time_base.num: %d, .den: %d), stream DTS: %lld\n",
703 //lastStreamDTS, fStream->time_base.num, fStream->time_base.den,
865 / (1000000.0 * fStream->time_base.num) + 0.5);
878 return bigtime_t(1000000.0 * time * fStream->time_base.num
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsection.c843 int num; local
852 num = 1;
854 num = *count;
859 if (num > 999999)
861 sprintf (sname + len, ".%d", num++);
866 *count = num;
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dtest-rastertogutenprint.in121 1) valgrind $valopts -q --num-callers=100 --leak-check=yes --error-limit=no ./rastertogutenprint.$version 1 1 1 1 "$cupsargs" ;;
122 2) valgrind $valopts --num-callers=100 --leak-resolution=high --leak-check=yes --error-limit=no ./rastertogutenprint.$version 1 1 1 1 "$cupsargs" ;;
123 3) valgrind $valopts --error-limit=no --num-callers=100 --show-reachable=yes --leak-resolution=high --leak-check=yes ./rastertogutenprint.$version 1 1 1 1 "$cupsargs" ;;
/haiku-fatelf/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-fatelf/src/bin/gawk/
H A Dfield.c45 static void set_element P((long num, char * str, long len, NODE *arr));
46 static void grow_fields_arr P((long num));
47 static void set_field P((long num, char *str, long len, NODE *dummy));
90 grow_fields_arr(long num) argument
95 erealloc(fields_arr, NODE **, (num + 1) * sizeof(NODE *), "grow_fields_arr");
96 for (t = nf_high_water + 1; t <= num; t++) {
101 nf_high_water = num;
108 set_field(long num, argument
115 if (num > nf_high_water)
116 grow_fields_arr(num);
784 set_element(long num, char *s, long len, NODE *n) argument
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-gen.c88 int num; member in struct:completer_entry
167 int num; member in struct:string_entry
1630 string_table[0]->num = 0;
1670 string_table[x + 1]->num = x + 1;
1675 string_table[i]->num = i;
2216 if (ent1->name->num != ent2->name->num
2267 if (ent->name->num < glist[0]->name->num)
2269 else if (ent->name->num > glis
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dproto.h118 _PROTOTYPE(void push_copy, (bc_num num ));
119 _PROTOTYPE(void push_num, (bc_num num ));
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A DMKlib_gen.sh258 num = 0;
290 comma = comma "_nc_visbuf2(" num ","
300 comma = comma "_trace" argtype "2(" num ","
307 args = args comma "a" ++num;
/haiku-fatelf/src/libs/ncurses/panel/
H A Dllib-lpanel57 int num,
H A Dllib-lpanelw57 int num,
/haiku-fatelf/headers/compatibility/bsd/
H A Dhistedit.h170 int num; member in struct:HistEvent
/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h73 int32 num; /* instance number of the device */ member in struct:bt_usb_dev
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddir.h37 struct dirent *buf, size_t bufsize, uint32 *num);
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h92 typedef int op_readdir(void *ns, void *node, void *cookie, long *num,
131 typedef int op_read_attrdir(void *ns, void *node, void *cookie, long *num,
147 typedef int op_read_indexdir(void *ns, void *cookie, long *num,
158 typedef int op_read_query(void *ns, void *cookie, long *num,
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h89 typedef int op_readdir(void *ns, void *node, void *cookie, long *num,
128 typedef int op_read_attrdir(void *ns, void *node, void *cookie, long *num,
144 typedef int op_read_indexdir(void *ns, void *cookie, long *num,
155 typedef int op_read_query(void *ns, void *cookie, long *num,
/haiku-fatelf/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-fatelf/src/bin/gdb/gdb/signals/
H A Dsignals.c814 target_signal_from_command (int num)
816 if (num >= 1 && num <= 15)
817 return (enum target_signal) num;
813 target_signal_from_command(int num) argument

Completed in 313 milliseconds

1234567891011>>