Searched refs:of (Results 1 - 25 of 808) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgexec.x2 msgexec \- process translations of message catalog
H A Dmsgfilter.x2 msgfilter \- edit translations of message catalog
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Dcode_capi.c11 static FILE *of; /* Output stream. */ variable
33 if ((of = fopen(ofname, "w")) == NULL) {
79 fprintf(of, "\
109 fprintf(of, "\
113 fprintf(of,
118 fprintf(of,
122 fprintf(of,
127 fprintf(of, "\
141 fprintf(of, "\
158 fprintf(of,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dofork.c2 * Copyright (c) 1996 Regents of The University of Michigan.
31 /* we need to have a hashed list of oforks (by dev inode) */
34 static struct ofork **oforks = NULL; /* point to allocated table of open forks pointers */
39 /* OR some of each character for the hash*/
45 static void of_hash(struct ofork *of) argument
49 table = &ofork_table[hashfn(&of->key)];
50 if ((of->next = *table) != NULL)
51 (*table)->prevp = &of->next;
52 *table = of;
56 of_unhash(struct ofork *of) argument
102 struct ofork *of, *next; local
139 struct ofork *of; local
330 struct ofork *of; local
364 struct ofork *of; local
387 of_dealloc( struct ofork *of) argument
455 struct ofork *of; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dofork.c2 * Copyright (c) 1996 Regents of The University of Michigan.
31 /* we need to have a hashed list of oforks (by dev inode) */
34 static struct ofork **oforks = NULL; /* point to allocated table of open forks pointers */
39 /* OR some of each character for the hash*/
45 static void of_hash(struct ofork *of) argument
49 table = &ofork_table[hashfn(&of->key)];
50 if ((of->next = *table) != NULL)
51 (*table)->prevp = &of->next;
52 *table = of;
56 of_unhash(struct ofork *of) argument
102 struct ofork *of, *next; local
139 struct ofork *of; local
330 struct ofork *of; local
364 struct ofork *of; local
387 of_dealloc( struct ofork *of) argument
455 struct ofork *of; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Danalysis.c61 op->packetno=vb->sequence; /* for sake of completeness */
72 FILE *of; local
76 of=fopen(buffer,"w");
78 if(!of)perror("failed to open data dump file");
83 fprintf(of,"%f ",b);
86 fprintf(of,"%f ",(double)(j+off)/8000.);
88 fprintf(of,"%f ",(double)j);
96 fprintf(of,"%f\n",val);
98 fprintf(of,"%f\n",v[j]);
101 fclose(of);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dcrc32defs.h9 /* How many bits at a time to use. Requires a table of 4<<CRC_xx_BITS bytes. */
23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex8 The Vorbis text comment header is the second (of three) header
15 quick note on the bottom of a CDR. It should be a little information to
33 The comment header is logically a list of eight-bit-clean vectors; the
34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
38 length encoded in 32 bits). For example, the 1.0 release of libvorbis
41 The vector lengths and number of vectors are stored lsb first, according
42 to the bit packing conventions of the vorbis codec. However, since data
49 1) [vendor_length] = read an unsigned integer of 32 bits
51 3) [user_comment_list_length] = read an unsigned integer of 3
[all...]
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
15 convention specifies the correct mapping of the logical packet
24 purposes of the bitpacking convention, a byte implies the native,
27 necessarily because of the processor but because of the
29 bytes as the fundamental atom of storage). A 'word' is an integer
30 size that is a grouped multiple of this smallest size.
33 octet (eight bits) and a word to be a group of two, four or eight
36 the native bit-width of a given storage system. This document assumes
37 that a byte is one octet for purposes of exampl
[all...]
H A Da1-encapsulation-ogg.tex12 The \xref{vorbis:spec:intro} provides an overview of the construction
13 of Vorbis audio packets.
17 bitstream and framing spec} provide detailed descriptions of Ogg
19 knowledge of the concepts covered in these named backround
44 for low-bitrate movies consisting of DivX video and Vorbis audio.
48 specific support of Vorbis within a degenrate Ogg stream (naturally,
57 The MIME type of Ogg files depend on the context. Specifically, complex
61 in any of those types. RTP encapsulated Vorbis should use
67 Ogg encapsulation of a Vorbis packet stream is straightforward.
74 first page of th
[all...]
H A D01-introduction.tex8 This document provides a high level description of the Vorbis codec's
12 understanding of the Vorbis decode process, which is
18 over an exceptionally wide range of bitrates. At the high
19 quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits)
24 masters) and a range of channel representations (monaural,
32 addition of a hybrid wavelet filterbank in Vorbis II to offer better
43 codebooks used in the first stage of decoding from the bitstream are
50 Vorbis provides none of its own framing, synchronization or protection
51 against errors; it is solely a method of accepting input audio,
55 them, and reassembles the frames into a facsimile of th
[all...]
H A D06-floor0.tex10 smooth spectral envelope curve as the frequency response of the LSP
20 Floor zero configuration consists of six integer fields and a list of
26 Configuration information for instances of floor zero decodes from the
31 1) [floor0_order] = read an unsigned integer of 8 bits
32 2) [floor0_rate] = read an unsigned integer of 16 bits
33 3) [floor0_bark_map_size] = read an unsigned integer of 16 bits
34 4) [floor0_amplitude_bits] = read an unsigned integer of six bits
35 5) [floor0_amplitude_offset] = read an unsigned integer of eight bits
36 6) [floor0_number_of_books] = read an unsigned integer of fou
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-l7200.S19 mov r0, #0x00100000 @ FLASH address of initrd
20 mov r2, #0xf1000000 @ RAM address of initrd
21 add r3, r2, #0x00700000 @ Size of initrd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsysfs.c19 struct of_device *of = &sdev->ofdev; local
27 length = sprintf(buf, "of:N%sT%s\n",
28 of->node->name, of->node->type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dwall.perl30 # if you have A LOT of clients you may speed things up by
44 Enter message for Samba clients of this host
45 (terminated with single '.' or end of file):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop32x/
H A Ddebug-macro.S10 * it under the terms of the GNU General Public License version 2 as
16 orr \rx, \rx, #0x00800000 @ location of the UART
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-lshift.S6 * This file is part of Libgcrypt.
9 * it under the terms of the GNU Lesser General Public License as
10 * published by the Free Software Foundation; either version 2.1 of
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * You should have received a copy of the GNU Lesser General Public
40 daddu $5,$5,$2 # make r5 point at end of src
43 daddu $4,$4,$2 # make r4 point at end of res
45 and $9,$6,4-1 # number of limbs in first loop
46 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl4 # a list of DHCP clients.
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # You should have received a copy of the GNU General Public License
22 # * The license is in fact included at the end of this file, and can
38 # Fixed HTML entities (a client ID of ????<? screwed it up)
45 # Location of state file. (This is the dnsmasq default.)
48 # Location of template. (Assumed to be in current directory.)
70 # Master list of client
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-csharp3 # Test of gettext facilities in the C# language.
44 Console.WriteLine(String.Format(catalog.GetPluralString("a piece of cake","{0} pieces of cake",n), n));
46 Console.WriteLine(String.Format(catalog.GetParticularPluralString("++","a piece of cake","{0} pieces of cake",n), n));
69 msgid "a piece of cake"
70 msgid_plural "{0} pieces of cake"
80 msgid "a piece of cake"
81 msgid_plural "{0} pieces of cake"
106 msgid "a piece of cak
[all...]
H A Dlang-java3 # Test of gettext facilities in the Java language.
68 System.out.println(MessageFormat.format(GettextResource.ngettext(catalog,"a piece of cake","{0,number} pieces of cake",n), new Object[] { new Integer(n) }));
70 System.out.println(MessageFormat.format(GettextResource.npgettext(catalog,"++","a piece of cake","{0,number} pieces of cake",n), new Object[] { new Integer(n) }));
94 msgid "a piece of cake"
95 msgid_plural "{0,number} pieces of cake"
105 msgid "a piece of cake"
106 msgid_plural "{0,number} pieces of cake"
131 msgid "a piece of cak
[all...]
H A Dmsgattrib-properties-116 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
26 !the\ excitement\ of\ a\ love\ affair=
50 !The\ world\ is\ full\ of\ married\ men=So viele verheiratete M\u00e4nner
H A Dmsgcat-stringtable-110 /* This is an example of a string table file. Everything inside a comment
16 /* This is an example of excape codes in the string table, codes */
17 /* that are not one of abfnrtv are stripped of the \ character */
43 # This is an example of a string table file. Everything inside a comment
49 # This is an example of excape codes in the string table, codes
50 # that are not one of abfnrtv are stripped of the \ character
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S4 # r3 : upper half of 64 bit word n
5 # r4 : lower half of 64 bit word n
7 # the reminder r of the division is to be stored to &__r and
21 slr %r1,%r2 # special case if last bit of d is set
28 nr %r3,%r1 # test last bit of q
34 nr %r3,%r5 # test last bit of d
47 nr %r3,%r4 # test next to last bit of n
66 nr %r3,%r4 # isolate last bit of n
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DRelPath.mk4 unexport _RELPATH_MK_ # in case of make -e
30 # of two given paths, then calls itself with the next two
32 # step, if the first element of both paths matches, that
38 # ---relpath(): This function removes $1 from the front of both $2 and
41 # each remaining element of $2 (after common prefix removal)
42 # with '..', then appending the remainder of $3 (after common
43 # prefix removal) to the string of '..'s
46 # --relpath(): This function runs the output of ----relpath() through
56 # If $1 prefixes $2, the result is the remainder of $2 after
58 # of
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmacio_sysfs.c18 struct of_device *of; local
23 of = &to_macio_device (dev)->ofdev;
24 compat = of_get_property(of->node, "compatible", &cplen);

Completed in 128 milliseconds

1234567891011>>