Home
last modified time | relevance | path

Searched defs:word_size (Results 1 – 13 of 13) sorted by relevance

/external/epid-sdk/epid/common-testhelper/
Doctstr-testhelper.cc43 unsigned int word_size = in create_BigNum() local
/external/elfutils/backends/
Ds390_unwind.c72 unsigned word_size = ebl->class == ELFCLASS64 ? 8 : 4; in s390_unwind() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp78 const uint32_t word_size = 32; in LiteralsPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_literals.cpp78 const uint32_t word_size = 32; in LiteralsPass() local
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc339 size_t word_size = segment.bits_64 ? 8 : 4; in WalkLoadCommands() local
456 size_t word_size = segment.bits_64 ? 8 : 4; in WalkSegmentSections() local
Dmacho_reader_unittest.cc469 WithConfiguration(Endianness endianness, size_t word_size) in WithConfiguration()
478 static size_t word_size() { in word_size() function in WithConfiguration
503 explicit SizedSection(Endianness endianness, size_t word_size) in SizedSection()
514 size_t word_size() const { return word_size_; } in word_size() function in SizedSection
515 void set_word_size(size_t word_size) { in set_word_size()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc137 static const size_t word_size = sizeof(tmp); in CopyFromProcess() local
/external/libnetfilter_conntrack/src/conntrack/
Dbsf.c244 nfct_bsf_load_attr(struct sock_filter *this, int word_size, int pos) in nfct_bsf_load_attr()
257 nfct_bsf_load_attr_offset(struct sock_filter *this, int word_size, in nfct_bsf_load_attr_offset()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbit_stream.cpp50 const int word_size = static_cast<int>(sizeof(T) * 8); in StreamToBuffer() local
/external/deqp-deps/SPIRV-Tools/test/
Dbit_stream.cpp50 const int word_size = static_cast<int>(sizeof(T) * 8); in StreamToBuffer() local
/external/selinux/mcstrans/src/
Dmcstrans.c961 word_size(const void *p1, const void *p2) { in word_size() function
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i1020 unsigned int word_size() { in word_size() function
/external/u-boot/drivers/net/
De1000.h1037 uint16_t word_size; member