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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
compat.s 3 fsub %st,%st(3)
5 fsubp %st(3)
6 fsubp %st,%st(3)
7 fsubr %st,%st(3)
9 fsubrp %st(3)
10 fsubrp %st,%st(3
    [all...]
float.s 4 fadd %st(3)
5 fadd %st(3),%st
6 fadd %st,%st(3)
12 faddp %st(3)
13 faddp %st,%st(3)
15 fsub %st(3)
16 fsub %st(3),%s
    [all...]
compat-intel.d 11 [ ]*[a-f0-9]+: dc e3 fsubr st\(3\),st
12 [ ]*[a-f0-9]+: de e1 fsubrp st\(1\),st
13 [ ]*[a-f0-9]+: de e3 fsubrp st\(3\),st
14 [ ]*[a-f0-9]+: de e3 fsubrp st\(3\),st
15 [ ]*[a-f0-9]+: dc eb fsub st\(3\),st
    [all...]
compat.d 10 [ ]*[a-f0-9]+: dc e3 fsub %st,%st\(3\)
11 [ ]*[a-f0-9]+: de e1 fsubp %st,%st\(1\)
12 [ ]*[a-f0-9]+: de e3 fsubp %st,%st\(3\)
13 [ ]*[a-f0-9]+: de e3 fsubp %st,%st\(3\)
14 [ ]*[a-f0-9]+: dc eb fsubr %st,%st\(3\
    [all...]
  /external/speex/libspeex/
buffer.c 53 SpeexBuffer *st = speex_alloc(sizeof(SpeexBuffer)); local
54 st->data = speex_alloc(size);
55 st->size = size;
56 st->read_ptr = 0;
57 st->write_ptr = 0;
58 st->available = 0;
59 return st;
62 EXPORT void speex_buffer_destroy(SpeexBuffer *st)
64 speex_free(st->data);
65 speex_free(st);
    [all...]
sb_celp.c 113 #define SUBMODE(x) st->submodes[st->submodeID]->x
194 SBEncState *st; local
197 st = (SBEncState*)speex_alloc(sizeof(SBEncState));
198 if (!st)
200 st->mode = m;
204 st->st_low = speex_encoder_init(mode->nb_mode);
206 st->stack = NULL;
208 /*st->stack = (char*)speex_alloc_scratch(SB_ENC_STACK);*/
209 speex_encoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack)
277 SBEncState *st=(SBEncState*)state; local
306 SBEncState *st; local
758 SBDecState *st; local
816 SBDecState *st; local
876 SBDecState *st; local
1103 SBEncState *st; local
1362 SBDecState *st; local
    [all...]
resample.c 332 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
334 const int N = st->filt_len;
336 int last_sample = st->last_sample[channel_index];
337 spx_uint32_t samp_frac_num = st->samp_frac_num[channel_index];
338 const spx_word16_t *sinc_table = st->sinc_table;
339 const int out_stride = st->out_stride;
340 const int int_advance = st->int_advance;
341 const int frac_advance = st->frac_advance;
342 const spx_uint32_t den_rate = st->den_rate;
375 st->last_sample[channel_index] = last_sample
735 SpeexResamplerState *st; local
    [all...]
mdf.c 128 void speex_echo_get_residual(SpeexEchoState *st, spx_word32_t *Yout, int len);
161 spx_word32_t Davg1; /* 1st recursive average of the residual power difference */
163 spx_float_t Dvar1; /* Estimated variance of 1st estimator */
410 SpeexEchoState *st = (SpeexEchoState *)speex_alloc(sizeof(SpeexEchoState)); local
412 st->K = nb_speakers;
413 st->C = nb_mic;
414 C=st->C;
415 K=st->K;
424 st->frame_size = frame_size;
425 st->window_size = 2*frame_size
    [all...]
nb_celp.c 65 #define SUBMODE(x) st->submodes[st->submodeID]->x
116 EncState *st; local
121 st = (EncState*)speex_alloc(sizeof(EncState));
122 if (!st)
125 st->stack = NULL;
127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
130 st->mode=m;
132 st->frameSize = mode->frameSize;
133 st->nbSubframes=mode->frameSize/mode->subframeSize
216 EncState *st=(EncState *)state; local
254 EncState *st; local
926 DecState *st; local
995 DecState *st; local
1085 DecState *st; local
1578 EncState *st; local
1782 DecState *st; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
sintstack.c 60 sint_freestack(SIntStack *st)
62 sint_freestack(st)
63 SIntStack *st;
66 if ( st==NULL ) return;
67 if ( st->data==NULL ) return;
68 free(st->data);
69 free(st);
74 sint_push(SIntStack *st,int i)
76 sint_push(st,i)
77 SIntStack *st;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
ldst06.s 0 # st.b (no relocations here)
4 st.b %r0,0(%r0)
5 st.b %r31,1(%r1)
6 st.b %r30,2(%r2)
7 st.b %r29,513(%r3)
8 st.b %r28,1028(%r4)
9 st.b %r27,4090(%r5)
10 st.b %r26,8190(%r6)
11 st.b %r25,16385(%r7)
12 st.b %r25,32007(%r7
    [all...]
ldst04.s 0 # st.l (no relocations here)
4 st.l %r0,0(%r0)
5 st.l %r31,124(%r1)
6 st.l %r30,256(%r2)
7 st.l %r29,512(%r3)
8 st.l %r28,1024(%r4)
9 st.l %r27,4096(%r5)
10 st.l %r26,8192(%r6)
11 st.l %r25,16384(%r7)
12 st.l %r24,-16384(%r8
    [all...]
ldst05.s 0 # st.s (no relocations here)
4 st.s %r0,0(%r0)
5 st.s %r31,122(%r1)
6 st.s %r30,258(%r2)
7 st.s %r29,512(%r3)
8 st.s %r28,1028(%r4)
9 st.s %r27,4090(%r5)
10 st.s %r26,8190(%r6)
11 st.s %r25,16384(%r7)
12 st.s %r24,-16384(%r8
    [all...]
  /external/syslinux/com32/lib/math/
pow.S 14 fld %st(0)
16 fsubr %st,%st(1)
17 fxch %st(1)
20 faddp %st,%st(1)
22 fstp %st(1)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StreamTokenizerTest.java 34 StreamTokenizer st; field in class:StreamTokenizerTest
43 st = new StreamTokenizer(new StringBufferInputStream(
47 StreamTokenizer.TT_WORD, st.nextToken());
49 "d", st.sval);
52 StreamTokenizer.TT_NUMBER, st.nextToken());
54 8.0, st.nval);
57 39, st.nextToken());
59 "h", st.sval);
68 StreamTokenizer.TT_WORD, st.nextToken());
70 "d", st.sval)
304 StreamTokenizer st = new StreamTokenizer(reader); local
317 StreamTokenizer st = new StreamTokenizer(reader); local
330 StreamTokenizer st = new StreamTokenizer(reader); local
356 StreamTokenizer st = new StreamTokenizer(reader); local
370 StreamTokenizer st = new StreamTokenizer(reader); local
    [all...]
  /bionic/libm/x86/
