/external/libopus/src/ |
opus_decoder.c | 245 /* Payloads of 1 (2 including ToC) or 0 trigger the PLC/DTX */ 249 /* In that case, don't conceal more than what the ToC says */ 604 unsigned char toc; local 636 count = opus_packet_parse_impl(data, len, self_delimited, &toc, NULL,
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/ |
manpage.css | 95 .toc-item {
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
manpage.css | 95 .toc-item {
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff64-rs6000.c | 953 bfd_vma toc; local 994 toc = xcoff_data (abfd)->toc; 995 internal_a.o_toc = toc; [all...] |
libcoff.h | 154 /* TOC value. */ 155 bfd_vma toc; member in struct:xcoff_tdata 157 /* Index of section holding TOC. */ [all...] |
coff-rs6000.c | 364 ox->toc = ix->toc; 744 /* 0x03: 16 bit TOC relative relocation. */ 774 /* 0x05: External TOC relative symbol. */ 789 /* 0x06: Local TOC relative symbol. */ 890 /* 0x12: TOC relative indirect load. */ 905 /* 0x13: TOC relative load address. */ [all...] |
coffcode.h | 4254 bfd_vma toc; local [all...] |
mach-o.c | 2084 bfd_mach_o_dylib_table_of_content *toc = &cmd->dylib_toc[i]; local 4101 bfd_mach_o_dylib_table_of_content *toc = &cmd->dylib_toc[i]; local [all...] |
xcofflink.c | 66 /* If there is a TOC relative reloc against a global symbol, and the 67 index of the TOC symbol is not known when the reloc was handled, 111 /* A count of non TOC relative relocs which will need to be 121 /* The .tc section we use to hold toc entries we build for global 177 /* Symbol index of TOC symbol. */ 1087 /* Likewise for the TOC section. */ 1194 considered a section in its own right. For example, a TOC entry is 1196 different TOC entries together, which means that it must be able to [all...] |
/build/make/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 316 //If auto-toc div is present, generate the automated TOC 317 if ($("#auto-toc").is('*')) { 319 var toc = ""; 323 toc+="<ol>"; 326 toc+="</ol>"; 328 toc+="<li><a href='#" + current[0].id + "'>" + 333 $("#auto-toc").append(toc); //append to the div [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/ |
doxia-core-1.0.jar | |
/external/libnl/doc/stylesheets/ |
asciidoc.css | 343 #toc {
|
/system/media/camera/docs/ |
html.mako | 35 /* toc style */ 174 <ul class="toc">
|
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/libmicrohttpd/doc/ |
texinfo.tex | [all...] |
/build/soong/cc/ |
cc.go | 78 // Paths to the dependencies to use for .so files (.so.toc files) 990 depFile = cc.linker.(libraryInterface).toc() 994 depFile = cc.linker.(libraryInterface).toc() [all...] |
/toolchain/binutils/binutils-2.25/texinfo/ |
texinfo.tex | 622 % and @{ and @} for the aux/toc files. [all...] |
/build/make/core/ |
config.mk | 259 # Commands to generate .toc file common to ELF .so files. 265 # Commands to generate .toc file from Darwin dynamic library. [all...] |
binary.mk | [all...] |
main.mk | 655 # changes, even if the toc optimization has skipped relinking the binary [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-ppc.c | 210 /* Flags set on encountering toc relocs. */ 258 { "toc", ppc_toc, 0 }, 332 rtoc or r.toc has the value 2 564 { "r.toc", 2 }, /* Pointer to the table of contents */ 991 /* The RS/6000 assembler uses a TOC which holds addresses of functions 992 and variables. Symbols are put in the TOC with the .tc pseudo-op. 993 A special relocation is used when accessing TOC entries. We handle 994 the TOC as a subsegment within the .data segment. We set it up if 995 we see a .toc pseudo-op, and save the csect symbol here. */ 998 /* The first frag in the TOC subsegment. * 2382 asection *toc; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
udatatst.c | 405 } toc[1]; 435 { /* TOC structure */ 1255 } toc[3]; member in struct:__anon20170 [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | 434 toc := ctxt.Syms.Lookup(".TOC.", 0) 435 toc.Type = obj.SDYNIMPORT [all...] |
ldelf.go | 734 if sect.name == ".got" || sect.name == ".toc" { 1030 if sym.name == ".TOC." { 1066 if sym.name == ".TOC." {
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 434 toc := ctxt.Syms.Lookup(".TOC.", 0) 435 toc.Type = obj.SDYNIMPORT [all...] |