Lines Matching full:static
18 static const int N = 100;
20 static const int N = 1000;
23 static void rand_proc(int array[], int count) {
30 static void randN_proc(int array[], int count) {
38 static void forward_proc(int array[], int count) {
44 static void backward_proc(int array[], int count) {
50 static void same_proc(int array[], int count) {
62 static const struct {
73 static void skqsort_sort(int array[], int count) {
77 static void skheap_sort(int array[], int count) {
82 static int int_compare(const void* a, const void* b) {
89 static void qsort_sort(int array[], int count) {
97 static const struct {
150 static SkBenchmark* NewSkQSort(void* param, Type t) {
153 static SkBenchmark* NewSkHeap(void* param, Type t) {
156 static SkBenchmark* NewQSort(void* param, Type t) {