Searched defs:st (Results 251 - 275 of 635) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c64 OpusMSDecoder *st,
81 st->layout.nb_channels = channels;
82 st->layout.nb_streams = streams;
83 st->layout.nb_coupled_streams = coupled_streams;
85 for (i=0;i<st->layout.nb_channels;i++)
86 st->layout.mapping[i] = mapping[i];
87 if (!validate_layout(&st->layout))
90 ptr = (char*)st + align(sizeof(OpusMSDecoder));
94 for (i=0;i<st->layout.nb_coupled_streams;i++)
100 for (;i<st
63 opus_multistream_decoder_init( OpusMSDecoder *st, opus_int32 Fs, int channels, int streams, int coupled_streams, const unsigned char *mapping ) argument
120 OpusMSDecoder *st; local
184 opus_multistream_decode_native( OpusMSDecoder *st, const unsigned char *data, opus_int32 len, void *pcm, opus_copy_channel_out_func copy_channel_out, int frame_size, int decode_fec, int soft_clip ) argument
365 opus_multistream_decode( OpusMSDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec ) argument
379 opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, opus_int32 len, float *pcm, int frame_size, int decode_fec) argument
389 opus_multistream_decode(OpusMSDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec) argument
396 opus_multistream_decode_float( OpusMSDecoder *st, const unsigned char *data, opus_int32 len, float *pcm, int frame_size, int decode_fec ) argument
410 opus_multistream_decoder_ctl(OpusMSDecoder *st, int request, ...) argument
534 opus_multistream_decoder_destroy(OpusMSDecoder *st) argument
[all...]
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc240 struct stat st; local
241 ::fstat(fd, &st);
242 const off_t orig_len = st.st_size;
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlparser.cc41 XmlDeclCallback(void * userData, const char * ver, const char * enc, int st) { argument
42 (static_cast<XmlParser *>(userData))->ExpatXmlDecl(ver, enc, st);
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_dump.c148 (uintptr_t) alloc.st - (uintptr_t) stats.stack_traces) /
181 StacktraceEntry st; local
182 if (read_safe(mem_fd, &st, sizeof(st)) != sizeof(st)) {
189 if (st.alloc_bytes == 0)
192 dbg_counted_total_alloc_bytes += st.alloc_bytes;
198 printf("\"%"PRIx32"\":{\"l\": %zu, \"f\": [", i, st.alloc_bytes);
201 printf("%" PRIuPTR, st.frames[n]);
203 if (n == HEAP_PROFILER_MAX_DEPTH || st
[all...]
H A Dheap_profiler.c93 StacktraceEntry* st = stack_traces_ht[slot]; local
97 while (st != NULL && st->hash != hash &&
98 memcmp(frames, st->frames, frames_length) != 0) {
99 st = st->next;
104 if (st == NULL) {
107 st = stack_traces_freelist;
110 st = &stack_traces[stats->max_stack_traces];
116 memset(st,
128 free_stacktrace(StacktraceEntry* st) argument
171 insert_alloc( uintptr_t start, uintptr_t end, StacktraceEntry* st, uint32_t flags) argument
260 StacktraceEntry* st = alloc->st; local
357 StacktraceEntry* st = record_stacktrace(frames, depth); local
[all...]
H A Dheap_profiler_integrationtest.cc86 const StacktraceEntry* st = &stats->stack_traces[i]; local
87 if (st->alloc_bytes == size && StackTraceContains(st, fn))
88 return st;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h49 LazyCompoundValData(const StoreRef &st, const TypedValueRegion *r) argument
50 : store(st), region(r) {}
/external/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp99 StopTrackingCallback(ProgramStateRef st) : state(st) {} argument
/external/clang/test/Sema/
H A Dinit.c103 } st; typedef in typeref:struct:__anon19127
105 st st1 = { .i2 = 1 };
/external/deqp/framework/delibs/deutil/
H A DdeFile.c42 struct stat st; local
43 int result = stat(filename, &st);
/external/e2fsprogs/debugfs/
H A Ddump.c333 struct stat st; local
346 i = stat(argv[2], &st);
351 if (!S_ISDIR(st.st_mode)) {
/external/e2fsprogs/lib/ext2fs/
H A Dmkjournal.c432 struct stat st; local
440 if (stat(journal_dev->device_name, &st) < 0)
443 if (!S_ISBLK(st.st_mode))
480 fs->super->s_journal_dev = st.st_rdev;
497 struct stat st; local
548 if (fstat(fd, &st) < 0) {
575 journal_ino = st.st_ino;
/external/e2fsprogs/misc/
H A Dchattr.c195 STRUCT_STAT st; local
197 if (LSTAT (name, &st) == -1) {
228 if (!S_ISDIR(st.st_mode))
250 if (S_ISDIR(st.st_mode) && recursive)
/external/e2fsprogs/util/
H A Dsubst.c373 struct stat st; local
394 if (stat(outfn, &st) == 0)
395 chmod(outfn, st.st_mode & ~0222);
H A Dsymlinks.c273 static struct stat st; local
288 if (lstat(path, &st) == -1) {
290 } else if (st.st_dev == dev) {
291 if (S_ISLNK(st.st_mode)) {
293 } else if (recurse && S_ISDIR(st.st_mode)) {
369 struct stat st; local
375 if (lstat(path, &st) == -1)
377 else if (S_ISLNK(st.st_mode))
378 fix_symlink(path, st.st_dev);
380 dirwalk(path, strlen(path), st
[all...]
/external/elfutils/0.153/libebl/
H A Deblgstrtab.c139 morememory (struct Ebl_GStrtab *st, size_t len) argument
149 newmem->next = st->memory;
150 st->memory = newmem;
151 st->backp = newmem->memory;
152 st->left = len - offsetof (struct memoryblock, memory);
157 ebl_gstrtabfree (struct Ebl_GStrtab *st) argument
159 struct memoryblock *mb = st->memory;
168 if (st->null.string != NULL)
169 free ((char *) st->null.string);
171 free (st);
176 newstring(struct Ebl_GStrtab *st, const char *str, size_t len) argument
242 ebl_gstrtabadd(struct Ebl_GStrtab *st, const char *str, size_t len) argument
351 ebl_gstrtabfinalize(struct Ebl_GStrtab *st, Elf_Data *data) argument
[all...]
H A Deblstrtab.c138 morememory (struct Ebl_Strtab *st, size_t len) argument
150 newmem->next = st->memory;
151 st->memory = newmem;
152 st->backp = newmem->memory;
153 st->left = len - overhead;
160 ebl_strtabfree (struct Ebl_Strtab *st) argument
162 struct memoryblock *mb = st->memory;
171 free (st);
176 newstring (struct Ebl_Strtab *st, const char *str, size_t len) argument
180 - (((uintptr_t) st
239 ebl_strtabadd(struct Ebl_Strtab *st, const char *str, size_t len) argument
336 ebl_strtabfinalize(struct Ebl_Strtab *st, Elf_Data *data) argument
[all...]
H A Deblwstrtab.c136 morememory (struct Ebl_WStrtab *st, size_t len) argument
146 newmem->next = st->memory;
147 st->memory = newmem;
148 st->backp = newmem->memory;
149 st->left = len - offsetof (struct memoryblock, memory);
156 ebl_wstrtabfree (struct Ebl_WStrtab *st) argument
158 struct memoryblock *mb = st->memory;
167 free (st);
172 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) argument
180 - (((uintptr_t) st
242 ebl_wstrtabadd(struct Ebl_WStrtab *st, const wchar_t *str, size_t len) argument
345 ebl_wstrtabfinalize(struct Ebl_WStrtab *st, Elf_Data *data) argument
[all...]
/external/elfutils/0.153/libelf/
H A Delf_begin.c602 struct stat st; local
604 if (fstat (fildes, &st) == 0
605 && (sizeof (size_t) >= sizeof (st.st_size)
606 || st.st_size <= ~((size_t) 0)))
607 maxsize = (size_t) st.st_size;
/external/elfutils/0.153/src/
H A Dstrings.c167 struct stat64 st; local
174 (fstat64 (STDIN_FILENO, &st) == 0 && S_ISREG (st.st_mode))
175 ? st.st_size : INT64_C (0x7fffffffffffffff));
189 int fstat_fail = fstat64 (fd, &st);
191 ? INT64_C (0x7fffffffffffffff) : st.st_size);
197 || !S_ISREG (st.st_mode)
/external/fio/
H A Dblktrace.c115 struct stat st; local
130 if (lstat(full_path, &st) == -1) {
135 if (S_ISDIR(st.st_mode)) {
143 if (!S_ISBLK(st.st_mode))
160 if (maj == major(st.st_rdev) && min == minor(st.st_rdev)) {
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.cpp503 uint32_t st, e; local
504 u_parseCodePointRange(s, &st, &e, &errorCode);
511 start=(UChar32)st;
H A Dtoolutil.cpp193 struct stat st; local
195 if(stat(pathname,&st) != 0)
224 struct stat st;
226 if(stat(pathname,&st) != 0)
230 return st.st_mtime;
/external/iproute2/ip/
H A Dipmaddr.c97 int st; local
100 sscanf(buf, "%d%s%d%d%s", &m.index, m.name, &m.users, &st,
114 if (st)
/external/iproute2/tc/
H A Dq_cbq.c558 struct tc_cbq_xstats *st; local
563 if (RTA_PAYLOAD(xstats) < sizeof(*st))
566 st = RTA_DATA(xstats);
567 fprintf(f, " borrowed %u overactions %u avgidle %g undertime %g", st->borrows,
568 st->overactions, (double)st->avgidle, (double)st->undertime);

Completed in 5050 milliseconds

<<11121314151617181920>>