Home
last modified time | relevance | path

Searched refs:SWITCH_INT (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbFile.cpp366 SWITCH_INT(c->len); in swapLen()
367 SWITCH_INT(c->dna_nr); in swapLen()
368 SWITCH_INT(c->nr); in swapLen()
374 SWITCH_INT(c->len); in swapLen()
375 SWITCH_INT(c->dna_nr); in swapLen()
376 SWITCH_INT(c->nr); in swapLen()
386 SWITCH_INT(c->len); in swapLen()
387 SWITCH_INT(c->dna_nr); in swapLen()
388 SWITCH_INT(c->nr); in swapLen()
395 SWITCH_INT(c->len); in swapLen()
[all …]
DbChunk.cpp39 SWITCH_INT(inte); in swapInt()
DbDefines.h118 #define SWITCH_INT(a) { \ macro