| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_wire_pkt.c | 282 unsigned int dst_conn_id_len, src_conn_id_len, raw_type; local 348 raw_type = ((b0 >> 4) & 0x3); 350 switch (raw_type) { 522 unsigned int raw_type; local 538 raw_type = 0; 542 raw_type = 0; 545 raw_type = 1; 548 raw_type = 2; 551 raw_type = 3; 557 b0 = (raw_type << 4) | 0x80; /* long * [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| mem-break.cc | 90 enum raw_bkpt_type raw_type; member in struct:raw_breakpoint 242 raw_bkpt_type_to_target_hw_bp_type (enum raw_bkpt_type raw_type) 244 switch (raw_type) 255 internal_error ("bad raw breakpoint type %d", (int) raw_type); 335 && bp->raw_type == type 352 if (bp->pc == addr && bp->raw_type == type && bp->kind == kind) 450 bp->raw_type = type; 455 *err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 780 RAW_TYPE and kind KIND, at WHERE. On success, a pointer to the new 787 set_breakpoint (enum bkpt_type type, enum raw_bkpt_type raw_type, 1017 enum raw_bkpt_type raw_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| mem-break.cc | 90 enum raw_bkpt_type raw_type; member in struct:raw_breakpoint 242 raw_bkpt_type_to_target_hw_bp_type (enum raw_bkpt_type raw_type) 244 switch (raw_type) 255 internal_error ("bad raw breakpoint type %d", (int) raw_type); 335 && bp->raw_type == type 352 if (bp->pc == addr && bp->raw_type == type && bp->kind == kind) 450 bp->raw_type = type; 455 *err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 780 RAW_TYPE and kind KIND, at WHERE. On success, a pointer to the new 787 set_breakpoint (enum bkpt_type type, enum raw_bkpt_type raw_type, 1017 enum raw_bkpt_type raw_type; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lang.c | 1708 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); 1710 if (raw_type) 1711 index_desc_type->field (i).set_type (raw_type); 8883 ada_get_base_type (struct type *raw_type) 8888 if (raw_type == NULL || raw_type->code () != TYPE_CODE_STRUCT) 8889 return raw_type; 8891 if (ada_is_aligner_type (raw_type)) 8904 return raw_type; 8906 real_type_namer = ada_find_parallel_type (raw_type, "___XVS") 1703 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lang.c | 1705 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); 1707 if (raw_type) 1708 index_desc_type->field (i).set_type (raw_type); 8918 ada_get_base_type (struct type *raw_type) 8923 if (raw_type == NULL || raw_type->code () != TYPE_CODE_STRUCT) 8924 return raw_type; 8926 if (ada_is_aligner_type (raw_type)) 8939 return raw_type; 8941 real_type_namer = ada_find_parallel_type (raw_type, "___XVS") 1700 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); local [all...] |