OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CASE
(Results
1 - 9
of
9
) 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/xlint/lint1/
op.h
126
CASE
, /* does not appear in the tree */
func.c
409
warning(193, "
case
");
441
/* duplicate
case
'%ju' in switch */
444
/* duplicate
case
'%jd' in switch */
466
/*
case
not in switch */
475
/* non-constant
case
expression */
481
/* non-integral
case
expression */
493
/* fallthrough on
case
statement */
500
/*
case
label must be of type 'int' in traditional C */
506
convert_constant(
CASE
, 0, cs->c_switch_type, &nv, v);
669
* Warn if the number of
case
labels is different from th
[
all
...]
tree.c
569
case
MULT:
573
case
DIV:
577
case
MOD:
581
case
PLUS:
585
case
MINUS:
591
case
SHL:
595
case
SHR:
599
case
BITAND:
603
case
BITXOR:
607
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/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 46 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026