Home
last modified time | relevance | path

Searched refs:stack_mode (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/
Dxf86drmMode.c492 struct drm_mode_modeinfo stack_mode; in _drmModeGetConnector() local
498 conn.modes_ptr = VOID2U64(&stack_mode); in _drmModeGetConnector()
522 conn.modes_ptr = VOID2U64(&stack_mode); in _drmModeGetConnector()
543 if (U642VOID(conn.modes_ptr) != &stack_mode) in _drmModeGetConnector()
586 if (U642VOID(conn.modes_ptr) != &stack_mode) in _drmModeGetConnector()
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-internal.h380 uint8_t stack_mode);
Djs-scanner.c1191 uint8_t stack_mode = SCAN_STACK_FOR_START; in scanner_scan_statement() local
1211 stack_mode = SCAN_STACK_FOR_VAR_START; in scanner_scan_statement()
1266 stack_mode = ((context_p->token.type == LEXER_KEYW_CONST) ? SCAN_STACK_FOR_CONST_START in scanner_scan_statement()
1274 parser_stack_push_uint8 (context_p, stack_mode); in scanner_scan_statement()
Djs-scanner-util.c1455 uint8_t stack_mode) /**< stack mode */ in scanner_push_class_declaration() argument
1459 parser_stack_push_uint8 (context_p, stack_mode); in scanner_push_class_declaration()
/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h435 enum bi_stack_mode stack_mode; /* JUMP_EX */ member
/third_party/weston/xwayland/
Dwindow-manager.c822 values[i++] = configure_request->stack_mode; in weston_wm_handle_configure_request()