HomeSort by relevance Sort by last modified time
    Searched refs:segment (Results 76 - 100 of 1112) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-score.h 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
segment.l 3 3 # test segment reg insns with memory operand
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
movi-2.s 1 ! Check MOVI expansion of local symbols that should get segment-relative
12 .long 0 ! To get a non-zero segment offset for "forwdata".
  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_3.sh 33 echo "Did not find expected segment in $1:"
46 echo "Did not find expected segment in $1:"
59 # Make sure that the size of the INTERP segment is the same as the
74 segment=`grep '^ INTERP' script_test_3.stdout`
75 # We already checked above that we have an INTERP segment.
76 segment_size=`echo "$segment" | awk '{ print $5; }'`
88 # At least one PT_LOAD segment should have an alignment >= 0x100000.
98 echo "no LOAD segment has required alignment"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
textaddr2.d 2 #ld: -shared -Ttext-segment 0x7000000 -z max-page-size=0x200000
textaddr6.d 2 #ld: -shared -z max-page-size=0x10000 -Ttext-segment 0x10000
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-8.d 2 #ld: -m elf32_x86_64 -Ttext-segment 0xe0000000 -Ttext 0xe0010000
  /development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h 22 #include <asm/segment.h>
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 142 // allocate the arrays, and find the strings that are CE to each segment
146 if (PROGRESS) System.out.println("SEGMENT");
243 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
244 private String[] getEquivalents(String segment) {
246 Set<String> basic = getEquivalents2(segment);
263 if (attempt.equals(segment)) {
265 if (Normalizer.compare(possible, segment,0)==0) {
283 private Set<String> getEquivalents2(String segment) {
287 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
289 result.add(segment);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 146 // allocate the arrays, and find the strings that are CE to each segment
150 if (PROGRESS) System.out.println("SEGMENT");
247 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
248 private String[] getEquivalents(String segment) {
250 Set<String> basic = getEquivalents2(segment);
267 if (attempt.equals(segment)) {
269 if (Normalizer.compare(possible, segment,0)==0) {
287 private Set<String> getEquivalents2(String segment) {
291 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
293 result.add(segment);
    [all...]
  /external/libvpx/libvpx/
webmdec.h 23 void *segment; member in struct:WebmInputContext
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 45 String segment[] = path.split(); local
46 if (segment.length != 3) {
50 String uri = URLDecoder.decode(segment[1], CHARSET_UTF_8);
51 String type = URLDecoder.decode(segment[2], CHARSET_UTF_8);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 22 #include <asm/segment.h>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_cache.s 4 # a 256MB memory segment boundary with calls to the same function on either
  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 385 m_naiveU.row(0).segment(firstCol, n + 1).real() << b.matrixU().row(0);
386 m_naiveU.row(1).segment(firstCol, n + 1).real() << b.matrixU().row(n);
418 l = m_naiveU.row(firstCol + k).segment(firstCol, k);
419 f = m_naiveU.row(firstCol + k + 1).segment(firstCol + k + 1, n - k - 1);
423 l = m_naiveU.row(1).segment(firstCol, k);
424 f = m_naiveU.row(0).segment(firstCol + k + 1, n - k - 1);
439 MatrixXr q1 (m_naiveU.col(firstCol + k).segment(firstCol, k + 1));
443 m_naiveU.col(i + 1).segment(firstCol, k + 1) << m_naiveU.col(i).segment(firstCol, k + 1);
446 m_naiveU.col(firstCol).segment( firstCol, k + 1) << (q1 * c0)
    [all...]
  /external/icu/icu4c/source/common/unicode/
caniter.h 184 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
185 UnicodeString *getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status); //private String[] getEquivalents(String segment)
187 //Set getEquivalents2(String segment);
188 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
189 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
192 * See if the decomposition of cp2 is at segment starting at segmentPos
196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status)
    [all...]
  /external/icu/icu4c/source/i18n/
nortrans.cpp 135 UnicodeString segment; local
142 segment.remove();
144 segment.append(c);
154 fNorm2.normalize(segment, normalized, errorCode);
158 if(segment != normalized) {

Completed in 1784 milliseconds

1 2 34 5 6 7 8 91011>>