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

1 2 3

  /src/lib/libm/src/
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_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_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_lroundf.c 10 #define dtype long macro
s_lroundl.c 10 #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);
  /src/sbin/newfs_msdos/
newfs_msdos.c 95 char *fname, *dtype; local
192 dtype = *argv;
193 return mkfs_msdos(fname, dtype, &o);
  /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/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...]
atapiconf.c 308 const char *dtype; local
315 dtype = scsipi_dtype(inqbuf->type & SID_TYPE);
318 inqbuf->product, inqbuf->revision, dtype,
scsiconf.c 557 const char *dtype; local
570 dtype = scsipi_dtype(type);
580 target, lun, vendor, product, revision, dtype,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-objcp-common.cc 137 tree dtype = NULL_TREE; local
140 dtype = build_offset_type (TYPE_PTRMEMFUNC_OBJECT_TYPE (type),
149 if (dtype)
154 hash_map_safe_put<hm_ggc> (debug_type_map, ktype, dtype);
157 return dtype;
  /src/sys/ufs/chfs/
media.h 127 uint8_t dtype; /* file type */ member in struct:chfs_flash_dirent_node
  /src/sys/arch/xen/xenbus/
xenbus_probe.c 446 char dtype[10]; local
448 "device-type", dtype, sizeof(dtype)) !=0) {
456 strcmp(dtype, "cdrom") == 0) {
  /src/sys/dev/pcmcia/
pcmcia_cis.c 801 u_int reg, dtype, dspeed; local
804 dtype = reg & PCMCIA_DTYPE_MASK;
809 switch (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/sys/miscfs/specfs/
spec_vnops.c 730 int dtype; local
1044 dtype = cdev_type(dev);
1048 dtype = bdev_type(dev);
1051 if (dtype == D_DISK) {
  /src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc 62 dtype = NULL;
84 datatype_t *dtype; member in class:Dwr_type
141 char *s = dbe_sprintf ("%lld %-15s name='%s' parent=%lld next=%lld child=%lld dtype=%llx",
144 (long long) child, (long long) dtype);
263 if (dtype)
264 return dtype;
265 dtype = new datatype_t;
266 dtype->datatype_id = (unsigned) cu_die_offset;
267 dtype->memop_refs = 0;
268 dtype->event_data = 0
    [all...]

Completed in 55 milliseconds

1 2 3