| /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/external/ibm-public/postfix/dist/src/global/ |
| 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.h | 36 VSTRING *dtype; /* null, smtp, x-unix */ member in struct:__anon23083 75 vstring_str((dsb)->dtype), \
|
| /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,
|
| /src/crypto/external/bsd/openssh/dist/ |
| dns.c | 305 uint8_t dtype; local 310 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { 311 if (alg != -1 && dtype != alg) 313 rdata_digest_type = dtype;
|
| /src/sbin/newfs_msdos/ |
| newfs_msdos.c | 97 const char *fname, *dtype; local 196 dtype = *++argv; 197 return mkfs_msdos(fname, dtype, &o);
|
| /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/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| cl_util.c | 200 cl_device_type dtype; local 226 clGetDeviceInfo (devices[j], CL_DEVICE_TYPE, sizeof (dtype), &dtype, NULL); 227 if (dtype & CL_DEVICE_TYPE_CPU) 229 if (dtype & CL_DEVICE_TYPE_GPU) 231 if (dtype & CL_DEVICE_TYPE_ACCELERATOR) 233 if (dtype & CL_DEVICE_TYPE_DEFAULT)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| cl_util.c | 200 cl_device_type dtype; local 226 clGetDeviceInfo (devices[j], CL_DEVICE_TYPE, sizeof (dtype), &dtype, NULL); 227 if (dtype & CL_DEVICE_TYPE_CPU) 229 if (dtype & CL_DEVICE_TYPE_GPU) 231 if (dtype & CL_DEVICE_TYPE_ACCELERATOR) 233 if (dtype & CL_DEVICE_TYPE_DEFAULT)
|
| /src/sys/ufs/chfs/ |
| media.h | 127 uint8_t dtype; /* file type */ member in struct:chfs_flash_dirent_node
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-objcp-common.cc | 284 tree dtype = NULL_TREE; local 287 dtype = build_offset_type (TYPE_PTRMEMFUNC_OBJECT_TYPE (type), 296 if (dtype) 301 hash_map_safe_put<hm_ggc> (debug_type_map, ktype, dtype); 304 return dtype;
|
| /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) {
|