HomeSort by: relevance | last modified time | path
    Searched refs:dtype (Results 1 - 25 of 754) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libm/src/
s_lrint.c 41 #define dtype long macro
48 * that overflows depends on the rounding mode when 'dtype' has more
52 dtype
56 dtype d;
59 d = (dtype)roundit(x);
s_llrint.c 10 #define dtype long long macro
s_llrintf.c 10 #define dtype long long macro
s_lrintf.c 10 #define dtype long macro
s_lrintl.c 12 #define dtype long macro
s_lround.c 42 #define dtype long macro
49 * If stype has more precision than dtype, the endpoints dtype_(min|max) are
51 * from 0. On the other hand, if stype has less precision than dtype, then
61 dtype
67 return ((dtype)x);
s_llrintl.c 13 #define dtype long long macro
s_llround.c 10 #define dtype long long macro
s_llroundf.c 10 #define dtype long long macro
s_llroundl.c 10 #define dtype long long macro
s_lroundf.c 10 #define dtype long macro
s_lroundl.c 10 #define dtype long macro
  /src/sys/dev/scsipi/
scsipiconf.c 221 const char *dtype; local
225 dtype = "disk";
228 dtype = "tape";
231 dtype = "printer";
234 dtype = "processor";
237 dtype = "worm";
240 dtype = "cdrom";
243 dtype = "scanner";
246 dtype = "optical";
249 dtype = "changer"
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
dsn.c 16 /* const char *dtype; /* null or diagnostic type */
23 /* DSN *dsn_create(status, action, reason, dtype, dtext, mtype, mname)
27 /* const char *dtype;
38 /* DSN *DSN_ASSIGN(dsn, status, action, reason, dtype, dtext,
44 /* const char *dtype;
87 /* .IP dtype
128 const char *dtype, const char *dtext,
162 if (NULL_OR_EMPTY(dtype) || NULL_OR_EMPTY(dtext)) {
163 dsn->dtype = mystrdup("");
166 dsn->dtype = mystrdup(dtype)
    [all...]
dsn.h 23 const char *dtype; /* Null / RFC 3464 diagnostic type */ member in struct:__anon23082
37 ((dsn)->dtype = (_dtype)), \
47 ((dsn)->dtype = DSN_NO_DTYPE), \
72 (dsn)->dtype, (dsn)->dtext, \
dsn_buf.c 20 /* VSTRING *dtype; /* smtp, x-unix */
29 /* DSN_BUF *dsb_update(dsb, status, action, mtype, mname, dtype,
36 /* const char *dtype;
50 /* DSN_BUF *dsb_formal(dsb, status, action, mtype, mname, dtype,
57 /* const char *dtype;
123 /* .IP dtype
129 /* The reply text. The reply text is reset when dtype is
183 dsb->dtype = vstring_alloc(10);
198 vstring_free(dsb->dtype);
231 DSB_TRUNCATE((dsb)->dtype); \
    [all...]
dsb_scan.c 67 RECV_ATTR_STR(MAIL_ATTR_DSN_DTYPE, dsb->dtype),
dsn_print.c 67 SEND_ATTR_STR(MAIL_ATTR_DSN_DTYPE, dsn->dtype),
  /src/external/gpl3/binutils/dist/include/vms/
dsc.h 89 unsigned char dtype; member in struct:vms_dsc
97 unsigned char dtype; member in struct:vms_dsc64
107 unsigned char dtype; member in struct:vms_dsc_nca
123 unsigned char dtype; member in struct:vms_dsc_ubs
  /src/external/gpl3/binutils.old/dist/include/vms/
dsc.h 89 unsigned char dtype; member in struct:vms_dsc
97 unsigned char dtype; member in struct:vms_dsc64
107 unsigned char dtype; member in struct:vms_dsc_nca
123 unsigned char dtype; member in struct:vms_dsc_ubs
  /src/external/gpl3/gdb.old/dist/include/vms/
dsc.h 89 unsigned char dtype; member in struct:vms_dsc
97 unsigned char dtype; member in struct:vms_dsc64
107 unsigned char dtype; member in struct:vms_dsc_nca
123 unsigned char dtype; member in struct:vms_dsc_ubs
  /src/external/gpl3/gdb/dist/include/vms/
dsc.h 89 unsigned char dtype; member in struct:vms_dsc
97 unsigned char dtype; member in struct:vms_dsc64
107 unsigned char dtype; member in struct:vms_dsc_nca
123 unsigned char dtype; member in struct:vms_dsc_ubs
  /src/sys/arch/atari/stand/ahdilabel/
writedtab.c 42 ahdi_writedisktab (struct ahdi_ptable *ptable, char *disktype, char *disktab, char *dtype)
52 strlen (dtype) ? dtype : "SCSI", disktype);
54 strlen (dtype) ? dtype : "SCSI", ptable->nsectors,
  /src/sys/arch/hp300/stand/common/
ite.c 200 int dtype, fboff, slotno, i; local
214 for (dtype = 0; dtype < __arraycount(itesw); dtype++)
215 if (itesw[dtype].ite_hwid == fb->fbid)
217 if (dtype == __arraycount(itesw))
223 ip->isw = &itesw[dtype];
246 if (itesw[dtype].ite_probe != NULL &&
247 (*itesw[dtype].ite_probe)(ip) != 0)
266 for (dtype = 0; dtype < __arraycount(itesw); dtype++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 55 Type *dtype; member in struct:builtin_data
60 : dtype(t), ctype(c), dsym(d)
75 Type *dtype; local
89 return builtin_converted_decls[i].dtype;
95 dtype = build_frontend_type (TREE_TYPE (type));
96 if (dtype)
100 return Type::tchar->addMod (dtype->mod)->pointerTo ()->addMod (mod);
102 if (dtype->ty == TY::Tfunction)
103 return (TypePointer::create (dtype))->addMod (mod);
105 return dtype->pointerTo ()->addMod (mod)
    [all...]

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>