Searched refs:TELLERS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.h10 #define TELLERS 100 macro
H A DTpcbExample.cpp26 tellers(TELLERS), history(HISTORY), fast_mode(1), verbose(0),
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c78 #define TELLERS 100 macro
85 #define TELLERS 100 macro
92 #define TELLERS 50 macro
99 #define TELLERS 100 macro
198 tellers = tellers == 0 ? TELLERS : tellers;
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp79 #define TELLERS 100 macro
86 #define TELLERS 100 macro
93 #define TELLERS 100 macro
195 tellers = tellers == 0 ? TELLERS : tellers;
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java45 public static final int TELLERS = 100;
53 public static final int TELLERS = 100;
60 public static final int TELLERS = 100; field in class:TpcbExample
596 int tellers = TELLERS;

Completed in 82 milliseconds