HomeSort by relevance Sort by last modified time
    Searched full:rstate (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_arm.s 13 #define Rstate R3
27 MOVW state+12(FP), Rstate
38 MOVBU Ri<<2(Rstate), Rt
43 MOVBU Rj<<2(Rstate), Rt2
44 MOVB Rt2, Ri<<2(Rstate)
45 MOVB Rt, Rj<<2(Rstate)
50 MOVBU Rt<<2(Rstate), Rt
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_arm.s 13 #define Rstate R3
27 MOVW state+12(FP), Rstate
38 MOVBU Ri<<2(Rstate), Rt
43 MOVBU Rj<<2(Rstate), Rt2
44 MOVB Rt2, Ri<<2(Rstate)
45 MOVB Rt, Rj<<2(Rstate)
50 MOVBU Rt<<2(Rstate), Rt
  /external/ppp/pppd/plugins/radius/
radius.c 137 static struct radius_state rstate; variable in typeref:struct:radius_state
165 memset(&rstate, 0, sizeof(rstate));
167 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
168 sizeof(rstate.config_file));
225 if (rstate.choose_ip) {
226 *addrp = rstate.ip_addr;
262 /* Put user with potentially realm added in rstate.user */
266 radius_pre_auth_hook(rstate.user,
267 &rstate.authserver
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 700 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 = &dsa->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
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...]
evergreen_state.c 688 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 = &dsa->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
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...]
r600_state_common.c 175 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_RED, fui(state->color[0]))
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...]
r600_pipe.h 181 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/clang/lib/Analysis/
Consumed.cpp 973 RState = RTest.Var ? ThenStates->getState(RTest.Var) : CS_None;
983 } else if (LState == LTest.TestsFor && isKnownState(RState)) {
984 if (RState == RTest.TestsFor)
999 isKnownState(RState)) {
1001 if (RState == RTest.TestsFor)
1011 if (RState == CS_Unknown)
1013 else if (RState == invertConsumedUnconsumed(RTest.TestsFor))
1017 if (RState == CS_Unknown)
1020 else if (RState == RTest.TestsFor)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 302 struct r600_pipe_state rstate;
305 rstate.nregs = 0;
308 si_pm4_set_reg(&rstate, R_028438_SX_ALPHA_REF, alpha_ref);
si_state.c 2134 struct si_pipe_sampler_state *rstate = CALLOC_STRUCT(si_pipe_sampler_state); local
    [all...]
  /external/ppp/pppd/include/net/
slcompress.h 135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
vjcompress.h 127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:vjcompress
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info-1     [all...]

Completed in 1139 milliseconds