Searched refs:random_id (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/
H A Dex_tpcb.c46 u_int32_t random_id __P((FTYPE, int, int, int));
462 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
463 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
464 hrec.tid = random_id(TELLER, accounts, branches, tellers);
491 random_id(type, accounts, branches, tellers) function
621 account = random_id(ACCOUNT, accounts, branches, tellers);
622 branch = random_id(BRANCH, accounts, branches, tellers);
623 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp26 u_int32_t random_id(FTYPE, u_int32_t, u_int32_t, u_int32_t);
418 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
419 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
420 hrec.tid = random_id(TELLER, accounts, branches, tellers);
446 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) function
554 account = random_id(ACCOUNT, accounts, branches, tellers);
555 branch = random_id(BRANCH, accounts, branches, tellers);
556 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp27 u_int32_t random_id(FTYPE, u_int32_t, u_int32_t, u_int32_t);
435 hrec.aid = random_id(
437 hrec.bid = random_id(
439 hrec.tid = random_id(
462 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) function
574 account = random_id(ACCOUNT, accounts, branches, tellers);
575 branch = random_id(BRANCH, accounts, branches, tellers);
576 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/
H A Dex_tpcb.c46 u_int32_t random_id __P((FTYPE, int, int, int));
462 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
463 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
464 hrec.tid = random_id(TELLER, accounts, branches, tellers);
491 random_id(type, accounts, branches, tellers) function
621 account = random_id(ACCOUNT, accounts, branches, tellers);
622 branch = random_id(BRANCH, accounts, branches, tellers);
623 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp26 u_int32_t random_id(FTYPE, u_int32_t, u_int32_t, u_int32_t);
418 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
419 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
420 hrec.tid = random_id(TELLER, accounts, branches, tellers);
446 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) function
554 account = random_id(ACCOUNT, accounts, branches, tellers);
555 branch = random_id(BRANCH, accounts, branches, tellers);
556 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp27 u_int32_t random_id(FTYPE, u_int32_t, u_int32_t, u_int32_t);
435 hrec.aid = random_id(
437 hrec.bid = random_id(
439 hrec.tid = random_id(
462 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) function
574 account = random_id(ACCOUNT, accounts, branches, tellers);
575 branch = random_id(BRANCH, accounts, branches, tellers);
576 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/
H A Dex_tpcb.c46 u_int32_t random_id __P((FTYPE, int, int, int));
462 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
463 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
464 hrec.tid = random_id(TELLER, accounts, branches, tellers);
491 random_id(type, accounts, branches, tellers) function
621 account = random_id(ACCOUNT, accounts, branches, tellers);
622 branch = random_id(BRANCH, accounts, branches, tellers);
623 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp26 u_int32_t random_id(FTYPE, u_int32_t, u_int32_t, u_int32_t);
418 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
419 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
420 hrec.tid = random_id(TELLER, accounts, branches, tellers);
446 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) function
554 account = random_id(ACCOUNT, accounts, branches, tellers);
555 branch = random_id(BRANCH, accounts, branches, tellers);
556 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp27 u_int32_t random_id(FTYPE, u_int32_t, u_int32_t, u_int32_t);
435 hrec.aid = random_id(
437 hrec.bid = random_id(
439 hrec.tid = random_id(
462 random_id(FTYPE type, u_int32_t accounts, u_int32_t branches, u_int32_t tellers) function
574 account = random_id(ACCOUNT, accounts, branches, tellers);
575 branch = random_id(BRANCH, accounts, branches, tellers);
576 teller = random_id(TELLER, accounts, branches, tellers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java67 // used by random_id()
288 hrec.set_aid(random_id(ACCOUNT));
289 hrec.set_bid(random_id(BRANCH));
290 hrec.set_tid(random_id(TELLER));
310 public int random_id(int type) { method in class:TpcbExample
460 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);
461 branch = TpcbExample.this.random_id(TpcbExample.BRANCH);
462 teller = TpcbExample.this.random_id(TpcbExample.TELLER);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java67 // used by random_id()
288 hrec.set_aid(random_id(ACCOUNT));
289 hrec.set_bid(random_id(BRANCH));
290 hrec.set_tid(random_id(TELLER));
310 public int random_id(int type) { method in class:TpcbExample
460 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);
461 branch = TpcbExample.this.random_id(TpcbExample.BRANCH);
462 teller = TpcbExample.this.random_id(TpcbExample.TELLER);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java67 // used by random_id()
288 hrec.set_aid(random_id(ACCOUNT));
289 hrec.set_bid(random_id(BRANCH));
290 hrec.set_tid(random_id(TELLER));
310 public int random_id(int type) { method in class:TpcbExample
460 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);
461 branch = TpcbExample.this.random_id(TpcbExample.BRANCH);
462 teller = TpcbExample.this.random_id(TpcbExample.TELLER);

Completed in 139 milliseconds