Searched refs:begin (Results 1 - 14 of 14) sorted by relevance

/u-boot/fs/cramfs/
H A Dcramfs.c52 static int cramfs_uncompress (unsigned long begin, unsigned long offset,
101 static char *cramfs_uncompress_link (unsigned long begin, unsigned long offset) argument
103 struct cramfs_inode *inode = (struct cramfs_inode *)(begin + offset);
107 if (!link || cramfs_uncompress (begin, offset, (unsigned long)link) != size) {
116 static unsigned long cramfs_resolve (unsigned long begin, unsigned long offset, argument
127 inode = (struct cramfs_inode *) (begin + offset +
157 return cramfs_resolve (begin,
172 link = cramfs_uncompress_link (begin,
183 ret = cramfs_resolve (begin,
205 static int cramfs_uncompress (unsigned long begin, unsigne argument
[all...]
/u-boot/drivers/mtd/
H A Dmtdconcat.c482 * All the following erases must begin at the start of the
869 uint64_t begin, position; local
889 begin = position = 0;
898 erase_region_p->offset = begin;
901 tmp64 = position - begin;
904 begin = position;
917 erase_region_p->offset = begin;
920 tmp64 = position - begin;
923 begin = position;
937 erase_region_p->offset = begin;
[all...]
/u-boot/drivers/video/
H A Dconsole_truetype.c499 u8 *begin; member in struct:font_info
509 .begin = __ttf_ ## _name ## _begin, \
544 return abs(tab->begin - tab->end) > 4;
558 for (tab = font_table; tab->begin; tab++) {
561 tab->name, tab->begin,
562 (ulong)(tab->end - tab->begin));
576 for (i = 0, tab = font_table; tab->begin; tab++, i++) {
681 for (tab = font_table; tab->begin; tab++) {
689 tab->begin);
982 ret = truetype_add_metrics(dev, tab->name, font_size, tab->begin);
[all...]
/u-boot/lib/
H A Dslre.c281 relocate(struct slre *r, int begin, int shift) argument
284 memmove(r->code + begin + shift, r->code + begin, r->code_size - begin);
/u-boot/lib/zstd/decompress/
H A Dhuf_decompress.c861 * Fills the DTable rank with all the symbols from [begin, end) that are each
865 * @param begin The first symbol to fill (inclusive).
874 sortedSymbol_t const* begin, sortedSymbol_t const* end,
883 for (ptr = begin; ptr != end; ++ptr) {
889 for (ptr = begin; ptr != end; ++ptr) {
897 for (ptr = begin; ptr != end; ++ptr) {
905 for (ptr = begin; ptr != end; ++ptr) {
915 for (ptr = begin; ptr != end; ++ptr) {
973 int const begin = rankStart[w]; local
979 sortedSymbols + begin, sortedSymbol
872 HUF_fillDTableX2ForWeight( HUF_DEltX2* DTableRank, sortedSymbol_t const* begin, sortedSymbol_t const* end, U32 nbBits, U32 tableLog, U16 baseSeq, int const level) argument
999 int const begin = (int)rankStart[w]; local
[all...]
/u-boot/include/
H A Dsh_pfc.h81 pinmux_enum_t begin; member in struct:pinmux_range
/u-boot/drivers/ata/
H A Dahci.c63 static void ahci_dcache_flush_range(unsigned long begin, unsigned long len) argument
65 const unsigned long start = begin;
77 static void ahci_dcache_invalidate_range(unsigned long begin, unsigned long len) argument
79 const unsigned long start = begin;
/u-boot/drivers/gpio/
H A Dsh_pfc.c27 if (enum_id < r->begin)
/u-boot/common/
H A Dcli_hush_upstream.c3634 const char *begin; local
3642 begin = pattern;
3644 if (*begin == '\0')
3646 if (*begin == '{') {
3649 next = next_brace_sub(begin);
3657 begin = next + 1;
3662 if (*begin == '\\' && begin[1] != '\0')
3663 begin++;
3664 begin
[all...]
/u-boot/scripts/kconfig/
H A Dqconf.cc65 for (it = entryList.begin(); it != entryList.end(); ++it)
84 for (it = value.begin(); it != value.end(); ++it)
/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c91 if (enum_id < r->begin)
H A Dsh_pfc.h214 u16 begin; member in struct:pinmux_range
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1692 bool begin, bool end,
1701 (!!begin) | ((!!end) << 1); /* head, tail */
1689 brcmnand_fill_dma_desc(struct brcmnand_host *host, struct brcm_nand_dma_desc *desc, u64 addr, dma_addr_t buf, u32 len, u8 dma_cmd, bool begin, bool end, dma_addr_t next_desc) argument
/u-boot/scripts/
H A Dcheckpatch.pl637 begin |
1551 # Comments we are whacking completely including the begin
3189 # begin with a #

Completed in 280 milliseconds