| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | treesource.c | 47 static void write_prefix(FILE *f, int level) in write_prefix() 62 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 135 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 165 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 193 static void write_propval(FILE *f, struct property *prop) in write_propval() 234 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 264 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
|
| H A D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() 124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() 130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument 140 FILE *f = e; in asm_emit_cell() local 149 FILE *f = e; in asm_emit_string() local 167 FILE *f = e; in asm_emit_align() local 174 FILE *f = e; in asm_emit_data() local 196 FILE *f = e; in asm_emit_beginnode() local 209 FILE *f = e; in asm_emit_endnode() local 222 FILE *f = e; in asm_emit_property() local [all …]
|
| H A D | dtc-parser.y | 197 FILE *f = srcfile_relative_open($4.val, NULL); variable 214 FILE *f = srcfile_relative_open($4.val, NULL); variable
|
| H A D | srcpos.h | 26 FILE *f; member
|
| H A D | srcpos.c | 51 FILE *f; in srcfile_relative_open() local
|
| H A D | data.c | 170 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file()
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/macan/mfc/ |
| H A D | mdrv_mfc.h | 133 #define _GAIN_P(f) (f/(_STEP)) argument 134 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| H A D | mdrv_mfc_scalerop.c | 104 #define _GAIN_P(f) (f/(_STEP)) argument 105 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/M7621/mfc/ |
| H A D | mdrv_mfc.h | 133 #define _GAIN_P(f) (f/(_STEP)) argument 134 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| H A D | mdrv_mfc_scalerop.c | 104 #define _GAIN_P(f) (f/(_STEP)) argument 105 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/M7821/mfc/ |
| H A D | mdrv_mfc.h | 133 #define _GAIN_P(f) (f/(_STEP)) argument 134 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| H A D | mdrv_mfc_scalerop.c | 104 #define _GAIN_P(f) (f/(_STEP)) argument 105 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/manhattan/mfc/ |
| H A D | mdrv_mfc.h | 133 #define _GAIN_P(f) (f/(_STEP)) argument 134 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| H A D | mdrv_mfc_scalerop.c | 104 #define _GAIN_P(f) (f/(_STEP)) argument 105 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/maserati/mfc/ |
| H A D | mdrv_mfc.h | 133 #define _GAIN_P(f) (f/(_STEP)) argument 134 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| H A D | mdrv_mfc_scalerop.c | 104 #define _GAIN_P(f) (f/(_STEP)) argument 105 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| /utopia/UTPA2-700.0.x/modules/mfc/hal/maxim/mfc/ |
| H A D | mdrv_mfc.h | 133 #define _GAIN_P(f) (f/(_STEP)) argument 134 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| H A D | mdrv_mfc_scalerop.c | 104 #define _GAIN_P(f) (f/(_STEP)) argument 105 #define _GAIN_I(f) (f/(_STEP*_STEP/2)) argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 420 static struct string_list *read_node(FILE *f) in read_node() 466 static void read_reference(FILE *f) in read_reference() 502 static void print_node(FILE * f, struct string_list *list) in print_node() 511 static void print_list(FILE * f, struct string_list *list) in print_list()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | tgmath.h | 66 #define __tg_choose(x,f,d,l) \ argument 71 #define __tg_choose_2(x,y,f,d,l) \ argument 76 #define __tg_choose_3(x,y,z,f,d,l) \ argument
|
| H A D | math.h | 34 float f; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | mroute6.h | 56 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f))) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | math.h | 21 float f; member
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | madp_mfe.c | 138 #define ALIGN_TO_256(f) (((f) + 255UL) & ~255UL) argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | util.c | 61 #define DLG_COLOR(dialog, f, b, h) \ argument
|