Home
last modified time | relevance | path

Searched refs:bits_per_word (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp346 const uint32_t bits_per_word = 32; in EncodeIntegerAsWords() local
349 if (bit_width < bits_per_word) { in EncodeIntegerAsWords()
350 const uint32_t num_high_bits_to_mask = bits_per_word - bit_width; in EncodeIntegerAsWords()
365 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()
366 current_bit += bits_per_word) { in EncodeIntegerAsWords()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp346 const uint32_t bits_per_word = 32; in EncodeIntegerAsWords() local
349 if (bit_width < bits_per_word) { in EncodeIntegerAsWords()
350 const uint32_t num_high_bits_to_mask = bits_per_word - bit_width; in EncodeIntegerAsWords()
365 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()
366 current_bit += bits_per_word) { in EncodeIntegerAsWords()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp346 const uint32_t bits_per_word = 32; in EncodeIntegerAsWords() local
349 if (bit_width < bits_per_word) { in EncodeIntegerAsWords()
350 const uint32_t num_high_bits_to_mask = bits_per_word - bit_width; in EncodeIntegerAsWords()
365 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords()
366 current_bit += bits_per_word) { in EncodeIntegerAsWords()
/external/llvm-project/libcxx/utils/gdb/libcxx/
Dprinters.py336 def __init__(self, begin, size, bits_per_word): argument
339 self.bits_per_word = bits_per_word
358 if self.offset >= self.bits_per_word:
398 bits_per_word = self.val["__bits_per_word"]
400 self.val["__cap_alloc_"]) * bits_per_word
402 begin, self.length, bits_per_word)
427 self.bits_per_word = int(self.val["__bits_per_word"])
452 yield ("[%d]" % (word_index * self.bits_per_word + n), 1)
/external/libsrtp2/crypto/math/
Ddatatypes.c326 (length + bits_per_word - 1) & ~(unsigned long)((bits_per_word - 1)); in bitvector_alloc()
328 l = length / bits_per_word * bytes_per_word; in bitvector_alloc()
/external/libese/libese-hw/nxp/pn80t/
Dlinux_spidev.c187 .bits_per_word = 0, in spidev_transmit()
217 .bits_per_word = 0, in spidev_receive()
/external/kernel-headers/original/uapi/linux/spi/
Dspidev.h78 __u8 bits_per_word; member
/external/libsrtp2/crypto/include/
Ddatatypes.h326 #define bits_per_word 32 macro
/external/rust/crates/nix/test/sys/
Dtest_ioctl.rs277 bits_per_word: u8, field