HomeSort by relevance Sort by last modified time
    Searched refs:book (Results 1 - 19 of 19) sorted by null

  /external/tremolo/Tremolo/
codebook.h 75 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,
codebook.c 371 /* static book is not cleared; we're likely called on the lookup and
619 ogg_uint32_t decode_packed_entry_number(codebook *book,
622 static inline ogg_uint32_t decode_packed_entry_number(codebook *book,
625 int read=book->dec_maxlength;
637 switch (book->dec_method)
641 /* book->dec_nodeb==1, book->dec_leafw==1 */
643 unsigned char *t=(unsigned char *)book->dec_table;
654 /* book->dec_nodeb==1, book->dec_leafw!=1 *
    [all...]
res012.c 86 unsigned char book=(unsigned char)oggpack_read(opb,8); local
87 if(book>=ci->books)goto errout;
88 info->stagebooks[j*8+k]=book;
dpen.s 66 @ r0 = codebook *book
70 LDMIA r0,{r4,r6,r7} @ r4 = read = book->max_length
71 @ r6 = book->dec_table
72 @ r7 = book->dec_method
397 @ r0 = codebook *book
406 MOV r9, r0 @ r9 = book
418 @ r9 = book
421 MOV r0, r9 @ r0 = book
429 LDR r0, [r9, # 5*4] @ r0 = book->dim
floor1.c 319 int book=info->klass[classv].class_subbook[cval&(csub-1)]; local
321 if(book!=0xff){
322 if((fit_value[j+k]=vorbis_book_decode(books+book,&vd->opb))==-1)
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 220 final String query = "book=thinking in java&price=108";
221 final String book = "book"; local
226 uqs.registerParameters(new String[]{book, price}, UrlQuerySanitizer.getSpaceLegal());
228 assertTrue(uqs.hasParameter(book));
231 assertEquals(bookName, uqs.getValue(book));
235 assertFalse(uqs.hasParameter(book));
238 uqs.parseEntry(book, bookName);
239 assertTrue(uqs.hasParameter(book));
240 assertEquals(bookName, uqs.getValue(book));
    [all...]
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
MusicDemoActivity.java 32 private static final int CD_GEOMETRY = R.raw.book;
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 66 findBestBook(const Word16 *bc, Word16 *book)
75 *book = j;
170 sectioning Stage 1:merge all connected regions with the same code book and
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 403 // From John Resig's book Pro JavaScript Techniques
    [all...]
  /ndk/build/core/
add-application.mk 23 # code here will perform book-keeping and basic checks
init.mk 335 # book-keeping for the build system.
  /ndk/sources/host-tools/nawk-20071023/
FIXES 25 This file lists all bug fixes, changes, etc., made since the AWK book
187 this tortuous reading is found in the awk book; behavior now
810 what the book claims: an argument of the form x=e is evaluated
827 This invalidates the "banana" example on page 43 of the book.
885 This requires changing makeprof on p167 of the book.
    [all...]
  /external/dropbear/libtommath/
bn.tex 1 \documentclass[synpaper]{book}
55 This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been
56 formatted for B5 [176x250] paper using the \LaTeX{} {\em book} macro package.
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 14 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
    [all...]
pa-risc2W.s 8 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 1 \documentclass[synpaper]{book}
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 3290 milliseconds