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

<<11121314151617181920>>

  /external/libcups/filter/
interpret.c 77 static int cleartomark_stack(_cups_ps_stack_t *st);
78 static int copy_stack(_cups_ps_stack_t *st, int count);
79 static void delete_stack(_cups_ps_stack_t *st);
81 static void error_stack(_cups_ps_stack_t *st, const char *title);
82 static _cups_ps_obj_t *index_stack(_cups_ps_stack_t *st, int n);
84 static _cups_ps_obj_t *pop_stack(_cups_ps_stack_t *st);
85 static _cups_ps_obj_t *push_stack(_cups_ps_stack_t *st,
87 static int roll_stack(_cups_ps_stack_t *st, int c, int s);
88 static _cups_ps_obj_t *scan_ps(_cups_ps_stack_t *st, char **ptr);
89 static int setpagedevice(_cups_ps_stack_t *st,
514 _cups_ps_stack_t *st; \/* PostScript value stack *\/ local
895 _cups_ps_stack_t *st; \/* New stack *\/ local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 130 convert_sampler(struct st_context *st,
135 struct gl_context *ctx = st->ctx;
202 if (st->apply_texture_swizzle_to_border_color && sv) {
245 update_shader_samplers(struct st_context *st,
271 convert_sampler(st, sampler, texUnit);
293 st_get_texture_object(st->ctx, prog, unit);
319 cso_set_samplers(st->cso_context, shader_stage, *num_samplers, states);
324 update_samplers(struct st_context *st)
326 const struct gl_context *ctx = st->ctx;
328 update_shader_samplers(st,
    [all...]
st_gen_mipmap.c 80 struct st_context *st = st_context(ctx); local
100 st_flush_bitmap_cache(st);
101 st_invalidate_readpix_cache(st);
128 st_finalize_texture(ctx, st->pipe, texObj, 0);
156 if (!st->pipe->screen->get_param(st->pipe->screen,
158 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel,
161 if (!util_gen_mipmap(st->pipe, pt, format, baseLevel, lastLevel,
st_draw_feedback.c 58 struct st_context *st = st_context(ctx);
73 vinfo.num_attribs = st->state.vs->cso->state.num_outputs;
80 draw_set_vertex_info(st->draw, &vinfo);
124 struct st_context *st = st_context(ctx); local
125 struct pipe_context *pipe = st->pipe;
126 struct draw_context *draw = st_get_draw_context(st);
142 st_flush_bitmap_cache(st);
143 st_invalidate_readpix_cache(st);
145 st_validate_state(st, ST_PIPELINE_RENDER);
151 vp = st->vp
    [all...]
  /external/libjpeg-turbo/
jcarith.c 222 arith_encode (j_compress_ptr cinfo, unsigned char *st, int val)
232 sv = *st;
249 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
261 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
369 unsigned char *st; local
399 st = entropy->dc_stats[tbl] + entropy->dc_context[ci];
403 arith_encode(cinfo, st, 0);
407 arith_encode(cinfo, st, 1);
411 arith_encode(cinfo, st + 1, 0); /* Table F.4: SS = S0 + 1 */
412 st += 2; /* Table F.4: SP = S0 + 2 *
460 unsigned char *st; local
558 unsigned char *st; local
594 unsigned char *st; local
688 unsigned char *st; local
    [all...]
  /external/speex/libspeex/
kiss_fft.c 32 const kiss_fft_cfg st,
41 if (!st->inverse) {
48 tw1 = st->twiddles;
72 tw1 = st->twiddles;
89 const kiss_fft_cfg st,
101 if (st->inverse)
107 tw3 = tw2 = tw1 = st->twiddles;
137 tw3 = tw2 = tw1 = st->twiddles;
171 const kiss_fft_cfg st,
180 epi3 = st->twiddles[fstride*m]
466 kiss_fft_cfg st=NULL; local
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 178 // CHECK: fadd %st(0)
179 // CHECK: fadd %st(1)
180 // CHECK: fadd %st(7)
182 fadd %st(0)
183 fadd %st(1)
184 fadd %st(7)
287 // CHECK: faddp %st(0)
298 faddp %st
306 // CHECK: fcomi %st(2)
308 // CHECK: fucomi %st(2
    [all...]
  /external/toybox/toys/pending/
test.c 60 struct stat st; local
64 if (lstat(toys.optargs[1], &st) == -1) return;
65 nolink = !S_ISLNK(st.st_mode);
66 if (!nolink && (stat(toys.optargs[1], &st) == -1)) return;
68 if (id == 0) toys.exitval = !S_ISBLK(st.st_mode); // b
69 else if (id == 1) toys.exitval = !S_ISCHR(st.st_mode); // c
70 else if (id == 2) toys.exitval = !S_ISDIR(st.st_mode); // d
72 else if (id == 4) toys.exitval = !S_ISREG(st.st_mode); // f
73 else if (id == 5) toys.exitval = !(st.st_mode & S_ISGID); // g
75 else if (id == 8) toys.exitval = !S_ISFIFO(st.st_mode); //
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_3.cpp 41 st -- Pointer to type struct D_plsfState
48 st -- Pointer to type struct D_plsfState
49 lsp1_q -- Pointer to type Word16 -- quantized 1st LSP vector Q15
65 indices.1st order MA prediction and split by 3 vector
163 D_plsfState *st, /* i/o: State struct */
168 Word16 * lsp1_q, /* o : quantized 1st LSP vector, Q15 */
188 st->past_lsf_q[i],
214 st->past_r_q[i],
224 st->past_r_q[i] =
241 st->past_r_q[i]
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarNonDeterminismMessage.java 34 import org.stringtemplate.v4.ST;
68 ST st = getMessageTemplate(); local
72 st.add("input", input);
85 st.add("disabled", tokenName);
89 st.add("disabled", probe.getDisabledAlternatives(problemState));
109 st.addAggr("paths.{alt, states}", displayAltI, path);
116 st.add("conflictingTokens", tokenName);
119 st.add("conflictingAlts", displayAltI);
124 st.add("hasPredicateBlockedByAction", problemState.dfa.hasPredicateBlockedByAction)
    [all...]
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 136 // 8 caches created (for Static::s, gs1, gs3, arr_x, main::sm, ST<int>::st,
137 // ST<float>::st, ST<S4>::st)
304 struct ST {
305 static T st; member in struct:ST
306 #pragma omp threadprivate(st)
310 T ST<T>::st(23)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
refiner.c 110 const size_t st = ENH_FL0 - searchSegStartPos - tloc2; local
111 WebRtcSpl_MemSetW16(vect, 0, st);
112 WEBRTC_SPL_MEMCPY_W16(&vect[st], idata, ENH_VECTL - st);
114 const size_t st = searchSegStartPos + tloc2 - ENH_FL0; local
115 if ((st + ENH_VECTL) > idatal) {
116 const size_t en = st + ENH_VECTL - idatal;
117 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL - en);
120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
byteyears.py 45 st = statfunc(filename)
49 st = ()
50 if st:
51 anytime = st[itime]
52 size = st[ST_SIZE]
which.py 31 st = os.stat(filename)
34 if not S_ISREG(st[ST_MODE]):
37 mode = S_IMODE(st[ST_MODE])
41 ident = st[:3]
43 if st[:3] == ident:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 41 public StringTemplate st;
42 public Object getTemplate() { return st; }
43 public String toString() { return st==null?null:st.toString(); }
97 retval.st);
102 retval.st);
110 retval.st = <alt.alt>;
114 retval.st = <alt.alt>;
154 /** An action has %st.attrName=expr; or %{st}.attrName=expr; *
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
StatementEventTest.java 40 private static StatementEvent st = new StatementEvent(pc, null); field in class:StatementEventTest
57 assertNotNull(st);
71 assertNull(st.getStatement());
78 assertNull(st.getSQLException());
85 SerializationTest.verifySelf(st, STATEMENTEVENT_COMPARATOR);
  /external/dtc/
fstree.c 30 struct stat st; local
48 if (lstat(tmpname, &st) < 0)
51 if (S_ISREG(st.st_mode)) {
63 st.st_size));
67 } else if (S_ISDIR(st.st_mode)) {
  /external/libcxx/benchmarks/
algorithms.bench.cpp 11 void BM_Sort(benchmark::State& st, GenInputs gen) {
13 const auto in = gen(st.range(0));
22 while (st.KeepRunning()) {
27 st.PauseTiming();
30 st.ResumeTiming();
  /external/python/cpython2/Tools/scripts/
byteyears.py 45 st = statfunc(filename)
49 st = ()
50 if st:
51 anytime = st[itime]
52 size = st[ST_SIZE]
which.py 31 st = os.stat(filename)
34 if not S_ISREG(st[ST_MODE]):
37 mode = S_IMODE(st[ST_MODE])
41 ident = st[:3]
43 if st[:3] == ident:
  /external/python/cpython3/Tools/scripts/
byteyears.py 45 st = statfunc(filename)
49 st = ()
50 if st:
51 anytime = st[itime]
52 size = st[ST_SIZE]
which.py 31 st = os.stat(filename)
34 if not S_ISREG(st[ST_MODE]):
37 mode = S_IMODE(st[ST_MODE])
41 ident = st[:3]
43 if st[:3] == ident:
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 185 * Description : Stores pointer to filter status struct in *st. This
194 Word16 cod_amr_init(cod_amrState **st, Flag dtx);
205 Word16 cod_amr_reset(cod_amrState *st);
212 * Description : Stores NULL in *st
216 void cod_amr_exit(cod_amrState **st);
231 Word16 cod_amr_first(cod_amrState *st, /* i/o : State struct */
259 Word16 cod_amr(cod_amrState *st, /* i/o : State struct */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
synthesis_amr_wb.cpp 55 Decoder_State * st, (i/o) : State structure
145 Decoder_State * st, /* (i/o) : State structure */
179 (void *)st->mem_syn_hi,
183 (void *)st->mem_syn_lo,
188 pv_memcpy((void *)st->mem_syn_hi,
190 M*sizeof(*st->mem_syn_hi));
192 pv_memcpy((void *)st->mem_syn_lo,
194 M*sizeof(*st->mem_syn_lo));
201 &(st->mem_deemph));
205 st->mem_sig_out)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
malloc_test.go 22 st := new(MemStats)
23 ReadMemStats(st)
65 rst := reflect.ValueOf(st).Elem()
80 if st.Sys != st.HeapSys+st.StackSys+st.MSpanSys+st.MCacheSys+
81 st.BuckHashSys+st.GCSys+st.OtherSys
    [all...]

Completed in 497 milliseconds

<<11121314151617181920>>