Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Dread_dimacs.hpp65 char pr_type[4]; /* for reading type of the problem */ in read_dimacs_max_flow_internal() local
153 in_line.c_str(), "%*c %3s %ld %ld", pr_type, &n, &m) in read_dimacs_max_flow_internal()
161 if (pr_type != problem_type) in read_dimacs_max_flow_internal()
/third_party/node/deps/uvwasi/include/
Dwasi_types.h175 uvwasi_preopentype_t pr_type; member
/third_party/node/deps/uvwasi/src/
Dwasi_serdes.c113 FIELD(0, preopentype_t, pr_type); \
Duvwasi.c1121 buf->pr_type = UVWASI_PREOPENTYPE_DIR; in uvwasi_fd_prestat_get()