| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2113 msegmentptr sp = &m->seg; in segment_holding() local 2115 if (addr >= sp->base && addr < sp->base + sp->size) in segment_holding() 2116 return sp; in segment_holding() 2117 if ((sp = sp->next) == 0) in segment_holding() 2124 msegmentptr sp = &m->seg; in has_segment_link() local 2126 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link() 2128 if ((sp = sp->next) == 0) in has_segment_link() 2584 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk() local 2586 assert(sp != 0); in do_check_top_chunk() 2591 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE); in do_check_top_chunk() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2648 msegmentptr sp = &m->seg; in segment_holding() local 2650 if (addr >= sp->base && addr < sp->base + sp->size) in segment_holding() 2651 return sp; in segment_holding() 2652 if ((sp = sp->next) == 0) in segment_holding() 2659 msegmentptr sp = &m->seg; in has_segment_link() local 2661 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link() 2663 if ((sp = sp->next) == 0) in has_segment_link() 3168 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk() local 3170 assert(sp != 0); in do_check_top_chunk() 3175 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE); in do_check_top_chunk() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 1588 SavedImage *sp; local 1590 for (sp = GifFile->SavedImages; 1591 sp < GifFile->SavedImages + GifFile->ImageCount; 1592 sp++) 1594 if (sp->ImageDesc.ColorMap) 1595 MstFreeMapObject(sp->ImageDesc.ColorMap); 1597 if (sp->RasterBits) 1598 free((char *)sp->RasterBits); 1618 SavedImage *sp; local 1641 sp = &GifFile->SavedImages[GifFile->ImageCount-1]; [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | util.c | 333 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap() local 356 sp = strchr(word, ' '); in print_autowrap() 357 if (sp) in print_autowrap() 358 *sp++ = 0; in print_autowrap() 366 (newl && wlen < 4 && sp in print_autowrap() 367 && wlen + 1 + strlen(sp) > room in print_autowrap() 368 && (!(sp2 = strchr(sp, ' ')) in print_autowrap() 369 || wlen + 1 + (sp2 - sp) > room))) { in print_autowrap() 377 if (sp && *sp == ' ') { in print_autowrap() 379 while (*++sp == ' ') ; in print_autowrap() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | checkstack.pl | 49 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 53 $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o; 68 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o; 71 $re = qr/.*daddiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 74 $re = qr/.*addiu.*sp,sp,-(([0-9]{2}|[3-9])[0-9]{2})/o; 102 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/ |
| H A D | mhal_pq_adaptive.c | 9240 int bin, CurH, sp; in DBK_VerifyWidthMark() local 9252 sp = iniIndex; in DBK_VerifyWidthMark() 9259 for (CurH=sp+width; CurH<frameWidth*3/4-(width+1)/2; ) in DBK_VerifyWidthMark() 9360 for (CurH=sp-width; CurH >= frameWidth*1/4+(width+1)/2;) in DBK_VerifyWidthMark() 9459 …U8* BLKN_adj, int partIndex, int* maxHitRate, int* minIndex, int* cnt, int sp, MS_U8 u8SD2HDValue,… in DBK_VerifyWidthPart() argument 9475 hitrate = DBK_VerifyWidthMark( BLKN_adj, width, sp, markDefValue); //replace with mark function in DBK_VerifyWidthPart() 9707 int candiSP, sp; in DBK_Mark() local 9719 sp = iniIndex; in DBK_Mark() 9729 sp=__minmax(sp, 1, frameWidth-2); in DBK_Mark() 9730 BLKN_mark[sp] = BLKN_adj[sp]; in DBK_Mark() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | libio.h | 194 void set_streampos(streampos sp) { _spos = sp; }
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | asm.h | 156 symbol: .frame sp,0,ra 166 symbol: .frame sp, framesize, rpc
|
| H A D | regdef.h | 77 #define sp $29 /* stack pointer */ macro
|