HomeSort by relevance Sort by last modified time
    Searched full:cstate (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
xvmc_private.h 60 struct vl_compositor_state cstate; member in struct:__anon14965
attributes.c 113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 60 struct vl_compositor_state cstate; member in struct:__anon25309
attributes.c 113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc);
  /external/libppp/src/
slcompress.c 87 register struct cstate *tstate = comp->tstate;
163 register struct cstate *cs = comp->last_cs->cs_next;
212 register struct cstate *lcs;
213 register struct cstate *lastcs = comp->last_cs;
226 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet
436 register struct cstate *cs;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 100 WebTestThemeControlWin::WebTestThemeControlWin(SkCanvas* canvas, const SkIRect& irect, Type ctype, State cstate)
104 , m_state(cstate)
112 , m_bgColor(bgColors[cstate])
  /external/linux-tools-perf/
builtin-timechart.c 136 #define CSTATE 1
389 pwr->type = CSTATE;
595 pwr->type = CSTATE;
680 if (pwr->type == CSTATE)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
506 java.util.Vector vnames = cstate.getVariableNames();
508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize());
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize());
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize());
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize());
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize())
    [all...]
ElemLiteralResult.java 101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
102 java.util.Vector vnames = cstate.getVariableNames();
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]
ElemTemplateElement.java 199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
200 cstate.pushStackMark();
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
209 cstate.popStackMark();
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 140 typedef unsigned CState;
146 CState state;
1007 p->opt[0].state = (CState)p->state;
1208 curOpt->state = (CState)state;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 141 typedef unsigned CState;
147 CState state;
1008 p->opt[0].state = (CState)p->state;
1209 curOpt->state = (CState)state;
    [all...]
  /external/lzma/C/
LzmaEnc.c 140 typedef unsigned CState;
146 CState state;
1007 p->opt[0].state = (CState)p->state;
1208 curOpt->state = (CState)state;
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 509 * cstate -- pppd's chap_state structure

Completed in 553 milliseconds

12