HomeSort by relevance Sort by last modified time
    Searched refs:nstate (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 45 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 == NULL)
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/mesa3d/src/gallium/drivers/noop/
noop_state.c 45 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 == NULL)
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/openfst/src/include/fst/extensions/far/
info.h 33 void CountStatesAndArcs(const Fst<Arc> &fst, size_t *nstate, size_t *narc) {
35 for (; !siter.Done(); siter.Next(), ++(*nstate)) {
44 size_t nstate; member in struct:fst::KeyInfo
48 : key(k), type(t), nstate(ns), narc(na) {}
61 size_t nfst = 0, nstate = 0, narc = 0; local
72 CountStatesAndArcs(fst, &info.nstate, &info.narc);
73 nstate += info.nstate;
74 nstate += info.narc;
77 CountStatesAndArcs(fst, &nstate, &narc)
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsify.c 222 enum namestate nstate; local
234 nstate = N_START;
399 nstate = N_OPEN;
437 nstate = N_DEVICE;
478 nstate = N_DOT;
491 nstate = N_DEVICE;
502 nstate = N_DOT;
530 nstate = N_DOT;
533 if ((nstate == N_DOT)
540 nstate = N_CLOSED
    [all...]
  /external/bison/lib/
mbrtowc.c 59 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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbrtowc.c 58 size_t nstate = pstate[0]; local
63 switch (nstate)
78 m = nstate;
105 if (nstate >= (res > 0 ? res : 1))
107 res -= nstate;
293 size_t k = nstate;
  /external/openfst/src/bin/
fstdeterminize.cc 26 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstprune.cc 26 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstrmepsilon.cc 27 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstshortestdistance.cc 31 DEFINE_int64(nstate, fst::kNoStateId, "State number threhold");
fstshortestpath.cc 28 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 280 int nstate; /* Number of states */ member in struct:lemon
841 stp->statenum = lemp->nstate++; /* Every state gets a sequence number */
931 for(i=0; i<lemp->nstate; i++){
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 9912 xmlRelaxNGValidStatePtr nstate, tmpstate = ctxt->state; local
    [all...]
  /external/libxml2/
relaxng.c 9942 xmlRelaxNGValidStatePtr nstate, tmpstate = ctxt->state; local
    [all...]

Completed in 394 milliseconds