HomeSort by relevance Sort by last modified time
    Searched defs:ctable (Results 1 - 5 of 5) sorted by null

  /external/libnl/lib/route/qdisc/
htb.c 213 uint32_t mtu, rtable[RTNL_TC_RTABLE_SIZE], ctable[RTNL_TC_RTABLE_SIZE]; local
232 rtnl_tc_build_rate_table(tc, &htb->ch_ceil, ctable);
261 NLA_PUT(msg, TCA_HTB_CTAB, sizeof(ctable), &ctable);
  /external/libcups/filter/
rastertoepson.c 423 static int ctable[6] = { 0, 2, 1, 4, 18, 17 }; local
570 printf("\033(r%c%c%c%c", 2, 0, 1, ctable[plane] & 15);
573 printf("\033r%c", ctable[plane + 1]);
576 printf("\033r%c", ctable[plane]); /* Set color */
599 putchar(ctable[plane]);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 793 CountersTable ctable = transformer.getCountersTable(); local
815 list[0] = ctable.countNode(xctxt, this, sourceNode);
832 list[lastIndex - i] = ctable.countNode(xctxt, this, target);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 606 const SkPMColor* ctable = pSource->GetPalette(); local
617 dstRow[x] = ctable[index];
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 10555 CTabHandle ctable; local
10575 CTabHandle ctable; local
10795 CTabHandle ctable; local
    [all...]

Completed in 1217 milliseconds