HomeSort by relevance Sort by last modified time
    Searched refs:cas (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_arm.s 9 TEXT cas<>(SB),NOSPLIT,$0
25 BL cas<>(SB)
32 BL cas<>(SB)
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_arm.s 9 TEXT cas<>(SB),NOSPLIT,$0
25 BL cas<>(SB)
32 BL cas<>(SB)
  /prebuilts/go/darwin-x86/src/runtime/
select.go 91 cas := (*scase)(add(unsafe.Pointer(&sel.scase), uintptr(i)*unsafe.Sizeof(sel.scase[0])))
93 cas.pc = pc
94 cas.c = c
95 cas.so = uint16(so)
96 cas.kind = caseSend
97 cas.elem = elem
100 print("selectsend s=", sel, " pc=", hex(cas.pc), " chan=", cas.c, " so=", cas.so, "\n")
128 cas := (*scase)(add(unsafe.Pointer(&sel.scase), uintptr(i)*unsafe.Sizeof(sel.scase[0]))
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
select.go 91 cas := (*scase)(add(unsafe.Pointer(&sel.scase), uintptr(i)*unsafe.Sizeof(sel.scase[0])))
93 cas.pc = pc
94 cas.c = c
95 cas.so = uint16(so)
96 cas.kind = caseSend
97 cas.elem = elem
100 print("selectsend s=", sel, " pc=", hex(cas.pc), " chan=", cas.c, " so=", cas.so, "\n")
128 cas := (*scase)(add(unsafe.Pointer(&sel.scase), uintptr(i)*unsafe.Sizeof(sel.scase[0]))
    [all...]
  /external/llvm/test/MC/Sparc/
sparcv9-atomic-instructions.s 6 ! CHECK: cas [%i0], %l6, %o2 ! encoding: [0xd5,0xe6,0x10,0x16]
7 cas [%i0], %l6, %o2
  /frameworks/av/media/libstagefright/mpeg2ts/
CasManager.cpp 37 status_t setMediaCas(const sp<ICas> &cas, PidToSessionMap &sessionMap);
42 void closeAllSessions(const sp<ICas>& cas);
55 const sp<ICas>& cas,
58 void closeSession(const sp<ICas>& cas, const CasSession &casSession);
90 const sp<ICas> &cas, PidToSessionMap &sessionMap) {
92 return initSession(cas, sessionMap, &mProgramCas);
98 cas, sessionMap, &mStreamPidToCasMap.editValueAt(index));
125 const sp<ICas>& cas,
129 sp<IBinder> casServiceBinder = sm->getService(String16("media.cas"));
142 Status status = cas->openSession(&sessionId)
    [all...]
CasManager.h 33 status_t setMediaCas(const sp<ICas> &cas);
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
sys_linux_arm.s 9 TEXT cas<>(SB),NOSPLIT,$0
12 TEXT runtime?internal?atomic·Cas(SB),NOSPLIT,$0
17 BL cas<>(SB)
34 B runtime?internal?atomic·Cas(SB)
36 // As for cas, memory barriers are complicated on ARM, but the kernel
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
sys_linux_arm.s 9 TEXT cas<>(SB),NOSPLIT,$0
12 TEXT runtime?internal?atomic·Cas(SB),NOSPLIT,$0
17 BL cas<>(SB)
34 B runtime?internal?atomic·Cas(SB)
36 // As for cas, memory barriers are complicated on ARM, but the kernel
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
cas.s 1 # Test parsing of the operands of the cas instruction
5 cas %d0,%d1,(%a0)
6 cas %d0,%d1,%a0@
cas.d 2 #name: cas
4 # Test parsing of the operands of the cas instruction
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
sparc_atomic.s 19 cas [%o0], %o2, %o3
38 cas [%o0], %o2, %o3
41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
60 cas [%o0], %o2, %o3
63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
sparc_atomic.s 19 cas [%o0], %o2, %o3
38 cas [%o0], %o2, %o3
41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
60 cas [%o0], %o2, %o3
63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
synth64.s 7 cas [%g1],%g2,%g3
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
select.go 113 cas := sel.List.First()
114 setlineno(cas)
115 l := cas.Ninit.Slice()
116 if cas.Left != nil { // not default:
117 n := cas.Left
167 l = append(l, cas.Nbody.Slice()...)
174 for _, cas := range sel.List.Slice() {
175 setlineno(cas)
176 n = cas.Left
205 var cas *Nod
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
select.go 113 cas := sel.List.First()
114 setlineno(cas)
115 l := cas.Ninit.Slice()
116 if cas.Left != nil { // not default:
117 n := cas.Left
167 l = append(l, cas.Nbody.Slice()...)
174 for _, cas := range sel.List.Slice() {
175 setlineno(cas)
176 n = cas.Left
205 var cas *Nod
    [all...]
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeySessionLibrary.h 20 #include <media/cas/CasAPI.h>
21 #include <media/cas/DescramblerAPI.h>
  /frameworks/av/include/media/
MediaCasDefs.h 21 #include <media/cas/CasAPI.h>
22 #include <media/cas/DescramblerAPI.h>
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 36 bool cas(int *a, int oldval, int newval) { function
69 if (cas(&m->state, old, newv)) {
75 if (!cas(&m->state, kStateLocked, 1)) {
142 if (!cas(&m->state, kStateInited, kStateLocked)) {
150 if (!cas(&m->state, kStateLocked, kStateNotInited)) {
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 57 OPJ_INT32 cas; member in struct:dwt_local
68 OPJ_INT32 cas ; member in struct:v4dwt_local
92 static void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
96 static void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x, OPJ_INT32 cas);
108 static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
113 static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
117 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
201 static void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
204 OPJ_INT32 * l_src = a+cas;
212 l_src = a + 1 - cas;
    [all...]
  /frameworks/av/drm/mediacas/plugins/mock/
MockSessionLibrary.h 20 #include <media/cas/CasAPI.h>
  /frameworks/base/media/jni/
android_media_MediaDescrambler.h 23 #include <media/cas/DescramblerAPI.h>
  /frameworks/native/include/media/cas/
DescramblerAPI.h 21 #include <media/cas/CasAPI.h>
69 // into the crypto/cas plugin. The keys are then referenced by key-id

Completed in 807 milliseconds

1 2 3 4 5 6 7 8