Searched refs:sort (Results 51 - 75 of 646) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/mm/
H A Dextable.c8 #include <linux/sort.h>
52 sort(start, finish - start, sizeof(struct exception_table_entry),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dall-charsets-X1120 for lc in `./all-locales | sort | uniq`
H A Dall-charsets13 for lc in `./all-locales | sort | uniq`
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest006.tcl24 foreach {sort flags} {unsorted -dup sorted "-dup -dupsort"} {
26 $tnum $ndups $sort $flags $args
32 {ndups 5} sort flags {largs ""} } {
56 if { $is_je_test && $sort == "unsorted" } {
57 puts "Test$tnum skipping $sort duplicates for JE"
93 set testfile $basename$sort.db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_test100 sort |
H A Ds_s6087 egrep '^#undef' config.hin | awk '{print $2}' | sort > $s
89 egrep '^#define' $1 | awk '{print $2}') | sort > $t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr026/
H A Dchk.method38 sort -u`
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A DMakefile.am150 sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
162 sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
176 sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
182 sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Ddistribution.c96 long **sort=calloc(bins,sizeof(long *)); local
100 for(i=0;i<bins;i++)sort[i]=c->quantlist+i;
101 qsort(sort,bins,sizeof(long *),ascend);
143 int ptr=sort[i]-c->quantlist;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_clist.h44 int sort; member in struct:community_list
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A DMakefile.clean33 subdir-ym := $(sort $(subdir-y) $(subdir-m))
34 subdir-ymn := $(sort $(subdir-ym) $(subdir-n) $(subdir-))
H A DMakefile.modpost50 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
121 targets := $(wildcard $(sort $(targets)))
H A Dbloat-o-meter18 for l in os.popen("nm --size-sort " + file).readlines():
52 delta.sort()
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/cs423x/
H A DMakefile26 obj-m := $(sort $(obj-m))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/
H A DMakefile.clean33 subdir-ym := $(sort $(subdir-y) $(subdir-m))
34 subdir-ymn := $(sort $(subdir-ym) $(subdir-n) $(subdir-))
H A Dtrylink14 BBOX_LIB_LIST=`echo "$BBOX_LIB_LIST" | xargs -n1 | sort | uniq | xargs`
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A DMakefile9 MKOBJS = mksquashfs.o read_fs.o sort.o sqlzma.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/script/
H A Dfindsmb40 # do numeric sort on last field of IP address
55 # strip everything but IP address and sort by last field in address
57 @ipaddrs = sort ipsort grep(s/ \*<00>.*$//,<NMBLOOKUP>);
H A Dfindsmb.in40 # do numeric sort on last field of IP address
55 # strip everything but IP address and sort by last field in address
57 @ipaddrs = sort ipsort grep(s/ \*<00>.*$//,<NMBLOOKUP>);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hnd/
H A DMakefile33 hnd-objs := $(addprefix $(SHARED)/, $(sort $(WLFILES:.c=.o)))
34 HND_OBJS := $(addprefix $(src)/$(SHARED)/, $(sort $(WLFILES:.c=.o)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/testsuite/
H A Dall_sourcecode.tests24 LC_ALL=C sort applet.order.current > applet.order.correct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/lib/
H A DMakefile95 # $(NM) -o --defined-only --no-sort $< | cut -d' ' -f3 > $@
100 # for symbol in `$(NM) --dynamic -u --no-sort $(BINARIES) | sort -u` ; do \
125 for symbol in `$(NM) --dynamic -u --no-sort $(BINARIES) | sort -u` ; do \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/applets/
H A Dinstall.sh11 h=`sort busybox.links | uniq`
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dfindsmb31 sub ipsort # do numeric sort on last field of IP address
44 # strip everything but IP address and sort by last field in address
46 @ipaddrs = sort ipsort grep(s/ \*<00>.*$//,<NMBLOOKUP>);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dfindsmb31 sub ipsort # do numeric sort on last field of IP address
44 # strip everything but IP address and sort by last field in address
46 @ipaddrs = sort ipsort grep(s/ \*<00>.*$//,<NMBLOOKUP>);

Completed in 307 milliseconds

1234567891011>>