/development/ndk/platforms/android-3/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/external/chromium/googleurl/src/ |
url_canon_ip.h | 40 // Searches the host name for the portions of the IPv4 address. On success, 42 // It will return false if the host can not be separated as an IPv4 address 44 // be in an IP address. (This is important so we fail as early as possible for 52 // address. IE6 is included in this. We do NOT handle this case. In many cases, 56 // notice these spaces and escape them, which will make IP address finding 65 // Converts an IPv4 address to a 32-bit number (network byte order). 68 // IPV4 - IPv4 address was successfully parsed. 69 // BROKEN - Input was formatted like an IPv4 address, but overflow occurred 71 // NEUTRAL - Input couldn't possibly be interpreted as an IPv4 address. 72 // It might be an IPv6 address, or a hostname [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
addrcache.cc | 16 // Implementation of the Address Cache and Address Encoding 105 // This method will be called whenever an address is calculated for an 114 // address: This must be a valid address between 0 and 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 120 near_addresses_[next_slot_] = address; 124 same_addresses_[address % (same_cache_size_ * 256)] = address; 128 // Determines the address mode that yields the most compact encodin [all...] |
/external/clang/test/CodeGen/ |
ms-inline-asm-64.c | 6 __asm mov rax, offset var ; rax = address of myvar
|
/external/kernel-headers/original/asm-generic/ |
4level-fixup.h | 13 #define pmd_alloc(mm, pud, address) \ 14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \ 15 NULL: pmd_offset(pud, address)) 17 #define pud_alloc(mm, pgd, address) (pgd)
|
/external/nist-sip/java/gov/nist/core/net/ |
AddressResolver.java | 31 import javax.sip.address.Hop; 34 * An interface that allows you to customize address lookup. 37 * The default implementation of the address resolver does nothing more than just return back 53 * Do a name lookup and resolve the given IP address. 57 * @param hop - an incoming Hop containing a potenitally unresolved address. 58 * @return a new hop ( if the address is recomputed ) or the original hop
|
/external/nist-sip/java/javax/sip/address/ |
URI.java | 1 package javax.sip.address;
|
/external/nist-sip/java/javax/sip/header/ |
AlertInfoHeader.java | 3 import javax.sip.address.URI;
|
WWWAuthenticateHeader.java | 3 import javax.sip.address.URI;
|
/external/open-vcdiff/src/ |
addrcache.cc | 16 // Implementation of the Address Cache and Address Encoding 105 // This method will be called whenever an address is calculated for an 114 // address: This must be a valid address between 0 and 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 120 near_addresses_[next_slot_] = address; 124 same_addresses_[address % (same_cache_size_ * 256)] = address; 128 // Determines the address mode that yields the most compact encodin [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
Address.java | 20 package org.apache.james.mime4j.field.address;
32 public abstract class Address {
35 * Adds any mailboxes represented by this address
41 final void addMailboxesTo(ArrayList<Address> results) {
46 * Adds any mailboxes represented by this address
50 protected abstract void doAddMailboxesTo(ArrayList<Address> results);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/ |
4level-fixup.h | 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address)) 26 #define pud_alloc(mm, pgd, address) (pgd)
|