| /src/crypto/external/apache2/openssl/dist/test/ |
| pbelutest.c | 21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; local 36 failed = pbe_type < last_type 37 || (pbe_type == last_type && pbe_nid < last_nid); 40 last_type = pbe_type;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| pbelutest.c | 21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; local 36 failed = pbe_type < last_type 37 || (pbe_type == last_type && pbe_nid < last_nid); 40 last_type = pbe_type;
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| pbelutest.c | 21 int pbe_type, pbe_nid, last_type = -1, last_nid = -1; local 36 failed = pbe_type < last_type 37 || (pbe_type == last_type && pbe_nid < last_nid); 40 last_type = pbe_type;
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| pptrtab.c | 10 ctf_id_t base, base2, ptr, type, last_type; local 49 last_type = type; 67 if (last_type == type) 70 last_type = type; 89 if (last_type == type)
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/ |
| pptrtab.c | 10 ctf_id_t base, base2, ptr, type, last_type; local 49 last_type = type; 67 if (last_type == type) 70 last_type = type; 89 if (last_type == type)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
| BitcodeConvenience.h | 323 template <typename Head, typename... Tail> struct last_type { struct in namespace:llvm::detail 324 using type = typename last_type<Tail...>::type; 327 template <typename Head> struct last_type<Head> { using type = Head; }; struct in namespace:llvm::detail 331 using has_blob = std::is_same<BCBlob, typename last_type<int, Types...>::type>; 349 using has_array = is_array<typename last_type<int, Types...>::type>;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| csky-dis.c | 60 enum sym_type last_type; variable in typeref:enum:sym_type 1100 last_type = type; 1101 is_data = (last_type == CUR_DATA);
|
| aarch64-dis.c | 48 static enum map_type last_type; variable in typeref:enum:map_type 4525 last_type = type; 4532 if (last_type == MAP_DATA) 4553 last_type = type; 4556 if (last_type == MAP_DATA && ((info->flags & DISASSEMBLE_DATA) == 0))
|
| arm-dis.c | 56 enum map_type last_type; member in struct:arm_private_data 12251 private_data->last_type = type; 12439 is_thumb = (private_data->last_type == MAP_THUMB); 12440 is_data = (private_data->last_type == MAP_DATA);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| csky-dis.c | 60 enum sym_type last_type; variable in typeref:enum:sym_type 1109 last_type = type; 1110 is_data = (last_type == CUR_DATA);
|
| aarch64-dis.c | 48 static enum map_type last_type; variable in typeref:enum:map_type 4511 last_type = type; 4518 if (last_type == MAP_DATA) 4539 last_type = type; 4542 if (last_type == MAP_DATA && ((info->flags & DISASSEMBLE_DATA) == 0))
|
| arm-dis.c | 56 enum map_type last_type; member in struct:arm_private_data 12263 private_data->last_type = type; 12450 is_thumb = (private_data->last_type == MAP_THUMB); 12451 is_data = (private_data->last_type == MAP_DATA);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| csky-dis.c | 60 enum sym_type last_type; variable in typeref:enum:sym_type 1109 last_type = type; 1110 is_data = (last_type == CUR_DATA);
|
| aarch64-dis.c | 48 static enum map_type last_type; variable in typeref:enum:map_type 4470 last_type = type; 4477 if (last_type == MAP_DATA) 4498 last_type = type; 4501 if (last_type == MAP_DATA && ((info->flags & DISASSEMBLE_DATA) == 0))
|
| arm-dis.c | 56 enum map_type last_type; member in struct:arm_private_data 12263 private_data->last_type = type; 12450 is_thumb = (private_data->last_type == MAP_THUMB); 12451 is_data = (private_data->last_type == MAP_DATA);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| csky-dis.c | 60 enum sym_type last_type; variable in typeref:enum:sym_type 1110 last_type = type; 1111 is_data = (last_type == CUR_DATA);
|
| aarch64-dis.c | 48 static enum map_type last_type; variable in typeref:enum:map_type 4510 last_type = type; 4517 if (last_type == MAP_DATA) 4538 last_type = type; 4541 if (last_type == MAP_DATA && ((info->flags & DISASSEMBLE_DATA) == 0))
|
| arm-dis.c | 56 enum map_type last_type; member in struct:arm_private_data 12263 private_data->last_type = type; 12450 is_thumb = (private_data->last_type == MAP_THUMB); 12451 is_data = (private_data->last_type == MAP_DATA);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 74 _Type last_type = _Type::_Multi; member in struct:path::_Parser 144 last_type = root.second.type; 146 last_type = root.first.type; 172 else if (last_type == _Type::_Filename 182 last_type = f.type;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_path.cc | 73 _Type last_type = _Type::_Multi; member in struct:path::_Parser 143 last_type = root.second.type; 145 last_type = root.first.type; 171 else if (last_type == _Type::_Filename 181 last_type = f.type;
|
| /src/external/bsd/nsd/dist/simdzone/include/ |
| zone.h | 321 uint16_t last_type; member in struct:zone_file
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_milter.c | 786 int last_type; local 891 for (ptr_offset = 0, last_type = 0; /* void */ ; /* void */ ) { 918 /* Don't update last_type; PTR can happen after REC_TYPE_CONT. */ 922 else if (last_type == REC_TYPE_CONT || IS_SPACE_TAB(STR(buf)[0])) { 923 /* Reset the saved PTR record and update last_type. */ 939 last_type = rec_type; 994 int last_type) 1002 * rec_buf is the cleanup_find_header_start() result record; last_type is 1027 /* Don't update last_type; PTR may follow REC_TYPE_CONT. */ 1031 if (last_type != REC_TYPE_CONT && !IS_SPACE_TAB(STR(rec_buf)[0]) 1249 int last_type; local 1321 int last_type; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/visium/ |
| visium.cc | 3503 enum reg_type { general, mdb, mdc, floating, last_type}; enumerator in enum:reg_type 3512 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM}; 3515 const int reg_type_size[last_type] = {4, 8, 4, 4}; 3532 unsigned int mask[last_type]; /* Masks of saved regs: gp, mdb, mdc, fp */ 3641 unsigned int mask[last_type]; 3650 memset (mask, 0, last_type * sizeof (unsigned int)); 3700 memcpy (current_frame_info.mask, mask, last_type * sizeof (unsigned int));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| visium.cc | 3500 enum reg_type { general, mdb, mdc, floating, last_type}; enumerator in enum:reg_type 3509 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM}; 3512 const int reg_type_size[last_type] = {4, 8, 4, 4}; 3529 unsigned int mask[last_type]; /* Masks of saved regs: gp, mdb, mdc, fp */ 3638 unsigned int mask[last_type]; 3647 memset (mask, 0, last_type * sizeof (unsigned int)); 3697 memcpy (current_frame_info.mask, mask, last_type * sizeof (unsigned int));
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-intrinsic.cc | 1198 field, last_type, inner_struct, mode, mode_rhs, dim_array, dim, dim_type, local 1228 last_type = gfc_typenode_for_spec (&last_comp_ref->u.c.component->ts); 1233 last_type = gfc_typenode_for_spec (&expr->symtree->n.sym->ts); 1267 last_type = gfc_typenode_for_spec (&ref->u.c.component->ts); 1644 TYPE_SIZE_UNIT (last_type)));
|