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

  /src/usr.bin/rdist/
lookup.c 45 #define CONST 2
144 if (action != INSERT || s->s_type != CONST) {
164 s->s_type = action == INSERT ? VAR : CONST;
  /src/lib/libc/gdtoa/
gdtoa.h 66 #ifndef CONST
68 #define CONST /* blank */
70 #define CONST const
72 #endif /* CONST */
129 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
133 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp,
139 extern float strtof ANSI((CONST char *, char **));
140 extern double strtod ANSI((CONST char *, char **))
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_ass.h 90 #define CONST 2
147 void p1err(const char *fmt, ...) __printflike(1, 2);
148 void perr(const char *fmt, ...) __printflike(1, 2);
163 __dead void yyerror(const char *err);
  /src/sys/arch/i386/stand/mbr/
mbr.S 229 shl $2, %si /* const + count * 4 */
230 #define CONST (4 * ((':' << 8) + '1' - ((KEY_PTN1 - KEY_DISK1) & 0xff)))
232 movl %edi, ptn_list - CONST(%si) /* sector to read */
234 mov %bp, ptn_list - CONST(%si) /* partition info */
236 #undef CONST
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 61 CONST,
120 const char* body;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 30 #ifndef CONST
31 #define CONST const

Completed in 12 milliseconds