HomeSort by: relevance | last modified time | path
    Searched refs:aht (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
cpudists 60 while getopts aht:V name
cputimes 70 while getopts aht:TV name
  /src/external/cddl/dtracetoolkit/dist/Kernel/
cpudists 60 while getopts aht:V name
cputimes 70 while getopts aht:TV name
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 217 const arrow_head_type &aht, const line_type &lt,
226 base *= aht.height/hyp;
228 n *= aht.width/(hyp*2.0);
231 if (aht.solid && out->supports_filled_polygons()) {
1188 arrow_head_type aht; member in class:linear_object
1250 aht = a;
1273 if (aht.solid && out->supports_filled_polygons()) {
1274 base *= aht.height / hyp;
1275 draw_arrow(strt, strt - v[0], aht, lt,
1281 draw_arrow(sp, sp - v[0], aht, lt
    [all...]
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 358 #define EMAC_SET_FILTER(aht, crc) \
360 (aht)[3 - (((crc) >> 26) >> 4)] |= 1 << (((crc) >> 26) & 0xf); \
362 #define EMAC_SET_FILTER256(aht, crc) \
364 (aht)[7 - (((crc) >> 24) >> 5)] |= 1 << (((crc) >> 24) & 0x1f); \

Completed in 18 milliseconds