Searched refs:off_str (Results 1 – 5 of 5) sorted by relevance
/external/dtc/ |
D | flattree.c | 815 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local 883 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob() 894 if (off_str > totalsize) in dt_from_blob() 899 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob() 901 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob() 903 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()
|
D | fdtdump.c | 51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob() local 55 const char *p_strings = (const char *)blob + off_str; in dump_blob() 71 printf("// off_dt_strings:\t0x%x\n", off_str); in dump_blob()
|
/external/u-boot/scripts/dtc/ |
D | flattree.c | 815 uint32_t off_dt, off_str, off_mem_rsvmap; in dt_from_blob() local 883 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob() 894 if (off_str > totalsize) in dt_from_blob() 899 if ((off_str+size_str < off_str) || (off_str+size_str > totalsize)) in dt_from_blob() 901 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob() 903 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()
|
/external/ltp/testcases/kernel/device-drivers/cpufreq/ |
D | cpufreq_boost.c | 46 char *off_str; member 156 SAFE_FILE_PRINTF(cleanup, cdrv[id].file, "%s", cdrv[id].off_str); in test_run()
|
/external/python/dateutil/dateutil/test/ |
D | test_isoparser.py | 430 o = ((t.replace(tzinfo=tzi), fmt + off_str) 431 for (t, fmt), (tzi, off_str) in o)
|