/external/libvpx/examples/ |
D | gen_example_text.sh | 57 fence="~~~~~~~~~" 58 fence="${fence}${fence}" 59 fence="${fence}${fence}" 60 fence="${fence}${fence}" 72 [ "$block_name" == "INTRODUCTION" ] || echo "$fence" 82 echo "${fence}" 84 echo "${fence}"
|
/external/kernel-headers/original/linux/ |
D | sync.h | 129 struct sync_fence *fence; member 170 typedef void (*sync_callback_t)(struct sync_fence *fence, 289 void sync_fence_put(struct sync_fence *fence); 298 void sync_fence_install(struct sync_fence *fence, int fd); 310 int sync_fence_wait_async(struct sync_fence *fence, 324 int sync_fence_cancel_async(struct sync_fence *fence, 335 int sync_fence_wait(struct sync_fence *fence, long timeout); 348 __s32 fence; /* fd on newly created fence */ member
|
D | sw_sync.h | 48 __s32 fence; /* fd of new fence */ member
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-branch.ll | 14 fence seq_cst 19 fence seq_cst 31 fence seq_cst 36 fence seq_cst 48 fence seq_cst 53 fence seq_cst 65 fence seq_cst 70 fence seq_cst
|
D | thumb2-bcc.ll | 13 fence seq_cst 19 fence seq_cst
|
/external/llvm/test/CodeGen/X86/ |
D | barrier-sse.ll | 7 fence acquire 8 fence release 9 fence acq_rel
|
D | membarrier.ll | 8 fence seq_cst 10 fence seq_cst
|
D | 2012-01-16-mfence-nosse-flags.ll | 10 fence seq_cst 13 ; Make sure the fence comes before the comparison, since it
|
D | barrier.ll | 4 fence seq_cst
|
D | mfence.ll | 6 fence seq_cst
|
/external/llvm/test/Assembler/ |
D | atomic.ll | 21 ; CHECK: fence singlethread release 22 fence singlethread release 23 ; CHECK: fence seq_cst 24 fence seq_cst
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc440-msync.ll | 6 fence acquire 11 fence release 18 fence release
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_stretch.c | 81 unsigned char *eip, *fence; in generate_rowbytes() local 118 fence = copy_row+sizeof(copy_row)-2; in generate_rowbytes() 121 if ( eip == fence ) { in generate_rowbytes() 130 if ( eip == fence ) { in generate_rowbytes()
|
/external/llvm/test/Transforms/LowerAtomic/ |
D | barrier.ll | 5 fence seq_cst
|
/external/llvm/test/CodeGen/Thumb/ |
D | barrier.ll | 11 fence seq_cst
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
D | gl2ext.h | 698 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence); 699 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence); 700 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params); 701 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence); 702 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 698 typedef GLboolean (GL_APIENTRYP PFNGLISFENCENVPROC) (GLuint fence); 699 typedef GLboolean (GL_APIENTRYP PFNGLTESTFENCENVPROC) (GLuint fence); 700 typedef void (GL_APIENTRYP PFNGLGETFENCEIVNVPROC) (GLuint fence, GLenum pname, GLint *params); 701 typedef void (GL_APIENTRYP PFNGLFINISHFENCENVPROC) (GLuint fence); 702 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
|
/external/llvm/docs/ |
D | Atomics.rst | 118 A ``fence`` provides Acquire and/or Release ordering which is not part of 120 A Monotonic load followed by an Acquire fence is roughly equivalent to an 235 an atomic counter), or along with a ``fence``. 273 except x86 and SPARC) require some sort of fence to maintain the Acquire 277 such a fence after the equivalent Monotonic operation is sufficient to 301 See the section on Acquire; a fence before the relevant operation is usually 302 sufficient for Release. Note that a store-store fence is not sufficient to 355 is usually done by emitting either a full fence before the loads or a full 356 fence after the stores; which is preferred varies by architecture.
|
/external/llvm/lib/Support/ |
D | Atomic.cpp | 36 # error No memory fence implementation for your platform! in MemoryFence()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | libGLESv2.cpp | 1846 void __stdcall glFinishFenceNV(GLuint fence) in glFinishFenceNV() argument 1848 TRACE("(GLuint fence = %d)", fence); in glFinishFenceNV() 1856 gl::Fence* fenceObject = context->getFence(fence); in glFinishFenceNV() 2572 void __stdcall glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) in glGetFenceivNV() argument 2574 … TRACE("(GLuint fence = %d, GLenum pname = 0x%X, GLint *params = 0x%0.8p)", fence, pname, params); in glGetFenceivNV() 2583 gl::Fence *fenceObject = context->getFence(fence); in glGetFenceivNV() 3681 GLboolean __stdcall glIsFenceNV(GLuint fence) in glIsFenceNV() argument 3683 TRACE("(GLuint fence = %d)", fence); in glIsFenceNV() 3691 gl::Fence *fenceObject = context->getFence(fence); in glIsFenceNV() 4126 void __stdcall glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() argument [all …]
|
D | Context.h | 343 void deleteFence(GLuint fence);
|
D | Context.cpp | 896 void Context::deleteFence(GLuint fence) in deleteFence() argument 898 FenceMap::iterator fenceObject = mFenceMap.find(fence); in deleteFence() 1047 FenceMap::iterator fence = mFenceMap.find(handle); in getFence() local 1049 if (fence == mFenceMap.end()) in getFence() 1055 return fence->second; in getFence()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | mozilla | 190 fence
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1223 void setInsertFencesForAtomic(bool fence) { in setInsertFencesForAtomic() argument 1224 InsertFencesForAtomic = fence; in setInsertFencesForAtomic()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 638 INSTKEYWORD(fence, Fence); in LexIdentifier()
|