Home
last modified time | relevance | path

Searched refs:ptr (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/vcl/os2/source/src/
H A Dmakefile.mk37 help.ptr \
38 cross.ptr \
39 move.ptr \
44 hand.ptr \
46 pen.ptr \
48 fill.ptr \
54 crop.ptr \
73 darc.ptr \
74 dpie.ptr \
90 asn.ptr \
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx98 t = (ptr+offset)[0] << 8 | (ptr+offset)[1]; in GetInt16()
100 t = (ptr+offset)[1] << 8 | (ptr+offset)[0]; in GetInt16()
112 t = (ptr+offset)[0] << 8 | (ptr+offset)[1]; in GetUInt16()
114 t = (ptr+offset)[1] << 8 | (ptr+offset)[0]; in GetUInt16()
127 (ptr+offset)[2] << 8 | (ptr+offset)[3]; in GetInt32()
245 while (ptr < endptr) sum += *ptr++; in CheckSum()
494 if (p->ptr) free(p->ptr); in FreeGlyphData()
531 if (p->ptr) free(p->ptr); in TrueTypeTableDispose_loca()
661 *ptr = p->ptr; in GetRawData_loca()
973 memcpy(pdata->ptr, ptr, nbytes); in TrueTypeTableNew()
[all …]
H A Dlist.cxx69 return ptr; in newNode()
93 return ptr; in appendPrim()
117 return ptr; in prependPrim()
153 ptr = ptr->next; in listNewCopy()
210 lnode *ptr; in listPosition() local
216 ptr = ptr->next; in listPosition()
235 ptr = ptr->next; in listFind()
329 ptr->next->prev = ptr; in listInsertAfter()
351 ptr->prev->next = ptr; in listInsertBefore()
372 if (ptr == 0) ptr = pThis->cptr->prev; in listRemove()
[all …]
H A Dsft.cxx264 t = (ptr+offset)[0] << 8 | (ptr+offset)[1]; in GetInt16()
266 t = (ptr+offset)[1] << 8 | (ptr+offset)[0]; in GetInt16()
278 t = (ptr+offset)[0] << 8 | (ptr+offset)[1]; in GetUInt16()
280 t = (ptr+offset)[1] << 8 | (ptr+offset)[0]; in GetUInt16()
293 (ptr+offset)[2] << 8 | (ptr+offset)[3]; in GetInt32()
296 (ptr+offset)[1] << 8 | (ptr+offset)[0]; in GetInt32()
310 (ptr+offset)[2] << 8 | (ptr+offset)[3]; in GetUInt32()
1509 ptr += GetUInt16(ptr, 2, 1); in GetKern()
1511 if( ptr > ttf->ptr+ttf->fsize ) in GetKern()
1529 ptr += GetUInt32(ptr, 0, 1); in GetKern()
[all …]
H A Dttcr.hxx98 int StreamToMemory(TrueTypeCreator *_this, sal_uInt8 **ptr, sal_uInt32 *length);
121 int GetRawData(TrueTypeTable *, sal_uInt8 **ptr, sal_uInt32 *len, sal_uInt32 *tag);
133 const sal_uInt8* ptr);
/trunk/main/vcl/
H A DWinResTarget_vcl.mk131 vcl/os2/source/src/ase.ptr \
132 vcl/os2/source/src/asn.ptr \
133 vcl/os2/source/src/asne.ptr \
134 vcl/os2/source/src/asns.ptr \
136 vcl/os2/source/src/asnw.ptr \
137 vcl/os2/source/src/ass.ptr \
138 vcl/os2/source/src/asse.ptr \
139 vcl/os2/source/src/assw.ptr \
140 vcl/os2/source/src/asw.ptr \
141 vcl/os2/source/src/aswe.ptr \
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dexpression.py63 self.ptr = self.ptr.parent
66 self.ptr = Node()
78 self.ptr.parent.left = self.ptr
79 self.ptr = self.ptr.parent
90 self.ptr.right.parent = self.ptr
93 self.ptr = self.ptr.right
98 self.ptr.left.parent = self.ptr
99 self.ptr = self.ptr.left
102 self.ptr.right.parent = self.ptr
103 self.ptr = self.ptr.right
[all …]
/trunk/main/xml2cmp/source/inc/
H A Dnew_del.h34 #define ASSIGN_NEW( ptr, type ) \ argument
35 { ptr = New( sizeof( type ) ); type##_CTOR( ptr ); }
37 #define ASSIGN_NEW1( ptr, type, param1 ) \ argument
38 { ptr = New( sizeof( type ) ); type##_CTOR( ptr, param1 ); }
40 #define ASSIGN_NEW2( ptr, type, param1, param2 ) \ argument
41 { ptr = New( sizeof( type ) ); type##_CTOR( ptr, param1, param2 ); }
43 #define ASSIGN_NEW3( ptr, type, param1, param2, param3 ) \ argument
44 { ptr = New( sizeof( type ) ); type##_CTOR( ptr, param1, param2, param3 ); }
46 #define DELETE( ptr, type ) \ argument
47 { type##_DTOR( ptr ); Delete(ptr); }
/trunk/ext_libraries/hunspell/
H A Dhunspell-1.3.3-overflow.patch38 - ptr = malloc(numents * sizeof(struct affent));
39 - ptr->achar = achar;
40 - ptr->xpflg = ff;
49 + ptr = malloc(numents * sizeof(struct affent));
50 + ptr->achar = achar;
51 + ptr->xpflg = ff;
72 - ptr = malloc(numents * sizeof(struct affent));
73 - ptr->achar = achar;
74 - ptr->xpflg = ff;
84 + ptr->achar = achar;
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx145 *ptr++ = 0; in prepareCounters()
146 *ptr++ = 0; in prepareCounters()
147 *ptr++ = 0; in prepareCounters()
148 *ptr++ = 0; in prepareCounters()
149 *ptr++ = 0; in prepareCounters()
150 *ptr++ = 0; in prepareCounters()
151 *ptr++ = 0; in prepareCounters()
152 *ptr++ = 0; in prepareCounters()
153 *ptr++ = 0; in prepareCounters()
154 *ptr++ = 0; in prepareCounters()
[all …]
/trunk/main/sal/rtl/source/
H A Dtres.c73 rtl_FuncState* SAL_CALL rtl_tres_link_funcstate( rtl_FuncState* ptr,
80 rtl_CmpState* SAL_CALL rtl_tres_link_cmpstate( rtl_CmpState* ptr,
230 ptr->m_next->m_prev = plink; in rtl_tres_link_funcstate()
231 ptr->m_next->m_prev->m_next = ptr->m_next; in rtl_tres_link_funcstate()
232 ptr->m_next->m_prev->m_prev = ptr; in rtl_tres_link_funcstate()
233 ptr->m_next = plink; in rtl_tres_link_funcstate()
264 rtl_CmpState* SAL_CALL rtl_tres_link_cmpstate( rtl_CmpState* ptr, in rtl_tres_link_cmpstate() argument
267 ptr->m_next->m_prev = plink; in rtl_tres_link_cmpstate()
268 ptr->m_next->m_prev->m_next = ptr->m_next; in rtl_tres_link_cmpstate()
269 ptr->m_next->m_prev->m_prev = ptr; in rtl_tres_link_cmpstate()
[all …]
/trunk/main/soltools/testSHL/util/
H A Dtlog.cxx73 sal_Char* ptr = oRes.getName(); in writeRes() local
74 ptr = cat( ptr, ";" ); in writeRes()
75 ptr = cat( ptr, oRes.getResult() ); in writeRes()
76 ret = write( cat( ptr, "\n" ), v ); in writeRes()
77 delete [] ptr; in writeRes()
91 const sal_Char* ptr = buf; in write() local
H A Dtutil.cxx133 const sal_Char* ptr = str; in ln() local
135 if( ptr ) { in ln()
136 while( *ptr++ ) len++; in ln()
/trunk/main/soltools/javadep/
H A Djavadep.c587 void *ptr; in xmalloc() local
589 ptr = malloc(size); in xmalloc()
591 if ( !ptr ) in xmalloc()
594 return ptr; in xmalloc()
601 void *ptr; in xcalloc() local
603 ptr = calloc(nmemb, size); in xcalloc()
605 if ( !ptr ) in xcalloc()
608 return ptr; in xcalloc()
614 ptr = realloc(ptr, size); in xrealloc()
616 if ( !ptr ) in xrealloc()
[all …]
/trunk/main/soltools/mkdepend/
H A Dmain.c768 char *ptr; local
770 for (ptr = (char*)path; *ptr; ++ptr)
771 if (*ptr == '/')
772 *ptr = '\\';
774 for (ptr = (char*)path; *ptr; ++ptr)
775 if (*ptr == '\\')
776 *ptr = '/';
/trunk/main/vos/inc/vos/
H A Dmacros.hxx133 # define VOS_BASEOF(ptr) VOS_HIWORD(ptr) argument
134 # define VOS_OFSTOF(ptr) VOS_LOWORD(ptr) argument
137 # define VOS_BASEOF(ptr) (ptr) argument
138 # define VOS_OFSTOF(ptr) 0 argument
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx68 push dword ptr [eax] in callVirtualMethod()
118 mov byte ptr [ebx], al in callVirtualMethod()
121 mov word ptr [ebx], ax in callVirtualMethod()
124 fstp dword ptr [ebx] in callVirtualMethod()
127 fstp qword ptr [ebx] in callVirtualMethod()
130 mov dword ptr [ebx], eax in callVirtualMethod()
131 mov dword ptr [ebx+4], edx in callVirtualMethod()
134 mov dword ptr [ebx], eax in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm99 movsd xmm0, qword ptr -8[rbp]
169 movsd xmm0, qword ptr [rsp]
171 movsd xmm1, qword ptr 8[rsp]
173 movsd xmm2, qword ptr 16[rsp]
175 movsd xmm3, qword ptr 24[rsp]
188 call qword ptr [r10]
239 movsd qword ptr 32[rbp], xmm0
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx180 void * ptr, const rtl::OUString &aFunctionName, in logException() argument
187 appendPointer(buf, ptr); in logException()
201 void * ptr, in logReply() argument
208 appendPointer(buf, ptr); in logReply()
228 void * ptr, const rtl::OUString & aFunctionName, in logCall() argument
233 appendPointer(buf, ptr); in logCall()
/trunk/main/sal/osl/w32/
H A Dinterlck.c73 xadd dword ptr [ecx],eax
76 lock xadd dword ptr [ecx],eax
123 xadd dword ptr [ecx],eax
126 lock xadd dword ptr [ecx],eax
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx107 typedef UiEventsLogger_Impl* ptr; typedef in comphelper::UiEventsLogger_Impl
141 static ptr getInstance();
150 static ptr instance;
314 if(UiEventsLogger_Impl::instance!=UiEventsLogger_Impl::ptr()) in disposing()
656 UiEventsLogger_Impl::ptr UiEventsLogger_Impl::instance = UiEventsLogger_Impl::ptr();
657 UiEventsLogger_Impl::ptr UiEventsLogger_Impl::getInstance() in getInstance()
660 instance = UiEventsLogger_Impl::ptr(new UiEventsLogger_Impl()); in getInstance()
/trunk/main/oox/source/dump/
H A Doledumper.ini153 20=int64,uint64,int,uint,void,hresult,ptr,savearray,c-array,userdef
192 0x000007F8=uint8,dec,mouse-ptr,OLE-MOUSEPTR
463 0x00000040=mouse-ptr
488 0x0000000000000080=mouse-ptr
549 0x00000040=mouse-ptr
567 0x00000040=mouse-ptr
587 0x00000010=mouse-ptr
623 0x00004000=mouse-ptr
636 0x00000040=mouse-ptr
817 0x00000100=mouse-ptr
/trunk/main/soltools/testSHL/
H A Dtestshl.cxx56 sal_Char* ptr = argv[i]; in main() local
57 if ( ptr[0] == '-' ) { in main()
61 cmdln.push_back( ptr ); in main()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx149 intptr_t ptr= NULL; in Mapping_uno2cli() local
152 ptr= sri::GCHandle::op_Explicit(sri::GCHandle::Alloc(cliI)) in Mapping_uno2cli()
158 (*ppOut)= reinterpret_cast<void*>(ptr); in Mapping_uno2cli()
/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx142 for (ShrfmlaList::const_iterator ptr = index_list.end(); ptr != index_list.begin() ; ind++) in Find() local
143 if ((--ptr)->In (aAddr)) in Find()

Completed in 156 milliseconds

123