HomeSort by relevance Sort by last modified time
    Searched defs:mh (Results 1 - 25 of 37) 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/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;
  /art/runtime/mirror/
throwable.cc 66 MethodHelper mh; local
69 mh.ChangeMethod(method);
71 int32_t line_number = mh.GetLineNumFromDexPC(dex_pc);
72 const char* source_file = mh.GetDeclaringClassSourceFile();
class.cc 375 MethodHelper mh; local
378 mh.ChangeMethod(method);
379 if (name == mh.GetName() && signature == mh.GetSignature()) {
420 MethodHelper mh; local
423 mh.ChangeMethod(method);
424 if (name == mh.GetName() && signature == mh.GetSignature()) {
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
CompositeDrawable.java 75 final int mh = h / 2; local
89 applyBounds(1, mw, 0, w, mh);
90 applyBounds(2, mw, mh, w, h);
94 applyBounds(0, 0, 0, mw, mh);
95 applyBounds(1, mw, 0, w, mh);
96 applyBounds(2, 0, mh, mw, h);
97 applyBounds(3, mw, mh, w, h);
  /system/core/libnl_2/
netlink.c 223 struct msghdr mh = { local
234 rc = nl_sendmsg(sk, (struct nl_msg *) &mh, 0);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 66 MessageHandler mh; field in class:TransportManager.HandlerEntry
523 he.mh.handleMessage(null, 0);
536 public void registerMessageHandler(MessageHandler mh, int low, int high)
539 he.mh = mh;
549 public void removeMessageHandler(MessageHandler mh, int low, int high)
556 if ((he.mh == mh) && (he.low == low) && (he.high == high))
826 MessageHandler mh = null; local
833 mh = he.mh
    [all...]
  /external/chromium_org/third_party/openssl/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/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...]
print-juniper.c 288 const struct juniper_monitor_header *mh; local
295 mh = (struct juniper_monitor_header *)p;
299 EXTRACT_32BITS(&mh->service_id),
300 EXTRACT_16BITS(&mh->iif),
301 mh->pkt_type);
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/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...]
  /external/libppp/src/
mp.c 417 struct mp_header mh, h; local
427 if (m && mp_ReadHeader(mp, m, &mh) == 0) {
434 p->dl->mp.seq = mh.seq;
470 h = mh;
474 if (m && isbefore(mp->local_is12bit, mh.seq, h.seq)) {
482 h = mh;
599 if (isbefore(mp->local_is12bit, mh.seq, h.seq))
843 struct mp_header mh; local
846 first = mp_ReadHeader(mp, mp->inbufs, &mh) ? mh.seq : 0
    [all...]
  /libcore/luni/src/test/java/tests/api/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...]
  /art/runtime/
trace.cc 665 MethodHelper mh; local
667 mh.ChangeMethod(method);
669 PrettyDescriptor(mh.GetDeclaringClassDescriptor()).c_str(), mh.GetName(),
670 mh.GetSignature().c_str(), mh.GetDeclaringClassSourceFile());
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 122 const struct MACH_HEADER* mh = buf; local
132 if (mh->magic == MAGIC)
198 struct MACH_HEADER* mh; local
284 mh = (struct MACH_HEADER *)ii->macho_img;
285 if (mh->magic != MAGIC) {
290 if (ii->macho_img_szB < sizeof(struct MACH_HEADER) + mh->sizeofcmds) {
600 struct MACH_HEADER *mh = (struct MACH_HEADER *)base; local
604 for (c = 0, cmd = (struct load_command *)(mh+1);
605 c < mh->ncmds;
728 { struct MACH_HEADER *mh = (struct MACH_HEADER *)ii.macho_img local
    [all...]
  /art/runtime/interpreter/
interpreter.cc 69 static void UnstartedRuntimeInvoke(Thread* self, MethodHelper& mh,
160 artInterpreterToInterpreterBridge(self, mh, code_item, shadow_frame, result);
442 MethodHelper mh(method);
443 const DexFile::CodeItem* code_item = mh.GetCodeItem();
451 num_regs = num_ins = ArtMethod::NumArgRegisters(mh.GetShorty());
468 params = mh.GetParameterTypeList();
471 const char* shorty = mh.GetShorty();
477 DCHECK_LT(shorty_pos + 1, mh.GetShortyLength());
483 Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_);
493 mh.GetName(), shorty_pos
3214 MethodHelper mh; local
    [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...]
  /art/compiler/driver/
compiler_driver.cc 547 MethodHelper mh(method);
548 dex_file = &mh.GetDexFile();
549 class_def_idx = mh.GetClassDefIndex();
608 static void ResolveExceptionsForMethod(MethodHelper* mh,
611 const DexFile::CodeItem* code_item = mh->GetCodeItem();
631 if (!mh->IsResolvedTypeIdx(encoded_catch_handler_handlers_type_idx)) {
634 &mh->GetDexFile()));
650 MethodHelper mh; local
653 mh.ChangeMethod(m);
654 ResolveExceptionsForMethod(&mh, *exceptions_to_resolve)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1012 int mh = num_4x4_blocks_high \/ 2; local
    [all...]

Completed in 825 milliseconds

1 2