Home
last modified time | relevance | path

Searched refs:LISTSIZE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dthreadtest.c33 #define LISTSIZE 128 macro
37 struct timespec global_list[LISTSIZE];
88 if (listcount >= LISTSIZE) { in shared_thread()
89 checklist(global_list, LISTSIZE); in shared_thread()
105 struct timespec my_list[LISTSIZE]; in independent_thread()
110 for (count = 0; count < LISTSIZE; count++) in independent_thread()
112 checklist(my_list, LISTSIZE); in independent_thread()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dtest.py10 LISTSIZE = 85 variable
80 input0_data = input0_data.reshape(SPAN, LISTSIZE, GRID0, GRID0)
81 input1_data = input1_data.reshape(SPAN, LISTSIZE, GRID1, GRID1)
82 input2_data = input2_data.reshape(SPAN, LISTSIZE, GRID2, GRID2)