Searched refs:l1 (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | spinlock.S | 23 l1: wfe label 25 cbnz w1, l1
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 623 int l1, l2; in strstr() local 628 l1 = strlen(s1); in strstr() 629 while (l1 >= l2) { in strstr() 630 l1--; in strstr()
|
| H A D | bch.c | 603 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 D | setexpr.c | 67 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 D | write_keybox.h | 50 char *new_strstr(const char *s1, const char *s2, uint32_t l1);
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_args.sh | 86 -l1)
|
| /rk3399_rockchip-uboot/common/ |
| H A D | write_keybox.c | 386 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 D | bcm2836.dtsi | 12 compatible = "brcm,bcm2836-l1-intc";
|
| H A D | bcm2837.dtsi | 12 compatible = "brcm,bcm2836-l1-intc";
|