Searched refs:reorder (Results 1 - 25 of 76) sorted by relevance

1234

/external/llvm/test/MC/Mips/
H A Dcpload-bad.s6 .set reorder
8 # ASM: :[[@LINE-1]]:9: warning: .cpload in reorder section
H A Dmips_gprel16.s38 .set reorder
62 .set reorder
H A Dcpload.s15 # ASM: .set reorder
33 .set reorder
H A Delf-tls.s45 .set reorder
77 .set reorder
113 .set reorder
H A Delf-N64.s52 .set reorder
H A Delf-gprel-32-64.s73 .set reorder
H A Dxgot.s55 .set reorder
H A Dmips_directives.s36 # CHECK: .set reorder
43 .set reorder
H A Ddo_switch1.s62 .set reorder
H A Ddo_switch2.s64 .set reorder
H A Ddo_switch3.s69 .set reorder
/external/iproute2/tc/
H A Dq_netem.c41 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
175 struct tc_netem_reorder reorder; local
185 memset(&reorder, 0, sizeof(reorder));
329 } else if (matches(*argv, "reorder") == 0) {
332 if (get_percent(&reorder.probability, *argv)) {
333 explain1("reorder");
339 if (get_percent(&reorder.correlation, *argv)) {
340 explain1("reorder");
426 if (reorder
499 const struct tc_netem_reorder *reorder = NULL; local
[all...]
/external/chromium_org/components/nacl/browser/
H A Dnacl_validation_cache.cc34 bool reorder) {
37 if (reorder) {
33 QueryKnownToValidate(const std::string& signature, bool reorder) argument
H A Dnacl_validation_cache.h28 bool QueryKnownToValidate(const std::string& signature, bool reorder);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dmips-mont.S39 .set reorder
105 .set reorder
196 .set reorder
/external/openssl/crypto/bn/asm/
H A Dmips-mont.S39 .set reorder
105 .set reorder
196 .set reorder
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimators_test.cc176 ReorderFilter reorder(this);
177 reorder.SetReorder(20.0);
182 ReorderFilter reorder(this);
184 reorder.SetReorder(i);
/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp100 leftPrimary = Collation::reorder(reorderTable, leftPrimary);
101 rightPrimary = Collation::reorder(reorderTable, rightPrimary);
351 leftQuaternary = Collation::reorder(reorderTable, leftQuaternary);
352 rightQuaternary = Collation::reorder(reorderTable, rightQuaternary);
H A Dcollationdata.cpp129 CollationData::makeReorderTable(const int32_t *reorder, int32_t length, argument
134 // Never reorder special low and high primary lead bytes.
152 // Get the set of special reorder codes in the input list.
153 // This supports up to 32 special reorder codes;
157 int32_t reorderCode = reorder[i] - UCOL_REORDER_CODE_FIRST;
163 // Start the reordering with the special low reorder codes that do not occur in the input.
165 if(scripts[i + 1] != 1) { break; } // Went beyond special single-code reorder codes.
167 if(reorderCode < 0) { break; } // Went beyond special reorder codes.
178 int32_t script = reorder[i++];
182 script = reorder[
[all...]
/external/icu/icu4c/source/layout/
H A DKhmerLayoutEngine.cpp75 le_int32 outCharCount = KhmerReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
H A DKhmerReordering.h117 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
H A DTibetanLayoutEngine.cpp81 le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
H A DTibetanReordering.h136 static le_int32 reorder(const LEUnicode *theChars, le_int32 charCount, le_int32 scriptCode,
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemcpy.S292 .set reorder /* DADDI_WAR */
308 .set reorder /* DADDI_WAR */
392 .set reorder /* DADDI_WAR */
409 .set reorder /* DADDI_WAR */
461 .set reorder /* DADDI_WAR */
483 .set reorder /* DADDI_WAR */
505 .set reorder; /* DADDI_WAR */ \
521 .set reorder /* DADDI_WAR */
555 .set reorder /* DADDI_WAR */
570 .set reorder /* DADDI_WA
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiTestHarness.h225 std::vector<int> reorder; local
245 reorder = parseIntList(line.substr(reorderPrefix.length() + 1));
262 m_runner.runTest(testString, reorder, levels, DirectionAutoLTR, originalLine, lineNumber);
264 m_runner.runTest(testString, reorder, levels, DirectionLTR, originalLine, lineNumber);
266 m_runner.runTest(testString, reorder, levels, DirectionRTL, originalLine, lineNumber);

Completed in 2098 milliseconds

1234