Searched refs:split (Results 126 - 150 of 377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.widget.js44 var namespace = name.split( "." )[ 0 ],
46 name = name.split( "." )[ 1 ];
H A Dutility.js355 if(addr.split) {
356 a = addr.split(".");
375 if(addr.split) {
376 a = addr.split(".");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusb_stream.c562 unsigned split = s->inpacket_head; local
564 while (l > s->inpacket[split].length) {
565 l -= s->inpacket[split].length;
566 if (split == 0)
567 split = s->inpackets - 1;
569 split--;
571 s->next_inpacket_split = split;
573 s->inpacket[split].length - l;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dhelp2man195 ($_, $version_text) = split /\n+/, $version_text, 2;
237 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
300 ($copy, $_) = split /\n\n/, $_, 2;
H A Dtexi2html48 $SPLITTAG = "<!-- SPLIT HERE -->\n"; # tag to know where to split
345 -split_chapter : split on main sections
346 -split_node : split on nodes
386 warn "Can't use -monolithic with -split, -monolithic ignored.\n";
514 $split_num = 0; # split index
645 ($node) = split(/,/);
783 @args = split(/\s+/, &protect_html($_));
842 ($table_type, $in_table) = split($;, shift(@tables));
856 ($table_type, $in_table) = split($;, $tables[0]);
914 warn "$ERROR I'll split o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.c1211 /* Node balancing for insertion. Here we only split or push nodes around
1695 * if ins_len > 0, nodes and leaves will be split as we walk down the
2174 * split the node at the specified level in path in two.
2175 * The path is corrected to point to the appropriate node after the split
2187 struct extent_buffer *split; local
2197 /* trying to split the root, lets make a new one */
2215 split = btrfs_alloc_free_block(trans, root, root->nodesize, 0,
2218 if (IS_ERR(split))
2219 return PTR_ERR(split);
2223 memset_extent_buffer(split,
2954 int split; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauinotebook.tex13 split the tab window into many different splitter configurations, and toggle through different themes to customize
36 \twocolitem{\windowstyle{wxAUI\_NB\_TAB\_SPLIT}}{Allows the tab control to be split by dragging a tab.}
226 Split performs a split operation programmatically. The argument \arg{page} indicates
227 the page that will be split off. This page will also become the active page after the
228 split. The \arg{direction} argument specifies where the pane should go, it should be one
H A Dsplitter.tex6 split into two programmatically (perhaps from a menu command), and unsplit
158 Gets the split mode.
201 Returns true if the window is split, false otherwise.
369 Sets the split mode.
405 true if successful, false otherwise (the window was already split).
411 window is not currently split using \helpref{IsSplit}{wxsplitterwindowissplit}.
439 true if successful, false otherwise (the window was already split).
444 but the application should check that the window is not currently split using \helpref{IsSplit}{wxsplitterwindowissplit}.
463 true if successful, false otherwise (the window was not split).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py248 l = string.split(desc, ".")
505 l = string.split(str)
560 l = string.split(str)
606 l = string.split(str)
653 l = string.split(str)
795 l = string.split(info)
834 l = string.split(info)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py248 l = string.split(desc, ".")
505 l = string.split(str)
560 l = string.split(str)
606 l = string.split(str)
653 l = string.split(str)
795 l = string.split(info)
834 l = string.split(info)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib7000m.c598 if(!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.max == 0)
604 if (agc > state->current_agc->split.min_thres)
605 split_offset = state->current_agc->split.min;
606 else if (agc < state->current_agc->split.max_thres)
607 split_offset = state->current_agc->split.max;
609 split_offset = state->current_agc->split.max *
610 (agc - state->current_agc->split.min_thres) /
611 (state->current_agc->split.max_thres - state->current_agc->split.min_thres);
737 dib7000m_write_word(state, 103, 1 << 8); /* force 0 split o
[all...]
H A Ddibx000_common.h102 } split; member in struct:dibx000_agc_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html48 $SPLITTAG = "<!-- SPLIT HERE -->\n"; # tag to know where to split
345 -split_chapter : split on main sections
346 -split_node : split on nodes
386 warn "Can't use -monolithic with -split, -monolithic ignored.\n";
514 $split_num = 0; # split index
645 ($node) = split(/,/);
783 @args = split(/\s+/, &protect_html($_));
842 ($table_type, $in_table) = split($;, shift(@tables));
856 ($table_type, $in_table) = split($;, $tables[0]);
914 warn "$ERROR I'll split o
[all...]
H A DMakefile.am94 MAKEINFOFLAGS = --no-split
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html48 $SPLITTAG = "<!-- SPLIT HERE -->\n"; # tag to know where to split
345 -split_chapter : split on main sections
346 -split_node : split on nodes
386 warn "Can't use -monolithic with -split, -monolithic ignored.\n";
514 $split_num = 0; # split index
645 ($node) = split(/,/);
783 @args = split(/\s+/, &protect_html($_));
842 ($table_type, $in_table) = split($;, shift(@tables));
856 ($table_type, $in_table) = split($;, $tables[0]);
914 warn "$ERROR I'll split o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkernel-doc463 foreach $line (split "\n", $contents) {
1511 foreach my $arg (split ',', $members) {
1587 foreach my $arg (split($splitter, $args)) {
1613 my @args = split('\s*,\s*', $arg);
1621 push(@first_arg, split('\s+', $1));
1624 @first_arg = split('\s+', shift @args);
1719 my @sects = split ' ', $sectcheck;
1720 my @prms = split ' ', $prmscheck;
1735 # parameter list is split at spaces;
1856 ($relname, $absname) = (split())[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c82 static char* split(char *message, char delim) { function
91 char *next = split(*map, delim);
108 char *next = split(*map, delim);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmremap.c176 int split = 0; local
181 * which may split one vma into three before unmapping.
223 split = 1;
240 /* OOM: unable to split vma, just get accounts right */
249 if (split)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dsorttable.js325 var aa = a[0].split("."),
328 var bb = b[0].split("."),
519 Array.forEach(string.split(""), function(chr, index) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dsorttable.js325 var aa = a[0].split("."),
328 var bb = b[0].split("."),
519 Array.forEach(string.split(""), function(chr, index) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts88 my ($login, $rid, $lmpwd, $ntpwd, $gecos, $homedir, $b) = split(/:/, $_);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_parser.c181 .split = mpegvideo_split,
H A Dvc1_parser.c200 .split = vc1_split,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4video_parser.c158 .split = ff_mpeg4video_split,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_msg.awk440 split(s, p, "__P");
444 n = split(p[2], comma, ",");

Completed in 179 milliseconds

1234567891011>>