/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/ |
SDL_syscdrom.c | 345 u_char cdb[10], buf[4], *p, *toc; local 350 cdb[0] = 0x43; /* Read TOC */ 352 cdb[8] = 4; /* size TOC header */ 361 toc = (u_char *)SDL_malloc(toc_size); 362 if (toc == NULL) 370 sts = scsi_cmd(cdrom->id, (cdb_t *)cdb, 10, SUC_READ, toc, toc_size, 374 SDL_free(toc); 378 for (i = 0, p = toc+4; i <= ntracks; i++, p+= 8) 394 SDL_free(toc);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/ |
SDL_syscdrom.c | 402 struct cdrom_tochdr toc; local 407 if ( SDL_SYS_CDioctl(cdrom->id, CDROMREADTOCHDR, &toc) == 0 ) { 408 cdrom->numtracks = toc.cdth_trk1-toc.cdth_trk0+1; 412 /* Read all the track TOC entries */ 417 cdrom->track[i].id = toc.cdth_trk0+i; 453 struct cdrom_tochdr toc; local 468 if (ioctl(cdrom->id, CDROMREADTOCHDR, &toc)==0)
|
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
TocInsertor.pm | 2 # function: Insert Table of Contents HTML::Toc, generated by 5 # both generating and inserting a ToC at the same time. 6 # - 'TIP' is an abbreviation of 'Toc Insertion Point'. 55 # Bias to not insert ToC 127 # Indicate ToC insertion has finished 185 # Parse ToC insertion points 191 # function: Insert ToC in string. 201 # Generate & insert ToC 205 # No, just insert ToC 216 # args: - $aToc: (reference to array of) ToC object(s) to insert 356 sub toc { subroutine [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_private.h | 37 unsigned char toc; member in struct:OpusRepacketizer
|
opus_decoder.c | 246 /* Payloads of 1 (2 including ToC) or 0 trigger the PLC/DTX */ 250 /* In that case, don't conceal more than what the ToC says */ 591 unsigned char ch, toc; local 602 toc = *data++; 605 switch (toc&0x3) 723 *out_toc = toc; 745 unsigned char toc; local 778 count = opus_packet_parse_impl(data, len, self_delimited, &toc, NULL, size, &offset);
|
opus_encoder.c | 288 unsigned char toc; local 297 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5; 298 toc |= (period-2)<<3; 304 toc = 0x80; 305 toc |= tmp << 5; 306 toc |= period<<3; 309 toc = 0x60; 310 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; 311 toc |= (period-2)<<3; 313 toc |= (channels==2)<<2 [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 319 PDB_FILE toc; member in struct:PDB_JG_HEADER 958 struct PDB_JG_TOC* toc; member in struct:pdb_reader::__anon27800::__anon27801 962 struct PDB_DS_TOC* toc; member in struct:pdb_reader::__anon27800::__anon27802 1034 if (!reader->u.ds.toc || file_number >= reader->u.ds.toc->num_files) 1036 if (reader->u.ds.toc->file_size[file_number] == 0 1037 || reader->u.ds.toc->file_size[file_number] == 0xFFFFFFFF) 1041 = reader->u.ds.toc->file_size + reader->u.ds.toc->num_files; 1043 block_list += (reader->u.ds.toc->file_size[i] 1060 struct PDB_JG_TOC* toc = pdb->u.jg.toc; local [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-fixups.s | 139 # CHECK: ld 1, target@toc(2) # encoding: [0xe8,0x22,A,0bAAAAAA00] 140 # CHECK-NEXT: # fixup A - offset: 2, value: target@toc, kind: fixup_ppc_half16ds 142 ld 1, target@toc(2) 144 # CHECK: addis 3, 2, target@toc@ha # encoding: [0x3c,0x62,A,A] 145 # CHECK-NEXT: # fixup A - offset: 2, value: target@toc@ha, kind: fixup_ppc_half16 147 addis 3, 2, target@toc@ha 149 # CHECK: addi 4, 3, target@toc@l # encoding: [0x38,0x83,A,A] 150 # CHECK-NEXT: # fixup A - offset: 2, value: target@toc@l, kind: fixup_ppc_half16 152 addi 4, 3, target@toc@l 154 # CHECK: addis 3, 2, target@toc@h # encoding: [0x3c,0x62,A,A [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv_io.c | 55 * First there is the size of the Table of Contents (TOC). The TOC 58 * The TOC length and entries are an array of uint32_t values. 59 * The first section after the TOC starts immediately after the TOC. 1128 uint32_t toc[offsetsCount]; local [all...] |
/external/icu4c/common/ |
ucnv_io.cpp | 55 * First there is the size of the Table of Contents (TOC). The TOC 58 * The TOC length and entries are an array of uint32_t values. 59 * The first section after the TOC starts immediately after the TOC. 1147 uint32_t toc[offsetsCount]; local [all...] |
/docs/source.android.com/src/source/assets/ |
main.css | 255 .toc { 268 .toc ul { 274 .toc li {
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl3Test.java | 415 TextOutputCallback toc = (TextOutputCallback) element; local 416 if (toc.getMessageType() != TextOutputCallback.INFORMATION) { 418 + toc.getMessageType());
|
/external/chromium_org/third_party/opus/src/doc/ |
customdoxygen.css | 935 div.toc { 946 div.toc li { 954 div.toc h3 { 961 div.toc ul { 967 div.toc li.level1 { 971 div.toc li.level2 { 975 div.toc li.level3 { 979 div.toc li.level4 {
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTPWriter.cpp | 763 uint8_t toc = mediaData[srcOffset]; local 765 unsigned FT = (toc >> 3) & 0x0f; 768 tableOfContents.push(toc); 800 uint8_t toc = tableOfContents[i]; local 803 toc |= 0x80; 805 toc &= ~0x80; 808 data[dstOffset++] = toc; 813 uint8_t toc = tableOfContents[i]; local 814 unsigned FT = (toc >> 3) & 0x0f; 817 ++srcOffset; // skip toc [all...] |
/external/e2fsprogs/doc/ |
Makefile.in | 66 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
site.css | 523 #toc { 531 /* The spacing in the TOC is based around 10px: 534 * TOC link of 10px. 545 #toc * { 554 #toc a { 560 #toc li { 564 #toc .separator {
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 90 \addcontentsline{toc}{subsection}{Discussion} 134 \addcontentsline{toc}{subsection}{Implementation} 169 \addcontentsline{toc}{subsection}{IPv6 options and destination address} 177 \addcontentsline{toc}{subsection}{Example} 221 \addcontentsline{toc}{subsection}{Discussion} 262 \addcontentsline{toc}{subsection}{Implementation} 342 \addcontentsline{toc}{subsection}{Example} 383 \addcontentsline{toc}{subsection}{Listing flow labels} 408 \addcontentsline{toc}{subsection}{Flow labels and RSVP}
|
/external/libffi/src/powerpc/ |
ffi_darwin.c | 474 void *toc; member in struct:aix_fd_struct 491 | saved TOC pointer 4 | 516 | saved TOC pointer 4 | 576 tramp_aix->toc = fd->toc;
|
aix.S | 88 .toc 99 .long .ffi_call_AIX, TOC[tc0], 0 219 .long .ffi_call_DARWIN, TOC[tc0], 0
|
/external/libvorbis/doc/ |
Makefile.am | 90 Vorbis_I_spec.toc Vorbis_I_spec.xref \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 893 ol.toc { 900 ol.toc li { 906 ol.toc li p { 910 ol.toc li ol { 915 ol.toc li li { 922 table ol.toc {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
drive_internals.js | 267 var toc = $('toc'); 275 toc.appendChild(li);
|
/external/llvm/docs/_static/ |
llvm.css | 112 .toc-backref { color: black; text-decoration: none; }
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 101 $toc="r2";
|