Searched defs:maxLocal (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DVector3f.java785 * <code>maxLocal</code> computes the maximum value for each
790 public void maxLocal(Vector3f other){ method in class:Vector3f
H A DVector4f.java732 * <code>maxLocal</code> computes the maximum value for each
737 public void maxLocal(Vector4f other){ method in class:Vector4f
/external/sqlite/dist/orig/
H A Dsqlite3.c48718 u16 maxLocal; /* Copy of BtShared.maxLocal or BtShared.maxLeaf */ member in struct:MemPage
48855 u16 maxLocal; /* Maximum local payload in non-LEAFDATA tables */ member in struct:BtShared
50306 int maxLocal; /* Maximum amount of payload held locally */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48729 u16 maxLocal; /* Copy of BtShared.maxLocal or BtShared.maxLeaf */ member in struct:MemPage
48866 u16 maxLocal; /* Maximum local payload in non-LEAFDATA tables */ member in struct:BtShared
50317 int maxLocal; /* Maximum amount of payload held locally */ local
[all...]

Completed in 433 milliseconds