Home
last modified time | relevance | path

Searched refs:E_OR (Results 1 – 22 of 22) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.c64 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
89 case E_OR: in expr_copy()
118 case E_OR: in expr_free()
156 case E_OR: in __expr_eliminate_eq()
174 case E_OR: in expr_eliminate_eq()
181 case E_OR: in expr_eliminate_eq()
209 case E_OR: in expr_eq()
277 case E_OR: in expr_eliminate_yn()
328 case E_OR: in expr_trans_bool()
529 case E_OR: case E_AND: in expr_eliminate_dups1()
[all …]
H A Dexpr.h30 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_LIST, E_SYMBOL, E_RANGE enumerator
H A Dzconf.y479 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dmenu.c91 case E_OR: in menu_check_dep()
H A Dsymbol.c1047 case E_OR: in sym_check_expr_deps()
H A Dzconf.tab.c2010 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;}
H A Dzconf.tab.c_shipped2010 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;}
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h292 E_OR, ///< Specify any of the requested events are require. enumerator
407 E_OR, ///< Specify any of the requested events are require.
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h323 E_OR, ///< Specify any of the requested events are require. enumerator
498 E_OR, ///< Specify any of the requested events are require.
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DosalTSP_ecos.c182 eWaitMode = E_OR; in OSAL_TSP_EventGet()
H A DosalTSP_linux.c186 eWaitMode = E_OR; in OSAL_TSP_EventGet()
H A DosalTSP_linux_kernel.c185 eWaitMode = E_OR; in OSAL_TSP_EventGet()
H A DdrvTSP.c2135 _TSP_GetModeEventFree0(u32Group, 0xFFFFFFFF, &u32Flag, E_OR); in _TSP_GetAskPidFltFree0List()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DosalTSP_ecos.c182 eWaitMode = E_OR; in OSAL_TSP_EventGet()
H A DosalTSP_linux_kernel.c185 eWaitMode = E_OR; in OSAL_TSP_EventGet()
H A DosalTSP_linux.c186 eWaitMode = E_OR; in OSAL_TSP_EventGet()
H A DdrvTSP.c2521 _TSP_GetModeEventFree0(u32Group, 0xFFFFFFFF, &u32Flag, E_OR); in _TSP_GetAskPidFltFree0List()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A Dtsp2_msos.c227 eWaitMode = E_OR; in TSP_OS_EventGet()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/
H A Dsc_msos.c165 MsOS_WaitEvent(_os_SC_EventID, OS_SC_EVENT_MASK | OS_SC_EVENT_MASK2, &u32Events, E_OR, 100); in OS_SC_WaitEvent()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c1899 case E_OR: in MsOS_WaitEvent()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c2103 case E_OR: in MsOS_WaitEvent()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt80867 E_OR,
81042 E_OR,