Searched refs:toc (Results 26 - 50 of 75) sorted by relevance

123

/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp114 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { argument
124 int32_t cmp=strcmp(s, names+toc[number].nameOffset);
141 toc=new TOCEntry[count];
143 toc[i].nameOffset=itemNames.length();
144 toc[i].dataOffset=i; // arbitrary value, see toc comment below
156 delete[] toc;
164 if(simpleBinarySearch(name, itemNameChars, toc, count)<0) {
173 // toc imitates a .dat file's array of UDataOffsetTOCEntry
177 TOCEntry *toc; member in class:BinarySearchPackageLookup
204 prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) argument
[all...]
/external/chromium_org/third_party/markdown/extensions/
H A Dtoc.py145 # List item link, to be inserted into the toc div
159 div.attrib["class"] = "toc"
214 toc = self.markdown.serializer(div)
216 toc = pp.run(toc)
217 self.markdown.toc = toc
248 # to redefine ids after toc is created. But we do want toc prettified.
249 md.treeprocessors.add("toc", tocex
[all...]
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c690 #define UNDEFINE_FOR_PARSE toc=-1; \
694 VG_UNDEF(&toc,sizeof(toc)); \
698 #define UNDEFINE_FOR_PARSE toc=-1; \
714 unsigned char toc; local
722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed();
729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
755 if((toc>>2)!=i)test_failed();
767 ret=opus_packet_parse(packet,1,&toc,frame
[all...]
/external/libopus/tests/
H A Dtest_opus_api.c690 #define UNDEFINE_FOR_PARSE toc=-1; \
694 VG_UNDEF(&toc,sizeof(toc)); \
698 #define UNDEFINE_FOR_PARSE toc=-1; \
714 unsigned char toc; local
722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed();
729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
755 if((toc>>2)!=i)test_failed();
767 ret=opus_packet_parse(packet,1,&toc,frame
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus.c177 unsigned char ch, toc; local
189 toc = *data++;
192 switch (toc&0x3)
317 *out_toc = toc;
H A Dopus_private.h37 unsigned char toc; member in struct:OpusRepacketizer
/external/iproute2/doc/
H A DMakefile63 rm -f *.aux *.log *.toc $(PSFILES) $(DVIFILES) *.html
H A Dapi-ip6-flowlabels.tex90 \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/libopus/src/
H A Dopus.c177 unsigned char ch, toc; local
189 toc = *data++;
192 switch (toc&0x3)
317 *out_toc = toc;
H A Dopus_private.h37 unsigned char toc; member in struct:OpusRepacketizer
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c345 u_char cdb[10], buf[4], *p, *toc; local
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/
H A DSDL_syscdrom.c402 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;
417 cdrom->track[i].id = toc.cdth_trk0+i;
453 struct cdrom_tochdr toc; local
468 if (ioctl(cdrom->id, CDROMREADTOCHDR, &toc)==0)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c320 PDB_FILE toc; member in struct:PDB_JG_HEADER
959 struct PDB_JG_TOC* toc; member in struct:pdb_reader::__anon32515::__anon32516
963 struct PDB_DS_TOC* toc; member in struct:pdb_reader::__anon32515::__anon32517
1036 if (!reader->u.ds.toc || file_number >= reader->u.ds.toc->num_files)
1038 if (reader->u.ds.toc->file_size[file_number] == 0
1039 || reader->u.ds.toc->file_size[file_number] == 0xFFFFFFFF)
1043 = reader->u.ds.toc->file_size + reader->u.ds.toc->num_files;
1045 block_list += (reader->u.ds.toc
1062 struct PDB_JG_TOC* toc = pdb->u.jg.toc; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp1133 uint32_t toc[offsetsCount]; local
1174 uprv_memset(toc, 0, sizeof(toc));
1175 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]);
1184 toc[i]=ds->readUInt32(inSectionSizes[i]);
1189 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1191 offsets[i]=offsets[i-1]+toc[i-1];
1195 topOffset=offsets[i-1]+toc[i-1];
1216 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableInde
[all...]
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp1133 uint32_t toc[offsetsCount]; local
1174 uprv_memset(toc, 0, sizeof(toc));
1175 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]);
1184 toc[i]=ds->readUInt32(inSectionSizes[i]);
1189 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1191 offsets[i]=offsets[i-1]+toc[i-1];
1195 topOffset=offsets[i-1]+toc[i-1];
1216 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableInde
[all...]
/external/chromium_org/third_party/opus/src/doc/
H A Dcustomdoxygen.css935 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 {
/external/libopus/doc/
H A Dcustomdoxygen.css935 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 {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.js267 var toc = $('toc');
275 toc.appendChild(li);
/external/e2fsprogs/doc/
H A DMakefile.in72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
/external/llvm/test/MC/PowerPC/
H A Dppc64-fixups.s220 # CHECK-BE: ld 1, target@toc(2) # encoding: [0xe8,0x22,A,0bAAAAAA00]
221 # CHECK-LE: ld 1, target@toc(2) # encoding: [0bAAAAAA00,A,0x22,0xe8]
222 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@toc, kind: fixup_ppc_half16ds
223 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@toc, kind: fixup_ppc_half16ds
226 ld 1, target@toc(2)
228 # CHECK-BE: addis 3, 2, target@toc@ha # encoding: [0x3c,0x62,A,A]
229 # CHECK-LE: addis 3, 2, target@toc@ha # encoding: [A,A,0x62,0x3c]
230 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@toc@ha, kind: fixup_ppc_half16
231 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@toc@ha, kind: fixup_ppc_half16
234 addis 3, 2, target@toc
[all...]
/external/chromium_org/native_client_sdk/doc_generated/_static/css/
H A Dnacl.css6 .inline-toc ul, .inline-toc ol {list-style-type: none;}
/external/chromium_org/native_client_sdk/src/doc/_static/css/
H A Dnacl.css6 .inline-toc ul, .inline-toc ol {list-style-type: none;}
/external/libvorbis/doc/
H A DMakefile.am90 Vorbis_I_spec.toc Vorbis_I_spec.xref \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css893 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 {

Completed in 7325 milliseconds

123