Home
last modified time | relevance | path

Searched refs:rh1 (Results 1 – 25 of 69) sorted by relevance

123

/third_party/ltp/testcases/network/virt/
Dvlan01.sh14 rh1="reorder_hdr on"
18 TST_TEST_DATA=",$p0 $lb0 $rh0,$p0 $lb0 $rh1,$p0 $lb1 $rh0,$p0 $lb1 $rh1,\
19 $p1 $lb0 $rh0,$p1 $lb0 $rh1,$p1 $lb1 $rh0,$p1 $lb1 $rh1"
Dvlan03.sh19 rh1="reorder_hdr on"
24 TST_TEST_DATA=",$p0 $lb0 $rh1,$p1 $lb1 $rh1"
/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js43 var rh1 = a !== b; variable
71 var rh1 = a !== b;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js42 var rh1 = a !== b; variable
70 var rh1 = a !== b;
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js45 var rh1 = null & null; variable
99 var rh1 = null & null;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols102 var rh1 = a !== b;
103 >rh1 : Symbol(rh1, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 40, 3))
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols105 var rh1 = a !== b;
106 >rh1 : Symbol(rh1, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 41, 3))
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types110 var rh1 = a !== b;
111 >rh1 : boolean
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types113 var rh1 = a !== b;
114 >rh1 : boolean
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols122 var rh1 = null & null;
123 >rh1 : Symbol(rh1, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 43, 3))
DcomparisonOperatorWithSubtypeObjectOnProperty.js76 var rh1 = a1 !== b1; variable
171 var rh1 = a1 !== b1;
DcomparisonOperatorWithSubtypeEnumAndNumber.js64 var rh1 = a !== b; variable
130 var rh1 = a !== b;
DcomparisonOperatorWithIdenticalPrimitiveType.js74 var rh1 = a !== a; variable
151 var rh1 = a !== a;
DarithmeticOperatorWithNullValueAndValidOperands.js84 var rh1 = null & a; variable
187 var rh1 = null & a;
DarithmeticOperatorWithAnyAndNumber.js76 var rh1 = a & a; variable
172 var rh1 = a & a;
DcomparisonOperatorWithTypeParameter.js71 var rh1 = b < t; variable
143 var rh1 = b < t;
DarithmeticOperatorWithUndefinedValueAndValidOperands.js84 var rh1 = undefined & a; variable
187 var rh1 = undefined & a;
DcomparisonOperatorWithSubtypeObjectOnProperty.types240 var rh1 = a1 !== b1;
241 >rh1 : boolean
/third_party/ffmpeg/libavcodec/
Dg729postfilter.c431 int rh1,rh0; // (3.12) in get_tilt_comp() local
444 rh1 = adsp->scalarproduct_int16(lp_gn + 10, lp_gn + 11, 20); in get_tilt_comp()
450 rh1 >>= temp; in get_tilt_comp()
453 if (FFABS(rh1) > rh0 || !rh0) in get_tilt_comp()
467 return -(rh1 * (1 << 15)) / rh0; in get_tilt_comp()
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts44 var rh1 = null & null; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.ts42 var rh1 = a !== b; variable
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts41 var rh1 = a !== b; variable
DcomparisonOperatorWithSubtypeObjectOnProperty.ts75 var rh1 = a1 !== b1; variable
DcomparisonOperatorWithIdenticalPrimitiveType.ts73 var rh1 = a !== a; variable
DcomparisonOperatorWithSubtypeEnumAndNumber.ts63 var rh1 = a !== b; variable

123