Home
last modified time | relevance | path

Searched defs:fibo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/lk/app/tests/
Dfibo.c35 long fibo = (intptr_t)argv; in fibo_thread() local
71 int fibo(int argc, const cmd_args *argv) in fibo() function
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dfibo.go184 func fibo(n int, half, opt bool) nat { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dnat_test.go587 func fibo(n int) nat { func