Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 72) sorted by relevance

123

/aoo4110/main/sal/rtl/source/
H A Dalloc_arena.c196 if ((head->m_snext != head) || rtl_arena_segment_populate (arena)) in rtl_arena_segment_get()
198 (*ppSegment) = head->m_snext; in rtl_arena_segment_get()
282 head = segment->m_fprev; in rtl_arena_freelist_remove()
370 curr->m_fnext = (*head); in rtl_arena_hash_rescale()
371 (*head) = curr; in rtl_arena_hash_rescale()
503 for (segment = head->m_fnext; segment != head; segment = segment->m_fnext) in rtl_arena_segment_alloc()
683 head->m_size = (1UL << i); in rtl_arena_constructor()
884 for (segment = head->m_snext; segment != head; segment = head->m_snext) in rtl_arena_deactivate()
906 for (segment = head->m_snext; segment != head; segment = head->m_snext) in rtl_arena_deactivate()
914 for (segment = head->m_snext; segment != head; segment = head->m_snext) in rtl_arena_deactivate()
[all …]
H A Dalloc_cache.c168 rtl_cache_bufctl_type ** head; in rtl_cache_hash_rescale() local
171 curr->m_next = (*head); in rtl_cache_hash_rescale()
172 (*head) = curr; in rtl_cache_hash_rescale()
445 rtl_cache_slab_type * head; in rtl_cache_slab_alloc() local
449 head = &(cache->m_free_head); in rtl_cache_slab_alloc()
450 if ((head->m_slab_next != head) || rtl_cache_slab_populate (cache)) in rtl_cache_slab_alloc()
455 slab = head->m_slab_next; in rtl_cache_slab_alloc()
1077 for (slab = head->m_slab_next; slab != head; slab = head->m_slab_next) in rtl_cache_deactivate()
1090 for (slab = head->m_slab_next; slab != head; slab = head->m_slab_next) in rtl_cache_deactivate()
1629 cache != head; in rtl_cache_wsupdate_all()
[all …]
H A Dalloc_impl.h175 #define QUEUE_INSERT_HEAD_NAMED(head, entry, name) \ argument
177 (entry)->m_##name##prev = (head); \
178 (entry)->m_##name##next = (head)->m_##name##next; \
179 (head)->m_##name##next = (entry); \
183 #define QUEUE_INSERT_TAIL_NAMED(head, entry, name) \ argument
185 (entry)->m_##name##next = (head); \
186 (entry)->m_##name##prev = (head)->m_##name##prev; \
187 (head)->m_##name##prev = (entry); \
/aoo4110/main/vcl/source/fontsubset/
H A Dlist.cxx55 lnode *head, *tail, *cptr; member
81 flink = &pThis->head; in appendPrim()
101 if (pThis->head != 0) { in prependPrim()
103 flink = pThis->head; in prependPrim()
111 pThis->head = ptr; in prependPrim()
144 ptr = l->head; in listNewCopy()
213 ptr = pThis->head; in listPosition()
228 ptr = pThis->head; in listFind()
289 pThis->cptr = pThis->head; in listPositionAt()
353 pThis->head = ptr; in listInsertBefore()
[all …]
H A Dttcr.cxx314 …sal_uInt8 *head = NULL; /* saved pointer to the head table data for checkSumAdjustment calcula… in StreamToMemory() local
369 head = ttf + offset; in StreamToMemory()
381 PutUInt32(0xB1B0AFBA - checkSumAdjustment, head, 8, 1); in StreamToMemory()
1380 TrueTypeTable *glyf, *loca, *head, *maxp, *hhea; in ProcessTables() local
1525 head = FindTable(tt, T_head); in ProcessTables()
1526 sal_uInt8* const pHeadData = (sal_uInt8*)head->data; in ProcessTables()
/aoo4110/main/soltools/mkdepend/
H A Dpr.c88 void recursive_pr_include(head, file, base) in recursive_pr_include() argument
89 register struct inclist *head; in recursive_pr_include()
94 if (head->i_marked)
96 head->i_marked = TRUE;
97 if (head->i_file != file)
98 pr(head, file, base);
99 for (i=0; i<head->i_listlen; i++)
100 recursive_pr_include(head->i_list[ i ], file, base);
/aoo4110/main/oox/source/token/
H A Dmakefile.mk60 $(MISC)$/do_tokens $(do_phony) : tokens.txt tokens.pl tokens.hxx.head tokens.hxx.tail $(GENHEADERPA…
63 … $(INCCOM)$/tokennames.inc $(MISC)$/tokenhash.gperf && $(TYPE) tokens.hxx.head $(MISC)$/tokenids.i…
67 $(MISC)$/do_namespaces $(do_phony) : namespaces.txt namespaces.pl namespaces.hxx.head namespaces.hx…
70 …OM)$/namespacenames.inc $(MISC)$/namespaces.txt && $(TYPE) namespaces.hxx.head $(MISC)$/namespacei…
74 $(MISC)$/do_properties $(do_phony) : properties.txt properties.pl properties.hxx.head properties.hx…
77 …)$/propertyids.inc $(INCCOM)$/propertynames.inc && $(TYPE) properties.hxx.head $(MISC)$/propertyid…
/aoo4110/main/store/source/
H A Dstorbios.cxx430 OStorePageBIOS::Ace::find (OStorePageBIOS::Ace * head, sal_uInt32 addr) in find() argument
433 for (entry = head->m_next; entry != head; entry = entry->m_next) in find()
438 return head; in find()
442 OStorePageBIOS::Ace::insert (OStorePageBIOS::Ace * head, OStorePageBIOS::Ace * entry) in insert() argument
445 entry->m_next = head; in insert()
446 entry->m_prev = head->m_prev; in insert()
447 head->m_prev = entry; in insert()
H A Dstorbios.hxx203 static Ace * find (Ace * head, sal_uInt32 addr);
204 static void insert (Ace * head, Ace * entry);
/aoo4110/main/odk/
H A Dsetsdkenv_unix.sh.in164 …>" | ${OO_SDK_CPP_HOME}/clang++ -E -xc++ - | sed -n '/.*1*"\(.*\)\/cstring".*/s//\1/p' | head -n 1`
183 …ring>" | ${OO_SDK_CPP_HOME}/g++ -E -xc++ - | sed -n '/.*1*"\(.*\)\/cstring".*/s//\1/p' | head -n 1`
200 …ring>" | ${OO_SDK_CPP_HOME}/g++ -E -xc++ - | sed -n '/.*1*"\(.*\)\/cstring".*/s//\1/p' | head -n 1`
H A Dsetsdkenv_unix27 OO_SDK_HOME=`(cd $SDKTMPDIR && pwd && cd $CURRENTDIR) | head -n 1`
28 OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
/aoo4110/main/svl/source/misc/
H A Durihelper.cxx293 rtl::OUStringBuffer head(ref->getScheme()); in normalize() local
294 head.append(static_cast< sal_Unicode >(':')); in normalize()
296 head.appendAscii(RTL_CONSTASCII_STRINGPARAM("//")); in normalize()
297 head.append(ref->getAuthority()); in normalize()
300 rtl::OUStringBuffer buf(head); in normalize()
/aoo4110/main/oox/source/dump/
H A Ddffdumper.ini181 …0x01D0=line-start-arrow-head,line-end-arrow-head,line-start-arrow-width,line-start-arrow-length,li…
234 …0x0550=lline-start-arrow-head,lline-end-arrow-head,lline-start-arrow-width,lline-start-arrow-lengt…
241 …0x0590=tline-start-arrow-head,tline-end-arrow-head,tline-start-arrow-width,tline-start-arrow-lengt…
248 …0x05D0=rline-start-arrow-head,rline-end-arrow-head,rline-start-arrow-width,rline-start-arrow-lengt…
255 …0x0610=bline-start-arrow-head,bline-end-arrow-head,bline-start-arrow-width,bline-start-arrow-lengt…
/aoo4110/main/setup_native/scripts/
H A Dinstall_linux.sh58 SEARCHSTRING=`head --lines=10 $FILENAME | grep "language package"`
70 TAILLINE=`head --lines=20 $FILENAME | sed --quiet 's/linenum=//p'`
H A Dinstall_solaris.sh55 SEARCHSTRING=`head -n 10 $FILENAME | grep "language package"`
68 TAILLINE=`head -n 20 $FILENAME | sed -n 's/linenum=//p'`
H A Djavaloader.sh435 javaoutput=`$java_runtime -version 2>&1 | head ${tail_args} -3`
450 javaoutput=`$java_runtime -version 2>&1 | head -1`
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl216 /** returns the datum at the head of the stream as an any.
228 When the datum at the head of the stream is a SQL NULL,
230 type, it determines the SQL type of the datum at the head of the stream,
/aoo4110/main/solenv/bin/
H A Ddownload_external_dependencies.pl281 my ($head,$name,$tail) = ($1,$2,$3);
284 $text = $head.$value.$tail;
H A Dbuild_release.pl1795 my $head = LWP::Simple::head($url);
1797 $LastCheckedResult = !!$head;
/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx474 for( soltEle = soltList->head ; soltEle != NULL; soltEle = soltEle->next ) in updateSlots()
847 log.head = log.tail = NULL; in verifyCertificate()
979 for (node = log.head; node; node = node->next) { in verifyCertificate()
983 log.head = log.tail = NULL; in verifyCertificate()
/aoo4110/main/readlicense_oo/docs/readme/
H A Deval.xsl25 <head>
40 </head>
/aoo4110/main/basegfx/test/
H A Dboxclipper.cxx337 rRange.getElement(i).head); in validatePoly()
338 if( rRange.getElement(i).tail.head == ORIENTATION_NEGATIVE ) in validatePoly()
/aoo4110/ext_libraries/ratscan/scan/
H A Drat-output-to-html.xsl33 <head>
63 </head>
/aoo4110/main/stoc/source/security/
H A Dpermissions.cxx556 ::rtl::Reference< Permission > const & head, Permission const & demanded ) SAL_THROW( () ) in __implies()
558 for ( Permission * perm = head.get(); perm; perm = perm->m_next.get() ) in __implies()
/aoo4110/extras/l10n/source/
H A Dprepare_l10n.sh5 set lang = `head -1 $file.tmp | cut -f 10`

Completed in 191 milliseconds

123