/external/valgrind/main/VEX/test/ |
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-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-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...] |
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...] |
/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...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
comstats.h | 64 unsigned long iflags; member in struct:__anon37475
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
comstats.h | 64 unsigned long iflags; member in struct:__anon39066
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
comstats.h | 64 unsigned long iflags; member in struct:__anon40580
|
/external/llvm/lib/Support/ |
regexec.c | 153 assert(!(g->iflags®EX_BAD)); 154 if (g->iflags®EX_BAD) /* backstop for no-debug case */
|
regcomp.c | 209 g->iflags = 0; 243 if (g->iflags®EX_BAD) 345 p->g->iflags |= USEBOL; 351 p->g->iflags |= USEEOL; 503 p->g->iflags |= USEBOL; 513 p->g->iflags |= USEEOL; [all...] |
regex2.h | 138 int iflags; /* internal flags */ member in struct:re_guts
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regexec.c | 151 assert(!(g->iflags&BAD)); 152 if (g->iflags&BAD) /* backstop for no-debug case */
|
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...] |
regex2.h | 138 int iflags; /* internal flags */ member in struct:re_guts
|
/bionic/libc/upstream-netbsd/libc/regex/ |
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...] |
regex2.h | 190 int iflags; /* internal flags */ member in struct:re_guts
|
/external/libexif/contrib/watcom/ |
Makefile | 40 IFLAGS= -i=. 46 CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)\ /fr -zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS)
|
/external/opencv/cvaux/src/ |
cvfacedetection.cpp | 261 cr.iFlags = 0; 273 cr.iFlags = 0;
|
/external/chromium_org/v8/src/ |
stub-cache.h | 295 uint32_t iflags = local 298 uint32_t key = (map_low32bits + field) ^ iflags; 311 uint32_t iflags = local 313 uint32_t key = (seed - name_low32bits) + iflags; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
streamplayer.cpp | 125 audioSettings.iFlags = TMdaAudioDataSettings::ENoNetworkRouting;
|
/external/v8/src/ |
stub-cache.h | 337 uint32_t iflags = local 340 uint32_t key = (map_low32bits + field) ^ iflags; 353 uint32_t iflags = local 355 uint32_t key = (seed - string_low32bits) + iflags; [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 95 enum IFlags { 103 default: llvm_unreachable("Unknown iflags operand");
|
/bionic/libc/kernel/arch-mips/asm/ |
sgiarcs.h | 84 enum linux_identifier iflags; member in struct:linux_component
|