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

1 2

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 67 AddressType AddrType : 4; // The field of Target to use
91 Result.AddrType = isGV;
111 Result.AddrType = isIndirectSym;
128 Result.AddrType = isBB;
148 Result.AddrType = isExtSym;
167 Result.AddrType = isConstPool;
186 Result.AddrType = isJumpTable;
223 return AddrType == isGV;
229 return AddrType == isIndirectSym;
235 return AddrType == isBB
    [all...]
  /external/iptables/extensions/
libxt_addrtype.c 1 /* Shared library add-on to iptables to add addrtype matching support
93 "addrtype: bad type `%s'", arg);
98 xtables_error(PARAMETER_PROBLEM, "addrtype: bad type \"%s\"", arg);
149 "addrtype: you must specify --src-type or --dst-type");
169 printf(" ADDRTYPE match");
189 printf(" ADDRTYPE match");
270 .name = "addrtype",
283 .name = "addrtype",
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 129 template <typename AddrType>
139 AddrType low;
140 AddrType high;
147 range_off += sizeof(AddrType) * 2;
dwarf_die.h 98 * AddrType - Type of compilation unin address (4, or 8 bytes), defined by
107 template <typename AddrType>
elf_file.h 465 * AddrType - Defines pointer type for the CU the range belongs to. CU's
477 template<typename AddrType>
478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) {
479 const AddrType* ptr = INC_CPTR_T(AddrType, debug_ranges_.data(), offset);
480 assert(debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2));
481 if (!debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)) {
  /external/nist-sip/java/gov/nist/core/
Host.java 106 * @param addrType int to set
108 public Host(String name, int addrType) {
112 setHost(name, addrType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpssdk.h 78 typedef DWORD (WINAPI *LPDHCP_GIVE_ADDRESS)(LPBYTE Packet,DWORD PacketSize,DWORD ControlCode,DWORD IpAddress,DWORD AltAddress,DWORD AddrType,DWORD LeaseTime,LPVOID Reserved,LPVOID PktContext);
fwpmtypes.h 479 DL_ADDRESS_TYPE addrType;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 495 int addrType = c.getInt(2);
496 switch (addrType) {
500 addrType);
507 addrType);
510 Log.e(TAG, "Unknown address type: " + addrType);
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 239 postCall('getaddrinfo', name, family, function(name, addrType) {
254 postCall('gethostbyname', name, function(name, addrType) {
257 common.logMessage('h_addr_type = ' + addrType + '.');
  /bionic/libc/kernel/uapi/linux/
tipc.h 104 unsigned char addrtype; member in struct:sockaddr_tipc
  /development/ndk/platforms/android-L/include/linux/
tipc.h 104 unsigned char addrtype; member in struct:sockaddr_tipc
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
tipc.h 104 unsigned char addrtype; member in struct:sockaddr_tipc
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
tipc.h 104 unsigned char addrtype; member in struct:sockaddr_tipc
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
tipc.h 104 unsigned char addrtype; member in struct:sockaddr_tipc
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageValidator.java 184 private void addValidationInfo(int opcode, ParameterValidator validator, int addrType) {
185 mValidationInfo.append(opcode, new ValidationInfo(validator, addrType));
  /external/iptables/tests/
options-ipv4.rules 43 #-A INPUT -m addrtype --src-type UNICAST --dst-type UNICAST --limit-iface-in
  /external/kernel-headers/original/uapi/linux/
tipc.h 178 unsigned char addrtype; member in struct:sockaddr_tipc
  /external/tcpdump/
sctpHeader.h 148 int32_t addrtype; /* address type */ member in struct:cookieMessage
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
tipc.h 184 unsigned char addrtype; member in struct:sockaddr_tipc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc.h 184 unsigned char addrtype; member in struct:sockaddr_tipc
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 366 if (!btif_config_get_int("Remote", bd_addr_str, "AddrType", addr_type))
btif_storage.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 751 // c=<nettype> <addrtype> <connection-address>
767 // rtcp-attribute = "a=rtcp:" port [nettype space addrtype space
836 // o=<username> <sess-id> <sess-version> <nettype> <addrtype>
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 529 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
531 AddrType.addConst();
535 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
539 << Context.getPointerType(AddrType)
544 AddrType = Context.getPointerType(AddrType);
545 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);
    [all...]

Completed in 2917 milliseconds

1 2