/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 61 void breakpad_swap_mach_header_64(struct mach_header_64 *mh, in breakpad_swap_mach_header_64() argument 64 mh->magic = ByteSwap(mh->magic); in breakpad_swap_mach_header_64() 65 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header_64() 66 mh->cpusubtype = ByteSwap(mh->cpusubtype); in breakpad_swap_mach_header_64() 67 mh->filetype = ByteSwap(mh->filetype); in breakpad_swap_mach_header_64() 68 mh->ncmds = ByteSwap(mh->ncmds); in breakpad_swap_mach_header_64() 69 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header_64() 70 mh->flags = ByteSwap(mh->flags); in breakpad_swap_mach_header_64() 71 mh->reserved = ByteSwap(mh->reserved); in breakpad_swap_mach_header_64()
|
/external/tcpdump/ |
D | print-mobility.c | 190 const struct ip6_mobility *mh; in mobility_print() local 195 mh = (struct ip6_mobility *)bp; in mobility_print() 200 if (!ND_TTEST(mh->ip6m_len)) { in mobility_print() 216 mhlen = (mh->ip6m_len + 1) << 3; in mobility_print() 220 ND_TCHECK(mh->ip6m_type); in mobility_print() 221 type = mh->ip6m_type; in mobility_print() 237 ND_TCHECK2(*mh, hlen + 8); in mobility_print() 249 ND_TCHECK(mh->ip6m_data16[0]); in mobility_print() 250 ND_PRINT((ndo, " nonce id=0x%x", EXTRACT_16BITS(&mh->ip6m_data16[0]))); in mobility_print() 253 ND_TCHECK2(*mh, hlen + 8); in mobility_print() [all …]
|
/external/aac/libFDK/src/arm/ |
D | fft_rad2_arm.cpp | 146 INT mh = 1 << 1; in dit_fft() local 155 mh <<= 1; in dit_fft() 167 FIXP_DBL *xt2 = xt1 + (mh<<1); in dit_fft() 187 xt1 += mh; in dit_fft() 188 xt2 += mh; in dit_fft() 203 xt1 = xt2 + mh; in dit_fft() 204 } while ((r=r-(mh<<1)) != 0); in dit_fft() 206 for(j=4; j<mh; j+=4) in dit_fft() 217 FIXP_DBL *xt2 = xt1 + (mh<<1); in dit_fft() 231 xt1 += mh; in dit_fft() [all …]
|
/external/aac/libFDK/src/ |
D | fft_rad2.cpp | 158 INT mh=(m>>1); in dit_fft() local 173 INT t2 = t1 + (mh<<1); in dit_fft() 189 t1 += mh; in dit_fft() 190 t2 = t1+(mh<<1); in dit_fft() 206 for(j=1; j<mh/4; ++j) in dit_fft() 215 INT t2 = t1 + (mh<<1); in dit_fft() 229 t1 += mh; in dit_fft() 230 t2 = t1+(mh<<1); in dit_fft() 244 t1 = (r+mh/2-j)<<1; in dit_fft() 245 t2 = t1 + (mh<<1); in dit_fft() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | mul.stdout.exp | 23 mh 0000000000000000 * 0000000000000000 = 00000000000000000000000000000000 24 mh 0000000000000001 * 0000000000000000 = 00000000000000000000000000000001 25 mh 000000000000FFFF * 0000000000000000 = 0000000000000000000000000000FFFF 26 mh 0000000000007FFF * 0000000000000000 = 00000000000000000000000000007FFF 27 mh 0000000000008000 * 0000000000000000 = 00000000000000000000000000008000 28 mh 00000000FFFFFFFF * 0000000000000000 = 000000000000000000000000FFFFFFFF 29 mh 0000000080000000 * 0000000000000000 = 00000000000000000000000080000000 30 mh 000000007FFFFFFF * 0000000000000000 = 0000000000000000000000007FFFFFFF 31 mh FFFFFFFFFFFFFFFF * 0000000000000000 = FFFFFFFF00000000FFFFFFFFFFFFFFFF 32 mh 8000000000000000 * 0000000000000000 = 80000000000000008000000000000000 [all …]
|
/external/icu/icu4c/source/ |
D | acinclude.m4 | 18 icu_cv_host_frag=mh-solaris-gcc 20 icu_cv_host_frag=mh-solaris 24 icu_cv_host_frag=mh-alpha-linux-gcc 26 icu_cv_host_frag=mh-alpha-linux-cc 30 icu_cv_host_frag=mh-linux 32 icu_cv_host_frag=mh-linux-va 34 *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu) icu_cv_host_frag=mh-linux ;; 37 icu_cv_host_frag=mh-cygwin 39 icu_cv_host_frag=mh-cygwin-msvc 43 icu_cv_host_frag=mh-cygwin64 [all …]
|
/external/icu/icu4c/source/config/ |
D | mh-unknown | 6 # Note, this is not a real mh- file. You got here because configure 7 # (specifically, aclocal.m4) could not determine a suitable mh- file. 13 # As a start, try copying mh-linux (which is fairly generic) over this 21 @echo "*** or, try copying icu/source/config/mh-linux to mh-unknown"
|
D | Makefile.inc.in | 15 # 6). Include of platform make fragment (mh-* file) 58 ## mh-files MUST NOT override RPATHLDFLAGS unless they provide 89 # be made in the mh- file for the specific platform. 141 # (Overridden when necessary in -mh files) 278 # *6* Inclusion of platform make fragment (mh-* file) 281 # The mh- file ("make fragment") for the platform is included here. 283 # It is put last so that the mh-file can override anything. 285 # parseable. The mh fragment is only included if this does not occur.
|
/external/iptables/extensions/ |
D | libip6t_mh.man | 1 This extension is loaded if `\-\-protocol ipv6\-mh' or `\-\-protocol mh' is 4 [\fB!\fP] \fB\-\-mh\-type\fP \fItype\fP[\fB:\fP\fItype\fP] 11 ip6tables \-p mh \-h
|
/external/strace/tests/ |
D | inet-cmsg.c | 138 struct msghdr mh = { in main() local 147 assert(recvmsg(0, &mh, 0) == (int) size); in main() 153 (unsigned) mh.msg_namelen, ntohs(addr.sin_port), in main() 154 data, size, mh.msg_controllen); in main() 157 for (c = CMSG_FIRSTHDR(&mh); c; c = CMSG_NXTHDR(&mh, c)) { in main()
|
D | scm_rights.c | 78 struct msghdr mh = { in main() local 85 assert(sendmsg(1, &mh, 0) == sizeof(iov)); in main() 98 struct msghdr mh = { in main() local 105 assert(recvmsg(0, &mh, 0) == sizeof(iov)); in main()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 278 mach_header_type mh; in __breakpad_fdnlist() local 279 if (read(fd, (char *)&mh, sizeof(mh)) != sizeof(mh)) { in __breakpad_fdnlist() 284 (struct load_command *)malloc(mh.sizeofcmds); in __breakpad_fdnlist() 288 if (read(fd, (char *)load_commands, mh.sizeofcmds) != in __breakpad_fdnlist() 289 (ssize_t)mh.sizeofcmds) { in __breakpad_fdnlist() 297 for (uint32_t i = 0; i < mh.ncmds; i++) { in __breakpad_fdnlist() 301 (char *)load_commands + mh.sizeofcmds) { in __breakpad_fdnlist()
|
/external/icu/icu4c/source/data/unit/ |
D | ga.txt | 28 few{"{0} mhéadar sa soicind cearnaithe"} 30 one{"{0} mhéadar sa soicind cearnaithe"} 32 two{"{0} mhéadar sa soicind cearnaithe"} 130 few{"{0} mhéadar chearnacha"} 132 one{"{0} mhéadar cearnach"} 134 per{"{0} sa mhéadar cearnach"} 135 two{"{0} mhéadar chearnacha"} 139 few{"{0} mhíle chearnacha"} 141 one{"{0} mhíle cearnach"} 143 two{"{0} mhíle chearnacha"} [all …]
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 199 const struct mach_header_64* mh = buf; in is_macho_object_file() local 209 if (mh->magic == MH_MAGIC_64) in is_macho_object_file() 272 struct mach_header_64* mh; in map_image_aboard() local 341 mh = (struct mach_header_64 *)ii->macho_img; in map_image_aboard() 342 if (mh->magic == MH_MAGIC) { in map_image_aboard() 351 if (mh->magic != MH_MAGIC_64) in map_image_aboard() 354 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds) in map_image_aboard() 408 { struct mach_header_64 *mh = (struct mach_header_64 *)ii.macho_img; in modify_macho_loadcmds() local 412 for (c = 0, cmd = (struct load_command *)(mh+1); in modify_macho_loadcmds() 413 c < mh->ncmds; in modify_macho_loadcmds()
|
D | launcher-darwin.c | 164 struct mach_header *mh = (struct mach_header *)buf; in select_arch() local 165 if (mh->magic == MH_MAGIC || mh->magic == MH_MAGIC_64) { in select_arch() 166 return name_for_cputype(mh->cputype); in select_arch() 167 } else if (mh->magic == MH_CIGAM || mh->magic == MH_CIGAM_64) { in select_arch() 168 return name_for_cputype(OSSwapInt32(mh->cputype)); in select_arch()
|
/external/testng/src/test/java/test/remote/ |
D | RemoteTest.java | 67 MessageHub mh = new MessageHub(sms); in runTest() local 70 mh.initReceiver(); in runTest() 71 IMessage message = mh.receiveMessage(); in runTest() 74 message = mh.receiveMessage(); in runTest()
|
/external/icu/icu4c/source/data/locales/ |
D | ga.txt | 38 few{"0 mhíle"} 40 one{"0 mhíle"} 42 two{"0 mhíle"} 719 "MFómh", 720 "DFómh", 763 "MFómh", 764 "DFómh", 1086 "-1"{"an mhí seo caite"} 1087 "0"{"an mhí seo"} 1088 "1"{"an mhí seo chugainn"} [all …]
|
D | gd.txt | 340 one{"0 mhìle"} 342 two{"0 mhìle"} 346 one{"00 mhìle"} 348 two{"00 mhìle"} 352 one{"000 mhìle"} 354 two{"000 mhìle"} 1093 "EEEE, d'mh' MMMM y", 1094 "d'mh' MMMM y", 1126 MMMMd{"d'mh' MMMM"} 1364 "Dàmh", [all …]
|
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 45 static pint_t findFDE(pint_t mh, pint_t pc); 46 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde); 47 static void removeAllIn(pint_t mh); 50 unw_word_t fde, unw_word_t mh)); 55 pint_t mh; member 65 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide); 99 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() argument 103 if ((mh == p->mh) || (mh == 0)) { in findFDE() 115 void DwarfFDECache<A>::add(pint_t mh, pint_t ip_start, pint_t ip_end, in add() argument 130 _bufferUsed->mh = mh; in add() [all …]
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 500 struct MACH_HEADER mh; in load_thin_file() local 519 if (sizeof(mh) > size) { in load_thin_file() 522 res = VG_(pread)(fd, &mh, sizeof(mh), offset); in load_thin_file() 523 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) { in load_thin_file() 530 if (mh.magic != MAGIC) { in load_thin_file() 535 if (mh.filetype != filetype) { in load_thin_file() 543 len = sizeof(mh) + mh.sizeofcmds; in load_thin_file() 562 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh)); in load_thin_file() 563 for (lc = (struct load_command *)(headers + sizeof(mh)); in load_thin_file()
|
/external/webrtc/webrtc/common_audio/ |
D | fft4g.c | 474 int j, k, l, m, mh, nw, nc; 494 mh = m >> 1; 495 for (j = 1; j < mh; j++) { 506 t[mh] = a[mh] + a[n - mh]; 507 a[mh] -= a[n - mh]; 523 m = mh; 542 mh = m >> 1; 543 for (j = 0; j < mh; j++) { 548 t[mh] = t[m + mh]; 549 m = mh; [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 114 const struct MACH_HEADER* mh = buf; in ML_() local 124 if (mh->magic == MAGIC) in ML_() 261 struct MACH_HEADER mh; in map_image_aboard() local 262 ML_(cur_read_get)(&mh, ML_(cur_from_sli)(sli), sizeof(mh)); in map_image_aboard() 263 if (mh.magic != MAGIC) { in map_image_aboard() 268 if (sli.szB < sizeof(struct MACH_HEADER) + mh.sizeofcmds) { in map_image_aboard() 601 struct MACH_HEADER mh; in getsectdata() local 602 ML_(cur_step_get)(&mh, &cur, sizeof(mh)); in getsectdata() 605 for (c = 0; c < mh.ncmds; c++) { in getsectdata() 761 struct MACH_HEADER mh; in ML_() local [all …]
|
/external/avahi/avahi-autoipd/ |
D | iface-bsd.c | 231 struct msghdr mh; in rtm_dispatch() local 253 memset(&mh, 0, sizeof(mh)); in rtm_dispatch() 256 mh.msg_iov = iov; in rtm_dispatch() 257 mh.msg_iovlen = 1; in rtm_dispatch() 261 len = recvmsg(fd, &mh, MSG_DONTWAIT); in rtm_dispatch()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 4672 static void import_complex_message(ThreadId tid, mach_msg_header_t *mh) in import_complex_message() argument 4679 vg_assert(mh->msgh_bits & MACH_MSGH_BITS_COMPLEX); in import_complex_message() 4681 body = (mach_msg_body_t *)(mh+1); in import_complex_message() 4823 static size_t export_complex_message(ThreadId tid, mach_msg_header_t *mh) in export_complex_message() argument 4830 vg_assert(mh->msgh_bits & MACH_MSGH_BITS_COMPLEX); in export_complex_message() 4832 body = (mach_msg_body_t *)(mh+1); in export_complex_message() 7539 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; in PRE() local 7540 Bool self_terminate = (mh->msgh_request_port == MACH_THREAD); in PRE() 7542 PRINT("thread_terminate(%s)", name_for_port(mh->msgh_request_port)); in PRE() 7750 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; in PRE() local [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-01.ll | 9 ; CHECK: mh %r2, 0(%r3) 20 ; CHECK: mh %r2, 4094(%r3) 58 ; CHECK: mh %r2, 0(%r3) 96 ; CHECK: mh %r2, 0(%r3) 108 ; CHECK: mh %r2, 4094({{%r4,%r3|%r3,%r4}})
|