Home
last modified time | relevance | path

Searched defs:get32 (Results 1 – 10 of 10) sorted by relevance

/external/v4l-utils/contrib/gconv/iconv/
Dloop.c76 # define get32(addr) *((const uint32_t *) (addr)) macro
89 # define get32(addr) \ macro
114 # define get32(addr) \ macro
/external/coreboot/util/cbfstool/
Dcommon.h205 uint32_t (*get32)(struct buffer *input); member
/external/rust/android-crates-io/crates/icu_properties/src/
Dprovider.rs906 pub(crate) fn get32(&self, ch: u32) -> T { in get32() method
Dcode_point_map.rs170 pub fn get32(self, ch: u32) -> T { in get32() method
/external/cronet/tot/third_party/icu/source/common/
Dutrie2.cpp42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function
/external/icu/icu4c/source/common/
Dutrie2.cpp42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function
/external/cronet/stable/third_party/icu/source/common/
Dutrie2.cpp42 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function
/external/rust/android-crates-io/crates/icu_collections/src/codepointtrie/
Dcptrie.rs404 pub fn get32(&self, code_point: u32) -> T { in get32() method
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h432 #define get32(ST, REG) (be32toh(ST.REG)) macro
/external/libpng/contrib/tools/
Dpngfix.c2942 get32(png_bytep buffer, int offset) in get32() function