Searched refs:split (Results 26 - 50 of 377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib2ansi59 split /\s*,\s*/, $param_list;
62 my @params = split /\s*;\s*/, $params;
68 my @bits = split /\s*,\s*/, $p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/
H A Ddebflex.awk81 n = split(collect, field, "\n--|[(]");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/
H A Ddebflex.awk81 n = split(collect, field, "\n--|[(]");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/
H A Dcbqinit.eth132 # defmap and split say that best effort ttraffic, not classfied
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
69 # New element: split is not 1:0, but 1:7FFE. It means,
75 prio 6 maxburst 10 split 1:7FFE defmap ffff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/service-type-database/
H A Dbuild-db.in42 t, n = ln.split(":", 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dresidue_entropy27 @nums = split(/,/);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/tests/
H A DTESTonce15 ($name,$input,$output,$options)=split(/\s+/,$_, 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/service-type-database/
H A Dbuild-db.in42 t, n = ln.split(":", 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Dlogstat.awk11 split($1, a)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c131 } split; member in union:_cpuid4_leaf_eax
140 } split; member in union:_cpuid4_leaf_ebx
147 } split; member in union:_cpuid4_leaf_ecx
287 eax->split.is_self_initializing = 1;
288 eax->split.type = types[leaf];
289 eax->split.level = levels[leaf];
290 eax->split.num_threads_sharing = 0;
291 eax->split.num_cores_on_die = current_cpu_data.x86_max_cores - 1;
295 eax->split.is_fully_associative = 1;
296 ebx->split
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dop_model_ppro.c97 if (!(eax.split.version_id == 0 &&
101 if (counter_width < eax.split.bit_width)
102 counter_width = eax.split.bit_width;
237 if (eax.split.version_id == 0 && current_cpu_data.x86 == 6 &&
239 eax.split.version_id = 2;
240 eax.split.num_counters = 2;
241 eax.split.bit_width = 40;
244 num_counters = eax.split.num_counters;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/tools/
H A Ddistill.awk24 if (split($0, field, "\t") < 3) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile.c159 * [start, end]. Existing extents are split as required.
165 struct extent_map *split = NULL; local
180 if (!split)
181 split = alloc_extent_map(GFP_NOFS);
211 split->start = em->start;
212 split->len = start - em->start;
213 split->orig_start = em->orig_start;
214 split->block_start = em->block_start;
217 split->block_len = em->block_len;
219 split
574 u64 split; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile.am28 MAKEINFOFLAGS = $(TEXINCLUDES) --no-split
84 # We distribute only the split HTML documentation.
97 html-local: html-split
101 install-html: install-html-split
103 uninstall-html: uninstall-html-split
104 dist-html: dist-html-split
178 html-split: gettext_toc.html
198 install-html-split: gettext_toc.html
210 uninstall-html-split:
220 dist-html-split
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dsetup.py46 obj_list = string.split(samba_objs)
50 # to split $samba_libs into a flags component and a library component.
58 for lib in string.split(samba_libs):
82 flags_list = string.split(samba_cflags)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter24 size, type, name = l[:-1].split()
26 if "." in name: name = "static." + name.split(".")[0]
29 x = l.split()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dpolicy.c37 char *split; local
39 for (split = strstr(hname, "//"); split; split = strstr(hname, "//"))
40 hname = split + 2;
766 char *split; local
770 for (split = strstr(hname, "//"); split;) {
772 split - hname);
776 hname = split
799 char *split; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.c108 uint split; member in struct:__anon16727
121 struct xtsplit * split, struct btstack * btstack);
123 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split,
127 struct xtsplit * split, struct metapage ** rmpp);
250 int nsplit = 0; /* number of pages to split */
347 /* compute number of pages to split */
394 /* compute number of pages to split */
452 /* compute number of pages to split */
494 /* update number of pages to split */
547 struct xtsplit split; /* spli local
687 xtSplitUp(tid_t tid, struct inode *ip, struct xtsplit * split, struct btstack * btstack) argument
957 xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split, struct metapage ** rmpp, s64 * rbnp) argument
1224 xtSplitRoot(tid_t tid, struct inode *ip, struct xtsplit * split, struct metapage ** rmpp) argument
1371 struct xtsplit split; /* split information */ local
1534 struct xtsplit split; /* split information */ local
1714 struct xtsplit split; /* split information */ local
2182 struct xtsplit split; /* split information */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-udma.h27 void ivtv_udma_fill_sg_array(struct ivtv_user_dma *dma, u32 buffer_offset, u32 buffer_offset_2, u32 split);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/windows/
H A DMakefile.doc57 --no-split $(WGETTEXI)
61 --no-split --html -o $@ $(WGETTEXI)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/trace/
H A Dfunction-graph-fold.vim29 let s = split(getline(v:foldstart), '|', 1)
33 let e = split(getline(v:foldend), '|', 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/
H A Dwxwin.py113 splitline = l.strip().split()
145 for s in sources.split():
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-4.x.t38 $db->db_put(split '/');
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dperf_event.h65 } split; member in union:cpuid10_eax
74 } split; member in union:cpuid10_edx

Completed in 397 milliseconds

1234567891011>>