Home
last modified time | relevance | path

Searched refs:starting_point (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc120 uint32_t starting_point = type_index; in GetSubtypingDepth() local
123 if (type_index == starting_point) return -1; // Cycle detected. in GetSubtypingDepth()
/third_party/python/Lib/
Dpathlib.py492 for starting_point in self._iterate_directories(parent_path, is_dir, scandir):
493 for p in successor_select(starting_point, is_dir, exists, scandir):
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c2515 struct sctp_laddr *laddr, *starting_point; in sctp_choose_boundspecific_inp() local
2574 starting_point = inp->next_addr_touse; in sctp_choose_boundspecific_inp()
2602 inp->next_addr_touse = starting_point; in sctp_choose_boundspecific_inp()
2652 struct sctp_laddr *laddr, *starting_point; in sctp_choose_boundspecific_stcb() local
2757 starting_point = stcb->asoc.last_used_address; in sctp_choose_boundspecific_stcb()
2794 stcb->asoc.last_used_address = starting_point; in sctp_choose_boundspecific_stcb()