/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/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
|
/ndk/build/core/ |
add-application.mk | 23 # code here will perform book-keeping and basic checks
|
init.mk | 217 # book-keeping for the build system.
|
/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...] |