Home
last modified time | relevance | path

Searched refs:startoffset (Results 1 – 17 of 17) sorted by relevance

/external/dtc/libfdt/
Dfdt.c94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() argument
98 int offset = startoffset; in fdt_next_tag()
137 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
Dfdt_ro.c498 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
513 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
680 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
692 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
Dlibfdt.h882 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
966 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
/external/u-boot/scripts/dtc/libfdt/
Dfdt.c94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() argument
98 int offset = startoffset; in fdt_next_tag()
140 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
Dfdt_ro.c568 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
583 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
750 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
762 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
Dlibfdt.h885 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
969 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
/external/openssh/regress/
Dintegrity.sh9 startoffset=2900
31 for off in `jot $tries $startoffset`; do
/external/pcre/dist2/src/
Dpcre2grep.c1705 PCRE2_SIZE startoffset, int *mrc) in match_patterns() argument
1720 startoffset, options, match_data, match_context); in match_patterns()
2422 PCRE2_SIZE startoffset = 0; in pcre2grep() local
2557 match = match_patterns(ptr, length, options, startoffset, &mrc); in pcre2grep()
2679 startoffset = offsets[1]; /* Restart after the match */ in pcre2grep()
2681 if (startoffset <= oldstartoffset) in pcre2grep()
2683 if (startoffset >= length) goto END_ONE_MATCH; /* Were at end */ in pcre2grep()
2684 startoffset = oldstartoffset + 1; in pcre2grep()
2685 if (utf) while ((ptr[startoffset] & 0xc0) == 0x80) startoffset++; in pcre2grep()
2692 while (startoffset > linelength) in pcre2grep()
[all …]
/external/u-boot/lib/libfdt/
Dfdt_ro.c477 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument
492 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value()
659 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument
671 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll80 …%startoffset.0.ph = phi i32 [ 0, %cond.end834 ], [ 0, %land.lhs.true838 ], [ %conv851, %if.then842…
104 %idx.ext1132.pre = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
111 %idx.ext1112 = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
/external/llvm/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll80 …%startoffset.0.ph = phi i32 [ 0, %cond.end834 ], [ 0, %land.lhs.true838 ], [ %conv851, %if.then842…
104 %idx.ext1132.pre = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
111 %idx.ext1112 = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll80 …%startoffset.0.ph = phi i32 [ 0, %cond.end834 ], [ 0, %land.lhs.true838 ], [ %conv851, %if.then842…
104 %idx.ext1132.pre = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
111 %idx.ext1112 = zext i32 %startoffset.0.ph to i64 ; <i64> [#uses=1]
/external/pcre/dist2/doc/
Dpcre2.txt214 PCRE2_SIZE length, PCRE2_SIZE startoffset,
219 PCRE2_SIZE length, PCRE2_SIZE startoffset,
348 PCRE2_SIZE length, PCRE2_SIZE startoffset,
360 PCRE2_SIZE length, PCRE2_SIZE startoffset,
952 can never be found if the startoffset argument of pcre2_match(),
1551 line. If startoffset is non-zero, the limiting newline is not necessar-
1554 pattern match for "yz" succeeds with PCRE2_FIRSTLINE if startoffset is
1864 PCRE2_SIZE length, PCRE2_SIZE startoffset,
2380 PCRE2_SIZE length, PCRE2_SIZE startoffset,
2415 a length in length, and a starting offset in startoffset. The length
[all …]
Dpcre2test.txt1088 startoffset=<n> same as offset=<n>
/external/pcre/dist2/
DChangeLog1439 98. In pcre2test, make the "startoffset" modifier a synonym of "offset",
1440 because it sets the "startoffset" parameter for pcre2_match().
/external/pcre/dist2/testdata/
Dtestinput21334 ab cd\=startoffset=1
Dtestoutput25310 ab cd\=startoffset=1