Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerSHA1.cpp57 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 Dhsa-brig.c264 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 Dhsa-brig-format.h103 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 Dbrig-variable-handler.cc160 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 Dbrig-mem-inst-handler.cc103 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 Dbrig-label-handler.cc32 label_name->byteCount); in operator ()()
39 return base->byteCount; in operator ()()
H A Dbrig-branch-inst-handler.cc48 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 Dbrig-copy-move-inst-handler.cc37 return brig_inst->base.byteCount; in handle_lda()
72 return base->byteCount; in operator ()()
H A Dbrig-control-handler.cc35 for (size_t i = 0; i < operand_entries->byteCount / 4; ++i) in operator ()()
107 return base->byteCount; in operator ()()
H A Dbrig-to-generic.cc106 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 Dbrig-function-handler.cc45 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 Dbrig-basic-inst-handler.cc451 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 Dbrig-code-entry-handler.cc63 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 Dbrig-comment-handler.cc37 return base->byteCount; in operator ()()
H A Dbrig-module-handler.cc40 return base->byteCount; in operator ()()
H A Dbrig-cvt-inst-handler.cc79 return base->byteCount; in generate()
267 return base->byteCount; in generate()
H A Dbrig-fbarrier-handler.cc44 return base->byteCount; in operator ()()
H A Dbrig-arg-block-handler.cc65 return base->byteCount; in operator ()()
H A Dbrig-queue-inst-handler.cc92 return base->byteCount; in operator ()()
H A Dbrig-lane-inst-handler.cc84 return base->byteCount; in operator ()()
H A Dbrig-seg-inst-handler.cc145 return base->byteCount; in operator ()()
H A Dbrig-cmp-inst-handler.cc197 return base->byteCount; in operator ()()
H A Dbrig-atomic-inst-handler.cc254 return inst.base.byteCount; in generate_tree()