Searched refs:split (Results 201 - 225 of 377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Drx.c174 * code or 0 on success. If a single page can be split between two buffers,
187 /* We can split a page between two buffers */
210 split:
228 goto split;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c1168 unsigned split, move, size; local
1207 /* map index at which we will split */
1208 split = count - move;
1209 hash2 = map[split].hash;
1210 continued = hash2 == map[split - 1].hash;
1212 dx_get_block(frame->at), hash2, split, count-split));
1215 de2 = dx_move_dirents(data1, data2, map + split, count - split);
1516 /* Block full, should compress but for now just split */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c1170 unsigned split, move, size; local
1209 /* map index at which we will split */
1210 split = count - move;
1211 hash2 = map[split].hash;
1212 continued = hash2 == map[split - 1].hash;
1215 hash2, split, count-split));
1218 de2 = dx_move_dirents(data1, data2, map + split, count - split, blocksize);
1518 /* Block full, should compress but for now just split */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl.in61 ($host, $port) = split(/\:/, $hostport);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dgentest.py481 type = string.split(line[15:])[0]
484 type = string.split(line[19:], '(')[0]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dbas_l2tp.js20 var serv_array=cf.l2tp_serv_ip.value.split('.');
187 var serv_array=cf.l2tp_serv_ip.value.split('.');
276 else if ( the_mac.split("-").length == 6 )
446 var server_addr_array = cf.l2tp_serv_ip.value.split('.');
H A Djquery.ui.tabs.js119 var hrefBase = href.split( "#" )[ 0 ],
121 if ( hrefBase && ( hrefBase === location.toString().split( "#" )[ 0 ] ||
H A DRU_mac_spoof.js13 else if (the_mac.split("-").length == 6)
H A Djquery-1.8.2.js901 jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
913 jQuery.each( options.split( core_rspace ), function( _, flag ) {
1664 // split the camel cased version by spaces unless a key with the spaces exists
1669 name = name.split(" ");
1762 parts = key.split( ".", 2 );
2039 classNames = value.split( core_rspace );
2074 removes = ( value || "" ).split( core_rspace );
2114 classNames = value.split( core_rspace );
2341 attrNames = value.split( core_rspace );
2690 types = jQuery.trim( hoverHack(types) ).split( " " );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-direct.lua188 -- Let the core not split move events.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.cpp29 QStringList files = filename.split("file://");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-core.c368 u32 split, task=0, ctrl=0, irq=0; local
432 split = 0;
434 /* split fields between tasks */
446 split = 1;
461 dprintk("dmabits: task=0x%02x ctrl=0x%02x irq=0x%x split=%s\n",
462 task, ctrl, irq, split ? "no" : "yes");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.h298 QSplitter* split; member in class:ConfigSearchWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c349 .split = hevc_split,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_parser.c350 .split = h264_split,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Dconfig.status973 nfields = split(line, field, "@")
1034 split(line, arg, " ")
1042 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dconfig.status865 nfields = split(line, field, "@")
986 split(line, arg, " ")
994 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
H A Dconfig.status795 nfields = split(line, field, "@")
902 split(line, arg, " ")
910 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_xs.c327 static char **split(char *strings, unsigned int len, unsigned int *num) function
365 return split(strings, len, num);
819 msg->u.watch.vec = split(body, msg->hdr.len,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfig.status856 nfields = split(line, field, "@")
950 split(line, arg, " ")
958 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A DConfigure709 @argvcopy=split(' ',$argvstring);
946 my @fields = split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
1086 # foreach $def (split ' ',$thread_cflag)
1181 #my ($bn1)=split(/\s+/,$bn_obj);
1389 foreach (sort split(/\s+/,$bn_ops))
1713 foreach $path (split /:/, $ENV{PATH})
1751 split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
1795 @fields = split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dconfig.status933 nfields = split(line, field, "@")
1047 split(line, arg, " ")
1055 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/
H A Dconfig.status790 nfields = split(line, field, "@")
900 split(line, arg, " ")
908 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfig.status902 nfields = split(line, field, "@")
1092 split(line, arg, " ")
1100 split(mac1, mac2, "(") #)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfig.status1078 nfields = split(line, field, "@")
1441 split(line, arg, " ")
1449 split(mac1, mac2, "(") #)

Completed in 249 milliseconds

1234567891011>>