#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| int | bit_count (unsigned int x) |
| int | cmpfunc (const void *a, const void *b) |
| int | calc_max_list_length (int *opcodes, int *tmp_table, int n_opcodes, int bit_mask) |
| int | main (int argc, char *argv[]) |
| int bit_count | ( | unsigned int | x | ) |
Definition at line 45 of file experiment_arm_multi.cc.
Referenced by main().
| int calc_max_list_length | ( | int * | opcodes, |
| int * | tmp_table, | ||
| int | n_opcodes, | ||
| int | bit_mask | ||
| ) |
| int cmpfunc | ( | const void * | a, |
| const void * | b | ||
| ) |
Definition at line 55 of file experiment_arm_multi.cc.
Referenced by calc_max_list_length().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 89 of file experiment_arm_multi.cc.
References bit_count(), calc_max_list_length(), and f().
1.8.17