Searched refs:MIN (Results 1 - 25 of 246) sorted by relevance

12345678910

/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dmkdev.cciss29 MIN=`expr $D \* 16 + $P`
31 mknod /dev/cciss/c${C}d${D} b $MAJ $MIN
33 mknod /dev/cciss/c${C}d${D}p${P} b $MAJ $MIN
H A Dmkdev.ida29 MIN=`expr $D \* 16 + $P`
31 mknod /dev/ida/c${C}d${D} b $MAJ $MIN
33 mknod /dev/ida/c${C}d${D}p${P} b $MAJ $MIN
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcycx_drv.h40 #ifndef MIN
41 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dif_tun.h53 #ifndef MIN
54 #define MIN(a,b) ( (a)<(b) ? (a):(b) ) macro
H A Defs_fs.h33 #ifndef MIN
34 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
H A Dintermezzo_lib.h35 #undef MIN macro
36 #define MIN(a,b) (((a)<(b)) ? (a): (b)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcycx_drv.h40 #ifndef MIN
41 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dif_tun.h53 #ifndef MIN
54 #define MIN(a,b) ( (a)<(b) ? (a):(b) ) macro
H A Defs_fs.h33 #ifndef MIN
34 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
H A Dintermezzo_lib.h35 #undef MIN macro
36 #define MIN(a,b) (((a)<(b)) ? (a): (b)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Daudiochip.h6 #define MIN(a,b) (((a)>(b))?(b):(a)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dieee1394_types.h53 #ifndef MIN
54 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Ddfree.c125 (*dfree) = MIN(*dfree,dfree_q);
126 (*dsize) = MIN(*dsize,dsize_q);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_rpc.c330 if(!prs_uint8s (True, "str", ps, depth, (uchar*)str->str, MIN(str->len, sizeof(str->str)) ))
804 MIN(neg->hdr_myname.str_str_len, sizeof(neg->myname))))
813 MIN(neg->hdr_domain.str_str_len, sizeof(neg->domain ))))
828 MIN(neg->hdr_myname.str_str_len, sizeof(neg->myname))))
831 MIN(neg->hdr_domain.str_str_len, sizeof(neg->domain ))))
999 MIN(rsp->hdr_domain.str_str_len, sizeof(rsp->domain))))
1008 MIN(rsp->hdr_usr.str_str_len, sizeof(rsp->user))))
1017 MIN(rsp->hdr_wks.str_str_len, sizeof(rsp->wks))))
1026 MIN(rsp->hdr_lm_resp.str_str_len, sizeof(rsp->lm_resp ))))
1035 MIN(rs
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsb1250_duart.c63 #ifndef MIN
64 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
294 c = MIN(count, MIN(PAGE_SIZE - us->outp_count - 1,
307 c = MIN(c, MIN(CONFIG_SB1250_DUART_OUTPUT_BUF_SIZE - us->outp_count - 1,
322 c = MIN(count, MIN(CONFIG_SB1250_DUART_OUTPUT_BUF_SIZE - us->outp_count - 1,
H A Ddz.h118 #ifndef MIN
119 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dmostek.h106 #define MSTK_REG_MIN(regs) MSTK_GET(regs,min,MIN)
114 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,min,value,MIN)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dmostek.h115 #define MSTK_REG_MIN(regs) MSTK_GET(regs,MIN)
123 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,MIN,value)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dmostek.h106 #define MSTK_REG_MIN(regs) MSTK_GET(regs,min,MIN)
114 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,min,value,MIN)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dmostek.h115 #define MSTK_REG_MIN(regs) MSTK_GET(regs,MIN)
123 #define MSTK_SET_REG_MIN(regs,value) MSTK_SET(regs,MIN,value)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dbluetooth.h45 #ifndef MIN
46 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dbluetooth.h45 #ifndef MIN
46 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dparser.h12 #ifndef MIN
13 #define MIN(a,b) ((a)<(b)?(a):(b)) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/auth/
H A Dauth_winbind.c100 request.data.auth_crap.lm_resp_len = MIN(user_info->lm_resp.length,
102 request.data.auth_crap.nt_resp_len = MIN(user_info->nt_resp.length,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclitrans.c45 this_lparam = MIN(lparam,cli->max_xmit - (500+lsetup*2)); /* hack */
46 this_ldata = MIN(ldata,cli->max_xmit - (500+lsetup*2+this_lparam));
110 this_lparam = MIN(lparam-tot_param,cli->max_xmit - 500); /* hack */
111 this_ldata = MIN(ldata-tot_data,cli->max_xmit - (500+this_lparam));
358 this_lparam = MIN(lparam,cli->max_xmit - (500+lsetup*2)); /* hack */
359 this_ldata = MIN(ldata,cli->max_xmit - (500+lsetup*2+this_lparam));
415 this_lparam = MIN(lparam-tot_param,cli->max_xmit - 500); /* hack */
416 this_ldata = MIN(ldata-tot_data,cli->max_xmit - (500+this_lparam));

Completed in 212 milliseconds

12345678910