HomeSort by relevance Sort by last modified time
    Searched refs:toc (Results 101 - 125 of 150) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/icu/source/common/
ucnv_io.cpp 56 * First there is the size of the Table of Contents (TOC). The TOC
59 * The TOC length and entries are an array of uint32_t values.
60 * The first section after the TOC starts immediately after the TOC.
1133 uint32_t toc[offsetsCount]; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 56 * First there is the size of the Table of Contents (TOC). The TOC
59 * The TOC length and entries are an array of uint32_t values.
60 * The first section after the TOC starts immediately after the TOC.
1133 uint32_t toc[offsetsCount]; local
    [all...]
  /docs/source.android.com/src/source/assets/
main.css 255 .toc {
268 .toc ul {
274 .toc li {
  /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 {
  /external/chromium_org/third_party/opus/src/src/
opus_private.h 37 unsigned char toc; member in struct:OpusRepacketizer
opus_multistream_decoder.c 160 unsigned char toc; local
170 count = opus_packet_parse_impl(data, len, s!=nb_streams-1, &toc, NULL,
opus_encoder.c 251 unsigned char toc; local
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
261 toc |= (period-2)<<3;
267 toc = 0x80;
268 toc |= tmp << 5;
269 toc |= period<<3;
272 toc = 0x60;
273 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
274 toc |= (period-2)<<3;
276 toc |= (channels==2)<<2
    [all...]
  /external/libopus/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 {
  /external/libopus/src/
opus_private.h 37 unsigned char toc; member in struct:OpusRepacketizer
opus_multistream_decoder.c 160 unsigned char toc; local
170 count = opus_packet_parse_impl(data, len, s!=nb_streams-1, &toc, NULL,
opus_encoder.c 251 unsigned char toc; local
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
261 toc |= (period-2)<<3;
267 toc = 0x80;
268 toc |= tmp << 5;
269 toc |= period<<3;
272 toc = 0x60;
273 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
274 toc |= (period-2)<<3;
276 toc |= (channels==2)<<2
    [all...]
  /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 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /external/llvm/test/MC/PowerPC/
ppc64-fixups.s 220 # 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@h
    [all...]
  /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}
  /hardware/intel/bootstub/
bootstub.c 328 static void load_imr_toc(u32 imr, u32 imrsize, imr_toc_t *toc, u32 tocsize)
330 if (imr == 0 || imrsize == 0 || toc == NULL || tocsize == 0 || imrsize < tocsize )
332 bs_printk("FATAL ERROR: TOC size is too large for IMR\n");
335 memcpy((u8 *)imr, (u8 *)toc, tocsize);
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 6 .inline-toc ul, .inline-toc ol {list-style-type: none;}
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 6 .inline-toc ul, .inline-toc ol {list-style-type: none;}
  /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/nanopb-c/docs/
lsr.css 30 a.toc-backref {
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 101 $toc="r2";

Completed in 1388 milliseconds

1 2 3 45 6