/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerSHA1.cpp | 57 uint32_t byteCount; member 91 s->byteCount = 0; in sha1_init() 151 ++s->byteCount; in sha1_writebyte() 170 sha1_addUncounted(s, s->byteCount >> 29); // Shifting to multiply by 8 in sha1_pad() 171 sha1_addUncounted(s, s->byteCount >> 21); // as SHA-1 supports bitstreams as well as in sha1_pad() 172 sha1_addUncounted(s, s->byteCount >> 13); // byte. in sha1_pad() 173 sha1_addUncounted(s, s->byteCount >> 5); in sha1_pad() 174 sha1_addUncounted(s, s->byteCount << 3); in sha1_pad()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hsa-brig.c | 264 section_header.byteCount = lendian64 (total_size); in output() 480 moddir.base.byteCount = lendian16 (sizeof (moddir)); in brig_init() 592 dirvar.base.byteCount = lendian16 (sizeof (dirvar)); in emit_directive_variable() 685 fndir.base.byteCount = lendian16 (sizeof (fndir)); in emit_function_directives() 748 lbldir.base.byteCount = lendian16 (sizeof (lbldir)); in emit_bb_label_directive() 1055 out.base.byteCount = lendian16 (sizeof (out)); in emit_immediate_operand() 1057 uint32_t byteCount = lendian32 (brig_repr_size); in emit_immediate_operand() local 1059 out.bytes = lendian32 (brig_data.add (&byteCount, sizeof (byteCount))); in emit_immediate_operand() 1074 out.base.byteCount = lendian16 (sizeof (out)); in emit_register_operand() 1106 out.base.byteCount = lendian16 (sizeof (out)); in emit_address_operand() [all …]
|
H A D | hsa-brig-format.h | 103 uint16_t byteCount; member 364 uint64_t byteCount; member 630 uint64_t byteCount; member 883 uint32_t byteCount; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-variable-handler.cc | 160 return base->byteCount; in operator ()() 165 return base->byteCount; in operator ()() 175 return base->byteCount; in operator ()() 185 return base->byteCount; in operator ()() 240 return base->byteCount; in operator ()()
|
H A D | brig-mem-inst-handler.cc | 103 return base->byteCount; in operator ()() 125 && operandData->byteCount / 4 == 3; in operator ()() 132 size_t bytes = operandData->byteCount; in operator ()() 177 return base->byteCount; in operator ()()
|
H A D | brig-label-handler.cc | 32 label_name->byteCount); in operator ()() 39 return base->byteCount; in operator ()()
|
H A D | brig-branch-inst-handler.cc | 48 size_t operand_count = operand_entries->byteCount / 4; in operator ()() 69 size_t bytes = data->byteCount; in operator ()() 158 return base->byteCount; in operator ()() 237 return base->byteCount; in operator ()()
|
H A D | brig-copy-move-inst-handler.cc | 37 return brig_inst->base.byteCount; in handle_lda() 72 return base->byteCount; in operator ()()
|
H A D | brig-control-handler.cc | 35 for (size_t i = 0; i < operand_entries->byteCount / 4; ++i) in operator ()() 107 return base->byteCount; in operator ()()
|
H A D | brig-to-generic.cc | 106 return base->byteCount; in operator ()() 124 return base->byteCount; in operator ()() 141 return base->byteCount; in operator ()() 179 m_data_size = section_header->byteCount; in find_brig_sections() 184 m_code_size = section_header->byteCount; in find_brig_sections() 189 m_operand_size = section_header->byteCount; in find_brig_sections() 555 return std::string ((const char *) &data_item->bytes, data_item->byteCount); in get_string()
|
H A D | brig-function-handler.cc | 45 size_t bytes_consumed = base->byteCount; in operator ()() 189 = (const BrigBase *) ((const char *) base + base->byteCount); in operator ()() 225 bytes_consumed += retval->byteCount; in operator ()() 248 arg_offset += brigVar->base.byteCount; in operator ()()
|
H A D | brig-basic-inst-handler.cc | 451 return base->byteCount; in operator ()() 485 return base->byteCount; in operator ()() 543 return base->byteCount; in operator ()() 548 return base->byteCount; in operator ()() 641 return base->byteCount; in operator ()() 703 return base->byteCount; in operator ()()
|
H A D | brig-code-entry-handler.cc | 63 label_name->byteCount); in build_code_ref() 110 size_t bytes = data->byteCount; in build_tree_operand() 131 size_t element_count = data->byteCount / 4; in build_tree_operand() 143 size_t bytes = data->byteCount; in build_tree_operand() 148 size_t element_count = data->byteCount / 4; in build_tree_operand() 616 size_t bytes_left = data->byteCount; in get_tree_cst_for_hsa_operand() 855 for (size_t i = 0; i < operand_entries->byteCount / 4; ++i) in build_or_analyze_operands()
|
H A D | brig-comment-handler.cc | 37 return base->byteCount; in operator ()()
|
H A D | brig-module-handler.cc | 40 return base->byteCount; in operator ()()
|
H A D | brig-cvt-inst-handler.cc | 79 return base->byteCount; in generate() 267 return base->byteCount; in generate()
|
H A D | brig-fbarrier-handler.cc | 44 return base->byteCount; in operator ()()
|
H A D | brig-arg-block-handler.cc | 65 return base->byteCount; in operator ()()
|
H A D | brig-queue-inst-handler.cc | 92 return base->byteCount; in operator ()()
|
H A D | brig-lane-inst-handler.cc | 84 return base->byteCount; in operator ()()
|
H A D | brig-seg-inst-handler.cc | 145 return base->byteCount; in operator ()()
|
H A D | brig-cmp-inst-handler.cc | 197 return base->byteCount; in operator ()()
|
H A D | brig-atomic-inst-handler.cc | 254 return inst.base.byteCount; in generate_tree()
|