| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bss_sock.c | 133 unsigned char record_type = (intptr_t)b->ptr; local 134 ret = ktls_send_ctrl_message(b->num, record_type, in, inl);
|
| bss_conn.c | 25 unsigned char record_type; member in struct:bio_connect_st 369 ret = ktls_send_ctrl_message(b->num, data->record_type, in, inl); 567 data->record_type = num;
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bss_sock.c | 138 unsigned char record_type = data->ktls_record_type; local 139 ret = ktls_send_ctrl_message(b->num, record_type, in, inl);
|
| bss_conn.c | 27 unsigned char record_type; member in struct:bio_connect_st 417 ret = ktls_send_ctrl_message(b->num, data->record_type, in, inl); 698 data->record_type = num;
|
| /src/sys/arch/ia64/unwind/ |
| decode.h | 189 enum record_type { enum 202 enum record_type type;
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-insn.c | 522 record_type (table_entry *entry) function 955 switch (record_type (record))
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-insn.c | 522 record_type (table_entry *entry) function 955 switch (record_type (record))
|
| /src/sys/dev/ |
| ipmivar.h | 250 uint8_t record_type; /* SDR Record Type */ member in struct:sdrhdr
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype-state.cc | 1427 record_type (type_p type) 1807 record_type (current); 1426 record_type (type_p type) function
|
| omp-oacc-neuter-broadcast.cc | 97 tree record_type; member in struct:parallel_g 116 record_type = NULL_TREE; 544 install_var_field (tree var, tree record_type, field_map_t *fields) 591 insert_field_into_struct (record_type, field); 992 tree record_type, record_field_map_t *record_field_map, 1000 if (!record_type) 1001 record_type = char_type_node; 1004 = targetm.goacc.create_worker_broadcast_record (record_type, true, 1008 = targetm.goacc.create_worker_broadcast_record (record_type, false, 1080 if (record_type != char_type_node || has_gang_private_write 1387 tree record_type = (tree) block->aux; local 1649 tree record_type = lang_hooks.types.make_type (RECORD_TYPE); local 1692 tree record_type = (tree) bb->aux; local 1735 tree record_type = p.second; local [all...] |
| omp-low.cc | 93 tree record_type; member in struct:omp_context 100 record_type is allocated by GOMP_task, initialized by task firstprivate 845 insert_field_into_struct (ctx->record_type, field); 863 ctx->srecord_type = lang_hooks.types.make_type (RECORD_TYPE); 865 for (t = TYPE_FIELDS (ctx->record_type); t ; t = TREE_CHAIN (t)) 877 insert_field_into_struct ((mask & 1) ? ctx->record_type 1061 if (ctx->record_type) 1064 for (t = TYPE_FIELDS (ctx->record_type); t ; t = DECL_CHAIN (t)) 1092 tree f, type = ctx->record_type; 1107 type = lang_hooks.types.make_type (RECORD_TYPE); 8161 tree var, ovar, nvar, t, f, x, record_type; local 9047 tree record_type = lang_hooks.types.make_type (RECORD_TYPE); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype-state.cc | 1437 record_type (type_p type) 1817 record_type (current); 1436 record_type (type_p type) function
|
| omp-oacc-neuter-broadcast.cc | 97 tree record_type; member in struct:parallel_g 116 record_type = NULL_TREE; 544 install_var_field (tree var, tree record_type, field_map_t *fields) 591 insert_field_into_struct (record_type, field); 992 tree record_type, record_field_map_t *record_field_map, 1000 if (!record_type) 1001 record_type = char_type_node; 1004 = targetm.goacc.create_worker_broadcast_record (record_type, true, 1008 = targetm.goacc.create_worker_broadcast_record (record_type, false, 1080 if (record_type != char_type_node || has_gang_private_write 1387 tree record_type = (tree) block->aux; local 1649 tree record_type = lang_hooks.types.make_type (RECORD_TYPE); local 1692 tree record_type = (tree) bb->aux; local 1735 tree record_type = p.second; local [all...] |
| omp-low.cc | 93 tree record_type; member in struct:omp_context 100 record_type is allocated by GOMP_task, initialized by task firstprivate 842 insert_field_into_struct (ctx->record_type, field); 860 ctx->srecord_type = lang_hooks.types.make_type (RECORD_TYPE); 862 for (t = TYPE_FIELDS (ctx->record_type); t ; t = TREE_CHAIN (t)) 874 insert_field_into_struct ((mask & 1) ? ctx->record_type 1058 if (ctx->record_type) 1061 for (t = TYPE_FIELDS (ctx->record_type); t ; t = DECL_CHAIN (t)) 1089 tree f, type = ctx->record_type; 1104 type = lang_hooks.types.make_type (RECORD_TYPE); 8203 tree var, ovar, nvar, t, f, x, record_type; local 9089 tree record_type = lang_hooks.types.make_type (RECORD_TYPE); local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.h | 213 uint16_t record_type; member in struct:pubsym
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.h | 213 uint16_t record_type; member in struct:pubsym
|
| /src/sys/dev/pci/ |
| if_wm.c | 15010 uint8_t record_type, word_address; local 15018 record_type = INVM_DWORD_TO_RECORD_TYPE(invm_dword); 15019 if (record_type == INVM_UNINITIALIZED_STRUCTURE) 15021 if (record_type == INVM_CSR_AUTOLOAD_STRUCTURE) 15023 if (record_type == INVM_RSA_KEY_SHA256_STRUCTURE) 15025 if (record_type == INVM_WORD_AUTOLOAD_STRUCTURE) {
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 1803 tree record_type = TREE_TYPE (type_decl); 1804 if (TREE_CODE (record_type) == RECORD_TYPE) 1805 return record_type; 2252 if (tag_exists_p (RECORD_TYPE, name)) 3961 code = RECORD_TYPE; 1801 tree record_type = TREE_TYPE (type_decl); variable
|
| /src/sys/external/bsd/drm2/dist/drm/amd/include/ |
| atomfirmware.h | 699 uint8_t record_type; //An emun to indicate the record type member in struct:atom_common_record_header 705 struct atom_common_record_header record_header; //record_type = ATOM_I2C_RECORD_TYPE 712 struct atom_common_record_header record_header; //record_type = ATOM_HPD_INT_RECORD_TYPE 730 struct atom_common_record_header record_header; //record_type = ATOM_ENCODER_CAP_RECORD_TYPE
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-tree.h | 514 LOOKUP_FOUND_P (in RECORD_TYPE, UNION_TYPE, ENUMERAL_TYPE, NAMESPACE_DECL) 533 TYPE_PTRMEMFUNC_FLAG (in RECORD_TYPE) 535 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 585 RECORD_TYPE or UNION_TYPE this is TYPE_TEMPLATE_INFO, 798 TREE_LANG_FLAG_4 (TREE_CHECK4 (NODE,RECORD_TYPE,UNION_TYPE,ENUMERAL_TYPE,\ 1330 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 1462 (TREE_CODE (NODE) == RECORD_TYPE \ 2295 (TREE_CODE (T) == RECORD_TYPE && TYPE_LANG_FLAG_5 (T)) 2299 ((T) == RECORD_TYPE || (T) == UNION_TYPE) 2456 /* In a RECORD_TYPE, information specific to Objective-C++, suc 5569 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-tree.h | 506 LOOKUP_FOUND_P (in RECORD_TYPE, UNION_TYPE, ENUMERAL_TYPE, NAMESPACE_DECL) 523 TYPE_PTRMEMFUNC_FLAG (in RECORD_TYPE) 525 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 576 RECORD_TYPE or UNION_TYPE this is TYPE_TEMPLATE_INFO, 776 TREE_LANG_FLAG_4 (TREE_CHECK4 (NODE,RECORD_TYPE,UNION_TYPE,ENUMERAL_TYPE,\ 1299 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 1436 (TREE_CODE (NODE) == RECORD_TYPE \ 2234 (TREE_CODE (T) == RECORD_TYPE && TYPE_LANG_FLAG_5 (T)) 2238 ((T) == RECORD_TYPE || (T) == UNION_TYPE) 2395 /* In a RECORD_TYPE, information specific to Objective-C++, suc 5434 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types [all...] |