HomeSort by relevance Sort by last modified time
    Searched defs:mh (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
message_layer.c 23 static struct message_holder_t mh; variable in typeref:struct:message_holder_t
36 mh.message &= ~clear;
37 mh.message |= set;
50 msg = mh.message;
52 mh.message = 0;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
message_layer.c 23 static struct message_holder_t mh; variable in typeref:struct:message_holder_t
36 mh.message &= ~clear;
37 mh.message |= set;
50 msg = mh.message;
52 mh.message = 0;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
message_layer.c 23 static struct message_holder_t mh; variable in typeref:struct:message_holder_t
36 mh.message &= ~clear;
37 mh.message |= set;
50 msg = mh.message;
52 mh.message = 0;
  /external/strace/tests/
scm_rights.c 24 struct msghdr mh = { local
48 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&mh);
53 mh.msg_controllen = cmsg->cmsg_len;
55 assert(sendmsg(1, &mh, 0) == sizeof(iov));
66 assert(recvmsg(0, &mh, 0) == sizeof(iov));
  /external/aac/libFDK/src/arm/
fft_rad2_arm.cpp 146 INT mh = 1 << 1; local
155 mh <<= 1;
167 FIXP_DBL *xt2 = xt1 + (mh<<1);
170 FIXP_DBL *xt2 = xt1 + (mh<<1);
187 xt1 += mh;
188 xt2 += mh;
203 xt1 = xt2 + mh;
204 } while ((r=r-(mh<<1)) != 0);
206 for(j=4; j<mh; j+=4)
217 FIXP_DBL *xt2 = xt1 + (mh<<1)
    [all...]
  /external/aac/libFDK/src/
fft_rad2.cpp 158 INT mh=(m>>1); local
173 INT t2 = t1 + (mh<<1);
189 t1 += mh;
190 t2 = t1+(mh<<1);
206 for(j=1; j<mh/4; ++j)
215 INT t2 = t1 + (mh<<1);
229 t1 += mh;
230 t2 = t1+(mh<<1);
243 /* Same as above but for t1,t2 with j>mh/4 and thus cs swapped */
244 t1 = (r+mh/2-j)<<1
363 const INT mh=(m>>1); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
generic.c 1105 BN_ULONG mh; local
1120 mh = HBITS(ml);
1123 mul(tp[j], ap[j], ml, mh, c0);
1137 mh = HBITS(ml);
1140 mul_add(tp[j], ap[j], ml, mh, c0);
1153 mh = HBITS(ml);
1155 mul_add(c1, np[0], ml, mh, c0);
1162 mul_add(c1, np[j], ml, mh, c0);
  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 275 const struct mach_header* mh; member in struct:libunwind::dyld_unwind_sections
294 const mach_header *mh = (const mach_header *)dlinfo.dli_saddr; local
298 const uint8_t *p = getsectiondata(mh, "__TEXT", "__eh_frame", &size);
303 info->mh = mh;
319 info.dso_base = (uintptr_t)dyldInfo.mh;
UnwindCursor.hpp 42 static pint_t findFDE(pint_t mh, pint_t pc);
43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
44 static void removeAllIn(pint_t mh);
47 unw_word_t fde, unw_word_t mh));
52 pint_t mh; member in struct:libunwind::DwarfFDECache::entry
62 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
96 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
100 if ((mh == p->mh) || (mh == 0))
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 851 BN_ULONG mh; local
866 mh = HBITS(ml);
869 mul(tp[j],ap[j],ml,mh,c0);
884 mh = HBITS(ml);
887 mul_add(tp[j],ap[j],ml,mh,c0);
900 mh = HBITS(ml);
902 mul_add(c1,np[0],ml,mh,c0);
910 mul_add(c1,np[j],ml,mh,c0);
  /external/tcpdump/
