Home
last modified time | relevance | path

Searched refs:l1 (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dspinlock.S23 l1: wfe label
25 cbnz w1, l1
/rk3399_rockchip-uboot/lib/
H A Dstring.c623 int l1, l2; in strstr() local
628 l1 = strlen(s1); in strstr()
629 while (l1 >= l2) { in strstr()
630 l1--; in strstr()
H A Dbch.c603 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local
609 l1 = bch->a_log_tab[poly->c[1]]; in find_poly_deg2_roots()
613 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()
630 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
632 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c67 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr() argument
72 while (l1 >= l2) { in memstr()
73 l1--; in memstr()
/rk3399_rockchip-uboot/include/
H A Dwrite_keybox.h50 char *new_strstr(const char *s1, const char *s2, uint32_t l1);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_args.sh86 -l1)
/rk3399_rockchip-uboot/common/
H A Dwrite_keybox.c386 char *new_strstr(const char *s1, const char *s2, uint32_t l1) in new_strstr() argument
393 while (l1 >= l2) { in new_strstr()
394 l1--; in new_strstr()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dbcm2836.dtsi12 compatible = "brcm,bcm2836-l1-intc";
H A Dbcm2837.dtsi12 compatible = "brcm,bcm2836-l1-intc";