Searched refs:freq (Results 1 – 22 of 22) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-memcpy-random.c | 32 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()
|
D | bench-strrchr.c | 85 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/ |
D | osf_adjtime.c | 31 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/ |
D | hp-timing.h | 42 ({ 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/ |
D | timex.h | 46 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/ |
D | perf.c | 728 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/ |
D | timex.h | 32 long long freq; /* frequency offset (scaled ppm) */ member 60 __syscall_slong_t freq; /* frequency offset (scaled ppm) */
|
/glibc-2.36/gmon/ |
D | Makefile | 26 routines := gmon mcount profil sprofil prof-freq
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 2844 prof-freq.c 6258 prof-freq.c 11686 prof-freq.c
|
D | filelist#en_US.UTF-8 | 2844 prof-freq.c 6258 prof-freq.c 11686 prof-freq.c
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 5384 * 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.
|
D | ChangeLog.16 | 3785 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise. 5794 * sysdeps/generic/prof-freq.c: Moved to... 5795 * gmon/prof-freq.c: ...here.
|
D | ChangeLog.14 | 1685 * 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.
|
D | ChangeLog.12 | 8216 * sysdeps/generic/prof-freq.c: Likewise.
|
D | ChangeLog.8 | 1198 * sysdeps/generic/prof-freq.c: Likewise.
|
D | ChangeLog.10 | 10384 * sysdeps/generic/prof-freq.c: Likewise.
|
D | ChangeLog.13 | 4794 * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
|
D | ChangeLog.11 | 11454 about initialization of freq. Set retval to zero if successful.
|
D | ChangeLog.17 | 9950 * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
|
D | ChangeLog.18 | 49125 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise. 79755 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
|
/glibc-2.36/manual/ |
D | time.texi | 809 @code{offset}, @code{freq}, @code{maxerror}, @code{esterror},
|
/glibc-2.36/posix/ |
D | tst-regex.input | 1198 * sysdeps/generic/prof-freq.c: Likewise.
|