/third_party/ltp/testcases/network/virt/ |
D | vlan01.sh | 14 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"
|
D | vlan03.sh | 19 rh1="reorder_hdr on" 24 TST_TEST_DATA=",$p0 $lb0 $rh1,$p1 $lb1 $rh1"
|
/third_party/typescript/tests/baselines/reference/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 43 var rh1 = a !== b; variable 71 var rh1 = a !== b;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 42 var rh1 = a !== b; variable 70 var rh1 = a !== b;
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 45 var rh1 = null & null; variable 99 var rh1 = null & null;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols | 102 var rh1 = a !== b; 103 >rh1 : Symbol(rh1, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 40, 3))
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols | 105 var rh1 = a !== b; 106 >rh1 : Symbol(rh1, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 41, 3))
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 110 var rh1 = a !== b; 111 >rh1 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.types | 113 var rh1 = a !== b; 114 >rh1 : boolean
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 122 var rh1 = null & null; 123 >rh1 : Symbol(rh1, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 43, 3))
|
D | comparisonOperatorWithSubtypeObjectOnProperty.js | 76 var rh1 = a1 !== b1; variable 171 var rh1 = a1 !== b1;
|
D | comparisonOperatorWithSubtypeEnumAndNumber.js | 64 var rh1 = a !== b; variable 130 var rh1 = a !== b;
|
D | comparisonOperatorWithIdenticalPrimitiveType.js | 74 var rh1 = a !== a; variable 151 var rh1 = a !== a;
|
D | arithmeticOperatorWithNullValueAndValidOperands.js | 84 var rh1 = null & a; variable 187 var rh1 = null & a;
|
D | arithmeticOperatorWithAnyAndNumber.js | 76 var rh1 = a & a; variable 172 var rh1 = a & a;
|
D | comparisonOperatorWithTypeParameter.js | 71 var rh1 = b < t; variable 143 var rh1 = b < t;
|
D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 84 var rh1 = undefined & a; variable 187 var rh1 = undefined & a;
|
D | comparisonOperatorWithSubtypeObjectOnProperty.types | 240 var rh1 = a1 !== b1; 241 >rh1 : boolean
|
/third_party/ffmpeg/libavcodec/ |
D | g729postfilter.c | 431 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/ |
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts | 44 var rh1 = null & null; variable
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts | 42 var rh1 = a !== b; variable
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts | 41 var rh1 = a !== b; variable
|
D | comparisonOperatorWithSubtypeObjectOnProperty.ts | 75 var rh1 = a1 !== b1; variable
|
D | comparisonOperatorWithIdenticalPrimitiveType.ts | 73 var rh1 = a !== a; variable
|
D | comparisonOperatorWithSubtypeEnumAndNumber.ts | 63 var rh1 = a !== b; variable
|