Searched defs:sample (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dentropy.c92 * @v sample Noise sample
98 static int repetition_count_test ( noise_sample_t sample ) {
102 /* A = the most recently seen sample value
107 /* 1. For each new sample processed:
113 if ( ( sample == most_recent_sample ) && ( repetition_count > 0 ) ) {
115 /* a) If the new sample = A, then B is incremented by one. */
127 * i. A = new sample
129 most_recent_sample = sample;
148 * H_min down to one bit per sample
418 entropy_sample_t sample; member in struct:__anon15092
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dhpux.c49 int __lw_get_thread_times(int which, int64_t *sample, int64_t *time);
69 int64_t time, sample; local
71 __lw_get_thread_times(1, &sample, &time);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmmsystem16.h47 DWORD sample; /* samples */ member in union:__anon13972::__anon13973
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmmsystem16.h47 DWORD sample; /* samples */ member in union:__anon1317::__anon1318
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmsystem.h91 DWORD sample; member in union:mmtime_tag::__anon13669
412 #define WAVECAPS_SAMPLEACCURATE 0x0020 /* position is sample accurate */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmsystem.h91 DWORD sample; member in union:mmtime_tag::__anon1046
410 #define WAVECAPS_SAMPLEACCURATE 0x0020 /* position is sample accurate */

Completed in 147 milliseconds