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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ton_stab.h 112 Word16 ton_stab_init(tonStabState **st);
114 Stores pointer to filter status struct in *st. This pointer has to
119 Word16 ton_stab_reset(tonStabState *st);
124 void ton_stab_exit(tonStabState **st);
126 stores NULL in *st
129 Word16 check_lsp(tonStabState *st, /* i/o : State struct */
134 Word16 check_gp_clipping(tonStabState *st, /* i/o : State struct */
139 void update_gp_clipping(tonStabState *st, /* i/o : State struct */
g_adapt.h 117 Word16 gain_adapt_init(GainAdaptState **st);
119 Stores pointer to state struct in *st. This pointer has to
124 Word16 gain_adapt_reset(GainAdaptState *st);
129 void gain_adapt_exit(GainAdaptState **st);
131 stores NULL in *st
143 GainAdaptState *st, /* i : state struct */
levinson.h 108 Word16 Levinson_init(LevinsonState **st);
110 Stores pointer to filter status struct in *st. This pointer has to
115 Word16 Levinson_reset(LevinsonState *st);
119 void Levinson_exit(LevinsonState **st);
121 stores NULL in *st
125 LevinsonState *st,
pre_proc.cpp 439 st = a pointer to a structure of type Pre_ProcessState
444 st points to the updated structure
480 Pre_ProcessState *st,
489 x2 = st->x1;
490 st->x1 = st->x0;
491 st->x0 = signal[i];
496 L_tmp = Mpy_32_16 (st->y1_hi, st->y1_lo, a[1]);
497 L_tmp = L_add (L_tmp, Mpy_32_16 (st->y2_hi, st->y2_lo, a[2]))
    [all...]
pre_proc.h 88 Word16 Pre_Process_init(Pre_ProcessState **st);
90 Stores pointer to filter status struct in *st. This pointer has to
95 Word16 Pre_Process_reset(Pre_ProcessState *st);
99 void Pre_Process_exit(Pre_ProcessState **st);
101 stores NULL in *st
105 Pre_ProcessState *st,
  /libcore/luni/src/test/java/libcore/java/io/
StreamTokenizerTest.java 27 StreamTokenizer st = new StreamTokenizer(new StringReader("aIb aIb")); local
28 st.lowerCaseMode(true);
29 st.nextToken();
30 assertEquals("aib", st.sval);
33 st.nextToken();
34 assertEquals("a\u0131b", st.sval);
  /external/curl/tests/libtest/
lib1540.c 41 struct transfer_status *st = (struct transfer_status *)userp; local
46 if(st->halted) {
47 st->please++;
48 if(st->please == 2) {
50 curl_easy_pause(st->easy, CURLPAUSE_CONT);
53 fprintf(stderr, "xferinfo: paused %d\n", st->halted);
68 struct transfer_status *st = (struct transfer_status *)userp; local
70 st->counter++;
71 if(st->counter > 1) {
78 st->halted = 1
89 struct transfer_status st; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
stat.h 44 #define INIT_STRUCT_STAT_PADDING(st) do { st.__unused4 = 0; st.__unused5 = 0; \
68 #define INIT_STRUCT_STAT64_PADDING(st) do { memset(& st.__pad0, 0, sizeof(st.__pad0)); memset(& st.__pad3, 0, sizeof(st.__pad3)); \
91 #define INIT_STRUCT_STAT_PADDING(st) do { st.__pad0 = 0; st.__linux_unused[0] = 0; st.__linux_unused[1] = 0; st.__linux_unused[2] = 0;
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
stat.h 32 #define INIT_STRUCT_STAT_PADDING(st) do { \
33 st.__unused4 = 0; \
34 st.__unused5 = 0; \
76 #define INIT_STRUCT_STAT64_PADDING(st) do { \
77 memset(&st.__pad0, 0, sizeof(st.__pad0)); \
78 memset(&st.__pad3, 0, sizeof(st.__pad3)); \
107 #define INIT_STRUCT_STAT_PADDING(st) do { \
108 st.__pad0 = 0;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 43 update_viewport( struct st_context *st )
45 struct gl_context *ctx = st->ctx;
70 st->state.viewport[i].scale[0] = scale[0];
71 st->state.viewport[i].scale[1] = scale[1] * yScale;
72 st->state.viewport[i].scale[2] = scale[2];
74 st->state.viewport[i].translate[0] = translate[0];
75 st->state.viewport[i].translate[1] = translate[1] * yScale + yBias;
76 st->state.viewport[i].translate[2] = translate[2];
79 cso_set_viewport(st->cso_context, &st->state.viewport[0])
    [all...]
st_atom_shader.h 37 st_free_translated_vertex_programs(struct st_context *st,
st_cb_drawtex.h 22 st_destroy_drawtex(struct st_context *st);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
sstack.h 39 extern void sstack_push( SStack **st, void *e );
40 extern void *sstack_pop( SStack **st );
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
ext4_file_time.c 35 struct stat st; local
42 if (stat(argv[1], &st) != 0) {
49 t = st.st_atime;
51 t = st.st_mtime;
53 t = st.st_ctime;
56 t = st.st_atim.tv_nsec;
58 t = st.st_mtim.tv_nsec;
60 t = st.st_ctim.tv_nsec;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
ldst04.d 3 #name: i860 ldst04 (st.l)
10 0: 01 00 00 1c st.l %r0,0\(%r0\)
11 4: 7d f8 20 1c st.l %r31,124\(%r1\)
12 8: 01 f1 40 1c st.l %r30,256\(%sp\)
13 c: 01 ea 60 1c st.l %r29,512\(%fp\)
14 10: 01 e4 80 1c st.l %r28,1024\(%r4\)
15 14: 01 d8 a2 1c st.l %r27,4096\(%r5\)
16 18: 01 d0 c4 1c st.l %r26,8192\(%r6\)
17 1c: 01 c8 e8 1c st.l %r25,16384\(%r7\)
18 20: 01 c0 18 1d st.l %r24,-16384\(%r8\
    [all...]
ldst05.d 3 #name: i860 ldst05 (st.s)
10 0: 00 00 00 1c st.s %r0,0\(%r0\)
11 4: 7a f8 20 1c st.s %r31,122\(%r1\)
12 8: 02 f1 40 1c st.s %r30,258\(%sp\)
13 c: 00 ea 60 1c st.s %r29,512\(%fp\)
14 10: 04 e4 80 1c st.s %r28,1028\(%r4\)
15 14: fa df a1 1c st.s %r27,4090\(%r5\)
16 18: fe d7 c3 1c st.s %r26,8190\(%r6\)
17 1c: 00 c8 e8 1c st.s %r25,16384\(%r7\)
18 20: 00 c0 18 1d st.s %r24,-16384\(%r8\
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
ld_st_fsr.s 4 st %fsr, [%g3]
  /external/google-benchmark/test/
templated_fixture_test.cc 15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State &st) {
16 for (auto _ : st) {
21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) {
22 for (auto _ : st) {
  /external/libcxx/utils/google-benchmark/test/
templated_fixture_test.cc 15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State &st) {
16 for (auto _ : st) {
21 BENCHMARK_TEMPLATE_DEFINE_F(MyFixture, Bar, double)(benchmark::State& st) {
22 for (auto _ : st) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
8-1.c 24 sigset_t st; local
25 sigemptyset(&st);
26 sigaddset(&st, SIGCHLD);
28 if (sigprocmask(SIG_BLOCK, &st, NULL) < 0) {
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
lsp.h 121 * Description : Stores pointer to filter status struct in *st. This
127 Word16 lsp_init(lspState **st);
138 Word16 lsp_reset(lspState *st);
145 * Description : Stores NULL in *st
149 void lsp_exit(lspState **st);
167 void lsp(lspState *st, /* i/o : State struct */
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.h 121 * Description : Stores pointer to filter status struct in *st. This
125 Word16 Bgn_scd_init(Bgn_scdState **st);
132 Word16 Bgn_scd_reset(Bgn_scdState *st);
140 void Bgn_scd_exit(Bgn_scdState **st);
147 Word16 Bgn_scd(Bgn_scdState *st, /* i : State variables for bgn SCD */
  /toolchain/binutils/binutils-2.27/libiberty/
unlink-if-ordinary.c 65 struct stat st; local
67 if (lstat (name, &st) == 0
68 && (S_ISREG (st.st_mode) || S_ISLNK (st.st_mode)))
  /external/syslinux/com32/lib/sys/
ansi.c 73 struct term_state *st = ti->ts; local
76 struct curxy xy = st->xy;
78 switch (st->state) {
82 st->state = st_tbl;
83 st->parms[0] = ch;
103 if (st->autocr)
113 st->vtgraphics = 1;
116 st->vtgraphics = 0;
119 st->state = st_esc;
124 if (st->vtgraphics && (ch & 0xe0) == 0x60
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 46 dtx_encState * st
50 dtx_encState * st
72 Word16 dtx_enc_init(dtx_encState ** st, Word16 isf_init[], VO_MEM_OPERATOR *pMemOP)
76 if (st == (dtx_encState **) NULL)
81 *st = NULL;
90 *st = s;
99 Word16 dtx_enc_reset(dtx_encState * st, Word16 isf_init[])
103 if (st == (dtx_encState *) NULL)
108 st->hist_ptr = 0;
109 st->log_en_index = 0
    [all...]

Completed in 520 milliseconds

1 2 34 5 6 7 8 91011>>