Searched refs:previous (Results 1 - 13 of 13) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_atomic.h67 int32_t previous; local
69 __asm__ __volatile__("lock; cmpxchgl %k1,%2":"=a"(previous)
73 return previous;
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dwt5001.cxx40 cout << "4 - previous track" << endl;
81 mp3->previous();
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DWT5001Sample.java44 System.out.println("4 - previous track");
80 mp3.previous();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dwt5001.js38 console.log("4 - previous track");
75 myMP3Player.previous();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dwt5001.py39 "4 - previous track")
59 myMP3Player.previous()
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.h211 * Moves to the previous track
215 bool previous();
H A Dwt5001.cxx252 bool WT5001::previous() function in class:WT5001
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A 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/third_party/nestegg/src/
H A Dnestegg.c276 struct list_node * previous; member in struct:list_node
791 for (; ancestor; ancestor = ancestor->previous)
817 item->previous = ctx->ancestor;
829 ctx->ancestor = item->previous;
1051 } else if (ne_is_ancestor_element(id, ctx->ancestor->previous)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py602 """Check if a header is in alphabetical order with the previous header.
612 # If previous section is different from current section, _last_header will
615 # If previous line was a blank line, assume that the headers are
697 """Sets the module's verbosity, and returns the previous setting."""
772 """Sets the module's verbosity, and returns the previous setting."""
1922 # Not entering assembly block. If previous line was _END_ASM,
2252 'Closing ) should be moved to the previous line')
2489 # Find the previous operator
2522 # Scan the previous line
2578 # complain, we check if it is an exception to the rule: The previous
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A 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/vp9/common/x86/
H A Dvp9_postproc_mmx.asm235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
H A Dvp9_postproc_sse2.asm217 movq QWORD PTR [rdi+rdx-8], mm0 ; store previous four bytes

Completed in 295 milliseconds