Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_atomic.h67 int32_t previous; in wsbmAtomicCmpXchg() local
69 __asm__ __volatile__("lock; cmpxchgl %k1,%2":"=a"(previous) in wsbmAtomicCmpXchg()
73 return previous; in wsbmAtomicCmpXchg()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c276 struct list_node * previous; member
791 for (; ancestor; ancestor = ancestor->previous) in ne_is_ancestor_element()
817 item->previous = ctx->ancestor; in ne_ctx_push()
829 ctx->ancestor = item->previous; in ne_ctx_pop()
1051 } else if (ne_is_ancestor_element(id, ctx->ancestor->previous)) { in ne_parse()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dpostproc_sse2.asm189 movq QWORD PTR [rdi+rdx-16], mm0 ; store previous 8 bytes
190 movq QWORD PTR [rdi+rdx-8], mm1 ; store previous 8 bytes
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py4060 previous = None
4063 previous = Search(r'\b((?:const\s*)?(?:[\w<>]|::)+[\w<>])\s*$',
4067 previous = Search(r'\b((?:const\s*)?(?:[\w<>]|::)+::)\s*$',
4069 if previous:
4070 line = previous.group(1) + line.lstrip()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm165 ; is left such that the previous value of the stack pointer is the first
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME192 instructions in the previous two sections to integrate Google Test