Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 55) sorted by relevance

123

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlprops.c30 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() argument
32 switch (cat) { in get_heap_comp_val()
55 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() argument
62 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap()
67 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap()
92 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() argument
96 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap()
101 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap()
113 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap()
127 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap()
[all …]
H A Dlpt.c870 int cat = pnode->lprops[i].flags & LPROPS_CAT_MASK; in update_cats() local
875 ubifs_add_to_cat(c, &pnode->lprops[i], cat); in update_cats()
2113 int found, cat = lprops->flags & LPROPS_CAT_MASK; in dbg_chk_pnode() local
2125 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode()
2127 lprops->lnum, cat); in dbg_chk_pnode()
2133 switch (cat) { in dbg_chk_pnode()
2140 lprops->lnum, cat); in dbg_chk_pnode()
2144 switch (cat) { in dbg_chk_pnode()
2153 lprops->lnum, cat); in dbg_chk_pnode()
2157 switch (cat) { in dbg_chk_pnode()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dqts-filter.sh25 cat << EOF
49 cat << EOF
69 cat << EOF
86 cat << EOF
106 cat << EOF
123 cat << EOF
150 cat << EOF
196 cat << EOF
/rk3399_rockchip-uboot/board/sunxi/
H A Dmksunxi_fit_atf.sh16 cat << __HEADER_EOF
46 cat << __FDT_IMAGE_EOF
57 cat << __CONF_HEADER_EOF
67 cat << __CONF_SECTION_EOF
78 cat << __ITS_EOF
/rk3399_rockchip-uboot/scripts/
H A Dcheck-config.sh30 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \
35 cat `find ${srctree} -name "Kconfig*"` |sed -n \
43 cat >&2 ${new_adhoc}
H A Dstacktrace.sh62 …f_pc_dec=`cat ${SYM_FILE} | sort | awk '/\.text/ { if (strtonum("0x"$1) > '${frame_pc_str}') { pri…
67 cat ${SYM_FILE} | sort |
94 …f_pc_dec=`cat ${SYM_FILE} | sort | awk '/\.text/ { if (strtonum("0x"$1) > '${frame_pc_str}') { pri…
99 cat ${SYM_FILE} | sort |
H A Dfit-resign.sh113 cat ${ITB}.half1 > ${ITB_RESIGN}
114 cat ${SIG} >> ${ITB_RESIGN}
115 cat ${ITB}.half2 >> ${ITB_RESIGN}
135 cat ${ITB_RESIGN} >> ${IMG_UBOOT}
H A Ddecomp.sh28 cat u-boot-nodtb.bin u-boot.dtb > u-boot.bin
37 cat spl/u-boot-spl-pad.bin >> u-boot.bin.decomp
39 cat u-boot.bin.${COMPRESS}.uImage >> u-boot.bin.decomp
H A Dsetlocalversion38 cat .scmversion
154 …CONFIG_LOCALVERSION=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION=/ {print $2}…
155 …CONFIG_LOCALVERSION_AUTO=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION_AUTO=/ …
H A Dbuild-tftp-firmware.sh148 cat orderlist.txt | while read IMAGE
176 cat > update.its << EOF
220 cat >> update.its << EOF
276 cat update.hash >> update.hdr
H A Dgcc-stack-usage.sh10 cat <<END | $@ -Werror -fstack-usage -x c - -c -o $TMP >/dev/null 2>&1 \
H A Dloader.sh33 COUNT=`cat ${INI} | wc -l`
H A Datf.sh47 COUNT=`cat ${INI} | wc -l`
H A Dcompress.sh22 (cat ${FILE} | ${ALGO} -9 -k -f && printf \\$ch0\\$ch1\\$ch2\\$ch3) > ${FILE}.${ALGO}
H A Dmkmakefile24 cat << EOF > $2/Makefile
H A Dtos.sh60 COUNT=`cat ${INI} | wc -l`
H A Dbuild-whitelist.sh41 cat `find . -name "Kconfig*"` |sed -n \
H A Dfit-repack.sh86 cat ${ITB} >> ${IMAGE}
H A Dfit-core.sh94 cat $1 | while read line
377 cat spl/u-boot-spl-nodtb.bin > spl/u-boot-spl.bin
379 cat spl/u-boot-spl-pad.bin >> spl/u-boot-spl.bin
381 cat ${SPL_DTB} >> spl/u-boot-spl.bin
591 cat ${ITB} >> ${IMG_UBOOT}
/rk3399_rockchip-uboot/common/
H A Dlog.c36 static bool log_has_cat(enum log_category_t cat_list[], enum log_category_t cat) in log_has_cat() argument
41 if (cat_list[i] == cat) in log_has_cat()
96 !log_has_cat(filt->cat_list, rec->cat)) in log_passes_filters()
128 int _log(enum log_category_t cat, enum log_level_t level, const char *file, in _log() argument
135 rec.cat = cat; in _log()
/rk3399_rockchip-uboot/test/log/
H A Dlog_test.c13 static int log_run(enum uclass_id cat, const char *file) in log_run() argument
19 log(cat, i, "log %d\n", i); in log_run()
20 _log(log_uc_cat(cat), i, file, 100 + i, "func", "_log %d\n", in log_run()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dmerge_config.sh106 cat $INITFILE > $TMP_FILE
131 cat $MERGE_FILE >> $TMP_FILE
/rk3399_rockchip-uboot/tools/
H A Dimg2brec.sh107 cat $INFILE | \
/rk3399_rockchip-uboot/include/
H A Dlog.h72 int _log(enum log_category_t cat, enum log_level_t level, const char *file,
199 enum log_category_t cat; member
/rk3399_rockchip-uboot/scripts/dtc/
H A Dupdate-dtc-source.sh74 commit_msg=$(cat << EOF

123