Go to the source code of this file.
◆ BRNG
Value: {\
b = ((z1 << 6) ^ z1) >> 13;\
z1 = ((
z1 & 4294967294U) << 18) ^
b;\
b = ((z2 << 2) ^ z2) >> 27;\
z2 = ((
z2 & 4294967288U) << 2) ^
b;\
b = ((z3 << 13) ^ z3) >> 21;\
z3 = ((
z3 & 4294967280U) << 7) ^
b;\
b = ((z4 << 3) ^ z4) >> 12;\
z4 = ((
z4 & 4294967168U) << 13) ^
b;\
}
Definition at line 10 of file Lib_With_Recorder.c.
◆ papi_sde_hook_list_events()
Definition at line 58 of file Lib_With_Recorder.c.
58 {
60 tmp_handle = fptr_struct->
init(
"Lib_With_Recorder");
62 return tmp_handle;
63}
static const char * event_names[1]
int papi_sde_compare_long_long(const void *p1, const void *p2)
int(* create_recorder)(papi_handle_t handle, const char *event_name, size_t typesize, int(*cmpr_func_ptr)(const void *p1, const void *p2), void **record_handle)
papi_handle_t(* init)(const char *lib_name)
◆ recorder_do_work_()
| void recorder_do_work_ |
( |
void |
| ) |
|
Definition at line 45 of file Lib_With_Recorder.c.
45 {
46 long long r;
52 return;
53}
int papi_sde_record(void *record_handle, size_t typesize, const void *value)
◆ recorder_init_()
| void recorder_init_ |
( |
void |
| ) |
|
Definition at line 31 of file Lib_With_Recorder.c.
31 {
33
36
41
42 return;
43}
papi_handle_t papi_sde_init(const char *name_of_library)
int papi_sde_create_recorder(papi_handle_t handle, const char *event_name, size_t typesize, int(*cmpr_func_ptr)(const void *p1, const void *p2), void **record_handle)
◆ event_names
| const char* event_names[1] |
|
static |
◆ rcrd_handle
◆ result
◆ z1
◆ z2
◆ z3
◆ z4