Searched refs:swaptype (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dqsort.c61 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
65 swapfunc(a, b, n, swaptype)
67 int n, swaptype;
69 if (swaptype <= 1)
76 if (swaptype == 0) { \
81 swapfunc(a, b, es, swaptype)
83 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
108 int d, r, swaptype, swap_cnt; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c3425 u_int32_t len, msgtype, swaptype; local
3458 swaptype = msgtype = rp->rectype;
3463 M_32_SWAP(swaptype);
3464 if (msgtype > REP_MAX_MSG && swaptype <= REP_MAX_MSG)
3465 msgtype = swaptype;

Completed in 69 milliseconds