Home
last modified time | relevance | path

Searched refs:myBuff (Results 1 – 10 of 10) sorted by relevance

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/BonjourTop/source/
H A Dbjstring.cpp71 const char* myBuff = GetBuffer(); in operator <() local
74 if (myBuff == NULL && otherBuff == NULL) in operator <()
76 if (myBuff != NULL && otherBuff == NULL) in operator <()
78 if (myBuff == NULL && otherBuff != NULL) in operator <()
81 int cmp = strcmp(myBuff, otherBuff); in operator <()
92 const char* myBuff = GetBuffer(); in Compare() local
95 if (myBuff == NULL && otherBuff == NULL) in Compare()
97 if (myBuff != NULL && otherBuff == NULL) in Compare()
99 if (myBuff == NULL && otherBuff != NULL) in Compare()
102 int cmp = strcmp(myBuff, otherBuff); in Compare()
/dports/archivers/qpress/qpress-11-source/
H A Dutilities.cpp225 char myBuff[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in str() local
226 itoa(intValue,myBuff); in str()
227 return((string)myBuff); in str()
/dports/devel/R-cran-data.table/data.table/src/
H A Dfwrite.c847 char *ch, *myBuff; in fwriteMain() local
848 ch = myBuff = buffPool + me*buffSize; in fwriteMain()
893 int ret = compressbuff(mystream, myzBuff, &myzbuffUsed, myBuff, (size_t)(ch-myBuff)); in fwriteMain()
914 DTPRINT(myBuff); in fwriteMain()
916 : WRITE(f, myBuff, (int)(ch-myBuff))) == -1) { in fwriteMain()
921 int used = 100*((double)(ch-myBuff))/buffSize; // percentage of original buffMB in fwriteMain()
957 ch = myBuff; // back to the start of my buffer ready to fill it up again in fwriteMain()
/dports/editors/xvile/vile-9.8v/
H A Dbind.c1885 TBUFF *myBuff = 0; in list_one_fname() local
1893 tb_scopy(&myBuff, "view "); in list_one_fname()
1896 tb_sappend0(&myBuff, tb_values(myFile)); in list_one_fname()
1902 tb_values(myBuff)); in list_one_fname()
1903 tb_free(&myBuff); in list_one_fname()
/dports/editors/vile/vile-9.8v/
H A Dbind.c1885 TBUFF *myBuff = 0; in list_one_fname() local
1893 tb_scopy(&myBuff, "view "); in list_one_fname()
1896 tb_sappend0(&myBuff, tb_values(myFile)); in list_one_fname()
1902 tb_values(myBuff)); in list_one_fname()
1903 tb_free(&myBuff); in list_one_fname()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-mips.c1201 char myBuff[DATA_MAXLEN + 1]; in mips_request() local
1209 buff = myBuff; in mips_request()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-mips.c1201 char myBuff[DATA_MAXLEN + 1]; in mips_request() local
1209 buff = myBuff; in mips_request()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote-mips.c1246 char myBuff[DATA_MAXLEN + 1]; in mips_request() local
1255 buff = myBuff; in mips_request()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote-mips.c1246 char myBuff[DATA_MAXLEN + 1]; in mips_request() local
1255 buff = myBuff; in mips_request()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources328867 | temp myBuff |
328870 temp := myBuff deepCopy flipBy: #horizontal centerAt: myBuff center.
328873 temp displayOn: paintingForm at: paintingForm center - myBuff center + myBuff offset.
328880 | temp myBuff |
328883 temp := myBuff deepCopy flipBy: #vertical centerAt: myBuff center.
328886 temp displayOn: paintingForm at: paintingForm center - myBuff center + myBuff offset.
329150 | pt temp amt smooth myBuff |
329168 temp := myBuff
329191 | newBox myBuff |
329219 oldRect := myBuff boundingBox expandBy: myBuff extent * cumMag / 2.
[all …]