Searched defs:startoffset (Results 1 - 3 of 3) sorted by relevance

/external/dtc/libfdt/
H A Dfdt.c94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
98 int offset = startoffset;
137 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c498 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
513 for (offset = fdt_next_node(fdt, startoffset, NULL);
680 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
692 for (offset = fdt_next_node(fdt, startoffset, NULL);
/external/pcre/dist2/src/
H A Dpcre2grep.c1455 startoffset where to start matching
1465 size_t startoffset, int *mrc)
1480 startoffset, options, match_data, match_context);
1886 size_t startoffset = 0; local
1978 match = match_patterns(matchptr, length, options, startoffset, &mrc);
2093 startoffset = offsets[1]; /* Restart after the match */
2095 if (startoffset <= oldstartoffset)
2097 if (startoffset >= length) goto END_ONE_MATCH; /* Were at end */
2098 startoffset = oldstartoffset + 1;
2100 while ((matchptr[startoffset]
1464 match_patterns(char *matchptr, size_t length, unsigned int options, size_t startoffset, int *mrc) argument
[all...]

Completed in 139 milliseconds