| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| explore.py | 91 def explore_type(name, datatype, is_child): 97 datatype: The gdb.Type value of the data type being explored. 107 type_code = datatype.code 110 while explorer_class.explore_type(name, datatype, is_child): 113 print("Explorer for type '%s' not yet available.\n" % str(datatype)) 207 def explore_type(name, datatype, is_child): 212 if datatype.code == gdb.TYPE_CODE_ENUM: 214 print("%s is of an enumerated type '%s'." % (name, str(datatype))) 219 print("%s is of a scalar type '%s'." % (name, str(datatype))) 290 def explore_type(name, datatype, is_child) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/ |
| explore.py | 91 def explore_type(name, datatype, is_child): 97 datatype: The gdb.Type value of the data type being explored. 107 type_code = datatype.code 110 while explorer_class.explore_type(name, datatype, is_child): 113 print("Explorer for type '%s' not yet available.\n" % str(datatype)) 207 def explore_type(name, datatype, is_child): 212 if datatype.code == gdb.TYPE_CODE_ENUM: 214 print("%s is of an enumerated type '%s'." % (name, str(datatype))) 219 print("%s is of a scalar type '%s'." % (name, str(datatype))) 290 def explore_type(name, datatype, is_child) [all...] |
| /src/sys/dev/pci/ |
| r128fb.c | 660 uint32_t datatype, d, reg; local 701 datatype = R128_GMC_DST_8BPP_CI; 705 datatype = R128_GMC_DST_15BPP; 709 datatype = R128_GMC_DST_16BPP; 713 datatype = R128_GMC_DST_24BPP; 717 datatype = R128_GMC_DST_32BPP; 726 R128_GMC_AUX_CLIP_DIS | datatype;
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_util.c | 1249 data_type_t datatype = nvpair_type(elem); local 1271 if (datatype != DATA_TYPE_STRING) { 1285 if (datatype == DATA_TYPE_STRING) { 1293 } else if (datatype == DATA_TYPE_UINT64) { 1323 if (datatype != DATA_TYPE_STRING) {
|
| /src/external/mpl/dhcp/dist/keama/ |
| parse.c | 955 struct string *datatype; local 1032 datatype = allocString(); 1185 if (datatype->length == 0) 1201 appendString(datatype, type); 1221 appendString(datatype, ", "); 1259 mapSet(def, createString(datatype), "record-types"); 1262 mapSet(def, createString(datatype), "type"); 1346 struct string *datatype; local 1361 datatype = allocString(); 1364 if (datatype->length != 0 [all...] |
| confparse.c | 4028 struct string *datatype; local 4032 datatype = convert_format(option->format, 4042 option->format, datatype->content, 4168 struct string *datatype; local 4210 datatype = convert_format(val, &is_array, &encapsulate); 4212 if ((datatype == NULL) && (strchr(datatype->content, '?') != NULL)) 4221 if (strchr(datatype->content, ',') == NULL) 4222 mapSet(def, createString(datatype), "type"); 4224 mapSet(def, createString(datatype), "record-types") 4326 struct string *datatype; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 35 datatype ld_st = ld | st; 36 datatype push_pop = push | pop; 37 datatype inc_dec = inc | dec;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2-ldstwm.sml | 35 datatype ld_st = ld | st; 36 datatype push_pop = push | pop; 37 datatype inc_dec = inc | dec;
|
| /src/external/bsd/unbound/dist/util/data/ |
| msgparse.c | 396 sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, 400 hashvalue_type hash = pkt_hash_rrset(pkt, sigset->dname, datatype, 403 log_assert( datatype != LDNS_RR_TYPE_RRSIG ); 407 datatype, sigset->rrset_class, hash, rrset_flags, 432 dataset->type = datatype;
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 3438 int datatype, 3654 int datatype, 3676 UNUSED_ARG(datatype); 3680 statustoa(datatype, status)); 3714 if (datatype == TYPE_CLOCK && IS_IPV4(&hval)) {
|
| /src/external/mpl/dhcp/dist/common/ |
| dns.c | 1724 dns_rdatatype_t datatype, 1742 rdata->type = datatype; 1745 switch(datatype) { 1755 dns_rdata_fromregion(rdata, dataclass, datatype, 1766 rdatalist->type = datatype;
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| acinclude.m4.in | 4704 AC_DEFINE(HAVE_LONG_LONG, 1, [Define if you have long long as datatype])
|