Searched refs:x3 (Results 376 - 400 of 425) sorted by relevance

<<11121314151617

/external/strace/
H A Dstrace.c2652 pc += (psr >> PSR_RI) & 0x3;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c725 info->contents = ( gdt[idx].LdtEnt.Bits.Type >> 2 ) & 0x3;
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp308 if (!(x & 0x3)) {
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp497 destination[1] = (g << 2) | (g & 0x3);
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c2560 value = (*sp >> shift) & 0x3;
2900 v = (png_byte)((*sp >> sshift) & 0x3);
H A Dpngvcrd.c619 value = (*sp >> shift) & 0x3;
1125 v = (png_byte)((*sp >> sshift) & 0x3);
/external/qemu/
H A Dexec.c2998 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x3, BP_MEM_READ);
3019 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x3, BP_MEM_WRITE);
H A Di386-dis.c123 #define REGMEM_FIELD_HAS_REG 0x3/* always = 0x3 */
/external/v8/src/x64/
H A Dassembler-x64.cc1721 emit_modrm(0x3, dst);
1729 emit_modrm(0x3, dst);
/external/qemu/target-mips/
H A Dtranslate.c370 #define MASK_BC1(op) MASK_CP1(op) | (op & (0x3 << 16))
973 OP_ST_ATOMIC(sc,st32,ld32s,0x3);
7636 if (ctx->pc & 0x3) {
/external/libnfc-nxp/src/
H A DphFriNfc_MifareULMap.c3334 *pNdefMap->DataCount=0x3;
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2482 (Offset & 0x3) == 0);
/external/openssh/
H A Dmonitor.c2132 &pctx->x3, &pctx->x4, &pctx->g_x3, &pctx->g_x4,
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c1848 HWScanKeyMap[0x3] = SDLK_2;
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h893 #define MGL_SURFACE_FLAGS 0x3
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H893 #define MGL_SURFACE_FLAGS 0x3
/external/v8/src/
H A Dgdb-jit.cc1249 DW_AT_NAME = 0x3,
/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp525 int indexIdBytes = (firstByte & 0x3) + 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jar ... .component.Container x0 Object x1 Object x2 String x3 org.mortbay.component.Container$1 x4 ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3361 UShort mask = 0x3 << (2 * (a & 7));
3618 UShort mask = 0x3 << (2 * (a & 7));
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s582 dmb #0x3
647 dsb #0x3
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc765 if (!(x & 0x3)) {
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c383 static const domainname *nR = (const domainname*)"\x3" "254" "\x3" "169" "\x7" "in-addr" "\x4" "arpa";
384 static const domainname *n8 = (const domainname*)"\x1" "8" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa";
385 static const domainname *n9 = (const domainname*)"\x1" "9" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa";
386 static const domainname *nA = (const domainname*)"\x1" "a" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa";
387 static const domainname *nB = (const domainname*)"\x1" "b" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa";
3004 a[0x0], a[0x1], a[0x2], a[0x3], a[0x4], a[0x5], a[0x6], a[0x7],

Completed in 740 milliseconds

<<11121314151617