Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/CodeGenObjC/
Dsynchronized.m26 // CHECK: [[SYNC:%.*]] = alloca i8*
30 // CHECK-NEXT: store i8* [[AVAL]], i8** [[SYNC]]
35 // CHECK: call void asm sideeffect "", "=*m,=*m,=*m"(i8** nonnull [[A]], i8** nonnull [[SYNC]]
42 // CHECK: [[T:%.*]] = load i8*, i8** [[SYNC]]
/external/skia/src/animator/
DSkTDArray_Experimental.h100 #define SYNC() fTData = (T (*)[kDebugArraySize]) fArray macro
102 #define SYNC() macro
110 …T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)…
118 T* begin() const { SYNC(); return (T*) fArray; } in begin()
/external/autotest/site_utils/deploy_autotest/
Dcommon_util.py24 SYNC = 'sync' variable
27 VALID_COMMANDS = [SYNC, RESTART, PRINT]
Dlab_deploy_helper.py89 if args.operation == common_util.SYNC:
/external/blktrace/
Dact_mask.c19 DECLARE_MASK_MAP(SYNC),
DREADME53 SYNC
/external/zlib/src/
Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Dinflate.c1219 case SYNC:
1391 if (state->mode != SYNC) {
1392 state->mode = SYNC;
/external/pdfium/third_party/zlib_v128/
Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Dinflate.c1219 case SYNC: in inflate()
1392 if (state->mode != SYNC) { in inflateSync()
1393 state->mode = SYNC; in inflateSync()
/external/opencv3/3rdparty/zlib/
Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Dinflate.c1219 case SYNC:
1391 if (state->mode != SYNC) {
1392 state->mode = SYNC;
/external/iptables/extensions/
Dlibxt_dccp.man9 .BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" .
/external/v8/src/ppc/
Dconstants-ppc.h248 SYNC = 598 << 1, // Synchronize enumerator
Dassembler-ppc.cc1909 void Assembler::sync() { emit(EXT2 | SYNC); } in sync()
1912 void Assembler::lwsync() { emit(EXT2 | SYNC | 1 * B21); } in lwsync()
Dsimulator-ppc.cc1882 case SYNC: { in ExecuteExt2_10bit()
/external/llvm/lib/Target/Mips/
DMips64InstrInfo.td636 def : MipsInstAlias<"synciobdma", (SYNC 0x2), 0>;
637 def : MipsInstAlias<"syncs", (SYNC 0x6), 0>;
638 def : MipsInstAlias<"syncw", (SYNC 0x4), 0>;
639 def : MipsInstAlias<"syncws", (SYNC 0x5), 0>;
DMipsInstrInfo.td1455 def SYNC : MMRel, StdMMR6Rel, SYNC_FT<"sync">, SYNC_FM, ISA_MIPS32;
1924 (SYNC 0), 1>, ISA_MIPS2;
2073 // SYNC
2075 (SYNC 0)>, ISA_MIPS2;
/external/curl/packages/vms/
Dcurlmsg.sdl25 /* IF YOU UPDATE THIS FILE ALSO UPDATE CURLMSG_VMS.H SO THAT THEY ARE IN SYNC
/external/zlib/src/test/
Dinfcover.c459 state->mode = SYNC; /* force an otherwise impossible situation */ in pull()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1851 def SYNC : XForm_24_sync<31, 598, (outs), (ins i32imm:$L),
1861 def : Pat<(int_ppc_sync), (SYNC 0)>, Requires<[HasSYNC]>;
1862 def : Pat<(int_ppc_lwsync), (SYNC 1)>, Requires<[HasSYNC]>;
2773 // Only seq_cst fences require the heavyweight sync (SYNC 0).
2774 // All others can use the lightweight sync (SYNC 1).
2778 def : Pat<(atomic_fence (i64 7), (imm)), (SYNC 0)>, Requires<[HasSYNC]>;
2779 def : Pat<(atomic_fence (i32 7), (imm)), (SYNC 0)>, Requires<[HasSYNC]>;
2780 def : Pat<(atomic_fence (imm), (imm)), (SYNC 1)>, Requires<[HasSYNC]>;
3636 def : InstAlias<"sync", (SYNC 0)>, Requires<[HasSYNC]>;
3637 def : InstAlias<"msync", (SYNC 0), 0>, Requires<[HasSYNC]>;
[all …]
/external/autotest/docs/
Dbest-practices.md102 | SYNC\_COUNT | No | Integer >= 1. Number of simultaneous devices needed for a test run. …
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12