HomeSort by relevance Sort by last modified time
    Searched refs:endianess (Results 1 - 9 of 9) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
BlenderInputStream.java 61 private char endianess; field in class:BlenderInputStream
189 endianess = (char) this.readByte();
190 if (endianess != 'v' && endianess != 'V') {
191 throw new BlenderFileException("Unknown endianess value! 'v' or 'V' expected and found: " + endianess);
238 if (endianess == 'v') {
254 if (endianess == 'v') {
278 if (endianess == 'v') {
  /external/stlport/test/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 73 #error Unknown endianess
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cfg.h 51 /* Controls endianess and size of registers. Leave uncommented to get platform neutral [slower] code
124 #error You must specify a word size as well as endianess in tomcrypt_cfg.h
  /external/stlport/src/
num_get_float.cpp 48 # error Unknown endianess
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 48 # error Unknown endianess
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 751 milliseconds