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

  /system/connectivity/shill/shims/
netfilter_queue_processor.cc 378 deque<ListenerEntryPtr>::iterator entry_ptr = listeners_.end(); local
381 entry_ptr = FindDestination(port, device_index, address);
383 entry_ptr = FindListener(port, device_index, address);
386 if (entry_ptr == listeners_.end()) {
391 uint32_t netmask = (*entry_ptr)->netmask;
392 if ((packet.source_ip() & netmask) != ((*entry_ptr)->address & netmask)) {
430 ListenerEntryPtr entry_ptr = *entry_it; local
432 listeners_.push_front(entry_ptr);
438 ListenerEntryPtr entry_ptr(
441 listeners_.push_front(entry_ptr);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 38 EntryType* entry_ptr; member in union:mcld::KeyEntryMap::EntryOrPair
93 return mapping->entry.entry_ptr;
105 return mapping->entry.entry_ptr;
169 mapping.entry.entry_ptr = &pEntry;
  /toolchain/binutils/binutils-2.25/opcodes/
m88k-dis.c 696 const HASHTAB *entry_ptr; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68k.c 2460 struct elf_m68k_got_entry **entry_ptr; local
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 1238 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); local
    [all...]

Completed in 337 milliseconds