HomeSort by relevance Sort by last modified time
    Searched defs:iflags (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/ic/
stub-cache.h 120 uint32_t iflags = local
123 uint32_t key = (map_low32bits + field) ^ iflags;
136 uint32_t iflags = local
138 uint32_t key = (seed - name_low32bits) + iflags;
  /external/iproute2/ip/
link_gre.c 54 __u16 iflags = 0; local
107 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]);
137 iflags |= GRE_KEY;
155 iflags |= GRE_KEY;
182 iflags |= GRE_SEQ;
185 iflags |= GRE_SEQ;
189 iflags |= GRE_CSUM;
192 iflags |= GRE_CSUM;
243 iflags |= GRE_KEY;
256 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2)
275 unsigned iflags = 0; local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 190 int iflags; /* internal flags */ member in struct:re_guts
  /external/llvm/lib/Support/
regex2.h 141 int iflags; /* internal flags */ member in struct:re_guts
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1956 unsigned iflags = fieldFromInstruction(Insn, 6, 3); local
2003 unsigned iflags = fieldFromInstruction(Insn, 5, 3); local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component

Completed in 233 milliseconds