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

  /external/llvm/lib/MC/
MachObjectWriter.cpp 288 void MachObjectWriter::WriteNlist(MachSymbolData &MSD,
290 MCSymbolData &Data = *MSD.SymbolData;
341 Write32(MSD.StringIndex);
343 Write8(MSD.SectionIndex);
461 MachSymbolData MSD;
462 MSD.SymbolData = it;
463 MSD.StringIndex = Entry;
466 MSD.SectionIndex = 0;
467 UndefinedSymbolData.push_back(MSD);
469 MSD.SectionIndex = 0
    [all...]
ELFObjectWriter.cpp 241 ELFSymbolData &MSD,
243 MCSymbolData &OrigData = *MSD.SymbolData;
271 WriteSymbolEntry(SymtabF, ShndxF, MSD.StringIndex, Info, Value,
272 Size, Other, MSD.SectionIndex, IsReserved);
292 ELFSymbolData &MSD = LocalSymbolData[i];
293 WriteSymbol(SymtabF, ShndxF, MSD, Layout);
312 ELFSymbolData &MSD = ExternalSymbolData[i];
313 MCSymbolData &Data = *MSD.SymbolData;
317 WriteSymbol(SymtabF, ShndxF, MSD, Layout);
323 ELFSymbolData &MSD = UndefinedSymbolData[i]
    [all...]
ELFObjectWriter.h 255 ELFSymbolData &MSD,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 117 MyShapeDrawable msd = (MyShapeDrawable)mDrawables[6]; local
118 msd.getStrokePaint().setStrokeWidth(4);
  /cts/tools/dasm/src/java_cup/
sym.java 4 // Thu Aug 10 03:51:39 MSD 2006
parser.java 4 // Thu Aug 10 03:51:39 MSD 2006
    [all...]
  /external/qemu/hw/
usb-msd.c 20 do { printf("usb-msd: " fmt , ## __VA_ARGS__); } while (0)
178 fprintf(stderr, "usb-msd: Unexpected SCSI Tag 0x%x\n", tag);
368 fprintf(stderr, "usb-msd: Bad CBW size");
373 fprintf(stderr, "usb-msd: Bad signature %08x\n",
379 fprintf(stderr, "usb-msd: Bad LUN %d\n", cbw.lun);
566 snprintf(s->dev.devname, sizeof(s->dev.devname), "QEMU USB MSD(%.16s)",
usb.h 258 /* usb-msd.c */
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 182 byte msd = asciiCharToNumericValue(msdChar);
185 byteq.enqueue((byte)((msd << 4) | low));
  /external/icu4c/i18n/
decNumberLocal.h 292 uByte *msd; /* -> most significant digit */ member in struct:__anon5993
330 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
331 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
355 /* MSD=0 or 1 */
358 /* (most likely to be non-zero); the penultimate tests MSD and */
360 /* MSD>7. DFISINT similarly has to allow for the two forms of */
361 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
442 /* Macros and masks for the exponent continuation field and MSD */
451 /* Get the MSD similarly (as uInt) *
    [all...]
digitlst.cpp 540 // Check overflow. It's convenient that the MSD is 9 only on overflow, the amount of
nfsubs.cpp     [all...]
decNumber.c 168 /* msd -- most significant digit (of coefficient) */
    [all...]
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 391 BN_ULONG msd = d[i]; // most significant digit local
394 // i.e. decrement the msd if all other digits are 0:
397 if (i < 0) msd--; // Only if all lower significant digits are 0 we decrement the most significant one.
399 return (intLen - 1) * 32 + BN_num_bits_word(msd);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 180 void WriteNlist(MachSymbolData &MSD, const MCAsmLayout &Layout);
  /external/qemu/
Makefile.target 84 usb-msd.c \
  /external/libvpx/examples/includes/geshi/geshi/
scilab.php 143 'msd', 'mseek', 'msprintf', 'msscanf', 'mstr2sci', 'mtell', 'mtlb_0', 'mtlb_a', 'mtlb_all', 'mtlb_any',
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/icu4c/common/
putil.c 764 {-10800, 1, "MSK", "MSD", "Europe/Moscow"},
    [all...]

Completed in 543 milliseconds