Searched refs:msec (Results 1 - 25 of 36) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-aux.c113 asection *msec; local
116 msec = h->u.def.section;
118 msec = bfd_ind_section_ptr;
120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
126 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec))
H A Ddwarf1.c281 asection *msec; local
284 msec = bfd_get_section_by_name (stash->abfd, ".line");
285 if (! msec)
288 size = msec->rawsize ? msec->rawsize : msec->size;
294 if (! bfd_get_section_contents (stash->abfd, msec, stash->line_section,
487 asection *msec; local
496 msec = bfd_get_section_by_name (abfd, ".debug");
497 if (! msec)
[all...]
H A Ddwarf2.c282 asection *msec; local
286 msec = bfd_get_section_by_name (abfd, ".debug_str");
287 if (! msec)
295 sz = msec->rawsize ? msec->rawsize : msec->size;
301 if (! bfd_get_section_contents (abfd, msec, stash->dwarf_str_buffer,
438 asection *msec; local
440 msec = bfd_get_section_by_name (abfd, ".debug_abbrev");
441 if (! msec)
916 asection *msec; local
1660 asection * msec; local
1733 asection *msec; local
[all...]
H A Delf32-d10v.c506 asection *msec; local
511 msec = sec;
512 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
514 addend += msec->output_section->vma + msec->output_offset;
H A Delf64-alpha.c2637 asection *msec;
2645 msec = bfd_get_section_by_name (abfd, ".mdebug");
2646 if (msec != NULL)
2656 origflags = msec->flags;
2657 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
2658 msec->flags |= SEC_HAS_CONTENTS;
2672 msec->flags = origflags;
2676 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d))
2678 msec->flags = origflags;
2687 msec
2630 asection *msec; local
4322 asection *msec; local
[all...]
H A Dlinker.c1780 asection *msec = NULL;
1786 msec = h->u.def.section;
1790 msec = bfd_ind_section_ptr;
1800 && bfd_is_abs_section (msec)
1806 (info, h->root.string, msec->owner, msec, mval,
1775 asection *msec = NULL; local
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.cpp88 uint32 msec = time / 1000; local
89 uint32 sec = msec / 1000;
91 sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DSettings.cpp88 uint32 msec = time / 1000; local
89 uint32 sec = msec / 1000;
91 sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DSettings.cpp97 uint32 msec = time / 1000; local
98 uint32 sec = msec / 1000;
100 sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A DSettings.cpp98 uint32 msec = time / 1000; local
99 uint32 sec = msec / 1000;
101 sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/shm_open/
H A D23-1.c60 int msec = 0; local
75 msec = (int) (20.0 * rand() / RAND_MAX) ;
76 ts.tv_nsec = msec * 1000000;
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DSettings.cpp104 uint32 msec = time / 1000; local
105 uint32 sec = msec / 1000;
107 sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_sys.c329 long msec; member in struct:_fluid_timer_t
342 new_fluid_timer(int msec, fluid_timer_callback_t callback, void* data, argument
352 timer->msec = msec;
400 timer->msec) */
401 delay = (count * timer->msec) - (fluid_curtime() - start);
530 long msec; member in struct:_fluid_timer_t
547 PrimeTime((QElemPtr)timer, timer->msec);
555 new_fluid_timer(int msec, fluid_timer_callback_t callback, void* data, argument
577 timer->msec
654 long msec; member in struct:_fluid_timer_t
666 new_fluid_timer(int msec, fluid_timer_callback_t callback, void* data, int new_thread, int auto_destroy) argument
821 long msec; member in struct:_fluid_timer_t
846 new_fluid_timer(int msec, fluid_timer_callback_t callback, void* data, int new_thread, int auto_destroy) argument
925 long msec; member in struct:_fluid_timer_t
977 new_fluid_timer(int msec, fluid_timer_callback_t callback, void* data, int new_thread, int auto_destroy) argument
[all...]
H A Dfluid_aufile.c59 static int fluid_file_audio_run_s16(void* d, unsigned int msec);
80 int msec; local
111 msec = (int) (0.5 + dev->period_size / dev->sample_rate * 1000.0);
112 dev->timer = new_fluid_timer(msec, fluid_file_audio_run_s16, (void*) dev, 1, 0);
H A Dfluid_sys.h124 typedef int (*fluid_timer_callback_t)(void* data, unsigned int msec);
128 fluid_timer_t* new_fluid_timer(int msec, fluid_timer_callback_t callback,
H A Dfluid_midi.c1248 int fluid_player_callback(void* data, unsigned int msec) argument
1273 player->begin_msec = msec;
1274 player->start_msec = msec;
1289 player->cur_msec = msec;
1306 __FILE__, __LINE__, (msec - player->begin_msec) / 1000.0);
1381 FLUID_LOG(FLUID_DBG,"tempo=%d, tick time=%f msec, cur time=%d msec, cur tick=%d",
H A Dfluid_midi.h258 int begin_msec; /* the time (msec) of the beginning of the file */
267 int fluid_player_callback(void* data, unsigned int msec);
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dasf.c249 asf_seek_to_msec(asf_file_t *file, int64_t msec) argument
265 if (file->index == NULL && msec > 0) {
286 if (msec > (file->play_duration / 10000)) {
294 packet = msec * 10000 / file->index->entry_time_interval;
295 new_msec = msec;
301 index_entry = msec * 10000 / file->index->entry_time_interval;
307 /* the correct msec time isn't known before reading the packet */
308 new_msec = msec;
310 /* convert msec into bytes per second and divide with packet_size */
311 packet = msec * fil
[all...]
H A Dasf.h252 LIBASF_API int64_t asf_seek_to_msec(asf_file_t *file, int64_t msec);
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DSettings.cpp102 uint32 msec = time / 1000; local
103 uint32 sec = msec / 1000;
105 sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/tools/docbook/libxslt/xsltproc/
H A Dxsltproc.c253 long msec; local
257 msec = endtime.tv_sec - begin.tv_sec;
258 msec *= 1000;
259 msec += (endtime.tv_usec - begin.tv_usec) / 1000;
268 fprintf(stderr, " took %ld ms\n", msec);
287 long msec; local
291 msec = ((endtime-begin) * 1000) / CLOCKS_PER_SEC;
299 fprintf(stderr, " took %ld ms\n", msec);
320 fprintf(stderr, " was not timed\n", msec);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c168 uint32 msec = time / 1000; local
169 uint32 sec = msec / 1000;
170 sprintf(buf_ptr, "%02ld.%02ld.%03ld:", sec / 60, sec % 60, msec % 1000);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-icmp.c298 u_int msec,sec,min,hrs; local
302 msec = tstamp % 1000;
306 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c435 long msec; local
439 msec = end.tv_sec - begin.tv_sec;
440 msec *= 1000;
441 msec += (end.tv_usec - begin.tv_usec) / 1000;
450 fprintf(stderr, " took %ld ms\n", msec);
471 long msec; local
475 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
483 fprintf(stderr, " took %ld ms\n", msec);
507 fprintf(stderr, " was not timed\n", msec);
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm570x/
H A Dlm.h457 LM_STATUS MM_Sleep(PLM_DEVICE_BLOCK pDevice, LM_UINT32 msec);

Completed in 390 milliseconds

12