print-mobility.c 56 u_int16_t ip6m_cksum; /* sum of IPv6 pseudo-header and MH */
173 const struct ip6_mobility *mh; local
177 mh = (struct ip6_mobility *)bp;
182 if (!TTEST(mh->ip6m_len)) {
198 mhlen = (int)((mh->ip6m_len + 1) << 3);
202 TCHECK(mh->ip6m_type);
203 type = mh->ip6m_type;
215 TCHECK2(*mh, hlen + 8);
227 TCHECK(mh->ip6m_data16[0]);
228 printf(" nonce id=0x%x", EXTRACT_16BITS(&mh->ip6m_data16[0]))
    [all...]
sctpHeader.h 169 struct sctpHeader mh; member in struct:sctpSendableInit
235 struct sctpHeader mh; member in struct:sctpUnifiedAbortLight
240 struct sctpHeader mh; member in struct:sctpUnifiedAbortHeavy
273 struct sctpHeader mh; member in struct:sctpUnifiedStreamError
281 struct sctpHeader mh; member in struct:staleCookieMsg
292 struct sctpHeader mh; member in struct:sctpUnifiedSingleMsg
print-juniper.c 582 const struct juniper_monitor_header *mh; local
589 mh = (struct juniper_monitor_header *)p;
593 EXTRACT_32BITS(&mh->service_id),
594 EXTRACT_16BITS(&mh->iif),
595 mh->pkt_type);
    [all...]
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 173 const struct mach_header_64* mh = buf; local
183 if (mh->magic == MH_MAGIC_64)
246 struct mach_header_64* mh; local
315 mh = (struct mach_header_64 *)ii->macho_img;
316 if (mh->magic == MH_MAGIC) {
325 if (mh->magic != MH_MAGIC_64)
328 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds)
381 { struct mach_header_64 *mh = (struct mach_header_64 *)ii.macho_img; local
385 for (c = 0, cmd = (struct load_command *)(mh+1);
386 c < mh->ncmds
    [all...]
launcher-darwin.c 160 struct mach_header *mh = (struct mach_header *)buf; local
161 if (mh->magic == MH_MAGIC || mh->magic == MH_MAGIC_64) {
162 return name_for_cputype(mh->cputype);
163 } else if (mh->magic == MH_CIGAM || mh->magic == MH_CIGAM_64) {
164 return name_for_cputype(OSSwapInt32(mh->cputype));
  /external/valgrind/main/coregrind/m_ume/
macho.c 486 struct MACH_HEADER mh; local
505 if (sizeof(mh) > size) {
508 res = VG_(pread)(fd, &mh, sizeof(mh), offset);
509 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) {
516 if (mh.magic != MAGIC) {
521 if (mh.filetype != filetype) {
529 len = sizeof(mh) + mh.sizeofcmds;
548 lcend = (struct load_command *)(headers + mh.sizeofcmds + sizeof(mh))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserFactoryTest.java 234 MyHandler mh = new MyHandler(); local
238 spf.newSAXParser().parse(is, mh);
243 spf.newSAXParser().parse(is, mh);
261 // MyHandler mh = new MyHandler();
266 // spf.newSAXParser().parse(is2, mh);
281 // spf.newSAXParser().parse(is3, mh);
297 // spf.newSAXParser().parse(is2, mh);
312 // spf.newSAXParser().parse(is3, mh);
328 // MyHandler mh = new MyHandler();
331 // spf.newSAXParser().parse(is, mh);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 301 const struct mach_header* mh; member in struct:libunwind::dyld_unwind_sections
320 const mach_header *mh = (const mach_header *)dlinfo.dli_saddr; local
324 const uint8_t *p = getsectiondata(mh, "__TEXT", "__eh_frame", &size);
329 info->mh = mh;
345 info.dso_base = (uintptr_t)dyldInfo.mh;
UnwindCursor.hpp 42 static pint_t findFDE(pint_t mh, pint_t pc);
43 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
44 static void removeAllIn(pint_t mh);
47 unw_word_t fde, unw_word_t mh));
52 pint_t mh; member in struct:libunwind::DwarfFDECache::entry
62 static void dyldUnloadHook(const struct mach_header *mh, intptr_t slide);
96 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
100 if ((mh == p->mh) || (mh == 0))
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 115 const struct MACH_HEADER* mh = buf; local
125 if (mh->magic == MAGIC)
260 struct MACH_HEADER mh; local
261 ML_(cur_read_get)(&mh, ML_(cur_from_sli)(sli), sizeof(mh));
262 if (mh.magic != MAGIC) {
267 if (sli.szB < sizeof(struct MACH_HEADER) + mh.sizeofcmds) {
596 struct MACH_HEADER mh; local
597 ML_(cur_step_get)(&mh, &cur, sizeof(mh));
755 struct MACH_HEADER mh; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 289 final int mh = mHeight / 6; local
309 s.h = irand(PARAMS.BUILDING_HEIGHT_MIN, mh);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 243 static NSSymbol search_linked_libs(const struct mach_header *mh, const char *symbol);
244 static const char *get_lib_name(const struct mach_header *mh);
313 static const char *get_lib_name(const struct mach_header *mh)
318 if (mh)
322 if (mh == _dyld_get_image_header(i))
339 const struct mach_header *mh = NULL; local
347 mh = _dyld_get_image_header(i);
351 return mh;
562 const struct mach_header *mh = 0; local
566 mh = (struct mach_header *
1194 const struct mach_header *mh = 0; local
    [all...]
  /external/svox/pico/lib/
picofftsg.c 532 picoos_int32 j, k, m, mh; local
549 mh = m >> 1;
556 for (j = 1; j < mh; j++, aj++, ak--, amj++, amk--) {
570 m = mh;
1707 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2034 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2248 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 6381 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6581 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6659 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6678 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6692 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6829 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6845 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6868 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
6903 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
7070 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
7125 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
7223 mach_msg_header_t *mh = (mach_msg_header_t *)ARG1; local
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 

Completed in 300 milliseconds

1 2