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

1 2 34 5 6 7 8 91011>>

  /external/openssl/include/openssl/
stack.h 87 void sk_pop_free(_STACK *st, void (*func)(void *));
89 void *sk_delete(_STACK *st, int loc);
90 void *sk_delete_ptr(_STACK *st, void *p);
91 int sk_find(_STACK *st, void *data);
92 int sk_find_ex(_STACK *st, void *data);
93 int sk_push(_STACK *st, void *data);
94 int sk_unshift(_STACK *st, void *data);
95 void *sk_shift(_STACK *st);
96 void *sk_pop(_STACK *st);
97 void sk_zero(_STACK *st);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
stat.h 50 #define INIT_STRUCT_STAT_PADDING(st) do { st.__unused4 = 0; st.__unused5 = 0; } while (0)
79 #define INIT_STRUCT_STAT64_PADDING(st) do { memset(&st.__pad0, 0, sizeof(st.__pad0)); memset(&st.__pad3, 0, sizeof(st.__pad3)); } while (0)
106 #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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_constbuf.c 55 void st_upload_constants( struct st_context *st,
73 _mesa_load_state_parameters(st->ctx, params);
79 if (st->constbuf_uploader) {
82 u_upload_data(st->constbuf_uploader, 0, paramBytes,
84 u_upload_unmap(st->constbuf_uploader);
99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
102 st->state.constants[shader_type].ptr = params->ParameterValues;
103 st->state.constants[shader_type].size = paramBytes;
105 else if (st->state.constants[shader_type].ptr)
    [all...]
st_cb_blit.h 40 st_init_blit(struct st_context *st);
43 st_destroy_blit(struct st_context *st);
st_cb_drawtex.h 25 st_destroy_drawtex(struct st_context *st);
35 st_destroy_drawtex(struct st_context *st)
st_cb_flush.h 43 st_flush(struct st_context *st,
47 st_finish(struct st_context *st);
st_gen_mipmap.h 40 st_init_generate_mipmap(struct st_context *st);
44 st_destroy_generate_mipmap(struct st_context *st);
st_atom_constbuf.h 36 void st_upload_constants( struct st_context *st,
st_atom_shader.h 37 st_free_translated_vertex_programs(struct st_context *st,
st_cb_drawpixels.h 44 st_destroy_drawpix(struct st_context *st);
47 st_make_drawpix_fragment_program(struct st_context *st,
52 st_make_drawpix_z_stencil_program(struct st_context *st,
64 st_destroy_drawpix(struct st_context *st)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 55 void st_upload_constants( struct st_context *st,
73 _mesa_load_state_parameters(st->ctx, params);
79 if (st->constbuf_uploader) {
82 u_upload_data(st->constbuf_uploader, 0, paramBytes,
84 u_upload_unmap(st->constbuf_uploader);
99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
102 st->state.constants[shader_type].ptr = params->ParameterValues;
103 st->state.constants[shader_type].size = paramBytes;
105 else if (st->state.constants[shader_type].ptr)
    [all...]
st_cb_blit.h 40 st_init_blit(struct st_context *st);
43 st_destroy_blit(struct st_context *st);
st_cb_drawtex.h 25 st_destroy_drawtex(struct st_context *st);
35 st_destroy_drawtex(struct st_context *st)
st_cb_flush.h 43 st_flush(struct st_context *st,
47 st_finish(struct st_context *st);
st_gen_mipmap.h 40 st_init_generate_mipmap(struct st_context *st);
44 st_destroy_generate_mipmap(struct st_context *st);
st_atom_constbuf.h 36 void st_upload_constants( struct st_context *st,
st_atom_shader.h 37 st_free_translated_vertex_programs(struct st_context *st,
st_cb_drawpixels.h 44 st_destroy_drawpix(struct st_context *st);
47 st_make_drawpix_fragment_program(struct st_context *st,
52 st_make_drawpix_z_stencil_program(struct st_context *st,
64 st_destroy_drawpix(struct st_context *st)
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.h 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22 #define BIT(obj,st) (((obj) >> (st)) & 1)
23 #define BITS(obj,st,fn) (((obj) >> (st)) & SUBMASK((fn) - (st)))
24 #define SBITS(obj,st,fn) \
25 ((long) (BITS(obj,st,fn) | ((long) BIT(obj,fn) * ~ SUBMASK(fn - st))))
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8utils.h 15 int UTF8GenericScan(const UTF8ScanObj* st,
  /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 */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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...]

Completed in 1312 milliseconds

1 2 34 5 6 7 8 91011>>