Home
last modified time | relevance | path

Searched refs:begin_flag (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
Dmusl_socket_preinit.c131 bool begin_flag = __get_socket_hook_begin_flag(); in __musl_socket_initialize() local
132 if (!begin_flag) { in __musl_socket_initialize()
/third_party/mesa3d/src/mesa/tnl/
Dt_split_copy.c229 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) in begin() argument
234 prim->begin = begin_flag; in begin()