HomeSort by relevance Sort by last modified time
    Searched refs:msd (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 300 /*@dependent@ */ macho_section_data *msd; member in struct:macho_objfmt_output_info
533 info->msd->extreloc = 1; /* section has external relocations */
540 /*@null@*/ macho_section_data *msd; local
541 msd = yasm_section_get_data(sym_sect, &macho_section_data_cb);
542 assert(msd != NULL);
543 intn_plus += msd->vmoff + yasm_bc_next_offset(sym_precbc);
547 info->msd->nreloc++;
629 /*@dependent@ *//*@null@ */ macho_section_data *msd; local
632 msd = yasm_section_get_data(sect, &macho_section_data_cb);
633 assert(msd != NULL)
649 \/*@dependent@*\/ \/*@null@*\/ macho_section_data *msd; local
717 \/*@dependent@*\/ \/*@null@*\/ macho_section_data *msd; local
734 \/*@dependent@*\/ \/*@null@*\/ macho_section_data *msd; local
865 \/*@dependent@*\/ \/*@null@*\/ macho_section_data *msd; local
998 \/*@dependent@ *\/\/*@null@ *\/ macho_section_data *msd; local
1293 macho_section_data *msd; local
1325 macho_section_data *msd; local
1524 macho_section_data *msd = (macho_section_data *) data; local
1533 macho_section_data *msd = (macho_section_data *) data; local
1554 macho_symrec_data *msd = (macho_symrec_data *)data; local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 182 byte msd = asciiCharToNumericValue(msdChar);
185 byteq.enqueue((byte)((msd << 4) | low));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 117 MyShapeDrawable msd = (MyShapeDrawable)mDrawables[6]; local
118 msd.getStrokePaint().setStrokeWidth(4);
  /external/bison/lib/
vasnprintf.c 554 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ local
555 /* Determine s = GMP_LIMB_BITS - integer_length (msd).
558 s = __builtin_clz (msd);
572 m.value = msd;
583 if (msd >= 0x10000)
585 msd = msd >> 16;
588 if (msd >= 0x100)
590 msd = msd >> 8
    [all...]
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 440 BN_ULONG msd = d[i]; // most significant digit local
443 // i.e. decrement the msd if all other digits are 0:
446 if (i < 0) msd--; // Only if all lower significant digits are 0 we decrement the most significant one.
448 return (wLen - 1) * BN_BYTES * 8 + BN_num_bits_word(msd);
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 280 uByte *msd; /* -> most significant digit */ member in struct:__anon16715
318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
343 /* MSD=0 or 1 */
346 /* (most likely to be non-zero); the penultimate tests MSD and */
348 /* MSD>7. DFISINT similarly has to allow for the two forms of */
349 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
430 /* Macros and masks for the exponent continuation field and MSD */
439 /* Get the MSD similarly (as uInt) *
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 280 uByte *msd; /* -> most significant digit */ member in struct:__anon26514
318 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
319 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
343 /* MSD=0 or 1 */
346 /* (most likely to be non-zero); the penultimate tests MSD and */
348 /* MSD>7. DFISINT similarly has to allow for the two forms of */
349 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
430 /* Macros and masks for the exponent continuation field and MSD */
439 /* Get the MSD similarly (as uInt) *
    [all...]

Completed in 1377 milliseconds