HomeSort by relevance Sort by last modified time
    Searched defs:nextoffset (Results 1 - 19 of 19) sorted by null

  /external/dtc/tests/
nopulate.c 34 int offset, nextoffset = 0; local
41 offset = nextoffset;
42 tag = fdt_next_tag(fdt, offset, &nextoffset);
45 nextoffset - offset);
46 p += nextoffset - offset;
dtb_reverse.c 85 int nextoffset = offset; local
91 CHECK(fdt_get_path(in, nextoffset, path, sizeof(path)));
92 verbose_printf("reverse_children() offset=%d nextoffset=%d [%s]"
93 " depth=%d\n", offset, nextoffset, path, depth);
95 nextoffset = fdt_next_node(in, nextoffset, &depth);
99 reverse_children(in, out, nextoffset);
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt.c 94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset)
101 *nextoffset = -FDT_ERR_TRUNCATED;
108 *nextoffset = -FDT_ERR_BADSTRUCTURE;
140 *nextoffset = FDT_TAGALIGN(offset);
164 int nextoffset = 0; local
168 if ((nextoffset = _fdt_check_node_offset(fdt, offset)) < 0)
169 return nextoffset;
172 offset = nextoffset;
173 tag = fdt_next_tag(fdt, offset, &nextoffset);
187 return nextoffset;
    [all...]
fdt_sw.c 251 int offset, nextoffset; local
269 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
279 offset = nextoffset;
281 if (nextoffset < 0)
282 return nextoffset;
fdt_ro.c 137 int nextoffset; local
140 tag = fdt_next_tag(fdt, offset, &nextoffset);
144 if (nextoffset >= 0)
147 return nextoffset;
152 offset = nextoffset;
fdt_rw.c 225 int nextoffset; local
229 if ((nextoffset = _fdt_check_node_offset(fdt, nodeoffset)) < 0)
230 return nextoffset;
236 *prop = _fdt_offset_ptr_w(fdt, nextoffset);
336 int offset, nextoffset; local
351 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
353 offset = nextoffset;
354 tag = fdt_next_tag(fdt, offset, &nextoffset);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt.c 93 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset)
100 *nextoffset = -FDT_ERR_TRUNCATED;
107 *nextoffset = -FDT_ERR_BADSTRUCTURE;
139 *nextoffset = FDT_TAGALIGN(offset);
163 int nextoffset = 0; local
167 if ((nextoffset = _fdt_check_node_offset(fdt, offset)) < 0)
168 return nextoffset;
171 offset = nextoffset;
172 tag = fdt_next_tag(fdt, offset, &nextoffset);
186 return nextoffset;
    [all...]
fdt_sw.c 219 int offset, nextoffset; local
237 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
247 offset = nextoffset;
249 if (nextoffset < 0)
250 return nextoffset;
fdt_ro.c 111 int nextoffset; local
114 tag = fdt_next_tag(fdt, offset, &nextoffset);
118 if (nextoffset >= 0)
121 return nextoffset;
126 offset = nextoffset;
fdt_rw.c 230 int nextoffset; local
234 if ((nextoffset = _fdt_check_node_offset(fdt, nodeoffset)) < 0)
235 return nextoffset;
241 *prop = _fdt_offset_ptr_w(fdt, nextoffset);
341 int offset, nextoffset; local
356 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
358 offset = nextoffset;
359 tag = fdt_next_tag(fdt, offset, &nextoffset);
  /external/dtc/libfdt/
fdt.c 94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset)
101 *nextoffset = -FDT_ERR_TRUNCATED;
108 *nextoffset = -FDT_ERR_BADSTRUCTURE;
140 *nextoffset = FDT_TAGALIGN(offset);
164 int nextoffset = 0; local
168 if ((nextoffset = _fdt_check_node_offset(fdt, offset)) < 0)
169 return nextoffset;
172 offset = nextoffset;
173 tag = fdt_next_tag(fdt, offset, &nextoffset);
187 return nextoffset;
    [all...]
fdt_sw.c 263 int offset, nextoffset; local
281 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
291 offset = nextoffset;
293 if (nextoffset < 0)
294 return nextoffset;
fdt_ro.c 137 int nextoffset; local
140 tag = fdt_next_tag(fdt, offset, &nextoffset);
144 if (nextoffset >= 0)
147 return nextoffset;
152 offset = nextoffset;
fdt_rw.c 225 int nextoffset; local
229 if ((nextoffset = _fdt_check_node_offset(fdt, nodeoffset)) < 0)
230 return nextoffset;
236 *prop = _fdt_offset_ptr_w(fdt, nextoffset);
337 int offset, nextoffset; local
352 fdt_next_tag(fdt, parentoffset, &nextoffset); /* skip the BEGIN_NODE */
354 offset = nextoffset;
355 tag = fdt_next_tag(fdt, offset, &nextoffset);
  /external/dtc/
fdtget.c 152 int nextoffset; /* next node offset from libfdt */ local
159 tag = fdt_next_tag(blob, node, &nextoffset);
191 node = nextoffset;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 288 uint nextoffset; /* bytes to virgin block */ member in struct:pool_header
289 uint maxnextoffset; /* largest valid nextoffset */
418 block is stored in the pool_header nextoffset member, and the largest value
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 258 uint nextoffset; /* bytes to virgin block */ member in struct:pool_header
259 uint maxnextoffset; /* largest valid nextoffset */
388 block is stored in the pool_header nextoffset member, and the largest value
389 of nextoffset that makes sense is stored in the maxnextoffset member when a
391 once when and only when nextoffset > maxnextoffset.
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 288 uint nextoffset; /* bytes to virgin block */ member in struct:pool_header
289 uint maxnextoffset; /* largest valid nextoffset */
418 block is stored in the pool_header nextoffset member, and the largest value
419 of nextoffset that makes sense is stored in the maxnextoffset member when a
421 once when and only when nextoffset > maxnextoffset.
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 750 uint nextoffset; /* bytes to virgin block */ member in struct:pool_header
751 uint maxnextoffset; /* largest valid nextoffset */
878 block is stored in the pool_header nextoffset member, and the largest value
879 of nextoffset that makes sense is stored in the maxnextoffset member when a
881 once when and only when nextoffset > maxnextoffset.
    [all...]

Completed in 200 milliseconds