Searched refs:lor (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Deval-plural.h58 if (pexp->operation == lor)
H A Dplural-exp.h65 lor, /* Logical OR. */ enumerator in enum:expression::operator
H A Dplural.y188 $$ = new_exp_2 (lor, $1, $3);
H A Dplural.c863 yyval.exp = new_exp_2 (lor, yyvsp[-2].exp, yyvsp[0].exp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Deval-plural.h52 if (pexp->operation == lor)
H A Dplural-exp.h56 lor, /* Logical OR. */ enumerator in enum:expression_operator
H A Dplural.y168 $$ = new_exp_2 (lor, $1, $3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c302 case lor:
384 case lor:
482 case lor:
H A Dwrite-java.c523 case lor:
605 case lor:
703 case lor:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpackenc.c2491 int32_t lor = 0, diff = 0; local
2494 lor |= samples_l[i] | samples_r[i];
2497 if (lor && diff)
2501 if (i == nb_samples && lor && !diff) {

Completed in 131 milliseconds