Home
last modified time | relevance | path

Searched defs:byte (Results 1101 – 1125 of 1143) sorted by relevance

1...<<414243444546

/external/regex-re2/re2/testing/
Dregexp_benchmark.cc148 int byte = rand() & 0x7F; in MakeText() local
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp569 add_subdword_operand(ra_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, unsigned byte, in add_subdword_operand()
Daco_ir.h406 constexpr unsigned byte() const { return reg_b & 0x3; } in byte() function
Daco_instruction_selection.cpp5052 int offset, byte; in store_lds() local
5177 int offset, byte; in split_buffer_store() local
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc6997 uint64_t byte = (pattern[index] >> bit_index) & 0xff; in TEST_SVE() local
8711 uint8_t byte = nrand48(seed) & 0xff; in BufferFillingHelper() local
9005 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE() local
9320 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE() local
9355 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE() local
9459 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE() local
9655 uint8_t byte = ReverseBits(static_cast<uint8_t>(i)); in TEST_SVE() local
/external/capstone/arch/ARM/
DARMDisassembler.c4029 unsigned byte = fieldFromInstruction_4(Val, 8, 2); in DecodeT2SOImm() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp179 for (auto &byte : moduleId) in maybeMangleShaderModuleId() local
/external/zstd/lib/legacy/
Dzstd_v04.c1625 typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; /* single-symbol decoding */ member
Dzstd_v05.c1731 typedef struct { BYTE byte; BYTE nbBits; } HUFv05_DEltX2; /* single-symbol decoding */ member
Dzstd_v06.c1936 typedef struct { BYTE byte; BYTE nbBits; } HUFv06_DEltX2; /* single-symbol decoding */ member
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c2767 unsigned byte = nir_alu_src_as_uint(instr->src[1]); in bi_emit_alu() local
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp4535 const std::size_t byte; member in detail::parse_error
6124 for (const auto byte : j.get_binary()) in hash() local
18439 const auto byte = static_cast<std::uint8_t>(s[i]); member in detail::serializer
18713 static std::string hex_bytes(std::uint8_t byte) in hex_bytes()
18936 …static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noe… in decode()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp4046 unsigned byte = fieldFromInstruction(Val, 8, 2); in DecodeT2SOImm() local
/external/libevent/
Devdns.c3031 u8 byte = in->s6_addr[i]; in evdns_base_resolve_reverse_ipv6() local
/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
Dbdk-csrs-lmc.h16628 …uint64_t byte : 4; /**< [ 3: 0](R/W) 0 \<= BYTE \<= 8. Byte index for which bi… member
16727 …uint64_t byte : 4; /**< [ 3: 0](R/W) 0 \<= BYTE \<= 8. Byte index for which bi… member
16828 …uint64_t byte : 4; /**< [ 3: 0](R/W) 0 \<= BYTE \<= 8. Byte index for which bi… member
16931 …uint64_t byte : 4; /**< [ 3: 0](R/W) 0 \<= BYTE \<= 8. Byte index for which bi… member
21051 uint64_t byte : 4; /**< [ 3: 0](R/W) 0 \<= BYTE \<= 8. */ member
/external/ublksrv/include/nlohmann/
Djson.hpp4276 const std::size_t byte; member in nlohmann::detail::parse_error
5841 for (const auto byte : j.get_binary()) in hash() local
17948 const auto byte = static_cast<std::uint8_t>(s[i]); member in nlohmann::detail::serializer
18222 static std::string hex_bytes(std::uint8_t byte) in hex_bytes()
18445 …static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noe… in decode()
/external/rust/android-crates-io/crates/ash/src/vk/
Dnative.rs22 let byte = self.storage.as_ref()[byte_index]; in get_bit() localVariable
35 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit() localVariable
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_encoder_base.h2573 uint8_t *byte = bsbuffer->pCurrent; in PutBitsSub() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3131 if (absl::c_all_of(init_value, [](uint8_t byte) { return byte == 0; })) { in BuildConstantInitializerThunk()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh4732 unsigned int byte = deltaValueZ[s >> (4 - f)]; in get_delta_pixels() local
/external/libtraceevent/src/
Devent-parse.c4719 unsigned char byte; in print_cpumask_to_seq() local
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs67 let byte = self.storage.as_ref()[byte_index]; in get_bit() localVariable
80 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit() localVariable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp4893 unsigned byte = fieldFromInstruction(Val, 8, 2); in DecodeT2SOImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp4572 unsigned byte = fieldFromInstruction(Val, 8, 2); in DecodeT2SOImm() local
/external/crosvm/hypervisor/src/whpx/whpx_sys/
Dbindings.rs23 let byte = self.storage.as_ref()[byte_index]; in get_bit() localVariable
36 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit() localVariable

1...<<414243444546