Searched defs:rstate (Results 1 - 17 of 17) sorted by relevance

/external/ppp/pppd/include/net/
H A Dvjcompress.h127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:vjcompress
H A Dslcompress.h135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
/external/ppp/pppd/plugins/radius/
H A Dradius.c135 static struct radius_state rstate; variable in typeref:struct:radius_state
163 memset(&rstate, 0, sizeof(rstate));
165 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
166 sizeof(rstate.config_file));
223 if (rstate.choose_ip) {
224 *addrp = rstate.ip_addr;
260 /* Put user with potentially realm added in rstate.user */
264 radius_pre_auth_hook(rstate.user,
265 &rstate
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_state_common.c175 struct r600_pipe_state *rstate; local
178 rstate = &blend->rstate;
179 rctx->states[rstate->id] = rstate;
180 r600_context_pipe_state_set(rctx, rstate);
220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
222 if (rstate == NULL)
225 rstate->id = R600_PIPE_STATE_BLEND_COLOR;
226 r600_pipe_state_add_reg(rstate, R_028414_CB_BLEND_RE
240 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
288 struct r600_pipe_state *rstate; local
460 struct r600_pipe_state *rstate = (struct r600_pipe_state *)state; local
[all...]
H A Devergreen_state.c688 struct r600_pipe_state *rstate; local
697 rstate = &blend->rstate;
699 rstate->id = R600_PIPE_STATE_BLEND;
724 r600_pipe_state_add_reg(rstate, R_028808_CB_COLOR_CONTROL,
756 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl[i]);
759 r600_pipe_state_add_reg(rstate, R_028B70_DB_ALPHA_TO_MASK,
767 return rstate;
783 struct r600_pipe_state *rstate; local
794 rstate
839 struct r600_pipe_state *rstate; local
1135 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1199 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1528 evergreen_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1588 cayman_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1696 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2970 struct r600_pipe_state *rstate = &shader->rstate; local
3119 struct r600_pipe_state *rstate = &shader->rstate; local
3171 struct r600_pipe_state *rstate = &ve->rstate; local
3182 struct r600_pipe_state *rstate; local
3194 struct r600_pipe_state *rstate; local
3224 struct r600_pipe_state rstate; local
[all...]
H A Dr600_state.c700 struct r600_pipe_state *rstate; local
706 rstate = &blend->rstate;
708 rstate->id = R600_PIPE_STATE_BLEND;
774 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, bc);
776 r600_pipe_state_add_reg(rstate, R_028804_CB_BLEND_CONTROL, bc);
779 r600_pipe_state_add_reg(rstate, R_028D44_DB_ALPHA_TO_MASK,
787 return rstate;
803 struct r600_pipe_state *rstate; local
814 rstate
858 struct r600_pipe_state *rstate; local
1134 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1177 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1215 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1520 r600_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1584 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2100 struct r600_pipe_state rstate; local
2464 struct r600_pipe_state *rstate = &shader->rstate; local
2583 struct r600_pipe_state *rstate = &shader->rstate; local
2633 struct r600_pipe_state *rstate; local
2647 struct r600_pipe_state *rstate; local
2669 struct r600_pipe_state *rstate; local
2681 struct r600_pipe_state *rstate; local
2722 struct r600_pipe_state rstate; local
[all...]
H A Dr600_pipe.h181 struct r600_pipe_state rstate; member in struct:r600_pipe_rasterizer
195 struct r600_pipe_state rstate; member in struct:r600_pipe_blend
203 struct r600_pipe_state rstate; member in struct:r600_pipe_dsa
216 struct r600_pipe_state rstate; member in struct:r600_vertex_element
239 struct r600_pipe_state rstate; member in struct:r600_pipe_shader
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c175 struct r600_pipe_state *rstate; local
178 rstate = &blend->rstate;
179 rctx->states[rstate->id] = rstate;
180 r600_context_pipe_state_set(rctx, rstate);
220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
222 if (rstate == NULL)
225 rstate->id = R600_PIPE_STATE_BLEND_COLOR;
226 r600_pipe_state_add_reg(rstate, R_028414_CB_BLEND_RE
240 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
288 struct r600_pipe_state *rstate; local
460 struct r600_pipe_state *rstate = (struct r600_pipe_state *)state; local
[all...]
H A Devergreen_state.c688 struct r600_pipe_state *rstate; local
697 rstate = &blend->rstate;
699 rstate->id = R600_PIPE_STATE_BLEND;
724 r600_pipe_state_add_reg(rstate, R_028808_CB_COLOR_CONTROL,
756 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl[i]);
759 r600_pipe_state_add_reg(rstate, R_028B70_DB_ALPHA_TO_MASK,
767 return rstate;
783 struct r600_pipe_state *rstate; local
794 rstate
839 struct r600_pipe_state *rstate; local
1135 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1199 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1220 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1528 evergreen_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1588 cayman_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1696 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2970 struct r600_pipe_state *rstate = &shader->rstate; local
3119 struct r600_pipe_state *rstate = &shader->rstate; local
3171 struct r600_pipe_state *rstate = &ve->rstate; local
3182 struct r600_pipe_state *rstate; local
3194 struct r600_pipe_state *rstate; local
3224 struct r600_pipe_state rstate; local
[all...]
H A Dr600_state.c700 struct r600_pipe_state *rstate; local
706 rstate = &blend->rstate;
708 rstate->id = R600_PIPE_STATE_BLEND;
774 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, bc);
776 r600_pipe_state_add_reg(rstate, R_028804_CB_BLEND_CONTROL, bc);
779 r600_pipe_state_add_reg(rstate, R_028D44_DB_ALPHA_TO_MASK,
787 return rstate;
803 struct r600_pipe_state *rstate; local
814 rstate
858 struct r600_pipe_state *rstate; local
1134 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1177 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1215 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
1520 r600_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1584 struct r600_pipe_state *rstate = CALLOC_STRUCT(r600_pipe_state); local
2100 struct r600_pipe_state rstate; local
2464 struct r600_pipe_state *rstate = &shader->rstate; local
2583 struct r600_pipe_state *rstate = &shader->rstate; local
2633 struct r600_pipe_state *rstate; local
2647 struct r600_pipe_state *rstate; local
2669 struct r600_pipe_state *rstate; local
2681 struct r600_pipe_state *rstate; local
2722 struct r600_pipe_state rstate; local
[all...]
H A Dr600_pipe.h181 struct r600_pipe_state rstate; member in struct:r600_pipe_rasterizer
195 struct r600_pipe_state rstate; member in struct:r600_pipe_blend
203 struct r600_pipe_state rstate; member in struct:r600_pipe_dsa
216 struct r600_pipe_state rstate; member in struct:r600_vertex_element
239 struct r600_pipe_state rstate; member in struct:r600_pipe_shader
/external/openfst/src/include/fst/
H A Drandgen.h183 // Samples 'rstate.nsamples' from state 'state_id'. The 'rstate.length' is
184 // the length of the path to 'rstate'. Returns true if samples were
189 bool Sample(const RandState<A> &rstate) { argument
191 if ((fst_.NumArcs(rstate.state_id) == 0 &&
192 fst_.Final(rstate.state_id) == Weight::Zero()) ||
193 rstate.length == max_length_) {
198 for (size_t i = 0; i < rstate.nsamples; ++i)
199 ++sample_map_[arc_selector_(fst_, rstate.state_id)];
268 bool Sample(const RandState<A> &rstate) { argument
392 RandState<A> *rstate = new RandState<A>(s, npath_, 0, 0, 0); local
451 const RandState<A> &rstate = *state_table_[s]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c2134 struct si_pipe_sampler_state *rstate = CALLOC_STRUCT(si_pipe_sampler_state); local
2139 if (rstate == NULL) {
2158 rstate->val[0] = (S_008F30_CLAMP_X(si_tex_wrap(state->wrap_s)) |
2166 rstate->val[1] = (S_008F34_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 8)) |
2168 rstate->val[2] = (S_008F38_LOD_BIAS(S_FIXED(CLAMP(state->lod_bias, -16, 16), 8)) |
2172 rstate->val[3] = S_008F3C_BORDER_COLOR_TYPE(border_color_type);
2182 return rstate;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2134 struct si_pipe_sampler_state *rstate = CALLOC_STRUCT(si_pipe_sampler_state); local
2139 if (rstate == NULL) {
2158 rstate->val[0] = (S_008F30_CLAMP_X(si_tex_wrap(state->wrap_s)) |
2166 rstate->val[1] = (S_008F34_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 8)) |
2168 rstate->val[2] = (S_008F38_LOD_BIAS(S_FIXED(CLAMP(state->lod_bias, -16, 16), 8)) |
2172 rstate->val[3] = S_008F3C_BORDER_COLOR_TYPE(border_color_type);
2182 return rstate;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1271 int rstate; /* where we are when reading */ member in struct:ssl_st
1508 /* The following 2 states are kept in ssl->rstate when reads fail,
/external/openssl/include/openssl/
H A Dssl.h1257 int rstate; /* where we are when reading */ member in struct:ssl_st
1540 /* The following 2 states are kept in ssl->rstate when reads fail,
/external/openssl/ssl/
H A Dssl.h1257 int rstate; /* where we are when reading */ member in struct:ssl_st
1540 /* The following 2 states are kept in ssl->rstate when reads fail,

Completed in 5091 milliseconds