Home
last modified time | relevance | path

Searched refs:stackp (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_test.cc58 for (void* stackp : raw_stack) { in FormatStack()
59 if (absl::Symbolize(stackp, buf.get(), buf_size)) { in FormatStack()
/third_party/toybox/generated/
H A Dglobals.h572 struct zvalue *stackp; // top of stack ptr member
/third_party/toybox/toys/pending/
H A Dawk.c116 struct zvalue *stackp; // top of stack ptr
546 *++TT.stackp = *v; in push_val()
1254 TT.stackp = (struct zvalue *)TT.stack.base; in init_tables()
2885 #define STKP TT.stackp // pointer to top of stack
3081 #define stkn(n) ((int)(TT.stackp - (n) - (struct zvalue *)TT.stack.base))
3551 // When stackp > stackp_needmore, then expand and reset stackp_needmore
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 39 milliseconds