/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/ |
gas-fpmem.asm | 3 fcomp %st(1)
|
/external/clang/test/CodeGen/ |
pascal-wchar-string.c | 15 char st[] = "\pfoo"; // pascal string local 20 if (st[0] != 3)
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
vad1.h | 141 Word16 vad1_init(vadState1 **st); 143 Stores pointer to filter status struct in *st. This pointer has to 148 Word16 vad1_reset(vadState1 *st); 153 void vad1_exit(vadState1 **st); 155 stores NULL in *st 158 void vad_complex_detection_update(vadState1 *st, /* i/o : State struct */ 162 void vad_tone_detection(vadState1 *st, /* i/o : State struct */ 169 vadState1 *st, /* i/o : State struct */ 176 void vad_pitch_detection(vadState1 *st, /* i/o : State struct */ 181 Word16 vad1(vadState1 *st, /* i/o : State struct * [all...] |
q_plsf.h | 125 Word16 Q_plsf_init(Q_plsfState **st); 127 Stores pointer to filter status struct in *st. This pointer has to 132 Word16 Q_plsf_reset(Q_plsfState *st); 137 void Q_plsf_exit(Q_plsfState **st); 139 stores NULL in *st 143 Q_plsfState *st, /* i/o: state struct */ 145 Word16 *lsp1, /* i : 1st LSP vector Q15 */ 146 Word16 *lsp1_q, /* o : quantized 1st LSP vector Q15 */ 153 Q_plsfState *st, 154 Word16 *lsp1, /* i : 1st LSP vector, Q15 * [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
NullWriter.java | 61 * @param st The start offset
64 public void write(char[] chr, int st, int end) {
79 * @param st The start offset
82 public void write(String str, int st, int end) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_texture.c | 54 struct svga_transfer *st, 59 struct svga_texture *texture = svga_texture(st->base.resource); 63 box.x = st->base.box.x; 65 box.z = st->base.box.z; 66 box.w = st->base.box.width; 73 if (st->base.resource->target == PIPE_TEXTURE_CUBE) { 74 st->face = st->base.box.z; 78 st->face = 0; 83 st->face 249 struct svga_transfer *st; local 327 struct svga_transfer *st = svga_transfer(transfer); local 347 struct svga_transfer *st = svga_transfer(transfer); local 362 struct svga_transfer *st = svga_transfer(transfer); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_viewport.c | 54 struct st_context *st = ctx->st; local 58 if (!st->invalidate_on_gl_viewport) 68 stdraw = st_ws_framebuffer(st->ctx->DrawBuffer); 69 stread = st_ws_framebuffer(st->ctx->ReadBuffer);
|
st_cb_clear.c | 66 st_init_clear(struct st_context *st) 68 struct pipe_screen *pscreen = st->pipe->screen; 70 memset(&st->clear, 0, sizeof(st->clear)); 72 st->clear.raster.gl_rasterization_rules = 1; 73 st->clear.raster.depth_clip = 1; 74 st->clear.enable_ds_separate = pscreen->get_param(pscreen, PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE); 82 st_destroy_clear(struct st_context *st) 84 if (st->clear.fs) { 85 cso_delete_fragment_shader(st->cso_context, st->clear.fs) 197 struct st_context *st = st_context(ctx); local 451 struct st_context *st = st_context(ctx); local [all...] |
st_gen_mipmap.c | 52 st_init_generate_mipmap(struct st_context *st) 54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context); 59 st_destroy_generate_mipmap(struct st_context *st) 61 util_destroy_gen_mipmap(st->gen_mipmap); 62 st->gen_mipmap = NULL; 71 st_render_mipmap(struct st_context *st, 76 struct pipe_context *pipe = st->pipe; 97 if (st->render_condition) 144 struct st_context *st = st_context(ctx); local [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_texture.c | 54 struct svga_transfer *st, 59 struct svga_texture *texture = svga_texture(st->base.resource); 63 box.x = st->base.box.x; 65 box.z = st->base.box.z; 66 box.w = st->base.box.width; 73 if (st->base.resource->target == PIPE_TEXTURE_CUBE) { 74 st->face = st->base.box.z; 78 st->face = 0; 83 st->face 249 struct svga_transfer *st; local 327 struct svga_transfer *st = svga_transfer(transfer); local 347 struct svga_transfer *st = svga_transfer(transfer); local 362 struct svga_transfer *st = svga_transfer(transfer); local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_viewport.c | 54 struct st_context *st = ctx->st; local 58 if (!st->invalidate_on_gl_viewport) 68 stdraw = st_ws_framebuffer(st->ctx->DrawBuffer); 69 stread = st_ws_framebuffer(st->ctx->ReadBuffer);
|
st_cb_clear.c | 66 st_init_clear(struct st_context *st) 68 struct pipe_screen *pscreen = st->pipe->screen; 70 memset(&st->clear, 0, sizeof(st->clear)); 72 st->clear.raster.gl_rasterization_rules = 1; 73 st->clear.raster.depth_clip = 1; 74 st->clear.enable_ds_separate = pscreen->get_param(pscreen, PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE); 82 st_destroy_clear(struct st_context *st) 84 if (st->clear.fs) { 85 cso_delete_fragment_shader(st->cso_context, st->clear.fs) 197 struct st_context *st = st_context(ctx); local 451 struct st_context *st = st_context(ctx); local [all...] |
st_gen_mipmap.c | 52 st_init_generate_mipmap(struct st_context *st) 54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context); 59 st_destroy_generate_mipmap(struct st_context *st) 61 util_destroy_gen_mipmap(st->gen_mipmap); 62 st->gen_mipmap = NULL; 71 st_render_mipmap(struct st_context *st, 76 struct pipe_context *pipe = st->pipe; 97 if (st->render_condition) 144 struct st_context *st = st_context(ctx); local [all...] |
/external/speex/include/speex/ |
speex_preprocess.h | 68 * @param st Preprocessor state to destroy 70 void speex_preprocess_state_destroy(SpeexPreprocessState *st); 73 * @param st Preprocessor state 77 int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x); 80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo); 83 * @param st Preprocessor state 86 void speex_preprocess_estimate_update(SpeexPreprocessState *st, spx_int16_t *x); 89 * @param st Preprocessor state 94 int speex_preprocess_ctl(SpeexPreprocessState *st, int request, void *ptr);
|
speex_resampler.h | 151 * @param st Resampler state 153 void speex_resampler_destroy(SpeexResamplerState *st); 156 * @param st Resampler state 165 int speex_resampler_process_float(SpeexResamplerState *st, 173 * @param st Resampler state 182 int speex_resampler_process_int(SpeexResamplerState *st, 190 * @param st Resampler state 198 int speex_resampler_process_interleaved_float(SpeexResamplerState *st, 205 * @param st Resampler state 213 int speex_resampler_process_interleaved_int(SpeexResamplerState *st, [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
wb_vad.h | 70 Word16 wb_vad_init(VadVars ** st, VO_MEM_OPERATOR *pMemOP); 71 Word16 wb_vad_reset(VadVars * st); 72 void wb_vad_exit(VadVars ** st, VO_MEM_OPERATOR *pMemOP); 73 void wb_vad_tone_detection(VadVars * st, Word16 p_gain); 74 Word16 wb_vad(VadVars * st, Word16 in_buf[]);
|
/cts/tests/tests/security/jni/ |
android_security_cts_LinuxRngTest.cpp | 49 struct stat st; local 50 if (stat(nameStr, &st) == -1) { 55 if (!S_ISCHR(st.st_mode)) { 56 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode); 60 result = major(st.st_rdev); 75 struct stat st; local 76 if (stat(nameStr, &st) == -1) { 81 if (!S_ISCHR(st.st_mode)) { 82 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode); 86 result = minor(st.st_rdev) [all...] |
/external/chromium_org/third_party/opus/src/include/ |
opus_custom.h | 144 * The memory pointed to by st must be the size returned by opus_custom_encoder_get_size. 148 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state 156 OpusCustomEncoder *st, 181 * @param[in] st <tt>OpusCustomEncoder*</tt>: State to be freed. 183 OPUS_CUSTOM_EXPORT void opus_custom_encoder_destroy(OpusCustomEncoder *st); 186 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state 203 OpusCustomEncoder *st, 211 * @param [in] st <tt>OpusCustomEncoder*</tt>: Encoder state 224 OpusCustomEncoder *st, 237 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1) [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldPreparedStatementTest.java | 84 Statement st = null; local 86 st = conn.createStatement(); 88 st.execute(queries[i]); 92 st.close(); 99 Statement st = null; local 101 st = conn.createStatement(); 102 st.execute("drop table if exists type"); 105 st.close(); 125 Statement st = null; local 128 st = conn.createStatement() 177 Statement st = null; local 487 Statement st = null; local 546 Statement st = null; local 602 Statement st = null; local 655 Statement st = null; local 710 Statement st = null; local 780 Statement st = null; local 860 Statement st = null; local 935 Statement st = null; local 1004 Statement st = null; local 1073 Statement st = null; local 1141 Statement st = null; local 1200 Statement st = null; local 1315 Statement st = null; local 1466 Statement st = null; local 1549 Statement st = null; local 1642 Statement st = null; local 1741 Statement st = null; local 1834 Statement st = null; local 1930 Statement st = null; local 1990 Statement st = null; local 2117 Statement st = null; local [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_multistream_decoder.c | 64 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->layout.nb_streams;i++ 120 OpusMSDecoder *st; local [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
celt_decoder.c | 118 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); local 119 ret = opus_custom_decoder_init(st, mode, channels); 122 opus_custom_decoder_destroy(st); 123 st = NULL; 127 return st; 131 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) 134 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels); 137 st->downsample = resampling_factor(sampling_rate); 138 if (st->downsample==0) 144 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channels [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
bits.c | 38 Coder_State *st /*i/o: coder global parameters struct */ 44 Word16 bitstreamformat = st->frameType; 46 unsigned short* dataOut = st->outputStream; 50 st->sid_update_counter--; 52 if (st->prev_ft == TX_SPEECH) 55 st->sid_update_counter = 3; 58 if ((st->sid_handover_debt > 0) && (st->sid_update_counter > 2)) 62 st->sid_handover_debt--; 65 if (st->sid_update_counter == 0 [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ActionTranslator.g | 36 import org.stringtemplate.v4.ST; 81 /** Return a list of strings and ST objects that 99 if ( o instanceof ST ) buf.append(((ST)o).render()); 167 protected ST template(String name) { 168 ST st = generator.getTemplates().getInstanceOf(name); 169 chunks.add(st); 170 return st; 180 * : {$r.i, $r.j, $r.start, $r.stop, $r.st, $r.tree [all...] |
/external/elfutils/libebl/ |
eblwstrtab.c | 136 morememory (struct Ebl_WStrtab *st, size_t len) 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) 158 struct memoryblock *mb = st->memory; 167 free (st); 172 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len) 180 - (((uintptr_t) st->backp [all...] |
/external/bluetooth/bluedroid/stack/smp/ |
aes.c | 404 static void shift_sub_rows( uint_8t st[N_BLOCK] ) 407 st[ 0] = s_box(st[ 0]); st[ 4] = s_box(st[ 4]); 408 st[ 8] = s_box(st[ 8]); st[12] = s_box(st[12]); 410 tt = st[1]; st[ 1] = s_box(st[ 5]); st[ 5] = s_box(st[ 9]) 438 { uint_8t st[N_BLOCK]; local 467 { uint_8t st[N_BLOCK]; local [all...] |