Searched refs:tempPtr (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_u8.c356 uint8_t *tempPtr; local
420 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
424 tempPtr[0] = (uint8_t) ((ch >> 12) | 0xe0);
428 tempPtr[0] = (uint8_t) ((ch >> 18) | 0xf0);
429 tempPtr[1] = (uint8_t) (((ch >> 12) & 0x3f) | 0x80);
431 tempPtr[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
432 tempPtr[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80);
434 if (tempPtr == myTarget) {
440 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr
471 uint8_t *tempPtr; local
[all...]
H A Dsharedptr.h143 T *tempPtr = other.ptr; local
147 ptr = tempPtr;
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEDesc.c1677 void* tempPtr;
1682 tempPtr = Tcl_GetByteArrayFromObj(dataObjPtr, &dataSize);
1686 memcpy(dataPtr, tempPtr, dataSize);
1692 tempPtr = Tcl_GetUnicodeFromObj(dataObjPtr, &dataSize);
1696 memcpy(dataPtr, tempPtr, dataSize);
1700 tempPtr = Tcl_GetStringFromObj(dataObjPtr, &dataSize);
1703 memcpy(dataPtr, tempPtr, dataSize);
1652 void* tempPtr; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCompile.c1122 Tcl_Obj *tempPtr = NULL;
1135 tempPtr = Tcl_NewObj();
1136 Tcl_IncrRefCount(tempPtr);
1141 if (tempPtr != NULL) {
1142 Tcl_AppendToObj(tempPtr, tokenPtr->start, tokenPtr->size);
1147 if (tempPtr != NULL) {
1150 Tcl_AppendToObj(tempPtr, utfBuf, length);
1155 if (tempPtr != NULL) {
1156 Tcl_DecrRefCount(tempPtr);
1163 Tcl_AppendObjToObj(valuePtr, tempPtr);
1114 Tcl_Obj *tempPtr = NULL; local
[all...]
H A DtclTest.c6968 Tcl_Obj *tempPtr;
6976 tempPtr = SimpleRedirect(pathPtr);
6977 chan = Tcl_FSOpenFileChannel(interp, tempPtr, "r", permissions);
6978 Tcl_DecrRefCount(tempPtr);
6987 Tcl_Obj *tempPtr = SimpleRedirect(pathPtr);
6988 int res = Tcl_FSAccess(tempPtr, mode);
6990 Tcl_DecrRefCount(tempPtr);
6999 Tcl_Obj *tempPtr = SimpleRedirect(pathPtr);
7000 int res = Tcl_FSStat(tempPtr, bufPtr);
7002 Tcl_DecrRefCount(tempPtr);
6900 Tcl_Obj *tempPtr; local
6919 Tcl_Obj *tempPtr = SimpleRedirect(pathPtr); local
6931 Tcl_Obj *tempPtr = SimpleRedirect(pathPtr); local
[all...]
H A DtclNamesp.c863 register Tcl_DString *tempPtr = namePtr;
885 buffPtr = tempPtr;
852 register Tcl_DString *tempPtr = namePtr; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclTest.c6489 Tcl_Obj *tempPtr;
6491 tempPtr = TclpTempFileName();
6492 Tcl_IncrRefCount(tempPtr);
6501 res = TclCrossFilesystemCopy(simpleInterpPtr, origPtr, tempPtr); local
6505 Tcl_FSDeleteFile(tempPtr);
6506 Tcl_DecrRefCount(tempPtr);
6509 return tempPtr;
6522 Tcl_Obj *tempPtr;
6531 tempPtr = SimpleCopy(pathPtr);
6533 if (tempPtr
6424 Tcl_Obj *tempPtr; local
6457 Tcl_Obj *tempPtr; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp835 t4_byte *tempPtr = temp.SetBufferClear(2 *i + 1); local
836 memcpy(tempPtr, _usedRows, _usedBuffer.Size());
839 _usedRows = tempPtr;
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c3253 Gridder *tempPtr = masterPtr->slavePtr;
3257 slavePtr->nextPtr = tempPtr;
3227 Gridder *tempPtr = masterPtr->slavePtr; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c2917 Gridder *tempPtr = masterPtr->slavePtr;
2920 slavePtr->nextPtr = tempPtr;
2892 Gridder *tempPtr = masterPtr->slavePtr; local

Completed in 211 milliseconds