Searched defs:st (Results 151 - 175 of 794) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_file_processor.cc60 const auto st = ScopedTimer(mutable_proc_time()); local
145 const auto st = ScopedTimer(mutable_proc_time()); local
171 const auto st = ScopedTimer(mutable_proc_time()); local
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
H A DTraceSignatureVisitorTest$TestData.class ... lang.String) String data java.util.StringTokenizer st String acc synthetic void " href="/9.0.0_r3 ...
/external/bsdiff/
H A Dbsdiff_main.cc37 struct stat st; local
38 fstat(fd, &st);
39 if (static_cast<uint64_t>(st.st_size) > std::numeric_limits<size_t>::max()) {
44 *filesize = st.st_size;
46 void* ret = mmap(nullptr, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
/external/cblas/src/
H A Dcblas_cgerc.c27 float *y=(float *)Y, *yy=(float *)Y, *ty, *st; local
50 st= y+n;
54 st = y-2;
64 while (y != st);
H A Dcblas_cher.c31 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
78 st= x+n;
82 st = x-2;
92 while (x != st);
H A Dcblas_ctbmv.c34 float *st=0, *x=(float *)X; local
105 st = x + n;
111 while (x != st);
150 while (x != st);
H A Dcblas_ctbsv.c34 float *st=0,*x=(float *)X; local
107 st=x+n;
115 while (x != st);
154 while (x != st);
H A Dcblas_ctpmv.c31 float *st=0,*x=(float *)X; local
101 st = x + n;
107 while (x != st);
144 while (x != st);
H A Dcblas_ctpsv.c31 float *st=0, *x=(float*)X; local
103 st=x+n;
111 while (x != st);
149 while (x != st);
H A Dcblas_ctrmv.c34 float *st=0,*x=(float *)X; local
104 st = x + n;
110 while (x != st);
147 while (x != st);
H A Dcblas_ctrsv.c33 float *st=0,*x=(float *)X; local
104 st=x+n;
111 while (x != st);
148 while (x != st);
H A Dcblas_zgerc.c27 double *y=(double *)Y, *yy=(double *)Y, *ty, *st; local
50 st= y+n;
54 st = y-2;
64 while (y != st);
H A Dcblas_zher.c31 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
78 st= x+n;
82 st = x-2;
92 while (x != st);
H A Dcblas_ztbmv.c34 double *st=0, *x=(double *)X; local
105 st = x + n;
111 while (x != st);
150 while (x != st);
H A Dcblas_ztbsv.c34 double *st=0,*x=(double *)X; local
107 st=x+n;
115 while (x != st);
154 while (x != st);
H A Dcblas_ztpmv.c31 double *st=0,*x=(double *)X; local
101 st = x + n;
107 while (x != st);
144 while (x != st);
H A Dcblas_ztpsv.c31 double *st=0, *x=(double*)X; local
103 st=x+n;
111 while (x != st);
149 while (x != st);
H A Dcblas_ztrmv.c34 double *st=0,*x=(double *)X; local
105 st = x + n;
111 while (x != st);
148 while (x != st);
H A Dcblas_ztrsv.c33 double *st=0,*x=(double *)X; local
104 st=x+n;
111 while (x != st);
148 while (x != st);
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c21 void getB(IB *st, Hdr2 *usedtobeundef);
27 static void getID(IB *st, char str[4]) { argument
28 str[0] = gb(st);
29 str[1] = gb(st);
30 str[2] = gb(st);
31 str[3] = gb(st);
33 static void getH(IB *st, Hdr *header) { argument
34 getID (st, header->I);
35 header->S = gl(st);
37 static void readILBM(IB *st, Inf argument
51 bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) argument
[all...]
/external/clang/test/OpenMP/
H A Dfor_firstprivate_codegen.cpp14 St(const St &st) : a(st.a + st.b), b(0) {} argument
H A Dsections_firstprivate_codegen.cpp14 St(const St &st) : a(st.a + st.b), b(0) {} argument
H A Dsingle_firstprivate_codegen.cpp14 St(const St &st) : a(st.a + st.b), b(0) {} argument
H A Dteams_firstprivate_codegen.cpp29 St(const St &st) : a(st.a + st.b), b(0) {} argument
/external/cn-cbor/test/
H A Dtest.c19 struct stat st; local
20 if (stat(filepath, &st)==-1) {
29 unsigned char* text=malloc(st.st_size+1); // this is not going to be freed
30 if (st.st_size!=read(fd, text, st.st_size)) {
36 text[st.st_size]='\0';
37 *end = text + st.st_size;

Completed in 468 milliseconds

1234567891011>>