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

1 2 3 4

  /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/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
  /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/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));
  /art/runtime/interpreter/
interpreter.h 45 extern JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh,
50 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh,
57 extern "C" void artInterpreterToCompiledCodeBridge(Thread* self, MethodHelper& mh,
interpreter.cc 326 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
333 JValue ExecuteGotoImpl<true, false>(Thread* self, MethodHelper& mh,
337 JValue ExecuteGotoImpl<false, false>(Thread* self, MethodHelper& mh,
341 JValue ExecuteGotoImpl<true, true>(Thread* self, MethodHelper& mh,
345 JValue ExecuteGotoImpl<false, true>(Thread* self, MethodHelper& mh,
350 static JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
354 static inline JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
356 DCHECK(shadow_frame.GetMethod() == mh.GetMethod() ||
367 return ExecuteSwitchImpl<false, true>(self, mh, code_item, shadow_frame, result_register);
369 return ExecuteSwitchImpl<false, false>(self, mh, code_item, shadow_frame, result_register)
    [all...]
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.h 36 void (*pInterpreterToInterpreterBridge)(Thread* self, MethodHelper& mh,
39 void (*pInterpreterToCompiledCodeBridge)(Thread* self, MethodHelper& mh,
interpreter_entrypoints.cc 28 extern "C" void artInterpreterToCompiledCodeBridge(Thread* self, MethodHelper& mh,
52 InvokeWithShadowFrame(self, shadow_frame, arg_offset, mh, result);
56 result, mh.GetShorty());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile)
149 mh = getMH()
152 eq(mh.getprofile('Editor'), 'emacs')
153 eq(mh.getprofile('not-set'), None)
154 eq(mh.getpath(), os.path.abspath(_mhpath))
155 eq(mh.getcontext(), 'inbox')
157 mh.setcontext('wide')
158 eq(mh.getcontext(), 'wide')
162 mh.setcontext('inbox'
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
libunwind_ext.h 28 unw_word_t mh));
  /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/openssl/crypto/
mem_dbg.c 139 static LHASH_OF(MEM) *mh=NULL; /* hash-table of memory requests
505 if (mh == NULL)
507 if ((mh=lh_MEM_new()) == NULL)
551 if ((mm=lh_MEM_insert(mh, m)) != NULL)
579 if (is_MemCheck_on() && (mh != NULL))
584 mp=lh_MEM_delete(mh,&m);
634 mp=lh_MEM_delete(mh,&m);
645 (void)lh_MEM_insert(mh,mp);
760 if (mh == NULL && amih == NULL)
768 if (mh != NULL
    [all...]
  /external/libcxxabi/src/Unwind/
libunwind_ext.h 30 unw_word_t mh));
  /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/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/none/tests/s390x/
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 = 8000000000000000800000000000000
    [all...]
mul.c 22 memsweep(mh, m2);
  /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...]
  /art/runtime/
native_bridge_art_interface.cc 32 MethodHelper mh(scope.NewHandle(m));
33 return mh.GetShorty();
  /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...]

Completed in 870 milliseconds

1 2 3 4