Home
last modified time | relevance | path

Searched refs:freq (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/benchtests/
Dbench-memcpy-random.c32 typedef struct { uint16_t size; uint16_t freq; } freq_data_t; member
33 typedef struct { uint8_t align; uint16_t freq; } align_data_t; member
106 int i, j, freq, size, n; in init_copy_distribution() local
108 for (n = i = 0; (freq = size_freq[i].freq) != 0; i++) in init_copy_distribution()
109 for (j = 0, size = size_freq[i].size; j < freq; j++) in init_copy_distribution()
113 for (n = i = 0; (freq = src_align_freq[i].freq) != 0; i++) in init_copy_distribution()
114 for (j = 0, size = src_align_freq[i].align; j < freq; j++) in init_copy_distribution()
118 for (n = i = 0; (freq = dst_align_freq[i].freq) != 0; i++) in init_copy_distribution()
119 for (j = 0, size = dst_align_freq[i].align; j < freq; j++) in init_copy_distribution()
Dbench-strrchr.c85 int seek_char, int max_char, size_t freq) in do_test() argument
91 size_t pos_chunk_sz = freq ? (pos / freq) : pos; in do_test()
138 json_attr_uint (json_ctx, "freq", freq); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dosf_adjtime.c31 long freq; /* frequency offset (scaled ppm) */ member
79 tx64.freq = tx->freq; in __adjtimex_tv32()
104 tx->freq = tx64.freq; in __adjtimex_tv32()
/glibc-2.36/sysdeps/aarch64/
Dhp-timing.h42 ({ hp_timing_t freq; \
43 __asm__ __volatile__ ("mrs %0, cntfrq_el0" : "=r" (freq)); \
44 (Diff) = ((End) - (Start)) * (UINT64_C(1000000000) / freq); \
/glibc-2.36/sysdeps/unix/sysv/linux/include/sys/
Dtimex.h46 long long int freq; /* frequency offset (scaled ppm) */ in libc_hidden_proto()
112 tx64.freq = tx.freq;
142 tx.freq = tx64.freq; in valid_timex64_to_timex()
/glibc-2.36/nptl/
Dperf.c728 static hp_timing_t freq; in clock_gettime() local
734 if (freq == 0) in clock_gettime()
736 freq = get_clockfreq (); in clock_gettime()
737 if (freq == 0) in clock_gettime()
742 tp->tv_sec = tsc / freq; in clock_gettime()
746 tp->tv_nsec = ((tsc % freq) * UINT64_C (1000000000)) / freq; in clock_gettime()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtimex.h32 long long freq; /* frequency offset (scaled ppm) */ member
60 __syscall_slong_t freq; /* frequency offset (scaled ppm) */
/glibc-2.36/gmon/
DMakefile26 routines := gmon mcount profil sprofil prof-freq
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C2844 prof-freq.c
6258 prof-freq.c
11686 prof-freq.c
Dfilelist#en_US.UTF-82844 prof-freq.c
6258 prof-freq.c
11686 prof-freq.c
/glibc-2.36/ChangeLog.old/
DChangeLog.65384 * sysdeps/generic/prof-freq.c: Change to use ISO C style definition.
7105 * gmon/Makefile (routines): Add `prof-freq'.
7106 * sysdeps/generic/prof-freq.c: New file.
7107 * sysdeps/mach/hurd/prof-freq.c: New (stubby) file.
DChangeLog.163785 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
5794 * sysdeps/generic/prof-freq.c: Moved to...
5795 * gmon/prof-freq.c: ...here.
DChangeLog.141685 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6919 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a
6926 * sysdeps/unix/sysv/linux/prof-freq.h: New file.
DChangeLog.128216 * sysdeps/generic/prof-freq.c: Likewise.
DChangeLog.81198 * sysdeps/generic/prof-freq.c: Likewise.
DChangeLog.1010384 * sysdeps/generic/prof-freq.c: Likewise.
DChangeLog.134794 * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
DChangeLog.1111454 about initialization of freq. Set retval to zero if successful.
DChangeLog.179950 * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
DChangeLog.1849125 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
79755 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
/glibc-2.36/manual/
Dtime.texi809 @code{offset}, @code{freq}, @code{maxerror}, @code{esterror},
/glibc-2.36/posix/
Dtst-regex.input1198 * sysdeps/generic/prof-freq.c: Likewise.