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

<<11121314151617181920>>

  /external/libjpeg-turbo/
jdarith.c 112 arith_decode (j_decompress_ptr cinfo, unsigned char *st)
157 sv = *st;
171 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
174 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
180 *st = (sv & 0x80) ^ nl; /* Estimate_after_LPS */
183 *st = (sv & 0x80) ^ nm; /* Estimate_after_MPS */
251 unsigned char *st; local
274 st = entropy->dc_stats[tbl] + entropy->dc_context[ci];
277 if (arith_decode(cinfo, st) == 0)
282 sign = arith_decode(cinfo, st + 1)
330 unsigned char *st; local
403 unsigned char *st; local
438 unsigned char *st; local
507 unsigned char *st; local
    [all...]
  /external/libopus/celt/arm/
fft_arm.h 41 int opus_fft_alloc_arm_neon(kiss_fft_state *st);
42 void opus_fft_free_arm_neon(kiss_fft_state *st);
44 void opus_fft_neon(const kiss_fft_state *st,
48 void opus_ifft_neon(const kiss_fft_state *st,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_scissor.c 45 update_scissor( struct st_context *st )
48 const struct gl_context *ctx = st->ctx;
92 if (memcmp(&scissor[i], &st->state.scissor[i], sizeof(scissor[0])) != 0) {
94 st->state.scissor[i] = scissor[i]; /* struct copy */
99 st->pipe->set_scissor_states(st->pipe, 0, ctx->Const.MaxViewports, scissor); /* activate */
103 update_window_rectangles(struct st_context *st)
106 const struct gl_context *ctx = st->ctx;
124 if (num_rects > 0 && memcmp(new_rects, st->state.window_rects.rects,
126 memcpy(st->state.window_rects.rects, new_rects
    [all...]
st_draw.h 46 void st_init_draw( struct st_context *st );
48 void st_destroy_draw( struct st_context *st );
50 struct draw_context *st_get_draw_context(struct st_context *st);
91 st_draw_quad(struct st_context *st,
st_sampler_view.h 61 st_texture_get_sampler_view(struct st_context *st,
65 st_texture_release_sampler_view(struct st_context *st,
69 st_texture_release_all_sampler_views(struct st_context *st,
77 st_get_texture_sampler_view_from_stobj(struct st_context *st,
st_cb_perfmon.h 76 st_have_perfmon(struct st_context *st);
79 st_destroy_perfmon(struct st_context *st);
st_nir.h 40 struct nir_shader * st_glsl_to_nir(struct st_context *st, struct gl_program *prog,
44 void st_finalize_nir(struct st_context *st, struct gl_program *prog, struct nir_shader *nir);
  /external/python/cpython2/Modules/_sqlite/
util.h 37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
  /external/python/cpython3/Modules/_sqlite/
util.h 37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.h 135 ec_gain_codeState *st, /* i/o : State struct */
150 ec_gain_codeState *st, /* i/o : State struct */
181 ec_gain_pitchState *st, /* i/o : state variables */
195 ec_gain_pitchState *st, /* i/o : state variables */
lsp_avg.h 123 lsp_avgState *st, /* i/o : State struct Q15 */
agc.h 121 Word16 agc_reset(agcState *st);
136 agcState *st, /* i/o : agc state */
pstfilt.h 115 Word16 Post_Filter_reset(Post_FilterState *st);
121 Post_FilterState *st, /* i/o : post filter states */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gain_q.h 133 Word16 gainQuant_init(gainQuantState **st);
135 Stores pointer to filter status struct in *st. This pointer has to
139 Word16 gainQuant_reset(gainQuantState *st);
143 void gainQuant_exit(gainQuantState **st);
145 stores NULL in *st
149 gainQuantState *st, /* i/o : State struct */
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ProxyWriter.java 67 * @param st The start offset
71 public void write(char[] chr, int st, int end) throws IOException {
72 out.write(chr, st, end);
87 * @param st The start offset
91 public void write(String str, int st, int end) throws IOException {
92 out.write(str, st, end);
  /system/core/libcutils/
ashmem-dev.cpp 52 struct stat st; local
59 ret = TEMP_FAILURE_RETRY(fstat(fd, &st));
66 if (!S_ISCHR(st.st_mode) || !st.st_rdev) {
72 __ashmem_rdev = st.st_rdev;
91 struct stat st; local
93 if (TEMP_FAILURE_RETRY(fstat(fd, &st)) < 0) {
98 if (S_ISCHR(st.st_mode) && st.st_rdev) {
115 if (st.st_rdev == rdev)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
parallel-2.s 4 st r4,@(r6)
  /external/libopus/include/
opus_multistream.h 279 * The memory pointed to by \a st must be at least the size returned by
286 * @param st <tt>OpusMSEncoder*</tt>: Multistream encoder state to initialize.
327 OpusMSEncoder *st,
337 OpusMSEncoder *st,
348 * @param st <tt>OpusMSEncoder*</tt>: Multistream encoder state.
378 OpusMSEncoder *st,
386 * @param st <tt>OpusMSEncoder*</tt>: Multistream encoder state.
423 OpusMSEncoder *st,
432 * @param st <tt>OpusMSEncoder*</tt>: Multistream encoder state to be freed.
434 OPUS_EXPORT void opus_multistream_encoder_destroy(OpusMSEncoder *st);
    [all...]
  /system/chre/external/kiss_fft/
kiss_fft.c 24 const kiss_fft_cfg st,
29 kiss_fft_cpx * tw1 = st->twiddles;
47 const kiss_fft_cfg st,
58 tw3 = tw2 = tw1 = st->twiddles;
77 if(st->inverse) {
95 const kiss_fft_cfg st,
104 epi3 = st->twiddles[fstride*m];
106 tw1=tw2=st->twiddles;
139 const kiss_fft_cfg st,
146 kiss_fft_cpx * twiddles = st->twiddles
341 kiss_fft_cfg st=NULL; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_mnt.c 27 static int memfd_getattr(const char *path, struct stat *st)
29 memset(st, 0, sizeof(*st));
32 st->st_mode = S_IFDIR | 0755;
33 st->st_nlink = 2;
35 st->st_mode = S_IFREG | 0444;
36 st->st_nlink = 1;
37 st->st_size = strlen(memfd_content);
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AK8975.h 35 #define AK8975_ST_ERROR(st) (((st)&0x09) != 0x01)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-arc-1.s 7 st.a r13,[sp,-48]
15 st.a fp,[sp,-4]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RecursionOverflowMessage.java 32 import org.stringtemplate.v4.ST;
70 ST st = getMessageTemplate(); local
71 st.add("targetRules", targetRules);
72 st.add("alt", alt);
73 st.add("callSiteStates", callSiteStates);
78 st.add("input", input);
80 return super.toString(st);
  /external/elfutils/lib/
crc32_file.c 47 struct stat st; local
48 if (fstat (fd, &st) == 0)
51 size_t mapsize = st.st_size;
66 if (st.st_size <= (off_t) mapsize)
68 *resp = crc32 (crc, mapped, st.st_size);
74 st.st_size -= mapsize;
  /external/fio/lib/
mountcheck.c 41 struct statfs *st; local
44 ret = getmntinfo(&st, MNT_NOWAIT);
49 if (!strcmp(st[i].f_mntfromname, dev))
62 struct statvfs *st; local
65 ret = getmntinfo(&st, MNT_NOWAIT);
70 if (!strcmp(st[i].f_mntfromname, dev))

Completed in 1073 milliseconds

<<11121314151617181920>>