/third_party/musl/src/thread/powerpc/ |
D | clone.s | 23 mr 30, 3 label 24 mr 31, 6 label 32 mr 3, 5 label 34 mr 5, 7 label 35 mr 6, 8 label 36 mr 7, 9 label 56 mr 3, 31 label
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
D | CommandLineMain.java | 112 MigrationReport mr = migrationJob.getMigrationReportForCountry(); in main() local 124 private static void printFileReport(MigrationReport mr, Path originalFile) throws IOException { in printFileReport() 145 private static void printNumberReport(MigrationReport mr) { in printNumberReport() 164 private static void printUsedRecipes(MigrationReport mr) { in printUsedRecipes()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 207 __ mr(arg_reg_1, code_obj); in Generate_BaselineOrInterpreterEntry() local 208 __ mr(arg_reg_2, kInterpreterBytecodeOffsetRegister); in Generate_BaselineOrInterpreterEntry() local 209 __ mr(arg_reg_3, kInterpreterBytecodeArrayRegister); in Generate_BaselineOrInterpreterEntry() local 277 __ mr(r5, r3); in GenerateTailCallToReturnedCode() local 513 __ mr(r9, r3); in Generate_JSConstructStubGeneric() local 742 __ mr(r6, r4); in Generate_ResumeGeneratorTrampoline() local 743 __ mr(r4, r7); in Generate_ResumeGeneratorTrampoline() local 833 __ mr(kRootRegister, r3); in Generate_JSEntryVariant() local 1009 __ mr(r3, r7); in Generate_JSEntryTrampolineHelper() local 1031 __ mr(r3, r7); in Generate_JSEntryTrampolineHelper() local [all …]
|
/third_party/node/test/parallel/ |
D | test-fs-fmap.js | 25 const mr = UV_FS_O_FILEMAP | O_RDONLY; constant
|
/third_party/skia/src/core/ |
D | SkRecorder.cpp | 58 SkRecorder::SkRecorder(SkRecord* record, int width, int height, SkMiniRecorder* mr) in SkRecorder() 66 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) in SkRecorder() 74 void SkRecorder::reset(SkRecord* record, const SkRect& bounds, SkMiniRecorder* mr) { in reset() 148 SkMiniRecorder* mr = fMiniRecorder; in flushMiniRecorder() local
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | ICUJDKCompare.java | 485 boolean removeOverridden(MethodRecord mr) { in removeOverridden() 520 Class mr = pairClassEquivalent(m.getReturnType()); in handles() local 607 MethodRecord mr = (MethodRecord)result.get(key); in getMethodMap() local 626 private void dumpMethodRecord(MethodRecord mr) { in dumpMethodRecord()
|
/third_party/libwebsockets/lib/core/ |
D | libwebsockets.c | 1267 lws_mutex_refcount_init(struct lws_mutex_refcount *mr) in lws_mutex_refcount_init() 1283 lws_mutex_refcount_destroy(struct lws_mutex_refcount *mr) in lws_mutex_refcount_destroy() 1289 lws_mutex_refcount_lock(struct lws_mutex_refcount *mr, const char *reason) in lws_mutex_refcount_lock() 1323 lws_mutex_refcount_unlock(struct lws_mutex_refcount *mr) in lws_mutex_refcount_unlock() 1342 lws_mutex_refcount_assert_held(struct lws_mutex_refcount *mr) in lws_mutex_refcount_assert_held()
|
D | private-lib-core.h | 475 struct lws_mutex_refcount mr; member
|
/third_party/skia/third_party/externals/icu/filters/ |
D | android_small.json | 195 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 254 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 392 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 451 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
|
D | ios.json | 195 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 254 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 347 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 406 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
|
D | cast.json | 242 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 741 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
|
/third_party/node/deps/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 351 __ mr(r5, r4); in CheckNotBackReferenceIgnoreCase() local 353 __ mr(r25, r4); in CheckNotBackReferenceIgnoreCase() local 520 __ mr(r3, current_character()); in CallIsCharacterInRangeArray() local 904 __ mr(r25, r5); in GetCode() local 984 __ mr(sp, frame_pointer()); in GetCode() local 1037 __ mr(backtrack_stackpointer(), r3); in GetCode() local 1216 __ mr(scratch, sp); in CallCheckStackGuardState() local 1234 __ mr(r5, frame_pointer()); in CallCheckStackGuardState() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2.c | 126 unsigned mr = ~(s->reg_state[reg_idx / 8] >> reg_idx % 8 * 4 & 0xf); in insert() local
|
/third_party/lame/libmp3lame/ |
D | psymodel.c | 469 pecalc_s(III_psy_ratio const *mr, FLOAT masking_lower) in pecalc_s() 514 pecalc_l(III_psy_ratio const *mr, FLOAT masking_lower) in pecalc_l() 1581 III_psy_ratio const *mr; in L3psycho_anal_vbr() local
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
D | radix_sort_vk.c | 37 radix_sort_vk_memory_requirements_t * mr) in radix_sort_vk_get_memory_requirements()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | io.inl | 381 M<T,P> const& mr(a.second); local
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1077 __ mr(i.OutputRegister(), fp); in AssembleArchInstruction() local 1084 __ mr(i.OutputRegister(), fp); in AssembleArchInstruction() local 1434 __ mr(i.OutputRegister(0), kScratchReg); in AssembleArchInstruction() local 1875 __ mr(ip, i.OutputRegister(0)); in AssembleArchInstruction() local 1878 __ mr(i.OutputRegister(0), ip); in AssembleArchInstruction() local 4045 __ mr(fp, sp); in AssembleConstructFrame() local
|
/third_party/pulseaudio/src/modules/ |
D | module-combine-sink.c | 905 size_t mr = (size_t) pa_atomic_load(&o->max_request); in update_max_request() local
|
/third_party/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 283 struct lws_mutex_refcount mr; member 415 struct lws_mutex_refcount mr; member
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fieldmatch.c | 493 float c1, c2, mr; in compare_fields() local
|
/third_party/musl/libc-test/src/math/gen/ |
D | mp.c | 71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type) in adjust()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | speed.c | 102 static int mr = 0; /* machine-readeable output format to merge fork results */ variable
|
/third_party/openssl/apps/ |
D | speed.c | 102 static int mr = 0; /* machine-readeable output format to merge fork results */ variable
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 5347 unsigned int mr,mg,mb,ma, all_a; member 5463 unsigned int mr=0,mg=0,mb=0,ma=0, all_a; in stbi__bmp_load() local
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 966 void Assembler::mr(Register dst, Register src) { in mr() function in v8::internal::Assembler
|