| /src/external/gpl3/gdb/dist/gdb/ |
| tracefile.c | 194 gdb_byte block_type; local 208 block_type = buf[0]; 209 switch (block_type) 303 block_type, block_type);
|
| tracefile-tfile.c | 794 char block_type; variable 796 tfile_read ((gdb_byte *) &block_type, 1); 800 if (callback (block_type)) 803 switch (block_type) 825 block_type, block_type);
|
| jit.c | 577 struct type *block_type = builtin_type (objfile->arch ())->builtin_void; local 589 block_name->set_type (lookup_function_type (block_type));
|
| mdebugread.c | 239 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; 242 enum block_type, enum language); 4735 new_block (struct objfile *objfile, enum block_type type, 236 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracefile.c | 194 gdb_byte block_type; local 208 block_type = buf[0]; 209 switch (block_type) 303 block_type, block_type);
|
| tracefile-tfile.c | 794 char block_type; variable 796 tfile_read ((gdb_byte *) &block_type, 1); 800 if (callback (block_type)) 803 switch (block_type) 825 block_type, block_type);
|
| jit.c | 575 struct type *block_type = builtin_type (objfile->arch ())->builtin_void; local 587 block_name->set_type (lookup_function_type (block_type));
|
| mdebugread.c | 239 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; 242 enum block_type, enum language); 4735 new_block (struct objfile *objfile, enum block_type type, 236 enum block_type { FUNCTION_BLOCK, NON_FUNCTION_BLOCK }; enum
|
| /src/external/bsd/libpcap/dist/ |
| sf-pcapng.c | 53 bpf_u_int32 block_type; member in struct:block_header 185 bpf_u_int32 block_type; member in struct:block_cursor 295 bhdr.block_type = SWAPLONG(bhdr.block_type); 383 cursor->block_type = bhdr.block_type; 400 cursor->block_type); 945 bhdrp->block_type = magic_int; 1011 switch (cursor.block_type) { 1128 switch (cursor.block_type) { [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zap.c | 61 uint64_t block_type; local 63 block_type = *(uint64_t *)vbuf; 65 if (block_type == ZBT_LEAF || block_type == BSWAP_64(ZBT_LEAF))
|
| zap_micro.c | 243 uint64_t block_type; local 245 block_type = *(uint64_t *)buf; 247 if (block_type == ZBT_MICRO || block_type == BSWAP_64(ZBT_MICRO)) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-wasm32.c | 589 unsigned long block_type = 0; local 598 block_type = BLOCK_TYPE_NONE; 605 block_type = BLOCK_TYPE_I32; 609 block_type = BLOCK_TYPE_I64; 613 block_type = BLOCK_TYPE_F32; 617 block_type = BLOCK_TYPE_F64; 651 if (block_type == 0) 653 FRAG_APPEND_1_CHAR (block_type);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-wasm32.c | 589 unsigned long block_type = 0; local 598 block_type = BLOCK_TYPE_NONE; 605 block_type = BLOCK_TYPE_I32; 609 block_type = BLOCK_TYPE_I64; 613 block_type = BLOCK_TYPE_F32; 617 block_type = BLOCK_TYPE_F64; 651 if (block_type == 0) 653 FRAG_APPEND_1_CHAR (block_type);
|
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| zstd_decompress.c | 600 // Block_Type and Block_Size 602 // The next 2 bits represent the Block_Type, while the remaining 21 bits 605 const int block_type = (int)IO_read_bits(in, 2); local 608 switch (block_type) { 690 const int block_type, 695 const int block_type, 719 int block_type = (int)IO_read_bits(in, 2); local 722 if (block_type <= 1) { 724 return decode_literals_simple(in, literals, block_type, 728 return decode_literals_compressed(ctx, in, literals, block_type, [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_cab.c | 74 char block_type; member in struct:lzx_dec 2463 ds->block_type = lzx_br_bits(br, 3); 2466 switch (ds->block_type) { 2490 if (ds->block_type != UNCOMPRESSED_BLOCK) { 2491 if (ds->block_type == VERBATIM_BLOCK) 2771 char block_type = ds->block_type; local 2896 if (block_type == ALIGNED_OFFSET_BLOCK &&
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 4505 int block_type; local 4519 block_type = (block_hdr >> 1) & 3; 4522 switch (block_type)
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| elf.c | 4505 int block_type; local 4519 block_type = (block_hdr >> 1) & 3; 4522 switch (block_type)
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| elf.c | 4505 int block_type; local 4519 block_type = (block_hdr >> 1) & 3; 4522 switch (block_type)
|