Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Dunpack_bootimg315 indent = lambda level: ' ' * 4 * level function
/rk3399_rockchip-uboot/cmd/
H A Dpcmcia.c104 #define indent "\t " macro
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c40 static int indent = 1; variable
H A Dmconf.c276 static int indent; variable
H A Dnconf.c258 static int indent; variable
H A Dgconf.c60 static gint indent; variable
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c349 static int indent = 0; in pci_hose_scan_bus() local
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c106 const char *indent = " "; in indent_string() local
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c1937 static int free_pipe(struct pipe *pi, int indent)
2002 static int free_pipe_list(struct pipe *head, int indent)
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py3345 def _deindent(line, indent): argument