| /aoo4110/main/sal/rtl/source/ | 
| H A D | alloc_arena.c | 191     rtl_arena_segment_type * head;  in rtl_arena_segment_get()  local219 	rtl_arena_segment_type * head;  in rtl_arena_segment_put()  local
 254 	rtl_arena_segment_type * head;  in rtl_arena_freelist_insert()  local
 280 		rtl_arena_segment_type * head;  in rtl_arena_freelist_remove()  local
 367 				rtl_arena_segment_type ** head;  in rtl_arena_hash_rescale()  local
 500 			rtl_arena_segment_type *head, *segment;  in rtl_arena_segment_alloc()  local
 523 		rtl_arena_segment_type *head;  in rtl_arena_segment_alloc()  local
 657 	rtl_arena_segment_type * head;  in rtl_arena_constructor()  local
 699 	rtl_arena_segment_type * head;  in rtl_arena_destructor()  local
 805 	rtl_arena_segment_type * head, * segment;  in rtl_arena_deactivate()  local
 [all …]
 
 | 
| H A D | alloc_cache.c | 168 				rtl_cache_bufctl_type ** head;  in rtl_cache_hash_rescale()  local445 	rtl_cache_slab_type * head;  in rtl_cache_slab_alloc()  local
 1074 			rtl_cache_slab_type *head, *slab;  in rtl_cache_deactivate()  local
 1625 			rtl_cache_type * head, * cache;  in rtl_cache_wsupdate_all()  local
 1781 		rtl_cache_type * cache, * head;  in rtl_cache_fini()  local
 
 | 
| H A D | alloc_impl.h | 175 #define QUEUE_INSERT_HEAD_NAMED(head, entry, name) \  argument183 #define QUEUE_INSERT_TAIL_NAMED(head, entry, name) \  argument
 
 | 
| /aoo4110/main/soltools/mkdepend/ | 
| H A D | pr.c | 88 void recursive_pr_include(head, file, base)  in recursive_pr_include()  argument
 | 
| /aoo4110/main/store/source/ | 
| H A D | storbios.cxx | 430 OStorePageBIOS::Ace::find (OStorePageBIOS::Ace * head, sal_uInt32 addr)  in find()442 OStorePageBIOS::Ace::insert (OStorePageBIOS::Ace * head, OStorePageBIOS::Ace * entry)  in insert()
 
 | 
| /aoo4110/main/stoc/source/security/ | 
| H A D | permissions.cxx | 555 inline static bool __implies(  in __implies()
 | 
| /aoo4110/main/vcl/source/fontsubset/ | 
| H A D | list.cxx | 55     lnode *head, *tail, *cptr;  member
 | 
| H A D | ttcr.cxx | 314 …sal_uInt8 *head = NULL;     /* saved pointer to the head table data for checkSumAdjustment calcula…  in StreamToMemory()  local1380     TrueTypeTable *glyf, *loca, *head, *maxp, *hhea;  in ProcessTables()  local
 
 | 
| H A D | sft.cxx | 2157 …TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0, *cmap=0, *name=0, *pos…  in CreateTTFromTTGlyphs()  local2389     TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0;  in CreateT42FromTTGlyphs()  local
 
 | 
| /aoo4110/main/svl/source/misc/ | 
| H A D | urihelper.cxx | 293     rtl::OUStringBuffer head(ref->getScheme());  in normalize()  local
 | 
| /aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ | 
| H A D | Base64.java | 1019             int head = ((int)bytes[0] & 0xff) | ((bytes[1] << 8) & 0xff00);         in decode()  local
 |