/ndk/sources/android/support/src/musl-multibyte/ |
mbrlen.c | 9 size_t mbrlen(const char *restrict s, size_t n, mbstate_t *restrict st) 12 return mbrtowc(0, s, n, st ? st : (mbstate_t *)&internal);
|
/external/speex/include/speex/ |
speex_buffer.h | 48 void speex_buffer_destroy(SpeexBuffer *st); 50 int speex_buffer_write(SpeexBuffer *st, void *data, int len); 52 int speex_buffer_writezeros(SpeexBuffer *st, int len); 54 int speex_buffer_read(SpeexBuffer *st, void *data, int len); 56 int speex_buffer_get_available(SpeexBuffer *st); 58 int speex_buffer_resize(SpeexBuffer *st, int len);
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dtx_dec.cpp | 136 st = pointer to a structure of type dtx_decState 139 Structure pointed to by st is initialized to a set of initial values. 169 int dtx_dec_reset (dtx_decState *st) 173 if (st == (dtx_decState *) NULL){ 178 st->since_last_sid = 0; 179 st->true_sid_period_inv = (1 << 13); 181 st->log_en = 3500; 182 st->old_log_en = 3500; 185 st->L_pn_seed_rx = PN_INITIAL_SEED; 188 Copy(lsp_init_data, &st->lsp[0], M) [all...] |
lsp_avg.cpp | 125 st = pointer to structure of type lsp_avgState 156 int lsp_avg_reset (lsp_avgState *st) 158 if (st == (lsp_avgState *) NULL){ 163 Copy(mean_lsf, &st->lsp_meanSave[0], M); 191 Word16 lsp_avg_reset(lsp_avgState *st) 193 if (st == (lsp_avgState *) NULL) 199 Copy(mean_lsf_5, &st->lsp_meanSave[0], M); 212 st = pointer to structure of type lsp_avgState 216 st = pointer to structure of type lsp_avgState 247 lsp_avgState *st, // i/o : State struct Q1 [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8utils_windows.cc | 11 int UTF8GenericScan(const UTF8ScanObj* st, const char* src, int len, 13 return ::UTF8GenericScan(st, reinterpret_cast<const uint8*>(src), len,
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_bitmap.h | 47 st_init_bitmap(struct st_context *st); 50 st_destroy_bitmap(struct st_context *st); 53 st_make_bitmap_fragment_program(struct st_context *st, 59 st_flush_bitmap_cache(struct st_context *st); 69 st_init_bitmap(struct st_context *st) 74 st_destroy_bitmap(struct st_context *st) 79 st_flush_bitmap_cache(struct st_context *st) 84 st_flush_bitmap(struct st_context *st)
|
st_cb_clear.h | 37 st_init_clear(struct st_context *st); 41 st_destroy_clear(struct st_context *st);
|
st_cb_strings.c | 47 struct st_context *st = st_context(ctx); local 48 struct pipe_screen *screen = st->pipe->screen; 53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor); 54 return (GLubyte *) st->vendor; 58 util_snprintf(st->renderer, sizeof(st->renderer), "Gallium %s on %s", 62 return (GLubyte *) st->renderer;
|
st_manager.h | 39 st_manager_get_egl_image_surface(struct st_context *st, 43 st_manager_flush_frontbuffer(struct st_context *st); 46 st_manager_validate_framebuffers(struct st_context *st); 49 st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer *fb,
|
st_atom.c | 41 * This is used to initialize st->atoms[]. 74 void st_init_atoms( struct st_context *st ) 80 void st_destroy_atoms( struct st_context *st ) 93 (a->st & b->st)); 100 a->st |= b->st; 109 result->st = a->st ^ b->st; [all...] |
/external/chromium_org/tools/gyp/test/mac/xcode-gcc/ |
warn_about_invalid_offsetof_macro.cc | 5 #define offsetof(st, m) ((unsigned)((char*)&((st*)0)->m - (char*)0))
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_bitmap.h | 47 st_init_bitmap(struct st_context *st); 50 st_destroy_bitmap(struct st_context *st); 53 st_make_bitmap_fragment_program(struct st_context *st, 59 st_flush_bitmap_cache(struct st_context *st); 69 st_init_bitmap(struct st_context *st) 74 st_destroy_bitmap(struct st_context *st) 79 st_flush_bitmap_cache(struct st_context *st) 84 st_flush_bitmap(struct st_context *st)
|
st_cb_clear.h | 37 st_init_clear(struct st_context *st); 41 st_destroy_clear(struct st_context *st);
|
st_cb_strings.c | 47 struct st_context *st = st_context(ctx); local 48 struct pipe_screen *screen = st->pipe->screen; 53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor); 54 return (GLubyte *) st->vendor; 58 util_snprintf(st->renderer, sizeof(st->renderer), "Gallium %s on %s", 62 return (GLubyte *) st->renderer;
|
st_manager.h | 39 st_manager_get_egl_image_surface(struct st_context *st, 43 st_manager_flush_frontbuffer(struct st_context *st); 46 st_manager_validate_framebuffers(struct st_context *st); 49 st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer *fb,
|
/external/valgrind/main/none/tests/ppc32/ |
ldstrev.stdout.exp | 5 st be16 0xabcd5678 6 st le16 0xcdab5678 7 st be32 0xabcd1425 8 st le32 0x2514cdab
|
/external/speex/libspeex/ |
scal.c | 84 SpeexDecorrState *st = speex_alloc(sizeof(SpeexDecorrState)); local 85 st->rate = rate; 86 st->channels = channels; 87 st->frame_size = frame_size; 89 st->psy = vorbis_psy_init(rate, 2*frame_size); 90 spx_drft_init(&st->lookup, 2*frame_size); 91 st->wola_mem = speex_alloc(frame_size*sizeof(float)); 92 st->curve = speex_alloc(frame_size*sizeof(float)); 94 st->y = speex_alloc(frame_size*sizeof(float)); 96 st->buff = speex_alloc(channels*2*frame_size*sizeof(float)) [all...] |
preprocess.c | 400 SpeexPreprocessState *st = (SpeexPreprocessState *)speex_alloc(sizeof(SpeexPreprocessState)); local 401 st->frame_size = frame_size; 406 st->ps_size = st->frame_size; 409 if (st->ps_size & ~i) 411 st->ps_size &= ~i; 419 if (st->ps_size < 3*st->frame_size/4) 420 st->ps_size = st->ps_size * 3 / 2 1051 SpeexPreprocessState *st; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cod_amr.cpp | 366 int cod_amr_reset (cod_amrState *st) 370 if (st == (cod_amrState *) NULL){ 379 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; // New speech 381 st->speech = st->new_speech - L_NEXT; // Present frame 383 st->p_window = st->old_speech + L_TOTAL - L_WINDOW; // For LPC window 384 st->p_window_12k2 = st->p_window - L_NEXT; // EFR LPC window: no lookahea [all...] |
dtx_enc.cpp | 159 st = pointer to an array of pointers to structures of type 163 pointer pointed to by st is set to the address of the allocated 193 int dtx_enc_init (dtx_encState **st) 197 if (st == (dtx_encState **) NULL){ 202 *st = NULL; 211 *st = s; 239 Word16 dtx_enc_init(dtx_encState **st) 243 if (st == (dtx_encState **) NULL) 248 *st = NULL; 257 *st = s [all...] |
lpc.h | 113 Word16 lpc_init(lpcState **st); 115 Stores pointer to filter status struct in *st. This pointer has to 120 Word16 lpc_reset(lpcState *st); 124 void lpc_exit(lpcState **st); 126 stores NULL in *st 130 lpcState *st, /* i/o: State struct */
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 32 Statement st = null; local 34 st = conn.createStatement(); 35 st.addBatch("INSERT INTO zoo VALUES (3,'Tuzik','dog')"); 36 st.addBatch("INSERT INTO zoo VALUES (4,'Mashka','cat')"); 38 int[] updateCounts = st.executeBatch(); 44 st.close(); 50 st = conn.createStatement(); 51 st.addBatch(""); 52 st.executeBatch(); 58 st.close() 78 Statement st = null; local 105 Statement st = null; local 164 Statement st = null; local 229 Statement st = null; local 252 Statement st = null; local 281 Statement st = null; local 300 Statement st = null; local 323 Statement st = null; local 345 Statement st = null; local 380 Statement st = null; local 400 Statement st = null; local 423 Statement st = null; local 455 Statement st = null; local 477 Statement st = null; local 497 Statement st = null; local 532 Statement st = null; local 569 Statement st = null; local 605 Statement st = null; local 655 Statement st = null; local 728 Statement st = null; local 786 Statement st = null; local 835 Statement st = null; local 883 Statement st = null; local 920 Statement st = null; local 961 Statement st = null; local 986 Statement st = null; local 999 Statement st = null; local 1012 Statement st = null; local 1024 Statement st = conn.createStatement(); local 1048 Statement st = null; local 1092 Statement st = null; local 1127 Statement st = null; local 1165 Statement st = null; local 1210 Statement st = null; local 1229 Statement st = null; local 1265 Statement st = null; local [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
ftok.c | 36 struct stat st; local 38 if (stat(path, &st) < 0) 42 ((id & 0xff) << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
fold_left.hpp | 31 # define BOOST_PP_SEQ_FOLD_LEFT_O(s, st, _) st 33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005) 34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005) 38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0 39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0 40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0 41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0 42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0 43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-fp.asm | 1 fld %st(5) 9 fst %st(2) 14 fstp %st(1) 23 fxch %st(2) 26 fcom %st(7)
|