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

1 2

  /external/valgrind/VEX/test/
test-i386.h 28 inline void exec_opl(int s0, int s1, int iflags)
32 flags = iflags;
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
39 res, iflags, flags & CC_MASK);
42 inline void exec_opw(int s0, int s1, int iflags)
46 flags = iflags;
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK);
53 res, iflags, flags & CC_MASK);
56 inline void exec_opb(int s0, int s1, int iflags)
60 flags = iflags;
    [all...]
test-i386-shift.h 29 void exec_opl(int s2, int s0, int s1, int iflags)
33 flags = iflags;
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
42 void exec_opw(int s2, int s0, int s1, int iflags)
46 flags = iflags;
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
65 void exec_opl(int s2, int s0, int s1, int iflags)
69 flags = iflags;
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK);
78 void exec_opw(int s2, int s0, int s1, int iflags)
    [all...]
test-amd64.h 27 inline void exec_opq(int64 s0, int64 s1, int64 iflags)
31 flags = iflags;
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK);
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags)
40 flags = iflags;
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags)
49 flags = iflags;
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK);
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags)
    [all...]
test-amd64-shift.h 30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags)
34 flags = iflags;
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags)
47 flags = iflags;
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags)
60 flags = iflags;
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags)
    [all...]
  /external/iproute2/ip/
link_gre.c 62 __u16 iflags = 0; local
120 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]);
162 iflags |= GRE_KEY;
180 iflags |= GRE_KEY;
207 iflags |= GRE_SEQ;
210 iflags |= GRE_SEQ;
214 iflags |= GRE_CSUM;
217 iflags |= GRE_CSUM;
307 iflags |= GRE_KEY;
320 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2)
346 unsigned iflags = 0; local
    [all...]
link_gre6.c 72 __u16 iflags = 0; local
126 iflags = rta_getattr_u16(greinfo[IFLA_GRE_IFLAGS]);
158 iflags |= GRE_KEY;
176 iflags |= GRE_KEY;
203 iflags |= GRE_SEQ;
206 iflags |= GRE_SEQ;
210 iflags |= GRE_CSUM;
213 iflags |= GRE_CSUM;
284 addattr_l(n, 1024, IFLA_GRE_IFLAGS, &iflags, 2);
304 unsigned iflags = 0 local
    [all...]
link_iptnl.c 72 __u16 iflags = 0; local
136 iflags = rta_getattr_u16(iptuninfo[IFLA_IPTUN_FLAGS]);
213 iflags |= SIT_ISATAP;
307 addattr16(n, 1024, IFLA_IPTUN_FLAGS, iflags);
383 __u16 iflags = rta_getattr_u16(tb[IFLA_IPTUN_FLAGS]); local
385 if (iflags & SIT_ISATAP)
  /external/v8/src/ic/
stub-cache.h 135 uint32_t iflags = local
138 uint32_t key = (map_low32bits + field) ^ iflags;
151 uint32_t iflags = local
153 uint32_t key = (seed - name_low32bits) + iflags;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
comstats.h 64 unsigned long iflags; member in struct:__anon38598
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 64 unsigned long iflags; member in struct:__anon40512
  /external/llvm/lib/Support/
regexec.c 153 assert(!(g->iflags&REGEX_BAD));
154 if (g->iflags&REGEX_BAD) /* backstop for no-debug case */
regex2.h 141 int iflags; /* internal flags */ member in struct:re_guts
regcomp.c 217 g->iflags = 0;
251 if (g->iflags&REGEX_BAD)
353 p->g->iflags |= USEBOL;
359 p->g->iflags |= USEEOL;
511 p->g->iflags |= USEBOL;
521 p->g->iflags |= USEEOL;
    [all...]
  /ndk/sources/host-tools/ndk-stack/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...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 190 int iflags; /* internal flags */ member in struct:re_guts
regexec.c 223 assert(!(g->iflags&BAD));
224 if (g->iflags&BAD) /* backstop for no-debug case */
regcomp.c 291 g->iflags = 0;
325 if (g->iflags&BAD)
442 p->g->iflags |= USEBOL;
448 p->g->iflags |= USEEOL;
591 p->g->iflags |= USEBOL;
601 p->g->iflags |= USEEOL;
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component

Completed in 528 milliseconds

1 2