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

  /external/elfutils/tests/
run-get-files.sh 32 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 191
36 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 5617
50 cuhl = 11, o = 412, asz = 4, osz = 4, ncu = 5752
54 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 2418
65 cuhl = 11, o = 213, asz = 4, osz = 4, ncu = 2521
69 cuhl = 11, o = 267, asz = 4, osz = 4, ncu = 2680
get-files.c 61 uint8_t asz; local
63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0)
65 printf ("cuhl = %zu, o = %llu, asz = %hhu, osz = %hhu, ncu = %llu\n",
67 asz, osz, (unsigned long long int) ncu);
get-lines.c 60 uint8_t asz; local
62 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0)
64 printf ("cuhl = %zu, o = %llu, asz = %hhu, osz = %hhu, ncu = %llu\n",
66 asz, osz, (unsigned long long int) cuoff);
run-get-lines.sh 32 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 191
39 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 5617
45 cuhl = 11, o = 412, asz = 4, osz = 4, ncu = 5752
51 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 2418
57 cuhl = 11, o = 213, asz = 4, osz = 4, ncu = 2521
63 cuhl = 11, o = 267, asz = 4, osz = 4, ncu = 2680
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayOutput.java 378 int asz = annotations.size(); local
379 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
452 int asz = annotations.size(); local
453 while (asz > 0) {
454 Annotation last = annotations.get(asz - 1);
456 annotations.remove(asz - 1);
457 asz--;
ByteArrayAnnotatedOutput.java 411 int asz = annotations.size(); local
412 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
485 int asz = annotations.size(); local
486 while (asz > 0) {
487 Annotation last = annotations.get(asz - 1);
489 annotations.remove(asz - 1);
490 asz--;
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 384 int asz = annotations.size(); local
385 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
458 int asz = annotations.size(); local
459 while (asz > 0) {
460 Annotation last = annotations.get(asz - 1);
462 annotations.remove(asz - 1);
463 asz--;
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 380 int asz = annotations.size(); local
381 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
454 int asz = annotations.size(); local
455 while (asz > 0) {
456 Annotation last = annotations.get(asz - 1);
458 annotations.remove(asz - 1);
459 asz--;
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 377 int asz = annotations.size(); local
378 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd();
451 int asz = annotations.size(); local
452 while (asz > 0) {
453 Annotation last = annotations.get(asz - 1);
455 annotations.remove(asz - 1);
456 asz--;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 474 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
477 s->Create(aSz, aMode);
487 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz)
490 s->Create(aSz, EColor64K);
493 for(TInt j = 0; j < aSz.iHeight; j++)
496 for(TInt i = 0; i < aSz.iWidth; i++)
685 const TSize asz = iScreenRect.Size(); local
688 pos.iX = asz.iWidth - pos.iX;
689 pos.iY = asz.iHeight - pos.iY;
698 pos.iX /= asz.iWidth;
712 const TSize asz = iScreenRect.Size(); local
    [all...]
dsa.cpp 928 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
931 s->Create(aSz, aMode);
941 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz)
944 s->Create(aSz, EColor64K);
947 for(TInt j = 0; j < aSz.iHeight; j++)
950 for(TInt i = 0; i < aSz.iWidth; i++)
1149 const TSize asz = iScreenRect.Size(); local
1152 pos.iX = asz.iWidth - pos.iX;
1153 pos.iY = asz.iHeight - pos.iY;
1162 pos.iX /= asz.iWidth;
1176 const TSize asz = iScreenRect.Size(); local
    [all...]
dsa_new.cpp 687 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
690 s->Create(aSz, aMode);
700 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz)
703 s->Create(aSz, EColor64K);
706 for(TInt j = 0; j < aSz.iHeight; j++)
709 for(TInt i = 0; i < aSz.iWidth; i++)
1080 const TSize asz = iScreenRect.Size(); local
1083 pos.iX = asz.iWidth - pos.iX;
1084 pos.iY = asz.iHeight - pos.iY;
1093 pos.iX /= asz.iWidth;
1107 const TSize asz = iScreenRect.Size(); local
    [all...]

Completed in 233 milliseconds