Home
last modified time | relevance | path

Searched refs:PennyOff (Results 1 – 4 of 4) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/base/judy/test/
H A Dsort.c30 unsigned int PennyOff = 0; // key offset in input record variable
56 if( PennyOff + PennyKey > PennyLine ) { in sort()
101 cell = judy_cell( judy, inbuff + off + PennyOff, PennyKey ); in sort()
177 cell = judy_cell( judy, line[idx] + PennyOff, PennyKey ); in merge()
195 cell = judy_cell( judy, line[idx] + PennyOff, PennyKey ); in merge()
H A Dsort.h50 extern unsigned int PennyOff;
H A DpennySort.c91 PennyOff = atoi( argv[5] ); in main()
/dports/cad/stepcode/stepcode-0.8/src/base/judy/misc/
H A Djudy64n.c1621 unsigned int PennyOff = 0; // key offset in input record variable
1653 if( PennyOff + PennyKey > PennyLine )
1693 cell = judy_cell (judy, inbuff + off + PennyOff, PennyKey);
1768 cell = judy_cell (judy, line[idx] + PennyOff, PennyKey);
1786 cell = judy_cell (judy, line[idx] + PennyOff, PennyKey);
1898 PennyOff = atoi(argv[5]);