HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 301 - 325 of 2729) sorted by null

<<11121314151617181920>>

  /external/llvm/autoconf/m4/
build_exeext.m4 6 AC_MSG_CHECKING([for executable suffix on build platform])
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 53 // Trim any suffix off and append the next number.
57 // Try insert the vmap entry with this suffix.
92 // Trim any suffix off and append the next number.
96 // Try insert the vmap entry with this suffix.
  /external/llvm/projects/sample/autoconf/m4/
build_exeext.m4 6 AC_MSG_CHECKING([for executable suffix on build platform])
  /external/llvm/test/MC/X86/
x86_errors.s 8 // 64: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 59 const char *suffix)
69 printf("%s", suffix);
78 const char *suffix)
91 printf("%s", suffix);
100 const char *suffix)
113 printf("%s", suffix);
122 const char *suffix)
134 printf("%s", suffix);
143 const char *suffix)
156 printf("%s", suffix);
    [all...]
  /external/proguard/src/proguard/
DataEntryWriterFactory.java 154 * Returns whether the given string ends with the given suffix, ignoring its
157 private static boolean endsWithIgnoreCase(String string, String suffix)
160 int suffixLength = suffix.length();
162 return string.regionMatches(true, stringLength - suffixLength, suffix, 0, suffixLength);
  /external/qemu/android/utils/
bufprint.c 193 bufprint_config_file(char* buff, char* end, const char* suffix)
197 p = bufprint(p, end, PATH_SEP "%s", suffix);
234 bufprint_temp_file(char* buff, char* end, const char* suffix)
238 p = bufprint(p, end, PATH_SEP "%s", suffix);
  /external/smack/src/org/xbill/DNS/
AAAARecord.java 29 * @param address The address suffix
  /ndk/docs/text/
CPU-ARM-NEON.text 51 Using the .neon suffix:
55 the option of using the .neon suffix to indicate that you want to
62 Note that the .neon suffix can be used with the .arm suffix too (used to
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
concept_def.hpp 17 // Maybe in the next release we can kill off the "Concept" suffix for good.
  /sdk/emulator/qtools/
post_trace.cpp 140 const char *suffix = ""; local
143 suffix = "M";
146 suffix = "K";
149 elapsed_secs, insn_per_sec, suffix);
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86gas.pl 25 # expand opcode with size suffix;
29 my($suffix,$dst,$src);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
43 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
44 else { $suffix="l"; }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
50 else { &::emit($opcode.$suffix,@arg);}
  /external/elfutils/libcpu/
i386_parse.y 109 /* Suffix. */
111 suffix_w1, suffix_W1, suffix_D } suffix;
137 struct suffix
184 struct known_bitfield *suffix,
319 newp->suffix = suffix_w;
321 newp->suffix = suffix_w0;
323 newp->suffix = suffix_tttn;
325 newp->suffix = suffix_w1;
327 newp->suffix = suffix_W;
329 newp->suffix = suffix_W1
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 79 StringRef Suffix, raw_ostream &O) {
129 // Only need the joining "_" if both the prefix and the suffix are
132 if (Modifier == "" && Suffix == "")
134 else if (Modifier == "" && Suffix != "")
135 O << ":" << Suffix << ':' << Name;
136 else if (Modifier != "" && Suffix == "")
139 O << ":" << Modifier << '_' << Suffix << ':' << Name;
  /external/openssl/crypto/perlasm/
x86gas.pl 25 # expand opcode with size suffix;
29 my($suffix,$dst,$src);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
43 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
44 else { $suffix="l"; }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
50 else { &::emit($opcode.$suffix,@arg);}
  /external/llvm/include/llvm/ADT/
Twine.h 153 /// RHS - The suffix in the concatenation, which may be uninitialized for
411 Twine concat(const Twine &Suffix) const;
469 inline Twine Twine::concat(const Twine &Suffix) const {
471 if (isNull() || Suffix.isNull())
476 return Suffix;
477 if (Suffix.isEmpty())
484 NewRHS.twine = &Suffix;
490 if (Suffix.isUnary()) {
491 NewRHS = Suffix.LHS;
492 NewRHSKind = Suffix.getLHSKind()
    [all...]
  /external/qemu/target-i386/
ops_sse.h 28 #define SUFFIX _mmx
36 #define SUFFIX _xmm
39 void glue(helper_psrlw, SUFFIX)(Reg *d, Reg *s)
63 void glue(helper_psraw, SUFFIX)(Reg *d, Reg *s)
84 void glue(helper_psllw, SUFFIX)(Reg *d, Reg *s)
108 void glue(helper_psrld, SUFFIX)(Reg *d, Reg *s)
128 void glue(helper_psrad, SUFFIX)(Reg *d, Reg *s)
145 void glue(helper_pslld, SUFFIX)(Reg *d, Reg *s)
165 void glue(helper_psrlq, SUFFIX)(Reg *d, Reg *s)
183 void glue(helper_psllq, SUFFIX)(Reg *d, Reg *s
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 122 String suffix = Grammar.grammarTypeToFileNameSuffix[grammar.type]; local
123 String fileName = grammar.name + suffix + headerExtST.render();
130 String suffix = Grammar.grammarTypeToFileNameSuffix[Grammar.LEXER]; local
131 String lexer = grammar.name + suffix + extST.render();
136 String header = grammar.name + suffix + headerExtST.render();
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 65 String IdToKey(int id, const char* suffix) {
67 key << "key_" << id << "_" << suffix; local
79 int id, const char* suffix) {
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
84 << "expecting " << suffix << " value for id " << id;
  /external/chromium_org/testing/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_utilities.py 74 def strip_suffix(string, suffix):
75 if not suffix or not string.endswith(suffix):
77 return string[:-len(suffix)]
119 # [ActivityLogging=For*] (no prefix, starts with the worlds suffix) means
  /external/chromium_org/tools/gn/
pattern.cc 106 const std::string& suffix = subranges_[1].literal; local
107 if (suffix.size() > s.size())
109 return s.compare(s.size() - suffix.size(), suffix.size(), suffix) == 0;
  /external/gtest/test/
gtest_stress_test.cc 65 String IdToKey(int id, const char* suffix) {
67 key << "key_" << id << "_" << suffix; local
79 int id, const char* suffix) {
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
84 << "expecting " << suffix << " value for id " << id;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armOMX.h 13 * all of the function names can be given a user specified suffix.
22 * - you want to rename all the functions to versions with a suffix so that
39 /* Define the suffix to add to all functions - the default is no suffix */
44 /* Define what happens to the bare suffix-less functions, down to the sub-domain accuracy */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armOMX.h 13 * all of the function names can be given a user specified suffix.
22 * - you want to rename all the functions to versions with a suffix so that
39 /* Define the suffix to add to all functions - the default is no suffix */
44 /* Define what happens to the bare suffix-less functions, down to the sub-domain accuracy */

Completed in 1074 milliseconds

<<11121314151617181920>>