libm_tancot_huge.S 123 fmul %st(1), %st
124 faddp %st, %st(2)
126 fmul %st(1), %st
127 faddp %st, %st(2)
129 fmulp %st, %st(1
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.cpp 102 st -- double pointer to GainAdaptState
105 st -- double ponter to GainAdaptState
159 Word16 gain_adapt_init(GainAdaptState **st)
163 if (st == (GainAdaptState **) NULL)
168 *st = NULL;
177 *st = s;
189 st -- double pointer to GainAdaptState
192 st -- double ponter to GainAdaptState
245 Word16 gain_adapt_reset(GainAdaptState *st)
249 if (st == (GainAdaptState *) NULL
    [all...]
sid_sync.cpp 127 the pointer to state struct in *st. This pointer has to be passed to sid_sync
258 Word16 sid_sync_reset(void *st)
260 sid_syncState *state = (sid_syncState *) st;
337 sid_syncState **st = (sid_syncState **) state; local
339 if (st == NULL || *st == NULL)
345 free(*st);
346 *st = NULL;
361 st = pointer to the state structure used for SID synchronization
366 st->sid_handover_debt is set to debtFrame
500 sid_syncState *st = (sid_syncState *) state; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_flush.c 51 is_front_buffer_dirty(struct st_context *st)
53 struct gl_framebuffer *fb = st->ctx->DrawBuffer;
64 display_front_buffer(struct st_context *st)
66 struct gl_framebuffer *fb = st->ctx->DrawBuffer;
73 st_manager_flush_frontbuffer(st);
78 void st_flush(struct st_context *st,
82 FLUSH_VERTICES(st->ctx, 0);
83 FLUSH_CURRENT(st->ctx, 0);
85 st_flush_bitmap_cache(st);
87 st->pipe->flush(st->pipe, fence, flags)
114 struct st_context *st = st_context(ctx); local
134 struct st_context *st = st_context(ctx); local
171 struct st_context *st = st_context(ctx); local
188 struct st_context *st = data; local
    [all...]
st_atom_shader.c 110 update_fp( struct st_context *st )
115 assert(st->ctx->FragmentProgram._Current);
116 stfp = st_fragment_program(st->ctx->FragmentProgram._Current);
120 key.st = st->has_shareable_shaders ? NULL : st;
123 key.clamp_color = st->clamp_frag_color_in_shader &&
124 st->ctx->Color._ClampFragmentColor;
128 st->force_persample_in_shader &&
129 _mesa_is_multisample_enabled(st->ctx) &
    [all...]
  /frameworks/native/include/android/
surface_texture.h 65 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
67 void ASurfaceTexture_release(ASurfaceTexture* st);
73 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
76 * returned if \st is null or if it's not an instance of android.graphics.SurfaceTexture
78 ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st);
90 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
95 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName);
108 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
111 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st);
118 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture(
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_wmemstream.c 43 struct state *st = v; local
47 end = (st->pos + l);
49 if (end >= st->size) {
51 size_t sz = st->size * 8 / 5;
55 p = reallocarray(st->string, sz, sizeof(wchar_t));
58 bzero(p + st->size, (sz - st->size) * sizeof(wchar_t));
59 *st->pbuf = st->string = p;
60 st->size = sz
82 struct state *st = v; local
116 struct state *st = v; local
126 struct state *st; local
    [all...]
  /external/clang/test/Analysis/engine/
replay-without-inlining.c 21 void getB(IB *st, Hdr2 *usedtobeundef);
27 static void getID(IB *st, char str[4]) {
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) {
34 getID (st, header->I);
35 header->S = gl(st);
37 static void readILBM(IB *st, Info *pic)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
st.s 0 # st test
3 st r1,[r2]
4 st r1,[r2,14]
6 st.a r1,[r3,14]
8 st r1,[900]
10 st -8,[r2,-8]
11 st r2,[@foo]
12 st.di r1,[r2,2]
13 st.a.di r1,[r2,3]
16 st @.L1,[r12,4
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StringTokenizerTest.java 45 StringTokenizer st = new StringTokenizer("This:is:a:test:String", ":"); local
46 assertTrue("Created incorrect tokenizer", st.countTokens() == 5
47 && (st.nextElement().equals("This")));
48 st = new StringTokenizer("This:is:a:test:String", null);
65 StringTokenizer st = new StringTokenizer("This:is:a:test:String", ":", local
67 st.nextElement();
68 assertTrue("Created incorrect tokenizer", st.countTokens() == 8
69 && (st.nextElement().equals(":")));
70 st = new StringTokenizer("This:is:a:test:String", null, true);
71 st = new StringTokenizer("This:is:a:test:String", null, false)
86 StringTokenizer st = new StringTokenizer("This is a test String"); local
97 StringTokenizer st = new StringTokenizer("This is a test String"); local
114 StringTokenizer st = new StringTokenizer("This is a test String"); local
131 StringTokenizer st = new StringTokenizer("This is a test String"); local
157 StringTokenizer st = new StringTokenizer("This is a test String"); local
183 StringTokenizer st = new StringTokenizer("This is a test String"); local
    [all...]

Completed in 1111 milliseconds

1 2 3 4 5 6 7 8 91011>>