Searched refs:nc (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daudio.c545 unsigned sr, nc, sz, bsz; local
548 nc = dsp_dev->d->set_channels(dev, 0);
556 if (sr < 1 || nc < 1 || sz < 1)
558 /* printk(KERN_DEBUG "Warning: Invalid PCM parameters[%d] sr=%d, nc=%d, sz=%d\n", dev, sr, nc, sz);*/
560 nc = 1;
564 sz = sr * nc * sz;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c946 struct array_cache *nc = NULL; local
948 nc = kmalloc_node(memsize, GFP_KERNEL, node);
949 if (nc) {
950 nc->avail = 0;
951 nc->limit = entries;
952 nc->batchcount = batchcount;
953 nc->touched = 0;
954 spin_lock_init(&nc->lock);
956 return nc;
1205 struct array_cache *nc; local
1285 struct array_cache *nc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Drtsp.c750 int nc; local
755 nc = sscanf(temp, "CSEQ: %ld", &CSeq);
757 if(nc == 1) {
H A Dhttp.c3015 int nc = 0; local
3039 nc = sscanf(HEADER1,
3044 if(nc==3) {
3051 nc=sscanf(HEADER1, " HTTP %3d", &k->httpcode);
3057 if(!nc) {
3059 nc = 1;
3067 nc = sscanf(HEADER1,
3072 if(nc==3) {
3078 nc = 0;
3082 if(nc) {
[all...]
H A Durldata.h335 int nc; /* nounce count */ member in struct:digestdata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dallformats.c131 REGISTER_DEMUXER (NC, nc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_route.c877 u_int nc = 0;
878 #define HEAD (pc == 0 && nc == 0)
915 nc++;
930 u_int nc = 0;
995 nc++;
875 u_int nc = 0; local
928 u_int nc = 0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c657 int i, j, c, lastc, col, nc; local
663 nc = f[i] - f[i - 1];
670 for (j = 0, lastc = '\0'; j < nc; j++, lastc = c) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid10.c1981 int nc, fc, fo; local
1989 nc = mddev->layout & 255;
1992 if ((nc*fc) <2 || (nc*fc) > mddev->raid_disks ||
2024 conf->near_copies = nc;
2026 conf->copies = nc*fc;
2033 sector_div(size, nc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2918 set nc [$newdb cursor]
2922 [is_valid_cursor $nc $newdb] TRUE
2926 set ndbt [$nc get -get_both -nolease \
2930 error_check_good nc_close [$nc close] 0
2936 for { set ndbt [$nc get -first -nolease] } { [llength $ndbt] > 0 } \
2937 { set ndbt [$nc get -next -nolease] } {
2942 error_check_good nc_close [$nc close] 0
2949 error_check_good new_cursor_close($newdbname) [$nc close] 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h241 USE_NC(APPLET(nc, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c8508 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \
8509 {nArg, SQLITE_UTF8, nc*SQLITE_FUNC_NEEDCOLL, \
59705 NameContext nc; /* Name context for resolving pE */ local
[all...]

Completed in 239 milliseconds

12