Searched refs:binary (Results 26 - 50 of 271) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtrace_seq.h37 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary);
55 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/boot/compressed/
H A DMakefile39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T
41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.cpp28 ios::openmode binary = parameters.GetValueWithDefault(Name::InputBinaryMode(), true) ? ios::binary : ios::openmode(0); local
29 m_file->open(fileName, ios::in | binary);
161 ios::openmode binary = parameters.GetValueWithDefault(Name::OutputBinaryMode(), true) ? ios::binary : ios::openmode(0); local
162 m_file->open(fileName, ios::out | ios::trunc | binary);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfield.c93 field->binary.data = 0;
94 field->binary.length = 0;
150 if (field->binary.data)
151 free(field->binary.data);
321 field->binary.data = data;
322 field->binary.length = length;
398 return id3_render_binary(ptr, field->binary.data, field->binary.length);
729 field->binary.data = mem;
730 field->binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfield.c93 field->binary.data = 0;
94 field->binary.length = 0;
150 if (field->binary.data)
151 free(field->binary.data);
321 field->binary.data = data;
322 field->binary.length = length;
398 return id3_render_binary(ptr, field->binary.data, field->binary.length);
729 field->binary.data = mem;
730 field->binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Drules255 binary-indep: DH_OPTIONS=-i
256 binary-indep: build install
291 binary-arch: DH_OPTIONS=-a $(DH_EXTRAS)
292 binary-arch: build install
346 # in the binary-indep target?) peloy.-
357 binary: binary-indep binary-arch
358 .PHONY: build clean binary-indep binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Drules255 binary-indep: DH_OPTIONS=-i
256 binary-indep: build install
291 binary-arch: DH_OPTIONS=-a $(DH_EXTRAS)
292 binary-arch: build install
346 # in the binary-indep target?) peloy.-
357 binary: binary-indep binary-arch
358 .PHONY: build clean binary-indep binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Drules211 binary-indep: DH_OPTIONS=-i
212 binary-indep: build install
243 binary-arch: DH_OPTIONS=-a
244 binary-arch: build install
294 # in the binary-indep target?) peloy.-
305 binary: binary-indep binary-arch
306 .PHONY: build clean binary-indep binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsyncssh.lua9 -- like any other. It only gets compiled into the binary by default.
53 binary = true,
60 binary = true,
81 config.ssh.binary,
142 config.ssh.binary,
147 config.xargs.binary,
186 config.rsync.binary,
359 -- the binary called (on target host)
360 binary = '/usr/bin/xargs',
380 -- the binary calle
[all...]
H A Dbin2carray.lua9 -- Transforms a binary file (the compiled lsyncd runner script) in a c array
H A Ddefault-rsync.lua9 -- like any other. It only gets compiled into the binary by default.
54 binary = true,
204 config.rsync.binary,
255 config.rsync.binary,
280 config.rsync.binary,
340 if config.rsyncBinary and config.rsync.binary then
343 'for which you provided the binary attribute as well.\n"' +
355 config.rsync.binary = config.rsyncBinary
524 -- The rsync binary to be called.
525 binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/boot-elf/
H A DMakefile24 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
36 $(OBJCOPY) --strip-all -R .comment -R .note.gnu.build-id -O binary \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boot/images/
H A DMakefile13 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
30 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbackwardcompat.tex72 For some platforms binary compatibility is also supported, see 'Library
73 binary compatibility' below.
110 \subsection{Library binary compatibility}\label{libbincompatibility}
113 compatible but can also be {\em binary compatible}.
123 should be able to use them. If binary compatibility is not supported, then all
133 Another practical consideration is that for binary compatibility to work,
140 \subsection{Application binary compatibility}\label{appbincompatibility}
142 The most important aspect of binary compatibility is that applications
144 with shared libraries of a later binary compatible version, for example {\tt
148 developer using a later version, e.g. {\tt 2.6.2} to be able to create binary
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream/
H A Dzfstream.cpp38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
80 if ( io_mode & ios::binary ) {
81 mode |= ios::binary;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
80 if ( io_mode & ios::binary ) {
81 mode |= ios::binary;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
80 if ( io_mode & ios::binary ) {
81 mode |= ios::binary;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/romimage/
H A DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A DMakefile34 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream/
H A Dzfstream.cpp38 if ( io_mode & ios::binary ) {
39 mode |= ios::binary;
80 if ( io_mode & ios::binary ) {
81 mode |= ios::binary;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A DMakefile21 OBJCOPYFLAGS = -O binary --remove-section=.bss
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrncat.S43 and $2, 0xf0, $3 # binary search for that set bit
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddepmod.pl42 -k --kernel : Kernel binary for the target (e.g. vmlinux)
234 binary, however, depmod.pl is designed to be run on your host system, not
259 Kernel binary for the target (vmlinux). You must either supply a kernel binary
269 kernel binary for the target (using the -k option).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/debian/
H A Drules27 ifeq ("binary", "$(findstring binary, $(flags))")
511 binary-indep: build install
513 binary-arch: debug-packages normal-packages language-packages
515 binary: binary-indep binary-arch
521 .PHONY: build clean binary-indep binary-arch binary instal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ia32/
H A Dnasm.h4 ; Redistribution and use in source and binary forms, with or without
11 ; - Redistributions in binary form must reproduce the above copyright

Completed in 160 milliseconds

1234567891011