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

1 2 3 4 56 7 8 910

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test2xcoff32.s 3 .toc
12 .long .main, TOC[tc0], 0
power4.s 7 .section ".toc"
24 lq 4,.L_tsym0@toc(2)
25 lq 4,.L_tsym1@toc(2)
power4.d 19 +3 \.toc +0+20 +0+ +0+ +.*
27 0+ l +d +\.toc 0+ (|\.toc)
50 .*: R_PPC64_TOC16_DS \.toc
52 .*: R_PPC64_TOC16_DS \.toc\+0x10
  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_3.t 38 .got : { *(.got .toc) }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-glink-2c.s 1 .toc
12 .long \name\()[PR],TOC[TC0],0
aix-glink-2a.s 1 .toc
13 .long .\name\()[PR],TOC[TC0],0
15 .llong .\name\()[PR],TOC[TC0],0
aix-gc-1.s 9 .toc
aix-ref-1.s 9 .toc
  /external/valgrind/coregrind/m_dispatch/
dispatch-ppc64be-linux.S 40 /* References to globals via the TOC */
47 .section ".toc","aw"
81 .quad .VG_(disp_run_translations),.TOC.@tocbase,0
149 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
198 40(sp) : TOC
220 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
261 ld 11,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
401 .quad .VG_(disp_cp_chain_me_to_slowEP),.TOC.@tocbase,0
426 .quad .VG_(disp_cp_chain_me_to_fastEP),.TOC.@tocbase,0
451 .quad .VG_(disp_cp_xindir),.TOC.@tocbase,
    [all...]
dispatch-ppc64le-linux.S 49 /* References to globals via the TOC */
56 .section ".toc","aw"
95 .quad .VG_(disp_run_translations),.TOC.@tocbase,0
102 0: addis 2, 12,.TOC.-0b@ha
103 addi 2,2,.TOC.-0b@l
170 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
219 40(sp) : TOC
241 ld 6,.tocent__vgPlain_machine_ppc64_has_VMX@toc(2)
257 0: addis 2, 12,.TOC.-0b@ha
258 addi 2,2,.TOC.-0b@
    [all...]
  /external/python/cpython2/Lib/idlelib/
help.py 64 self.toc = [] # pair headers with text indexes for toc
65 self.header = '' # text within header tags for toc
130 self.toc.append((self.header, self.text.index('insert')))
201 "Display html text, scrollbar, and toc."
216 toc = Menubutton(self, text='TOC')
217 drop = Menu(toc, tearoff=False)
218 for lbl, dex in text.parser.toc:
220 toc['menu'] = dro
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 117 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) {
127 int32_t cmp=strcmp(s, names+toc[number].nameOffset);
144 toc=new TOCEntry[count];
146 toc[i].nameOffset=itemNames.length();
147 toc[i].dataOffset=i; // arbitrary value, see toc comment below
155 printf("size of TOC: %6ld\n", (long)(count*8));
159 delete[] toc;
167 if(simpleBinarySearch(name, itemNameChars, toc, count)<0) {
176 // toc imitates a .dat file's array of UDataOffsetTOCEntr
180 TOCEntry *toc; member in class:BinarySearchPackageLookup
    [all...]
  /development/build/
build_android_stubs.mk 23 dex_toc := $(intermediates)/classes.dex.toc
94 $(call define-jar-to-toc-rule, $(full_target))
96 # As we don't have .dex file for the SDK stub, we cannot generate .toc
97 # file from .dex file. Use .toc file generated from .jar instead.
98 $(dex_toc): $(full_target).toc $(jack_lib)
100 $(call commit-change-for-toc, $@)
  /external/libnl/doc/stylesheets/
xhtml11-quirks.css 43 div#toc a:visited { color: blue; }
  /external/libopus/tests/
test_opus_api.c 690 #define UNDEFINE_FOR_PARSE toc=-1; \
694 VG_UNDEF(&toc,sizeof(toc)); \
698 #define UNDEFINE_FOR_PARSE toc=-1; \
714 unsigned char toc; local
722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed();
729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
755 if((toc>>2)!=i)test_failed();
767 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset)
    [all...]
  /build/make/core/combo/
HOST_darwin-x86.mk 20 define $(combo_var_prefix)transform-shared-lib-to-toc
  /build/soong/scripts/
toc.sh 3 # Script to handle generating a .toc file from a .so file
16 Usage: toc.sh [options] -i in-file -o out-file -d deps-file
  /external/libopus/src/
opus.c 202 unsigned char ch, toc; local
216 toc = *data++;
219 switch (toc&0x3)
344 *out_toc = toc;
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffitarget.h 177 void * toc; /* TOC */ member in struct:ffi_aix_trampoline_struct
  /build/make/core/
base_rules.mk 293 ## Create .toc files from shared objects to reduce unnecessary rebuild
294 # .toc files have the list of external dynamic symbols without their addresses.
295 # As .KATI_RESTAT is specified to .toc files and commit-change-for-toc is used,
296 # dependent binaries of a .toc file will be rebuilt only when the content of
297 # the .toc file is changed.
300 LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_BUILT_MODULE).toc
301 $(LOCAL_BUILT_MODULE).toc: $(LOCAL_BUILT_MODULE)
302 $(call $(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)transform-shared-lib-to-toc,$<,$@.tmp)
303 $(call commit-change-for-toc,$@
    [all...]
  /compatibility/cdd/source/
android-cdd.css 271 * TOC Styles
274 #toc a:link,
275 #toc a:visited,
276 #toc a:hover {
281 #toc p.toc_h1 a:link,
282 #toc p.toc_h1 a:visited,
283 #toc p.toc_h1 a:hover {
287 #toc {
  /docs/source.android.com/en/compatibility/
android-cdd.css 271 * TOC Styles
274 #toc a:link,
275 #toc a:visited,
276 #toc a:hover {
281 #toc p.toc_h1 a:link,
282 #toc p.toc_h1 a:visited,
283 #toc p.toc_h1 a:hover {
287 #toc {
  /frameworks/base/packages/SystemUI/plugin/
Android.mk 33 # Dummy to generate .toc files.
  /external/iproute2/doc/
Makefile 73 rm -f *.aux *.log *.toc $(PSFILES) $(DVIFILES) *.html *.pdf
  /external/selinux/secilc/docs/
Makefile 46 @# add a title for the TOC to policy.cil. This is needed to play nicely with the PDF conversion.
56 $(PANDOC) --standalone --toc $^ -o $(PDFDIR)/$(PDF_OUT)

Completed in 1677 milliseconds

1 2 3 4 56 7 8 910