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

  /external/iproute2/ip/
link_gre.c 54 __u16 iflags = 0; local
107 iflags = *(__u16 *)RTA_DATA(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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 64 unsigned long iflags; member in struct:__anon14312
  /bionic/libc/regex/
regexec.c 151 assert(!(g->iflags&BAD));
152 if (g->iflags&BAD) /* backstop for no-debug case */
regex2.h 138 int iflags; /* internal flags */ member in struct:re_guts
regcomp.c 201 g->iflags = 0;
235 if (g->iflags&BAD)
336 p->g->iflags |= USEBOL;
342 p->g->iflags |= USEEOL;
467 p->g->iflags |= USEBOL;
477 p->g->iflags |= USEEOL;
    [all...]
  /external/v8/src/
stub-cache.h 239 uint32_t iflags = local
242 uint32_t key = (map_low32bits + field) ^ iflags;
252 uint32_t iflags = local
254 uint32_t key = seed - string_low32bits + iflags;
  /external/qemu/
cpu-exec.c 433 && !(env->iflags & (D_FLAG | IMM_FLAG))) {
    [all...]

Completed in 305 milliseconds