OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxLocal
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
btreeInt.h
280
u16
maxLocal
; /* Copy of BtShared.
maxLocal
or BtShared.maxLeaf */
419
u16
maxLocal
; /* Maximum local payload in non-LEAFDATA tables */
btree.c
915
testcase( nPayload==pPage->
maxLocal
);
916
testcase( nPayload==pPage->
maxLocal
+1 );
917
if( likely(nPayload<=pPage->
maxLocal
) ){
929
** in between minLocal and
maxLocal
.
935
int
maxLocal
; /* Maximum amount of payload held locally */
939
maxLocal
= pPage->
maxLocal
;
941
testcase( surplus==
maxLocal
);
942
testcase( surplus==
maxLocal
+1 );
943
if( surplus <=
maxLocal
){
[
all
...]
recover.c
866
* 1.5 of http://www.sqlite.org/fileformat2.html .
maxLocal
and
869
const unsigned
maxLocal
= nPageSize - 35;
872
/* Always fit anything smaller than
maxLocal
. */
873
if( nRecordBytes<=
maxLocal
){
881
* does not fit into
maxLocal
, then a partially-full overflow page
885
if(
maxLocal
<nLocalRecordBytes ){
[
all
...]
/external/chromium_org/third_party/sqlite/src/tool/
showdb.c
254
int
maxLocal
;
260
maxLocal
= pagesize-35;
263
maxLocal
= (pagesize-12)*64/255-23;
266
if( nPayload>
maxLocal
){
268
if( surplus<=
maxLocal
){
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java
234
max.
maxLocal
(temp);
261
max.
maxLocal
(temp);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java
855
max.
maxLocal
(temp);
960
max.
maxLocal
(temp);
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java
785
* <code>
maxLocal
</code> computes the maximum value for each
790
public void
maxLocal
(Vector3f other){
[
all
...]
Vector4f.java
732
* <code>
maxLocal
</code> computes the maximum value for each
737
public void
maxLocal
(Vector4f other){
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 655 milliseconds