HomeSort by relevance Sort by last modified time
    Searched refs:CastType (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.h 69 #define IP4_IS_BROADCAST(CastType) ((CastType) >= IP4_LOCAL_BROADCAST)
Ip4Input.c 761 Info->CastType = Ip4GetHostCast (IpSb, Head->Dst, Head->Src);
768 // The packet is destinated to us if the CastType is non-zero.
770 if ((Info->CastType == 0) || (Info->End > IP4_MAX_PACKET_SIZE)) {
1036 if (IP4_IS_BROADCAST (Info->CastType)) {
1043 if (Info->CastType == IP4_MULTICAST) {
    [all...]
Ip4Input.h 31 /// The CastType is the IP layer cast type, such as IP multicast or unicast.
40 INTN CastType;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.h 46 // The CastType is the IP layer cast type, such as IP multicast or unicast.
55 INT32 CastType;
Ip6Input.c 816 Info->CastType = 0;
819 Info->CastType = Ip6Promiscuous;
823 Info->CastType = Ip6Unicast;
826 Info->CastType = Ip6Multicast;
833 if (Info->CastType == 0) {
    [all...]
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 489 template<typename XprType, typename CastType> struct cast_return_type
492 typedef typename remove_all<CastType>::type _CastType;
495 const XprType&,CastType>::type type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 474 NDR64_FORMAT_CHAR CastType;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 40 enum CastType {
154 // %0: Cast Type (a value from the CastType enumeration)
307 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
383 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
391 S.Diag(opRange.getBegin(), msg) << castType
    [all...]
SemaExpr.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 964 milliseconds