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

1 2 3 45 6 7 8 910

  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_6.t 41 .got : { *(.got .toc) }
script_test_7.t 41 .got : { *(.got .toc) }
script_test_2.t 35 .got : { *(.got .toc) }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-toc-1a.s 2 .toc
23 .long .f1[PR],TOC[TC0],0
aix-toc-1b.s 2 .toc
23 .long .f2[PR],TOC[TC0],0
tocopt.s 1 .section .toc,"aw"
39 # no need for toc entry, optimise to nop,addi
40 addis 9,2,x4t@toc@ha
41 ld 9,x4t@toc@l(9)
42 # must keep toc entry, optimise to nop,addi,ld
44 # the toc entry and optimise to nop,nop,addi
45 addis 4,2,x5t@toc@ha
46 addi 5,4,x5t@toc@l
48 # must keep toc entry, optimise to nop,li,ldx
49 lis 29,x6t@toc@h
    [all...]
tocopt5.s 1 .section .toc,"aw"
35 # no need for toc entry, optimise to nop,addi
36 addis 9,2,x4t@toc@ha
37 ld 9,x4t@toc@l(9)
38 # must keep toc entry, optimise to nop,addi,ld
40 # the toc entry and optimise to nop,nop,addi
41 addis 4,2,x5t@toc@ha
42 addi 5,4,x5t@toc@l
aix-weak-3b.s 11 .toc
tlsmark.s 5 .section ".toc","aw",@progbits
33 addi 3,2,.LC0@toc
36 addi 3,2,.LC1@toc
  /system/chre/apps/ash_world/
ash_world.cc 102 uint64_t tic = 0, toc = 0; local
120 toc = chreGetTime();
122 sensor, success ? "success" : "failure", (toc - tic) / 1000);
127 toc = chreGetTime();
129 sensor, success ? "success" : "fail", (toc - tic) / 1000);
  /external/pcre/dist2/
132html 47 $toc = 0;
52 $toc = 1 if $ARGV[0] eq "-toc";
75 print "<ul>\n" if ($toc);
146 if ($toc)
148 printf("<li><a name=\"TOC%d\" href=\"#SEC%d\">$title</a>\n",
293 # The TOC, if present, will have been written - terminate it
295 print "</ul>\n" if ($toc);
  /build/make/core/combo/
TARGET_linux-arm64.mk 44 define $(combo_var_prefix)transform-shared-lib-to-toc
TARGET_linux-mips64.mk 44 define $(combo_var_prefix)transform-shared-lib-to-toc
TARGET_linux-x86_64.mk 37 define $(combo_var_prefix)transform-shared-lib-to-toc
TARGET_linux-arm.mk 44 define $(combo_var_prefix)transform-shared-lib-to-toc
TARGET_linux-mips.mk 44 define $(combo_var_prefix)transform-shared-lib-to-toc
TARGET_linux-x86.mk 37 define $(combo_var_prefix)transform-shared-lib-to-toc
  /external/blktrace/btreplay/doc/
Makefile 1 DOCTMP = btreplay.log btreplay.aux btreplay.dvi btreplay.toc
  /external/blktrace/btt/doc/
Makefile 1 DOCTMP = btt.log btt.aux btt.dvi btt.toc btt.tex.bak
  /external/boringssl/src/util/fipstools/testdata/ppc64le-LoadToR0/
out.s 6 # WAS addis 22,2,bar@toc@ha
7 # WAS ld 0,bar@toc@l(22)
30 addis 3, 2, bar@toc@ha
31 addi 3, 3, bar@toc@l
34 .quad .TOC.-.LBORINGSSL_external_toc
  /external/icu/icu4c/source/common/
udatamem.h 28 const commonDataFuncs *vFuncs; /* Function Pointers for accessing TOC */
32 const void *toc; /* For common memory, table of contents for */ member in struct:UDataMemory
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 158 ALOGV("Unable to parse TOC.");
163 uint8_t toc = buffer->data()[offset++]; local
165 unsigned FT = (toc >> 3) & 0x0f;
166 if ((toc & 3) != 0
172 ALOGV("Illegal TOC entry.");
177 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f);
179 tableOfContents.push(toc);
181 if (0 == (toc & 0x80)) {
191 uint8_t toc = tableOfContents[i]; local
193 size_t frameSize = getFrameSize(mIsWide, (toc >> 3) & 0x0f)
    [all...]
  /external/libopus/src/
repacketizer.c 65 /* Set of check ToC */
69 rp->toc = data[0];
71 } else if ((rp->toc&0xFC) != (data[0]&0xFC))
73 /*fprintf(stderr, "toc mismatch: 0x%x vs 0x%x\n", rp->toc, data[0]);*/
132 *ptr++ = rp->toc&0xFC;
141 *ptr++ = (rp->toc&0xFC) | 0x1;
147 *ptr++ = (rp->toc&0xFC) | 0x2;
181 *ptr++ = (rp->toc&0xFC) | 0x3;
187 *ptr++ = (rp->toc&0xFC) | 0x3
281 unsigned char toc; local
311 unsigned char toc; local
    [all...]
  /external/eigen/doc/
eigen_navtree_hacks.js 6 var toc = $("#side-nav").append('<div id="nav-toc" class="toc"><h3>Table of contents</h3></div>');
7 toc = $("#nav-toc");
9 toc = toc.append('<ul></ul>');
10 toc = toc.find('ul');
38 toc.append("<li class='level" + levelTag + "'><a id='link" + i + "' href='#title"
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ppc-ffitarget.h 98 void* toc; /* TOC */ member in struct:ffi_aix_trampoline_struct

Completed in 1305 milliseconds

1 2 3 45 6 7 8 910