Lines Matching refs:Result
2419 int Result; local
2601 Result = SkCsGetReceiveInfo(pAC,
2604 if (Result ==
2606 Result ==
2608 Result ==
2610 Result ==
2615 else if (Result ==
2617 Result ==
2619 Result ==
2621 Result ==
2623 Result ==
5030 SK_U32 Result = 0; local
5052 Result = 0;
5056 Result = FirstNibble;
5057 Result = Result << 4; /* first nibble is higher one */
5058 Result = Result | SecondNibble;
5062 return (Result);