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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_among.c17 static int ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh, argument
31 start = wh->table[key];
32 limit = wh->table[key + 1];
35 p = &wh->pool[i];
44 p = &wh->pool[i];
56 *wh)
61 if (wh->table[i] > wh->table[i + 1])
63 if (wh->table[i] < 0)
65 if (wh
55 ebt_mac_wormhash_check_integrity(const struct ebt_mac_wormhash *wh) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dsfp-util.h13 #define umul_ppmm(wh, wl, u, v) \
15 : "=r" ((UDItype)(wh)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsfp-util.h35 #define umul_ppmm(wh, wl, u, v) ({ \
50 wh = __wh; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dsfp-util.h42 #define umul_ppmm(wh, wl, u, v) \
67 : "=r" ((UDItype)(wh)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_rep.c55 u_int32_t wh; local
68 wh = DB_REP_CONF_NOAUTOINIT;
71 wh = DB_REP_CONF_BULK;
74 wh = DB_REP_CONF_DELAYCLIENT;
77 wh = DB_REP_CONF_NOWAIT;
95 ret = dbenv->rep_set_config(dbenv, wh, on);
172 u_int32_t wh; local
181 wh = DB_REP_CONF_BULK;
184 wh = DB_REP_CONF_DELAYCLIENT;
187 wh
244 int optindex, result, ret, wh; local
[all...]
H A Dtcl_log.c671 u_int32_t wh; local
686 wh = DB_LOG_AUTO_REMOVE;
689 wh = DB_LOG_DIRECT;
692 wh = DB_LOG_DSYNC;
695 wh = DB_LOG_IN_MEMORY;
698 wh = DB_LOG_ZERO;
716 ret = dbenv->log_set_config(dbenv, wh, on);
736 u_int32_t wh; local
745 wh = DB_LOG_AUTO_REMOVE;
748 wh
[all...]
H A Dtcl_env.c1415 u_int32_t wh; local
1423 wh = DB_VERB_DEADLOCK;
1426 wh = DB_VERB_FILEOPS;
1429 wh = DB_VERB_FILEOPS_ALL;
1432 wh = DB_VERB_RECOVERY;
1435 wh = DB_VERB_REGISTER;
1438 wh = DB_VERB_REPLICATION;
1441 wh = DB_VERB_REP_ELECT;
1444 wh = DB_VERB_REP_LEASE;
1447 wh
1663 u_int32_t wh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsgiwd93.c35 struct WD33C93_hostdata wh; member in struct:ip22_hostdata
103 hdata->wh.dma_dir = datainp;
142 if (hdata->wh.dma_dir) {
251 if (hdata->wh.no_sync == 0xff)
252 hdata->wh.no_sync = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvmnc.c230 int bg = 0, fg = 0, rects, color, flags, xy, wh; local
277 wh = *src++;
278 paint_rect(dst2, xy >> 4, xy & 0xF, (wh>>4)+1, (wh & 0xF)+1, fg, bpp, stride);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dcs.h386 int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req, window_handle_t *wh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h338 #define umul_ppmm(wh, wl, u, v) \
347 (wh) = __xx.__i.__h; \
688 #define umul_ppmm(wh, wl, u, v) \
694 (wh) = __x.__i.__h; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_resource.c890 int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req, window_handle_t *wh) argument
959 *wh = win;

Completed in 282 milliseconds