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

  /src/sys/arch/m68k/m68k/
m68k_trap.c 238 dumpssw(u_short ssw)
240 printf(" SSW: %x: ", ssw);
241 if (ssw & SSW4_CP)
243 if (ssw & SSW4_CU)
245 if (ssw & SSW4_CT)
247 if (ssw & SSW4_CM)
249 if (ssw & SSW4_MA)
251 if (ssw & SSW4_ATC)
253 if (ssw & SSW4_LK
    [all...]
buserr_2030.s 83 movw %sp@(FR_FMTA_SSW),%d0 | grab SSW for fault processing
118 movl %d0,%sp@- | and padded SSW
174 movl %sp@,%d0 | function code from ssw
201 movl %sp@,%d0 | ssw into low word of d0
216 | SSW word that we clobbered
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 425 hunits ssw = env_sentence_space_width(this); local
429 x += ssw;
431 width_list *w = new width_list(sw, ssw);
433 w->next = new width_list(sw, ssw);
434 if (line != 0 && line->merge_space(x, sw, ssw)) {
node.cpp 4369 int word_space_node::merge_space(hunits h, hunits sw, hunits ssw)
4376 w->next = new width_list(sw, ssw);

Completed in 22 milliseconds