HomeSort by relevance Sort by last modified time
    Searched refs:iflags (Results 1 - 25 of 30) 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 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...]
  /external/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;
  /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:__anon30794
  /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:__anon32708
  /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 292 g->iflags = 0;
326 if (g->iflags&BAD)
443 p->g->iflags |= USEBOL;
449 p->g->iflags |= USEEOL;
592 p->g->iflags |= USEBOL;
602 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/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 84 enum linux_identifier iflags; member in struct:linux_component

Completed in 2229 milliseconds

1 2