Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 46) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c29 struct label *new; in add_label() local
32 for_each_label(*labels, new) in add_label()
33 if (streq(new->label, label)) in add_label()
36 new = xmalloc(sizeof(*new)); in add_label()
37 new->label = label; in add_label()
38 new->next = *labels; in add_label()
39 *labels = new; in add_label()
44 struct property *new = xmalloc(sizeof(*new)); in build_property() local
46 memset(new, 0, sizeof(*new)); in build_property()
48 new->name = name; in build_property()
[all …]
H A Dutil.h35 void *new = malloc(len); in xmalloc() local
37 if (!new) in xmalloc()
40 return new; in xmalloc()
45 void *new = realloc(p, len); in xrealloc() local
47 if (!new) in xrealloc()
50 return new; in xrealloc()
H A Ddtc-lexer.lex.c_shipped138 /* Special action meaning "start processing a new file". */
252 * When we actually see the EOF, we change the status to "new"
254 * just pointing yyin at a new input file.
959 { /* new-style path reference */
1056 /* We're scanning a new file or input source. It's
1058 * just pointed yyin at a new source and called
1063 * back-up) that will match for the new input source.
1175 /* yy_get_next_buffer - try to read in a new buffer
1464 * @param new_buffer The new input buffer.
1610 /** Pushes the new state onto the stack. The new state becomes
[all …]
H A Dflattree.c699 struct reserve_info *new; in flat_read_mem_reserve() local
717 new = build_reserve_entry(re.address, re.size); in flat_read_mem_reserve()
718 reservelist = add_reserve_entry(reservelist, new); in flat_read_mem_reserve()
H A Ddtc-parser.tab.c_shipped364 /* Relocate STACK from its old location to the new one. The
365 local variables YYSIZE and YYSTACKSIZE give the old and new number of
366 elements in the stack, and YYPTR gives the new location of the
609 to ease the transition to the new meaning of YYERROR, for GCC.
1233 | yynewstate -- Push a new state, which is found in yystate. |
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_rw.c154 char *new; in _fdt_find_add_string() local
163 new = strtab + fdt_size_dt_strings(fdt); in _fdt_find_add_string()
168 memcpy(new, s, len); in _fdt_find_add_string()
169 return (new - strtab); in _fdt_find_add_string()
367 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks() argument
376 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in _fdt_packblocks()
377 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in _fdt_packblocks()
379 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in _fdt_packblocks()
380 fdt_set_off_dt_struct(new, struct_off); in _fdt_packblocks()
381 fdt_set_size_dt_struct(new, struct_size); in _fdt_packblocks()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dbloat-o-meter29 new = getsizes(sys.argv[2]) variable
34 if a in new:
43 for name in new:
46 up += new[name]
47 delta.append((new[name], name))
50 d = new.get(name, 0) - old.get(name, 0)
62 if d: print "%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d)
H A Ddiffconfig124 new = b.keys()
125 new.sort()
126 for config in new:
H A DKbuild.include42 # The rule defined shall write to stdout the content of the new file.
43 # The existing file will be compared with the new one.
45 # - If the content differ the new file is used
/utopia/UTPA2-700.0.x/
H A DPolicy.txt55 For bug fixing, new feature implementation and new chip configuration is allowed
59 Any new features and new chip implementations are located on main line and develop line.
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c_shipped156 /* Special action meaning "start processing a new file". */
270 * When we actually see the EOF, we change the status to "new"
272 * just pointing zconfin at a new input file.
1362 /* We're scanning a new file or input source. It's
1364 * just pointed zconfin at a new source and called
1369 * back-up) that will match for the new input source.
1480 /* yy_get_next_buffer - try to read in a new buffer
1781 * @param new_buffer The new input buffer.
1927 /** Pushes the new state onto the stack. The new state becomes
1930 * @param new_buffer The new state.
[all …]
H A Dzconf.tab.c_shipped402 /* Relocate STACK from its old location to the new one. The
403 local variables YYSIZE and YYSTACKSIZE give the old and new number of
404 elements in the stack, and YYPTR gives the new location of the
808 to ease the transition to the new meaning of YYERROR, for GCC.
1462 | yynewstate -- Push a new state, which is found in yystate. |
/utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/
H A DRelease Note.txt25 2010-01-04: [T2,3,4,7,8,9; Janus] Added new flash chip, FLASH_IC_S25FL008A (size 1MB with clock 50M…
30 2) Add new function to change SPI clock div
33 … 1) Add the new function to enable call back function to ask 8051 to select flash chip back.
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped180 /* Special action meaning "start processing a new file". */
297 * When we actually see the EOF, we change the status to "new"
299 * just pointing yyin at a new input file.
1123 /* We're scanning a new file or input source. It's
1125 * just pointed yyin at a new source and called
1130 * back-up) that will match for the new input source.
1250 /* yy_get_next_buffer - try to read in a new buffer
1617 * @param new_buffer The new input buffer.
1804 /** Pushes the new state onto the stack. The new state becomes
1807 * @param new_buffer The new state.
[all …]
H A Dparse.c_shipped384 /* Relocate STACK from its old location to the new one. The
385 local variables YYSIZE and YYSTACKSIZE give the old and new number of
386 elements in the stack, and YYPTR gives the new location of the
857 to ease the transition to the new meaning of YYERROR, for GCC.
1481 | yynewstate -- Push a new state, which is found in yystate. |
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A DGPL.txt26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c204 struct symbol *new; in new_symbol() local
207 new = symbolhash[hash] = alloc_symbol(name, 0, symbolhash[hash]); in new_symbol()
208 new->module = module; in new_symbol()
209 new->export = export; in new_symbol()
210 return new; in new_symbol()
/utopia/UTPA2-700.0.x/modules/msos/msos/mips34k/
H A Dmipsregs.h563 change_c0_##name(unsigned int change, unsigned int new) \
569 res |= (new & change); \
/utopia/UTPA2-700.0.x/modules/msos/msos/mips1004k/
H A Dmipsregs.h563 change_c0_##name(unsigned int change, unsigned int new) \
569 res |= (new & change); \
/utopia/UTPA2-700.0.x/modules/msos/msos/mips74k/
H A Dmipsregs.h563 change_c0_##name(unsigned int change, unsigned int new) \
569 res |= (new & change); \
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maserati/mvd/tools/
H A Dreadme.txt5 3. Copy new fwMVD.h & mvd4_interface.h to \\THEALE\utopia\mxlib\hal\t4\mvd\
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/mainz/mvd/tools/
H A Dreadme.txt5 3. Copy new fwMVD.h & mvd4_interface.h to \\THEALE\utopia\mxlib\hal\t4\mvd\
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/manhattan/mvd/tools/
H A Dreadme.txt5 3. Copy new fwMVD.h & mvd4_interface.h to \\THEALE\utopia\mxlib\hal\t4\mvd\
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/macan/mvd/tools/
H A Dreadme.txt5 3. Copy new fwMVD.h & mvd4_interface.h to \\THEALE\utopia\mxlib\hal\t4\mvd\
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7821/mvd/tools/
H A Dreadme.txt5 3. Copy new fwMVD.h & mvd4_interface.h to \\THEALE\utopia\mxlib\hal\t4\mvd\

12