Searched refs:nstate (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_state.c45 struct pipe_blend_state *nstate = CALLOC_STRUCT(pipe_blend_state); local
47 if (nstate == NULL) {
50 *nstate = *state;
51 return nstate;
57 struct pipe_depth_stencil_alpha_state *nstate = CALLOC_STRUCT(pipe_depth_stencil_alpha_state); local
59 if (nstate == NULL) {
62 *nstate = *state;
63 return nstate;
69 struct pipe_rasterizer_state *nstate = CALLOC_STRUCT(pipe_rasterizer_state); local
71 if (nstate
81 struct pipe_sampler_state *nstate = CALLOC_STRUCT(pipe_sampler_state); local
227 struct pipe_vertex_element *nstate = CALLOC_STRUCT(pipe_vertex_element); local
239 struct pipe_shader_state *nstate = CALLOC_STRUCT(pipe_shader_state); local
[all...]
/external/bison/lib/
H A Dmbrtowc.c59 size_t nstate = pstate[0]; local
64 switch (nstate)
79 m = nstate;
106 if (nstate >= (res > 0 ? res : 1))
108 res -= nstate;
300 size_t k = nstate;
/external/dhcpcd-6.8.2/
H A Dipv4.c908 struct dhcp_state *state = D_STATE(ifp), *nstate;
933 nstate = D_STATE(ifn);
934 if (nstate && !nstate->added &&
935 nstate->addr.s_addr == addr.s_addr)
943 &nstate->lease);
944 nstate->added =
962 nstate = D_STATE(ifn);
963 if (nstate && nstate
[all...]
/external/testng/doc/
H A Dprettify.js643 var nstate = state;
646 // nstate will not be equal to state, so it will append the token
647 nstate = -2;
652 nstate = 1;
654 nstate = 2;
656 nstate = 3;
658 if (nstate && pos < i) {
666 nstate = -1;
677 nstate = -1;
683 nstate
[all...]
/external/libxml2/
H A Drelaxng.c9968 xmlRelaxNGValidStatePtr nstate, tmpstate = ctxt->state; local
9972 nstate = xmlRelaxNGNewValidState(ctxt, node);
9973 ctxt->state = nstate;
9982 xmlRelaxNGFreeValidState(ctxt, nstate);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 172 milliseconds