Home
last modified time | relevance | path

Searched defs:stack_t (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh392 struct stack_t struct
394 void init () in init()
404 void fini () in fini()
409 ELEM& operator [] (unsigned int i) in operator []()
415 void push (const ELEM &v) in push()
423 ELEM &push () in push()
434 ELEM& pop () in pop()
445 void pop (unsigned int n) in pop()
453 const ELEM& peek () in peek()
464 void unpop () in unpop()
[all …]
/third_party/libunwind/include/win/sys/
Ducontext.h35 typedef long stack_t; typedef
/third_party/libunwind/include/mingw/sys/
Ducontext.h32 typedef long stack_t; typedef
/third_party/boost/boost/process/detail/
Dexecute_impl.hpp185 typedef helper_vector<Stack...> stack_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h48 typedef struct sigaltstack stack_t; typedef
/third_party/musl/include/
Dsignal.h44 typedef struct sigaltstack stack_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h44 typedef struct sigaltstack stack_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h44 typedef struct sigaltstack stack_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h44 typedef struct sigaltstack stack_t; typedef
/third_party/musl/porting/linux/user/include/
Dsignal.h45 typedef struct sigaltstack stack_t; typedef
/third_party/musl/ndk_musl_include/
Dsignal.h45 typedef struct sigaltstack stack_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2356 stack_t = __darwin_stack_t variable