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

1 2 3 4 5 6 7 8 910

  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/sn/
hub.h 24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
klkernvars.h 27 #include <asm/sn/types.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
param.py 114 sn = None
116 sn = '-%s' % self.short_name
117 return sn
121 sn = None
123 sn = '-%s' % self.short_name
124 return sn
128 sn = None
130 sn = '%s' % self.short_name
132 sn += ':'
133 return sn
    [all...]
  /external/boringssl/src/crypto/obj/
obj_dat.pl 69 $sn{$1}=$d;
107 $sn=defined($sn{$nid{$i}})?"$sn{$nid{$i}}":"NULL";
110 if ($sn eq "NULL") {
111 $sn=$ln;
112 $sn{$nid{$i}} = $ln;
116 $ln=$sn;
117 $ln{$nid{$i}} = $sn;
121 $out.="\"$sn\"";
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 56 OPJ_INT32 sn; member in struct:dwt_local
67 OPJ_INT32 sn ; 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);
159 #define UNDERFLOW_SN(i) ((i) >= sn&&sn>0)
166 #define OPJ_S_(i) ((i)<0 ? OPJ_S(0) : (UNDERFLOW_SN(i) ? OPJ_S(sn - 1) : OVERFLOW_S(i) ? OPJ_S(i - 1) : OPJ_S(i))
429 OPJ_INT32 dn, sn; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 21 s.sn=unwrap_seqno(s.sn);
46 s.sn(one_desc_ix(k))=s.sn(ix)+1;
54 s.sn=s.sn(ix);
65 [~,un_ix]=unique(s.sn);
66 nonun_ix=setdiff(1:length(s.sn),un_ix);
72 [s.sn,sort_ix]=sort(s.sn);
    [all...]
  /external/opencv3/modules/video/src/
camshift.cpp 162 double sn = sin( theta ); local
164 double rotate_a = cs * cs * mu20 + 2 * cs * sn * mu11 + sn * sn * mu02;
165 double rotate_c = sn * sn * mu20 - 2 * cs * sn * mu11 + cs * cs * mu02;
173 std::swap( cs, sn );
182 int t1 = cvRound( fabs( width * sn ));
187 t0 = cvRound( fabs( length * sn ));
    [all...]

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 910