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

  /src/sys/dev/ir/
irframe.c 90 /* In case we just have tty attachment. */
284 #define CASE(s) case s: if (!(sc->sc_speedmask & CONC(IRDA_SPEED_,s))) return (EINVAL); break
286 CASE(2400);
287 CASE(9600);
288 CASE(19200);
289 CASE(38400);
290 CASE(57600);
291 CASE(115200);
292 CASE(576000)
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-to-upper.mk 14 .if ${:UMixeD case.:tu} != "MIXED CASE."
  /src/usr.bin/xlint/lint1/
op.h 126 CASE, /* does not appear in the tree */
func.c 408 warning(193, "case");
440 /* duplicate case '%ju' in switch */
443 /* duplicate case '%jd' in switch */
465 /* case not in switch */
474 /* non-constant case expression */
480 /* non-integral case expression */
492 /* fallthrough on case statement */
499 /* case label must be of type 'int' in traditional C */
505 convert_constant(CASE, 0, cs->c_switch_type, &nv, v);
668 * Warn if the number of case labels is different from th
    [all...]
tree.c 517 case MULT:
521 case DIV:
525 case MOD:
529 case PLUS:
533 case MINUS:
539 case SHL:
543 case SHR:
547 case BITAND:
551 case BITXOR:
555 case BITOR
    [all...]
  /src/bin/ksh/
lex.h 87 #define CASE 265
syn.c 232 case LWORD:
233 case REDIR:
242 case REDIR:
248 case LWORD:
264 case '(':
291 case '(':
295 case '{': /*}*/
300 case MDPAREN:
316 case DBRACKET: /* [[ .. ]] */
335 case FOR
    [all...]
  /src/sys/dev/stbi/
stb_image.c 141 // by calling stbi_convert_iphone_png_to_rgb(0), in which case
891 // special case: we've only got the special 0 character at the end
999 #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
1003 CASE(1,2) dest[0]=src[0], dest[1]=255;
1005 CASE(1,3) dest[0]=dest[1]=dest[2]=src[0];
1007 CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255;
1009 CASE(2,1) dest[0]=src[0];
1011 CASE(2,3) dest[0]=dest[1]=dest[2]=src[0];
1013 CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]
    [all...]
  /src/usr.bin/m4/TEST/
test.m4 59 string(CASE, "case")
211 smaller ones. In either case, new spells must be found.
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 368 set SPCOND_FLG, LV+10 # flag: special case (see below)
5054 #--THIS IS THE USUAL CASE, |X| <= 15 PI.
5215 # mov.w &0x0000,XDCARE(%a6) # JUST IN CASE
5265 #--THIS IS THE USUAL CASE, |X| <= 15 PI.
5481 #--case, reduce argument by one remainder step to make subsequent reduction
5784 #--THIS IS THE USUAL CASE, |X| <= 15 PI.
5912 #--case, reduce argument by one remainder step to make subsequent reduction
6267 #--THE MOST LIKELY CASE, |X| IN [1/16, 16). WE USE TABLE TECHNIQUE
6542 # satan() would handle this case by causing the exception which would
6549 #--THIS IS THE USUAL CASE, |X| <
    [all...]
fpsp.s 388 set SPCOND_FLG, LV+10 # flag: special case (see below)
623 # exception is enabled or disabled in the FPCR. For the disabled case, #
634 # can handle this case. #
639 # Also, in the case of an opclass three instruction where #
863 # exception is enabled or disabled in the FPCR. For the disabled case, #
874 # can handle this case. #
879 # Also, in the case of an opclass three instruction where #
977 # special case will simply exit gracefully with the correct result.
1146 # Else: (normal case) #
1231 # stack an ea. however, we don't need an a7' for this case anyways
    [all...]

Completed in 25 milliseconds