HomeSort by relevance Sort by last modified time
    Searched refs:leading (Results 1 - 25 of 557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
mips-count-builtins.c 6 int leading, trailing, pop; variable
9 leading = __builtin_clzs(P);
18 leading = __builtin_clz(P);
27 leading = __builtin_clzll(P);
count-builtins.c 3 int leading, trailing, pop; variable
6 leading = __builtin_clzs(P);
15 leading = __builtin_clz(P);
26 leading = __builtin_clzll(P);
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_FontMetricsIntTest.java 44 int leading = 5; local
51 fontMetricsInt.leading = leading;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
orphan_nu.d 5 #ld: --file-align 1 --section-align 1 --no-leading-underscore
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading acc+def bytes -----
    [all...]
sh-mem-vec256-plo-no.stderr.exp 62 ------ PL Aligned case with 0 leading acc+def bytes ------
78 ------ PL Aligned case with 1 leading acc+def bytes ------
94 ------ PL Aligned case with 2 leading acc+def bytes ------
110 ------ PL Aligned case with 3 leading acc+def bytes ------
126 ------ PL Aligned case with 4 leading acc+def bytes ------
142 ------ PL Aligned case with 5 leading acc+def bytes ------
158 ------ PL Aligned case with 6 leading acc+def bytes ------
174 ------ PL Aligned case with 7 leading acc+def bytes ------
190 ------ PL Aligned case with 8 leading acc+def bytes ------
206 ------ PL Aligned case with 9 leading acc+def bytes -----
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-badrx3.d 7 #error: invalid mmo file: leading byte of operand word .* lop_fixrx
  /external/harfbuzz_ng/util/
view-cairo.cc 49 double leading = font_height + view_options.line_space; local
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space;
93 cairo_translate (cr, +vert * leading, -horiz * leading);
98 cairo_translate (cr, -vert * leading, +horiz * leading);
  /external/icu/icu4c/source/i18n/
number_types.h 111 char16_t leading = charAt(index); local
112 if (U16_IS_LEAD(leading) && length() > index + 1) {
114 return U16_GET_SUPPLEMENTARY(leading, trailing);
116 return leading;
  /prebuilts/go/darwin-x86/src/os/
path_unix.go 19 // basename removes trailing slashes and the leading directory name from path name
26 // Remove leading directory name
  /prebuilts/go/linux-x86/src/os/
path_unix.go 19 // basename removes trailing slashes and the leading directory name from path name
26 // Remove leading directory name
  /art/libdexfile/dex/
utf.cc 86 const uint16_t leading = GetLeadingUtf16Char(ch); local
89 *utf16_data_out++ = leading;
115 const uint16_t leading = GetLeadingUtf16Char(ch); local
118 *out_p++ = leading;
214 // First compare the leading utf16 char.
256 // UTF sequence. If we find an unpaired leading or trailing surrogate,
302 const uint16_t leading = GetLeadingUtf16Char(ch); local
304 if (NeedsEscaping(leading)) {
305 StringAppendF(&result, "\\u%04x", leading);
307 result += static_cast<std::string::value_type>(leading);
    [all...]
  /external/curl/docs/cmdline-opts/
abstract-unix-socket.d 9 the <path> argument should not have this leading character.
request-target.d 8 without leading slash or other data that doesn't follow the regular URL
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug442.go 8 // with leading _ field. Issue 3607.
bug479.go 8 // for equality, leading to an undefined symbol at link time.
issue20145.go 8 // leading to races in the backend.
issue20162.go 8 // leading to races in the backend.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug442.go 8 // with leading _ field. Issue 3607.
bug479.go 8 // for equality, leading to an undefined symbol at link time.
issue20145.go 8 // leading to races in the backend.
issue20162.go 8 // leading to races in the backend.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf_arch_mips1.d 7 # Note: objdump omits leading zeros, so must check for the fact that
  /external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_ByteArrayBCD.java 199 int leading = precision - 1; local
200 for (; leading >= 0 && bcd[leading] == 0; leading--) ;
201 precision = leading + 1;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_ByteArrayBCD.java 196 int leading = precision - 1; local
197 for (; leading >= 0 && bcd[leading] == 0; leading--) ;
198 precision = leading + 1;

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 91011>>