Home
last modified time | relevance | path

Searched refs:toc (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/skia/third_party/externals/icu/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument
144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch()
149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch()
155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument
189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch()
194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch()
200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
219 if (toc != NULL) { in offsetTOCEntryCount()
[all …]
Ducnv_io.cpp1146 uint32_t toc[offsetsCount]; in ucnv_swapAliases() local
1187 uprv_memset(toc, 0, sizeof(toc)); in ucnv_swapAliases()
1188 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]); in ucnv_swapAliases()
1197 toc[i]=ds->readUInt32(inSectionSizes[i]); in ucnv_swapAliases()
1204 offsets[i]=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1208 topOffset=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1229 …swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normaliz… in ucnv_swapAliases()
1245 count=toc[aliasListIndex]; in ucnv_swapAliases()
/third_party/icu/icu4c/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument
144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch()
149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch()
155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument
189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch()
194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch()
200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
219 if (toc != NULL) { in offsetTOCEntryCount()
[all …]
Ducnv_io.cpp1146 uint32_t toc[offsetsCount]; in ucnv_swapAliases() local
1187 uprv_memset(toc, 0, sizeof(toc)); in ucnv_swapAliases()
1188 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]); in ucnv_swapAliases()
1197 toc[i]=ds->readUInt32(inSectionSizes[i]); in ucnv_swapAliases()
1204 offsets[i]=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1208 topOffset=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1229 …swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normaliz… in ucnv_swapAliases()
1245 count=toc[aliasListIndex]; in ucnv_swapAliases()
/third_party/node/deps/icu-small/source/common/
Ducmndata.cpp125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument
144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch()
149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch()
155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch()
170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument
189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch()
194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch()
200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch()
218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local
219 if (toc != nullptr) { in offsetTOCEntryCount()
[all …]
Ducnv_io.cpp1146 uint32_t toc[offsetsCount]; in ucnv_swapAliases() local
1187 uprv_memset(toc, 0, sizeof(toc)); in ucnv_swapAliases()
1188 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]); in ucnv_swapAliases()
1197 toc[i]=ds->readUInt32(inSectionSizes[i]); in ucnv_swapAliases()
1204 offsets[i]=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1208 topOffset=offsets[i-1]+toc[i-1]; in ucnv_swapAliases()
1229 …swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normaliz… in ucnv_swapAliases()
1245 count=toc[aliasListIndex]; in ucnv_swapAliases()
/third_party/node/tools/lint-md/
Dlist-released-versions-from-changelogs.mjs11 let toc = false;
16 if (toc === false && line === '<table>') {
17 toc = true;
18 } else if (toc && line[0] !== '<') {
21 } else if (toc && line.startsWith('<a')) {
23 } else if (toc && line.startsWith('<b><a')) {
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
Dmaketoc.pl248 my @toc;
262 push (@toc, $firstletter);
266 if ($#egl > 0) { push (@toc, "egl"); }
267 if ($#glu > 0) { push (@toc, "glu"); }
268 if ($#glut > 0) { push (@toc, "glut"); }
269 if ($#glX > 0) { push (@toc, "glX"); }
274 foreach (@toc)
/third_party/EGL/sdk/docs/man/xhtml/
Dmaketoc.pl248 my @toc;
262 push (@toc, $firstletter);
266 if ($#egl > 0) { push (@toc, "egl"); }
267 if ($#glu > 0) { push (@toc, "glu"); }
268 if ($#glut > 0) { push (@toc, "glut"); }
269 if ($#glX > 0) { push (@toc, "glX"); }
274 foreach (@toc)
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c98 PCF_Toc toc = &face->toc; in pcf_read_TOC() local
108 FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) ) in pcf_read_TOC()
111 if ( toc->version != PCF_FILE_VERSION || in pcf_read_TOC()
112 toc->count == 0 ) in pcf_read_TOC()
120 if ( toc->count > ( stream->size >> 4 ) || in pcf_read_TOC()
121 toc->count > 9 ) in pcf_read_TOC()
125 toc->count, in pcf_read_TOC()
127 toc->count = FT_MIN( stream->size >> 4, 9 ); in pcf_read_TOC()
130 if ( FT_QNEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC()
133 tables = face->toc.tables; in pcf_read_TOC()
[all …]
/third_party/python/Lib/idlelib/
Dhelp.py63 self.toc = [] # Pair headers with text indexes for toc.
138 self.toc.append((indent+self.header, self.text.index('insert')))
218 self.toc = toc = self.toc_menu(text)
224 toc.grid(row=0, column=0, sticky='nw')
230 toc = Menubutton(self, text='TOC')
231 drop = Menu(toc, tearoff=False)
232 for lbl, dex in text.parser.toc:
234 toc['menu'] = drop
235 return toc
/third_party/pcre2/pcre2/
D132html47 $toc = 0;
52 $toc = 1 if $ARGV[0] eq "-toc";
75 print "<ul>\n" if ($toc);
147 if ($toc)
296 print "</ul>\n" if ($toc);
DPrepareRelease140 perl ../132html -toc $base <$file >html/$base.html
149 toc=-toc
150 if [ `expr $base : '.*_'` -ne 0 ] ; then toc="" ; fi
155 toc=""
158 perl ../132html $toc $base <$file >html/$base.html
/third_party/glfw/docs/
Dextra.less53 @toc-background-color1: hsl(0,0%,90%);
54 @toc-background-color2: lighten(@toc-background-color1, 5%);
80 …ablist a:hover,.tablist li,.tablist li.current a,.memdoc,dl.reflist dd,div.toc li,.ah,span.lineno,…
112 h1,h2,h2.groupheader,h3,div.toc h3,h4,h5,h6,strong,em {
235 div.toc {
240 div.toc h3 {
244 div.toc ul {
248 div.toc li {
254 div.toc,.memproto,div.qindex,div.ah {
255 background:linear-gradient(to bottom,@toc-background-color2 0%,@toc-background-color1 100%);
[all …]
Dextra.css1toc li,.ah,span.lineno,span.lineno a,span.lineno a:hover,.note code,.pre code,.post code,.invarian…
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp117 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t co… in simpleBinarySearch() argument
127 int32_t cmp=strcmp(s, names+toc[number].nameOffset); in simpleBinarySearch()
144 toc=new TOCEntry[count]; in BinarySearchPackageLookup()
146 toc[i].nameOffset=itemNames.length(); in BinarySearchPackageLookup()
147 toc[i].dataOffset=i; // arbitrary value, see toc comment below in BinarySearchPackageLookup()
159 delete[] toc; in ~BinarySearchPackageLookup()
167 if(simpleBinarySearch(name, itemNameChars, toc, count)<0) { in call()
180 TOCEntry *toc; member in BinarySearchPackageLookup
207 static int32_t prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t co… in prefixBinarySearch() argument
222 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, startPrefixLength)) { in prefixBinarySearch()
[all …]
/third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/
Dextra.css108 /* toc table */
109 table.toc {
113 table.toc td.link {
119 table.toc td.desc {
124 table.toc td.desc p:first-child {
128 table.toc td.desc p {
/third_party/node/tools/doc/
Dallhtml.mjs1 // Build all.html by combining the generated toc and apicontent from each
14 const toc = fs.readFileSync(new URL('./index.html', source), 'utf8'); constant
16 // Extract (and concatenate) the toc and apicontent from each document.
24 for (const link of toc.match(/<a.*?>/g)) {
36 .replace(/[\s\S]*?id="toc"[^>]*>\s*<\w+>.*?<\/\w+>\s*(<ul>\s*)?/, '')
73 let all = toc.replace(/index\.html/g, 'all.html')
86 '<details id="toc" open><summary>Table of contents</summary>\n' +
/third_party/node/doc/api_assets/
Dstyle.css545 #toc > ul {
549 #toc p {
553 #toc ul a {
557 #toc ul li {
562 #toc li > ul {
566 .toc ul {
570 .toc li a::before {
577 .toc li a:hover::before {
581 .toc ul ul a {
585 .toc ul ul ul a {
[all …]
/third_party/node/doc/api/assets/
Dstyle.css545 #toc > ul {
549 #toc p {
553 #toc ul a {
557 #toc ul li {
562 #toc li > ul {
566 .toc ul {
570 .toc li a::before {
577 .toc li a:hover::before {
581 .toc ul ul a {
585 .toc ul ul ul a {
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dchunked.js135 var toc = document.getElementById("toc");
139 scrollChapter(toc, chap);
140 toc.scrollTop -= 96;
/third_party/ffmpeg/libavformat/
Drtpdec_amr.c104 uint8_t toc = buf[1 + i]; in amr_handle_packet() local
105 int frame_size = frame_sizes[(toc >> 3) & 0x0f]; in amr_handle_packet()
117 *ptr++ = toc & 0x7C; in amr_handle_packet()
Doggparseopus.c94 unsigned toc = src[0]; in opus_duration() local
95 unsigned toc_config = toc >> 3; in opus_duration()
96 unsigned toc_count = toc & 3; in opus_duration()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
Dkhronos.css322 #header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddd; }
336 #toc { border-bottom: 0 solid #ddd; padding-bottom: 0.5em; }
337 #toc > ul { margin-left: 0.125em; }
338 #toc ul.sectlevel0 > li > a { font-style: italic; }
339 #toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; }
340 #toc ul { font-family: Noto, sans-serif; list-style-type: none; }
341 #toc li { line-height: 1.3334; margin-top: 0.3334em; }
342 #toc a { text-decoration: none; }
343 #toc a:active { text-decoration: underline; }
349 …#toc.toc2 { margin-top: 0 !important; background-color: #fff; position: fixed; width: 15em; left: …
[all …]
/third_party/protobuf/python/docs/
Dgenerate_docs.py175 toc = TOC_TEMPLATE.format(
178 index_contents = re.sub(TOC_REGEX, toc, index_contents)

12345678910