| /src/external/bsd/nsd/dist/ |
| tsig.c | 99 uint16_t klass = htons(CLASS_ANY); local 112 &klass, 113 sizeof(klass)); 585 uint16_t klass; local 609 klass = buffer_read_u16(packet); 612 if (type != TYPE_TSIG || klass != CLASS_ANY) {
|
| namedb.h | 175 uint16_t klass; member in struct:rr 423 return rrset->rrs[0]->klass;
|
| xfrd.h | 138 uint16_t klass; /* = CLASS_IN */ member in struct:xfrd_soa
|
| difffile.c | 447 debug_find_rr_num(rrset_type* rrset, uint16_t type, uint16_t klass, 462 if (rrset->rrs[i]->klass != klass) { 467 klass, i, 468 rrset->rrs[i]->klass); 491 find_rr_num(rrset_type* rrset, uint16_t type, uint16_t klass, 499 rrset->rrs[i]->klass == klass && 509 debug_find_rr_num(rrset, type, klass, rr); 704 uint16_t type, uint16_t klass, uint32_t ttl 1182 uint16_t type, klass, rrlen; local [all...] |
| ixfr.c | 1278 write_uint16(sp + 2, rr->klass); 1364 uint16_t klass, uint32_t ttl, uint8_t* rdata, size_t rdata_len, 1386 write_uint16(sp, klass); 1397 uint8_t* dname, size_t dname_len, uint16_t type, uint16_t klass, 1404 return ixfr_storerr_uncompressed(dname, dname_len, type, klass, 1427 uint8_t* dname, size_t dname_len, uint16_t type, uint16_t klass, 1434 if(!ixfr_storerr_uncompressed(dname, dname_len, type, klass, 1942 uint16_t rdlen, tp, klass; local 1962 klass = read_uint16(buf+bufpos); 1984 (*rr)->klass = klass [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| rtti.cc | 1074 tree klass = TYPE_PTRMEM_CLASS_TYPE (target); 1082 if (!COMPLETE_TYPE_P (klass)) 1088 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, get_void_tinfo_ptr (klass)); 1072 tree klass = TYPE_PTRMEM_CLASS_TYPE (target); local
|
| module.cc | 1222 uint8_t klass; /* 4:CLASS32 */ member in struct:elf::ident 1815 if (h->ident.klass != MY_CLASS 2260 h->ident.klass = MY_CLASS; 9687 tree klass = code == METHOD_TYPE ? tree_node () : NULL_TREE; 9691 if (klass) 9692 res = build_method_type_directly (klass, res, args); 15901 we've done KLASS's lazy pendings. When we import a module that 15902 registers pendings on the same top-key as KLASS we need to clear 15905 set. (That means we need to set the bit on parents of KLASS here,
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-gnu-runtime-abi-01.cc | 517 gnu_runtime_abi_01_class_decl (tree klass) 522 IDENTIFIER_POINTER (CLASS_NAME (klass))); 529 gnu_runtime_abi_01_metaclass_decl (tree klass) 534 IDENTIFIER_POINTER (CLASS_NAME (klass))); 541 gnu_runtime_abi_01_category_decl (tree klass) 546 IDENTIFIER_POINTER (CLASS_SUPER_NAME (klass)), 547 IDENTIFIER_POINTER (CLASS_NAME (klass))); 1855 tree class_name, klass, decl; local 1874 klass = TREE_VALUE (cl_chain); 1875 class_name = get_objc_string_decl (OBJC_TYPE_NAME (klass), class_names) [all...] |
| objc-act.cc | 575 objc_start_class_interface (tree klass, location_t name_loc, tree super_class, 583 = start_class (CLASS_INTERFACE_TYPE, klass, super_class, protos, attributes); 588 objc_start_category_interface (tree klass, tree categ, 615 && IDENTIFIER_POINTER (CLASS_NAME (t->imp_context)) == IDENTIFIER_POINTER (klass)) 618 klass); 623 = start_class (CATEGORY_INTERFACE_TYPE, klass, categ, protos, NULL_TREE); 656 objc_start_class_implementation (tree klass, tree super_class) 660 = start_class (CLASS_IMPLEMENTATION_TYPE, klass, super_class, NULL_TREE, 666 objc_start_category_implementation (tree klass, tree categ) 669 = start_class (CATEGORY_IMPLEMENTATION_TYPE, klass, categ, NULL_TREE 6574 tree klass = lookup_interface (OBJC_TYPE_NAME (basetype)); local 6953 tree klass = NULL_TREE; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| rtti.cc | 1070 tree klass = TYPE_PTRMEM_CLASS_TYPE (target); 1078 if (!COMPLETE_TYPE_P (klass)) 1084 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, get_void_tinfo_ptr (klass)); 1068 tree klass = TYPE_PTRMEM_CLASS_TYPE (target); local
|
| module.cc | 1186 uint8_t klass; /* 4:CLASS32 */ member in struct:elf::ident 1779 if (h->ident.klass != MY_CLASS 2215 h->ident.klass = MY_CLASS; 9290 tree klass = code == METHOD_TYPE ? tree_node () : NULL_TREE; 9294 if (klass) 9295 res = build_method_type_directly (klass, res, args); 15356 we've done KLASS's lazy pendings. When we import a module that 15357 registers pendings on the same top-key as KLASS we need to clear 15360 set. (That means we need to set the bit on parents of KLASS here,
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-gnu-runtime-abi-01.cc | 517 gnu_runtime_abi_01_class_decl (tree klass) 522 IDENTIFIER_POINTER (CLASS_NAME (klass))); 529 gnu_runtime_abi_01_metaclass_decl (tree klass) 534 IDENTIFIER_POINTER (CLASS_NAME (klass))); 541 gnu_runtime_abi_01_category_decl (tree klass) 546 IDENTIFIER_POINTER (CLASS_SUPER_NAME (klass)), 547 IDENTIFIER_POINTER (CLASS_NAME (klass))); 1852 tree class_name, klass, decl; local 1871 klass = TREE_VALUE (cl_chain); 1872 class_name = get_objc_string_decl (OBJC_TYPE_NAME (klass), class_names) [all...] |
| objc-act.cc | 577 objc_start_class_interface (tree klass, location_t name_loc, tree super_class, 585 = start_class (CLASS_INTERFACE_TYPE, klass, super_class, protos, attributes); 590 objc_start_category_interface (tree klass, tree categ, 617 && IDENTIFIER_POINTER (CLASS_NAME (t->imp_context)) == IDENTIFIER_POINTER (klass)) 620 klass); 625 = start_class (CATEGORY_INTERFACE_TYPE, klass, categ, protos, NULL_TREE); 658 objc_start_class_implementation (tree klass, tree super_class) 662 = start_class (CLASS_IMPLEMENTATION_TYPE, klass, super_class, NULL_TREE, 668 objc_start_category_implementation (tree klass, tree categ) 671 = start_class (CATEGORY_IMPLEMENTATION_TYPE, klass, categ, NULL_TREE 6576 tree klass = lookup_interface (OBJC_TYPE_NAME (basetype)); local 6955 tree klass = NULL_TREE; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| intrinsic.cc | 52 enum klass enum 382 add_sym (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, 476 add_sym_0 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 519 add_sym_1 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 544 add_sym_1_intent (const char *name, gfc_isym_id id, enum klass cl, 570 add_sym_1s (const char *name, gfc_isym_id id, enum klass cl, bt type, int kind, 594 add_sym_1p (const char *name, gfc_isym_id id, enum klass cl, bt type, int kind, 617 add_sym_1m (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 644 add_sym_2 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 671 add_sym_2_intent (const char *name, gfc_isym_id id, enum klass cl [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| intrinsic.cc | 51 enum klass enum 381 add_sym (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, int kind, 475 add_sym_0 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 518 add_sym_1 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 543 add_sym_1_intent (const char *name, gfc_isym_id id, enum klass cl, 569 add_sym_1s (const char *name, gfc_isym_id id, enum klass cl, bt type, int kind, 593 add_sym_1p (const char *name, gfc_isym_id id, enum klass cl, bt type, int kind, 616 add_sym_1m (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 643 add_sym_2 (const char *name, gfc_isym_id id, enum klass cl, int actual_ok, bt type, 670 add_sym_2_intent (const char *name, gfc_isym_id id, enum klass cl [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linespec.c | 1759 "b klass:<tab>" 1761 "b klass::method()" 3848 std::string klass, method; 3871 klass = std::string (lookup_name, last - lookup_name); 3877 /* Find a list of classes named KLASS. */ 3879 = lookup_prefix_sym (state, file_symtabs, klass.c_str ()); 3886 klass.c_str (), method.c_str (), 3843 std::string klass, method; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linespec.c | 1745 "b klass:<tab>" 1747 "b klass::method()" 3798 std::string klass, method; 3821 klass = std::string (lookup_name, last - lookup_name); 3827 /* Find a list of classes named KLASS. */ 3829 = lookup_prefix_sym (state, file_symtabs, klass.c_str ()); 3836 klass.c_str (), method.c_str (), 3793 std::string klass, method; local
|
| /src/external/bsd/libevent/dist/ |
| http.c | 3035 int klass = code / 100 - 1; local 3039 if (klass < 0 || klass >= (int) MEMBERSOF(response_classes)) 3043 if (subcode >= (int) response_classes[klass].num_responses) 3044 return response_classes[klass].name; 3046 return response_classes[klass].responses[subcode];
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| http.c | 3033 int klass = code / 100 - 1; local 3037 if (klass < 0 || klass >= (int) MEMBERSOF(response_classes)) 3041 if (subcode >= (int) response_classes[klass].num_responses) 3042 return response_classes[klass].name; 3044 return response_classes[klass].responses[subcode];
|
| /src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| netpgppython_wrap.c | 1206 PyObject *klass; member in struct:__anon978 1224 PyObject *klass = data ? data->klass : 0; local 1225 return (klass ? klass : PyExc_RuntimeError); 1236 /* the klass element */ 1237 data->klass = obj; 1238 Py_INCREF(data->klass); 1248 data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__"); 1260 data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__") 1993 PyObject *klass = data->klass; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 12437 enum { load, store } klass; local 12447 klass = store; 12458 klass = load; 12483 klass = load; 12513 klass = store; 12542 klass = store; 12549 klass = load; 12562 klass = load; 12651 klass = store; 12721 klass = load [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 11754 enum { load, store } klass; local 11764 klass = store; 11775 klass = load; 11792 klass = load; 11822 klass = store; 11851 klass = store; 11858 klass = load; 11871 klass = load; 11960 klass = store; 12030 klass = load [all...] |