Home
last modified time | relevance | path

Searched refs:book (Results 1 – 25 of 178) sorted by relevance

12345678

/external/tremolo/Tremolo/
Dcodebook.c652 ogg_uint32_t decode_packed_entry_number(codebook *book,
655 static inline ogg_uint32_t decode_packed_entry_number(codebook *book, in decode_packed_entry_number() argument
658 int read=book->dec_maxlength; in decode_packed_entry_number()
670 switch (book->dec_method) in decode_packed_entry_number()
676 unsigned char *t=(unsigned char *)book->dec_table; in decode_packed_entry_number()
689 unsigned char *t=(unsigned char *)book->dec_table; in decode_packed_entry_number()
708 chase=((ogg_uint16_t *)(book->dec_table))[chase*2+((lok>>i)&1)]; in decode_packed_entry_number()
719 ogg_uint16_t *t=(ogg_uint16_t *)book->dec_table; in decode_packed_entry_number()
737 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)]; in decode_packed_entry_number()
756 long vorbis_book_decode(codebook *book, oggpack_buffer *b){ in vorbis_book_decode() argument
[all …]
Dcodebook.h75 extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
76 extern long vorbis_book_decodevs_add(codebook *book, ogg_int32_t *a,
78 extern long vorbis_book_decodev_set(codebook *book, ogg_int32_t *a,
80 extern long vorbis_book_decodev_add(codebook *book, ogg_int32_t *a,
82 extern long vorbis_book_decodevv_add(codebook *book, ogg_int32_t **a,
Ddpen.s67 @ r0 = codebook *book
71 LDMIA r0,{r4,r6,r7} @ r4 = read = book->max_length
72 @ r6 = book->dec_table
73 @ r7 = book->dec_method
398 @ r0 = codebook *book
407 MOV r9, r0 @ r9 = book
419 @ r9 = book
422 MOV r0, r9 @ r0 = book
430 LDR r0, [r9, # 5*4] @ r0 = book->dim
Dres012.c86 unsigned char book=(unsigned char)oggpack_read(opb,8); in res_unpack() local
87 if(book>=ci->books)goto errout; in res_unpack()
88 info->stagebooks[j*8+k]=book; in res_unpack()
/external/protobuf/examples/
Dlist_people.go34 func listPeople(w io.Writer, book *pb.AddressBook) {
35 for _, p := range book.People {
54 book := &pb.AddressBook{}
55 if err := proto.Unmarshal(in, book); err != nil {
60 listPeople(os.Stdout, book)
Dadd_person.go110 book := &pb.AddressBook{}
112 if err := proto.Unmarshal(in, book); err != nil {
121 book.People = append(book.People, addr)
125 out, err := proto.Marshal(book)
DREADME.txt2 address book. Two programs are provided, each with three different
4 example adds a new person to an address book, prompting the user to input
6 address book. The examples use the exact same format in all three languages,
7 so you can, for example, use add_person_java to create an address book and then
21 All of these programs simply take an address book file as their parameter.
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc354 Book book; in TEST_P() local
355 book.set_title("My Book"); in TEST_P()
356 book.set_allocated_author(author); in TEST_P()
364 DoTest(book, Book::descriptor()); in TEST_P()
425 Book* book = new Book(); in TEST_P() local
426 book->set_length(250); in TEST_P()
427 book->set_published(2014L); in TEST_P()
429 nested.set_allocated_book(book); in TEST_P()
460 Book book; in TEST_P() local
464 Book_Label* label = book.add_labels(); in TEST_P()
[all …]
Dprotostream_objectwriter_test.cc203 Book book; in TEST_P() local
204 book.set_title("My Title"); in TEST_P()
205 book.set_length(222); in TEST_P()
206 book.set_content(content); in TEST_P()
213 CheckOutput(book); in TEST_P()
217 Book book; in TEST_P() local
218 book.set_title("Some Book"); in TEST_P()
219 book.set_length(102); in TEST_P()
220 Publisher* publisher = book.mutable_publisher(); in TEST_P()
222 Author* robert = book.mutable_author(); in TEST_P()
[all …]
/external/libxml2/result/XInclude/
Ddocids.xml.rdr1 0 10 book 0 0
2 0 1 book 0 0
35 0 15 book 0 0
/external/lua/doc/
Dlua.css136 table.book td {
140 table.book td.cover {
144 table.book img {
148 table.book span {
/external/antlr/runtime/Python3/tests/
Dt022scopes.g19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
/external/antlr/runtime/Python/tests/
Dt022scopes.g19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
61 /* recursive rule scopes, from the book, final beta, p.150 */
/external/antlr/runtime/JavaScript/tests/functional/
Dt022scopes.g19 /* rule scopes, from the book, final beta, p.147 */
36 /* rule scopes, from the book, final beta, p.148 */
62 /* recursive rule scopes, from the book, final beta, p.150 */
/external/antlr/runtime/Cpp/tests/
Dt022scopes.g30 /* rule scopes, from the book, final beta, p.147 */
47 /* rule scopes, from the book, final beta, p.148 */
72 /* recursive rule scopes, from the book, final beta, p.150 */
/external/libxml2/result/
Disolat3.rde7 <!ENTITY book "La Peste: Albert Camus,
13 2 3 #text 0 1 book
Disolat3.rdr7 <!ENTITY book "La Peste: Albert Camus,
13 2 3 #text 0 1 book
Disolat3.sax12 SAX.characters(book, 4)
/external/sonic/samples/
Dtest1.txt1 …about me without you have read a book by the name of The Adventures of Tom Sawyer; but that ain't …
/external/protobuf/csharp/src/AddressBook/
DSampleUsage.cs59 AddressBook book = new AddressBook in Main()
63 bytes = book.ToByteArray(); in Main()
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto38 // A book
69 // A publisher of a book, tests required fields.
74 // An author of a book
171 optional Book book = 1; field
177 repeated uint32 book = 1 [packed=true]; // Packed to optional message. field
/external/doclava/res/assets/templates-sdk/
Dyaml_navtree.cs7 if:book.root ?><?cs var:book.root ?>:<?cs
/external/python/cpython2/Doc/library/
Dothergui.rst25 book, `GUI Programming with Python: QT Edition
27 Rempt. The *PyQt4* bindings also have a book, `Rapid GUI Programming
41 of user-contributed modules. wxPython has a book, `wxPython in Action
/external/libpng/contrib/gregbook/
DREADME55 13-15 of the book for detailed discussion of the three programs.
68 - pngbook http://www.libpng.org/pub/png/book/sources.html
96 see the book for more details.
159 line arguments; see the book for more details. Note that the options
/external/scapy/doc/scapy/
Dbackmatter.rst10 - Dirk Loss integrated and restructured the existing docs to make this book.

12345678