Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dnew11.cpp8 void *operator new[](size_t bytes) throw (std::bad_alloc) { in operator new[]()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew11.cpp8 void *operator new[](size_t bytes) throw (std::bad_alloc) { in operator new[]()
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc239 uint16_t get_u16_le(const uint8_t* bytes) { in get_u16_le()
243 uint32_t get_u32_le(const uint8_t* bytes) { in get_u32_le()
248 uint64_t get_u64_le(const uint8_t* bytes) { in get_u64_le()
254 uint16_t get_u16_be(const uint8_t* bytes) { in get_u16_be()
258 uint32_t get_u32_be(const uint8_t* bytes) { in get_u32_be()
263 uint64_t get_u64_be(const uint8_t* bytes) { in get_u64_be()