HomeSort by relevance Sort by last modified time
    Searched refs:toc (Results 151 - 175 of 229) sorted by null

1 2 3 4 5 67 8 910

  /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...]
  /build/make/core/
pdk_config.mk 39 $(lib_dir)/classes.jack $(lib_dir)/classes.jar $(lib_dir)/classes.jar.toc \
41 $(lib_dir)/classes.dex.toc )
123 $(eval $(call JAVA_dependency_template,$(lib_dir)/classes.jar.toc,\
126 $(eval $(call JAVA_dependency_template,$(lib_dir)/classes.dex.toc,\
  /external/e2fsprogs/doc/
Makefile.in 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1xcoff.asm 17 .toc
  /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/curl/tests/server/
sws.c 1408 ssize_t toc[2] = {0, 0}; \/* number of bytes to client *\/ local
    [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 334 static void load_imr_toc(u32 imr, u32 imrsize, imr_toc_t *toc, u32 tocsize)
336 if (imr == 0 || imrsize == 0 || toc == NULL || tocsize == 0 || imrsize < tocsize )
338 bs_printk("FATAL ERROR: TOC size is too large for IMR\n");
341 memcpy((u8 *)imr, (u8 *)toc, tocsize);
  /external/libjpeg-turbo/doc/html/
doxygen.css 1093 div.toc {
1104 div.toc li {
1112 div.toc h3 {
1119 div.toc ul {
1125 div.toc li.level1 {
1129 div.toc li.level2 {
1133 div.toc li.level3 {
1137 div.toc li.level4 {
  /external/libnl/doc/
libnl.css 1065 div.toc {
1076 div.toc li {
1084 div.toc h3 {
1091 div.toc ul {
1097 div.toc li.level1 {
1101 div.toc li.level2 {
1105 div.toc li.level3 {
1109 div.toc li.level4 {
  /external/shflags/doc/
rst2html.css 34 a.toc-backref {
285 ul.auto-toc {
  /external/libnl/doc/stylesheets/
flask.css 342 #toc {
550 #toc {
558 #toc a {
563 #toc a:hover {
docbook-xsl.css 31 div.toc p:first-child,
216 /* Keep TOC and index lines close together. */
217 div.toc dl, div.toc dt,
slidy.css 144 div.toc {
163 div.toc-heading {
  /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 
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 492 /* Try to read the symbols to display the toc or indirect symbols. */
534 bfd_mach_o_dylib_table_of_content *toc = &dysymtab->dylib_toc[i];
537 if (symtab && symtab->symbols && toc->symbol_index < symtab->nsyms)
539 const char *name = symtab->symbols[toc->symbol_index].symbol.name;
541 toc->symbol_index);
544 printf ("%lu", toc->symbol_index);
548 && toc->module_index < dysymtab->nmodtab)
551 mod = &dysymtab->dylib_module[toc->module_index];
554 toc->module_index);
557 printf ("%lu", toc->module_index)
532 bfd_mach_o_dylib_table_of_content *toc = &dysymtab->dylib_toc[i]; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 139 /* TOC base pointers offset from start of TOC. */
2975 } toc; member in union:_ppc64_elf_section_data::__anon108013
8158 asection *toc = bfd_get_section_by_name (ibfd, ".toc"); local
8569 asection *toc; member in struct:adjust_toc_info
8657 asection *toc, *sec; local
    [all...]
  /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/libxml2/doc/
Makefile.am 209 tutorial/images/toc-blank.png \
210 tutorial/images/toc-minus.png \
211 tutorial/images/toc-plus.png \
  /external/libopus/src/
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 257 unsigned char toc; local
266 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
267 toc |= (period-2)<<3;
273 toc = 0x80;
274 toc |= tmp << 5;
275 toc |= period<<3;
278 toc = 0x60;
279 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
280 toc |= (period-2)<<3;
282 toc |= (channels==2)<<2
    [all...]
  /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/swiftshader/third_party/LLVM/docs/
llvm.css 112 .toc-backref { color: black; text-decoration: none; }

Completed in 1718 milliseconds

1 2 3 4 5 67 8 910