HomeSort by relevance Sort by last modified time
    Searched defs:AH (Results 1 - 25 of 27) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahEra.java 92 AH;
101 * @return the HijrahEra.AH singleton, not null
106 return AH;
116 * The era AH has the value 1.
118 * @return the era value, 1 (AH)
  /external/scapy/scapy/layers/
ipsec.py 64 class AH(Packet):
71 name = 'AH'
79 # payloadlen = length of AH in 32-bit words (4-byte units), minus "2"
103 bind_layers(IP, AH, proto=socket.IPPROTO_AH)
104 bind_layers(IPv6, AH, nh=socket.IPPROTO_AH)
105 bind_layers(AH, IP, nh=socket.IPPROTO_IP)
106 bind_layers(AH, IPv6, nh=socket.IPPROTO_IPV6)
523 Sign an IPsec (ESP or AH) packet with this algo.
525 @param pkt: a packet that contains a valid encrypted ESP or AH layer
539 elif pkt.haslayer(AH)
    [all...]
  /art/compiler/utils/x86/
constants_x86.h 36 AH = 4,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 116 UINT8 AH;
  /external/libpcap/
grammar.h 114 AH = 324,
236 #define AH 324
grammar.c 417 AH = 324,
539 #define AH 324
976 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 150 UINT8 AH;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 158 AH
499 AH: "AH",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 158 AH
499 AH: "AH",
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 483 AH = 5,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 488 AH = 5,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeView.h 499 AH = 5,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeView.h 499 AH = 5,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 488 AH = 5,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeView.h 499 AH = 5,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeView.h 499 AH = 5,
  /external/mesa3d/src/mesa/x86/
assyntax.h 33 * to avoid macro recursion. e.g., #define ah %ah recurses!
94 #define AH ah
156 #define AH %ah
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i386-dis.c 340 #define AH { OP_IMREG, ah_reg }
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 

Completed in 450 milliseconds

1 2