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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 104 struct st_context *st = st_context(ctx); local
110 st_release_vp_variants( st, stvp );
121 st_release_basic_variants(st, stgp->Base.Target, &stgp->variants,
133 st_release_fp_variants(st, stfp);
144 st_release_basic_variants(st, sttcp->Base.Target, &sttcp->variants,
156 st_release_basic_variants(st, sttep->Base.Target,
168 st_release_cp_variants(st, stcp);
193 struct st_context *st = st_context(ctx); local
199 st_release_fp_variants(st, stfp);
200 if (!st_translate_fragment_program(st, stfp)
    [all...]
st_debug.c 88 struct st_context *st = st_context(ctx); local
94 for (i = 0; i < st->vp->state.num_inputs; i++) {
95 printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
99 if (st->vp->variants)
100 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
101 if (st->vp->Base.Parameters)
102 _mesa_print_parameter_list(st->vp->Base.Parameters);
104 tgsi_dump(st->fp->tgsi.tokens, 0);
105 if (st->fp->Base.Parameters)
106 _mesa_print_parameter_list(st->fp->Base.Parameters)
120 struct st_context *st = data; local
    [all...]
st_program.h 59 st_get_external_sampler_key(struct st_context *st, struct gl_program *prog)
69 st_get_texture_object(st->ctx, prog, unit);
89 struct st_context *st; /**< variants are per-context */ member in struct:st_fp_variant_key
160 struct st_context *st; /**< variants are per-context */ member in struct:st_vp_variant_key
230 struct st_context *st; /**< variants are per-context */ member in struct:st_basic_variant_key
342 st_reference_vertprog(struct st_context *st,
346 _mesa_reference_program(st->ctx,
352 st_reference_geomprog(struct st_context *st,
356 _mesa_reference_program(st->ctx,
362 st_reference_fragprog(struct st_context *st,
    [all...]
st_atom_constbuf.h 38 void st_upload_constants( struct st_context *st,
  /external/strace/tests/
nlattr_ifinfomsg.c 114 static const struct rtnl_link_stats st = { local
141 IFLA_STATS, pattern, st,
142 PRINT_FIELD_U("{", st, rx_packets);
143 PRINT_FIELD_U(", ", st, tx_packets);
144 PRINT_FIELD_U(", ", st, rx_bytes);
145 PRINT_FIELD_U(", ", st, tx_bytes);
146 PRINT_FIELD_U(", ", st, rx_errors);
147 PRINT_FIELD_U(", ", st, tx_errors);
148 PRINT_FIELD_U(", ", st, rx_dropped);
149 PRINT_FIELD_U(", ", st, tx_dropped)
    [all...]
  /external/strace/tests-m32/
nlattr_ifinfomsg.c 114 static const struct rtnl_link_stats st = { local
141 IFLA_STATS, pattern, st,
142 PRINT_FIELD_U("{", st, rx_packets);
143 PRINT_FIELD_U(", ", st, tx_packets);
144 PRINT_FIELD_U(", ", st, rx_bytes);
145 PRINT_FIELD_U(", ", st, tx_bytes);
146 PRINT_FIELD_U(", ", st, rx_errors);
147 PRINT_FIELD_U(", ", st, tx_errors);
148 PRINT_FIELD_U(", ", st, rx_dropped);
149 PRINT_FIELD_U(", ", st, tx_dropped)
    [all...]
  /external/strace/tests-mx32/
nlattr_ifinfomsg.c 114 static const struct rtnl_link_stats st = { local
141 IFLA_STATS, pattern, st,
142 PRINT_FIELD_U("{", st, rx_packets);
143 PRINT_FIELD_U(", ", st, tx_packets);
144 PRINT_FIELD_U(", ", st, rx_bytes);
145 PRINT_FIELD_U(", ", st, tx_bytes);
146 PRINT_FIELD_U(", ", st, rx_errors);
147 PRINT_FIELD_U(", ", st, tx_errors);
148 PRINT_FIELD_U(", ", st, rx_dropped);
149 PRINT_FIELD_U(", ", st, tx_dropped)
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
umodarith.h 408 "fmulp %%st, %%st(1)\n\t"
410 "fmul %%st(1), %%st\n\t"
412 "fadd %%st, %%st(1)\n\t"
413 "fsubrp %%st, %%st(1)\n\t"
415 "fmulp %%st, %%st(1)\n\t
527 fmul st, st(1) local
556 fmul st, st(1) local
563 fmul st, st(2) local
564 fadd st, st(1) local
565 fsub st, st(1) local
570 fmul st, st(2) local
571 fadd st, st(1) local
601 fmul st, st(1) local
603 fmul st, st(2) local
607 fadd st, st(1) local
609 fadd st, st(1) local
611 fsub st, st(1) local
615 fmul st, st(2) local
    [all...]
  /external/speex/libspeex/
kiss_fftr.c 35 kiss_fftr_cfg st = NULL; local
48 st = (kiss_fftr_cfg) KISS_FFT_MALLOC (memneeded);
51 st = (kiss_fftr_cfg) mem;
54 if (!st)
57 st->substate = (kiss_fft_cfg) (st + 1); /*just beyond kiss_fftr_state struct */
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
59 st->super_twiddles = st->tmpbuf + nfft
    [all...]
  /external/elfutils/libebl/
eblstrtab.c 117 morememory (struct Ebl_Strtab *st, size_t len)
129 newmem->next = st->memory;
130 st->memory = newmem;
131 st->backp = newmem->memory;
132 st->left = len - overhead;
139 ebl_strtabfree (struct Ebl_Strtab *st)
141 struct memoryblock *mb = st->memory;
150 free (st);
155 newstring (struct Ebl_Strtab *st, const char *str, size_t len)
159 - (((uintptr_t) st->backp
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block,
35 ste->ste_table = st;
67 if (st->st_cur != NULL &&
68 (st->st_cur->ste_nested ||
69 st->st_cur->ste_type == FunctionBlock))
75 if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
164 static int symtable_analyze(struct symtable *st);
165 static int symtable_warn(struct symtable *st, char *msg, int lineno);
166 static int symtable_enter_block(struct symtable *st, identifier name,
168 static int symtable_exit_block(struct symtable *st, void *ast);
197 struct symtable *st; local
221 struct symtable *st = symtable_new(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block,
33 ste->ste_table = st;
65 if (st->st_cur != NULL &&
66 (st->st_cur->ste_nested ||
67 st->st_cur->ste_type == FunctionBlock))
73 if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
162 static int symtable_analyze(struct symtable *st);
163 static int symtable_warn(struct symtable *st, char *msg, int lineno);
164 static int symtable_enter_block(struct symtable *st, identifier name,
166 static int symtable_exit_block(struct symtable *st, void *ast);
195 struct symtable *st; local
219 struct symtable *st = symtable_new(); local
    [all...]
  /external/python/cpython2/Python/
symtable.c 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block,
35 ste->ste_table = st;
67 if (st->st_cur != NULL &&
68 (st->st_cur->ste_nested ||
69 st->st_cur->ste_type == FunctionBlock))
75 if (PyDict_SetItem(st->st_symbols, ste->ste_id, (PyObject *)ste) < 0)
164 static int symtable_analyze(struct symtable *st);
165 static int symtable_warn(struct symtable *st, char *msg, int lineno);
166 static int symtable_enter_block(struct symtable *st, identifier name,
168 static int symtable_exit_block(struct symtable *st, void *ast)
197 struct symtable *st; local
221 struct symtable *st = symtable_new(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 50 Statement st = null; local
55 st = conn.createStatement(ResultSet.TYPE_FORWARD_ONLY,
57 st.execute("select id, name from zoo");
58 rs = st.getResultSet();
68 st.close();
75 st = conn.createStatement(ResultSet.TYPE_FORWARD_ONLY,
77 st.execute("select id, name from zoo");
78 rs = st.getResultSet();
89 st.close();
96 st = conn.createStatement(ResultSet.TYPE_FORWARD_ONLY
183 Statement st = null; local
215 Statement st = null; local
260 Statement st = null; local
308 Statement st = null; local
390 Statement st = null; local
470 Statement st = null; local
560 Statement st = null; local
673 Statement st = null; local
756 Statement st = null; local
842 Statement st = null; local
887 Statement st = null; local
1125 Statement st = null; local
1171 Statement st = null; local
1228 Statement st = null; local
1288 Statement st = null; local
1939 PreparedStatement st = null; local
2000 PreparedStatement st = null; local
2025 PreparedStatement st = null; local
2180 Statement st = conn.createStatement(); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ToolMessage.java 30 import org.stringtemplate.v4.ST;
62 ST st = getMessageTemplate(); local
64 st.add("arg", arg);
67 st.add("arg2", arg2);
70 st.add("exception", e);
71 st.add("stackTrace", e.getStackTrace());
73 return super.toString(st);
  /external/libcxx/benchmarks/
util_smartptr.bench.cpp 14 static void BM_SharedPtrCreateDestroy(benchmark::State& st) {
15 while (st.KeepRunning()) {
22 static void BM_SharedPtrIncDecRef(benchmark::State& st) {
25 while (st.KeepRunning()) {
32 static void BM_WeakPtrIncDecRef(benchmark::State& st) {
35 while (st.KeepRunning()) {
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.h 124 * Description : Stores pointer to filter status struct in *st. This
130 Word16 dtx_enc_init(dtx_encState **st);
141 Word16 dtx_enc_reset(dtx_encState *st);
148 * Description : Stores NULL in *st
152 void dtx_enc_exit(dtx_encState **st);
163 void dtx_enc(dtx_encState *st, /* i/o : State struct */
179 void dtx_buffer(dtx_encState *st, /* i/o : State struct */
196 Word16 tx_dtx_handler(dtx_encState *st, /* i/o : State struct */
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
util_smartptr.bench.cpp 14 static void BM_SharedPtrCreateDestroy(benchmark::State& st) {
15 while (st.KeepRunning()) {
22 static void BM_SharedPtrIncDecRef(benchmark::State& st) {
25 while (st.KeepRunning()) {
32 static void BM_WeakPtrIncDecRef(benchmark::State& st) {
35 while (st.KeepRunning()) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 52 struct svga_transfer *st,
59 struct svga_texture *texture = svga_texture(st->base.resource);
63 assert(!st->use_direct_map);
79 st->slice,
90 ret = SVGA3D_SurfaceDMA(svga->swc, st, transfer, &box, 1, flags);
93 ret = SVGA3D_SurfaceDMA(svga->swc, st, transfer, &box, 1, flags);
101 struct svga_transfer *st,
105 struct svga_texture *texture = svga_texture(st->base.resource);
110 assert(!st->use_direct_map);
121 if (!st->swbuf)
543 struct svga_transfer *st; local
843 struct svga_transfer *st = svga_transfer(transfer); local
    [all...]
  /system/chre/external/kiss_fft/
kiss_fftr.c 30 kiss_fftr_cfg st = NULL; local
43 st = (kiss_fftr_cfg) KISS_FFT_MALLOC (memneeded);
46 st = (kiss_fftr_cfg) mem;
49 if (!st)
52 st->substate = (kiss_fft_cfg) (st + 1); /*just beyond kiss_fftr_state struct */
53 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
54 st->super_twiddles = st->tmpbuf + nfft
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 553 st -- pointer to type vadState1 -- State struct
558 st -- pointer to type vadState1 -- State struct
614 vadState1 *st, /* i/o : State struct */
625 first_filter_stage(in, tmp_buf, st->a_data5[0], pOverflow);
629 filter5(&tmp_buf[4*i], &tmp_buf[4*i+2], st->a_data5[1], pOverflow);
630 filter5(&tmp_buf[4*i+1], &tmp_buf[4*i+3], st->a_data5[2], pOverflow);
634 filter3(&tmp_buf[8*i+0], &tmp_buf[8*i+4], &st->a_data3[0], pOverflow);
635 filter3(&tmp_buf[8*i+2], &tmp_buf[8*i+6], &st->a_data3[1], pOverflow);
636 filter3(&tmp_buf[8*i+3], &tmp_buf[8*i+7], &st->a_data3[4], pOverflow);
641 filter3(&tmp_buf[16*i+0], &tmp_buf[16*i+8], &st->a_data3[2], pOverflow)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.h 115 Word16 Post_Process_reset(Post_ProcessState *st);
119 void Post_Process_exit(Post_ProcessState **st);
121 stores NULL in *st
125 Post_ProcessState *st, /* i/o : post process state */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
util.h 37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 58 struct WithFields st; local
59 st.f1 = 0; // expected-note {{Null pointer value stored to 'st.f1'}}
60 initStruct(x, &st); //expected-note {{Calling 'initStruct'}}
62 return (*st.f1); //expected-warning {{Dereference of null pointer}}
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
p_ol_wgh.h 108 Word16 p_ol_wgh_init(pitchOLWghtState **st);
110 Stores pointer to filter status struct in *st. This pointer has to
115 Word16 p_ol_wgh_reset(pitchOLWghtState *st);
120 void p_ol_wgh_exit(pitchOLWghtState **st);
122 stores NULL in *st
126 pitchOLWghtState *st, /* i/o : State struct */

Completed in 761 milliseconds

1 2 3 4 56 7 8 91011>>