Searched defs:self (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.h44 RAreaListLen(const RAreaList * self) argument
[all...]
H A Dr_area.c63 RAreaIsValid(const RArea *self) argument
73 RAreaX2(const RArea *self) argument
83 RAreaY2(const RArea *self) argument
93 RAreaArea(const RArea *self) argument
103 RAreaIntersect(const RArea * self,const RArea * other) argument
127 RAreaIsIntersect(const RArea * self,const RArea * other) argument
159 RAreaContainsXY(const RArea * self,int x,int y) argument
179 RAreaHorizontalUnion(const RArea * self,const RArea * other) argument
304 RAreaVerticalUnion(const RArea * self,const RArea * other) argument
411 RAreaPrint(const RArea * self) argument
[all...]
H A Dr_area_list.c77 RAreaListCopy(const RAreaList *self) argument
93 RAreaListCopyCropped(const RAreaList *self, in argument
141 RAreaListFree(RAreaList * self) argument
155 RAreaListDelete(RAreaList * self,int index) argument
176 RAreaListAdd(RAreaList * self,const RArea * area) argument
196 RAreaListAddList(RAreaList * self,const RAreaList * other) argument
239 RAreaListSortX(const RAreaList * self) argument
273 RAreaListSortY(const RAreaList * self) argument
288 RAreaListHorizontalUnion(const RAreaList * self) argument
326 RAreaListVerticalUnion(const RAreaList * self) argument
359 RAreaListIntersect(const RAreaList * self,const RArea * area) argument
378 RAreaListForeach(const RAreaList * self,bool (* func)(const RArea * cur_area,void * data),void * data) argument
396 RAreaListIntersectCrop(const RAreaList * self,const RArea * area) argument
421 RAreaListBigArea(const RAreaList * self) argument
460 RAreaListBestTarget(const RAreaList * self,const RArea * area) argument
481 RAreaListMaxX(const RAreaList * self) argument
503 RAreaListMaxY(const RAreaList * self) argument
523 RAreaListMinX2(const RAreaList * self) argument
543 RAreaListMinY2(const RAreaList * self) argument
564 RAreaListPrint(const RAreaList * self) argument
[all...]
H A Dr_layout.c78 RLayoutCopyCropped(const RLayout *self, int left_margin, int right_margin, argument
96 _RLayoutFreeNames(RLayout *self) argument
112 RLayoutFree(RLayout * self) argument
132 RLayoutSetMonitorsNames(RLayout * self,char ** names) argument
178 _RLayoutRecenterVertically(const RLayout * self,const RArea * far_area) argument
263 _RLayoutRecenterHorizontally(const RLayout * self,const RArea * far_area) argument
334 _RLayoutVerticalIntersect(const RLayout * self,const RArea * area) argument
357 _RLayoutHorizontalIntersect(const RLayout * self,const RArea * area) argument
401 RLayoutFindTopBottomEdges(const RLayout * self,const RArea * area,int * top,int * bottom) argument
424 RLayoutFindBottomEdge(const RLayout * self,const RArea * area) argument
438 RLayoutFindTopEdge(const RLayout * self,const RArea * area) argument
466 RLayoutFindLeftRightEdges(const RLayout * self,const RArea * area,int * left,int * right) argument
489 RLayoutFindLeftEdge(const RLayout * self,const RArea * area) argument
503 RLayoutFindRightEdge(const RLayout * self,const RArea * area) argument
544 RLayoutGetAreaAtXY(const RLayout * self,int x,int y) argument
559 RLayoutGetAreaIndex(const RLayout * self,int index) argument
576 RLayoutGetAreaByName(const RLayout * self,const char * name,int len) argument
645 RLayoutFindMonitorBottomEdge(const RLayout * self,const RArea * area) argument
684 RLayoutFindMonitorTopEdge(const RLayout * self,const RArea * area) argument
724 RLayoutFindMonitorLeftEdge(const RLayout * self,const RArea * area) argument
764 RLayoutFindMonitorRightEdge(const RLayout * self,const RArea * area) argument
789 RLayoutFullHoriz(const RLayout * self,const RArea * area) argument
860 RLayoutFullVert(const RLayout * self,const RArea * area) argument
883 RLayoutFull(const RLayout * self,const RArea * area) argument
909 RLayoutFullHoriz1(const RLayout * self,const RArea * area) argument
942 RLayoutFullVert1(const RLayout * self,const RArea * area) argument
973 RLayoutFull1(const RLayout * self,const RArea * area) argument
1010 RLayoutBigArea(const RLayout * self) argument
1020 RLayoutNumMonitors(const RLayout * self) argument
1032 RLayoutPrint(const RLayout * self) argument
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dentropy_encode.h26 static BROTLI_INLINE void InitHuffmanTree(HuffmanTree* self, uint32_t count, argument
H A Dhistogram.c26 static void InitBlockSplitIterator(BlockSplitIterator* self, argument
34 static void BlockSplitIteratorNext(BlockSplitIterator* self) { argument
[all...]
H A Dblock_splitter.c108 void BrotliInitBlockSplit(BlockSplit* self) { argument
117 void BrotliDestroyBlockSplit(MemoryManager* m, BlockSplit* self) { argument
[all...]
H A Dcommand.h120 static BROTLI_INLINE void InitCommand(Command* self, argument
138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) { argument
146 CommandRestoreDistanceCode(const Command * self,const BrotliDistanceParams * dist) argument
167 CommandDistanceContext(const Command * self) argument
176 CommandCopyLen(const Command * self) argument
180 CommandCopyLenCode(const Command * self) argument
[all...]
H A Dhash.h205 static BROTLI_INLINE void InitBackwardMatch(BackwardMatch* self, argument
211 static BROTLI_INLINE void InitDictionaryBackwardMatch(BackwardMatch* self, argument
218 static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* self) { argument
222 static BROTLI_INLINE size_t BackwardMatchLengthCode(const BackwardMatch* self) { argument
[all...]
H A Dmetablock.c335 InitContextBlockSplitter(MemoryManager * m,ContextBlockSplitter * self,size_t alphabet_size,size_t num_contexts,size_t min_block_size,double split_threshold,size_t num_symbols,BlockSplit * split,HistogramLiteral ** histograms,size_t * histograms_size) argument
382 ContextBlockSplitterFinishBlock(ContextBlockSplitter * self,MemoryManager * m,BROTLI_BOOL is_final) argument
504 ContextBlockSplitterAddSymbol(ContextBlockSplitter * self,MemoryManager * m,size_t symbol,size_t context) argument
[all...]
H A Dbackward_references_hq.c52 static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* self) { argument
56 static BROTLI_INLINE uint32_t ZopfliNodeLengthCode(const ZopfliNode* self) { argument
61 static BROTLI_INLINE uint32_t ZopfliNodeCopyDistance(const ZopfliNode* self) { argument
65 static BROTLI_INLINE uint32_t ZopfliNodeDistanceCode(const ZopfliNode* self) { argument
72 ZopfliNodeCommandLength(const ZopfliNode * self) argument
88 InitZopfliCostModel(MemoryManager * m,ZopfliCostModel * self,const BrotliDistanceParams * dist,size_t num_bytes) argument
98 CleanupZopfliCostModel(MemoryManager * m,ZopfliCostModel * self) argument
135 ZopfliCostModelSetFromCommands(ZopfliCostModel * self,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,const Command * commands,size_t num_commands,size_t last_insert_len) argument
198 ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel * self,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask) argument
225 ZopfliCostModelGetCommandCost(const ZopfliCostModel * self,uint16_t cmdcode) argument
230 ZopfliCostModelGetDistanceCost(const ZopfliCostModel * self,size_t distcode) argument
235 ZopfliCostModelGetLiteralCosts(const ZopfliCostModel * self,size_t from,size_t to) argument
240 ZopfliCostModelGetMinCostCmd(const ZopfliCostModel * self) argument
272 InitStartPosQueue(StartPosQueue * self) argument
276 StartPosQueueSize(const StartPosQueue * self) argument
280 StartPosQueuePush(StartPosQueue * self,const PosData * posdata) argument
296 StartPosQueueAt(const StartPosQueue * self,size_t k) argument
[all...]
H A Dbrotli_bit_stream.c56 static void InitBlockTypeCodeCalculator(BlockTypeCodeCalculator* self) { argument
842 static void InitBlockEncoder(BlockEncoder* self, size_t histogram_length, argument
858 CleanupBlockEncoder(MemoryManager * m,BlockEncoder * self) argument
865 BuildAndStoreBlockSwitchEntropyCodes(BlockEncoder * self,HuffmanTree * tree,size_t * storage_ix,uint8_t * storage) argument
874 StoreSymbol(BlockEncoder * self,size_t symbol,size_t * storage_ix,uint8_t * storage) argument
895 StoreSymbolWithContext(BlockEncoder * self,size_t symbol,size_t context,const uint32_t * context_map,size_t * storage_ix,uint8_t * storage,const size_t context_bits) argument
[all...]
/xsrc/external/mit/freetype/dist/src/tools/
H A Dglnames.py4909 def __init__( self, name_list, master_table_name ): argument
4921 def dump( self, file ): argument
4947 dump_sublist( self, file, table_name, macro_name, sublist ) argument
5062 __init__( self, letter, value ) argument
5067 __cmp__( self, other ) argument
5070 add( self, word, value ) argument
5108 dump_debug( self, write, margin ) argument
5126 locate( self, index ) argument
5145 store( self, storage ) argument
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DThreads.c170 xthread_t self = xthread_self(); local in function:AppLock
202 xthread_t self; local in function:AppUnlock
227 xthread_t self = xthread_self(); local in function:YieldAppLock
271 xthread_t self = xthread_self(); local in function:RestoreAppLock
[all...]
/xsrc/external/mit/libXt/dist/include/X11/
H A DObjectP.h62 Widget self; /* pointer to widget itself */ member in struct:_ObjectPart
H A DCoreP.h73 Widget self; /* pointer to widget itself */ member in struct:_CorePart
/xsrc/external/mit/luit/dist/
H A Dcharset.c49 IdentityReverse(unsigned int n, const CharsetRec * self) argument
198 FontencCharsetRecode(unsigned int n, const CharsetRec * self) argument
206 FontencCharsetReverse(unsigned int i, const CharsetRec * self) argument
/xsrc/external/mit/libX11/dist/src/
H A Dlocking.c162 xthread_t self; local in function:_XLockDisplayWarn
215 xthread_t self = xthread_self(); local in function:_XUnlockDisplay
341 xthread_t self = xthread_self(); local in function:_XConditionWait
447 xthread_t self; local in function:_XDisplayLockWait
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_XML.py1005 get_category_for_name( self, name ) argument
1016 find_type( self, type_name ) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_XML.py1019 get_category_for_name( self, name ) argument
1030 find_type( self, type_name ) argument
[all...]
/xsrc/external/mit/brotli/dist/python/
H A D_brotli.cc151 static void brotli_Compressor_dealloc(brotli_Compressor* self) { argument
161 brotli_Compressor *self; local in function:brotli_Compressor_new
171 brotli_Compressor_init(brotli_Compressor * self,PyObject * args,PyObject * keywds) argument
223 brotli_Compressor_process(brotli_Compressor * self,PyObject * args) argument
271 brotli_Compressor_flush(brotli_Compressor * self) argument
311 brotli_Compressor_finish(brotli_Compressor * self) argument
437 brotli_Decompressor_dealloc(brotli_Decompressor * self) argument
447 brotli_Decompressor *self; local in function:brotli_Decompressor_new
457 brotli_Decompressor_init(brotli_Decompressor * self,PyObject * args,PyObject * keywds) argument
492 brotli_Decompressor_process(brotli_Decompressor * self,PyObject * args) argument
539 brotli_Decompressor_is_finished(brotli_Decompressor * self) argument
637 brotli_decompress(PyObject * self,PyObject * args,PyObject * keywds) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c273 HOST *self; local in function:DisableLocalHost
852 HOST *self; local in function:AddLocalHosts
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Daccess.c302 HOST *self; local in function:DisableLocalHost
921 HOST *self; local in function:AddLocalHosts
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dteximage.c4153 const char *self = "glCopyTexSubImage1D"; local in function:_mesa_CopyTexSubImage1D
4180 const char *self = "glCopyTexSubImage2D"; local in function:_mesa_CopyTexSubImage2D
4207 const char *self = "glCopyTexSubImage3D"; local in function:_mesa_CopyTexSubImage3D
4233 const char *self local in function:_mesa_CopyTextureSubImage1D
4258 const char *self = "glCopyTextureSubImage2D"; local in function:_mesa_CopyTextureSubImage2D
4283 const char *self = "glCopyTextureSubImage3D"; local in function:_mesa_CopyTextureSubImage3D
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dteximage.c4619 const char *self = "glCopyTexSubImage1D"; local in function:_mesa_CopyTexSubImage1D
4646 const char *self = "glCopyTexSubImage2D"; local in function:_mesa_CopyTexSubImage2D
4673 const char *self = "glCopyTexSubImage3D"; local in function:_mesa_CopyTexSubImage3D
4699 const char *self local in function:_mesa_CopyTextureSubImage1D
4723 const char *self = "glCopyTextureSubImage1DEXT"; local in function:_mesa_CopyTextureSubImage1DEXT
4748 const char *self = "glCopyMultiTexSubImage1DEXT"; local in function:_mesa_CopyMultiTexSubImage1DEXT
4768 const char *self = "glCopyTextureSubImage2D"; local in function:_mesa_CopyTextureSubImage2D
4793 const char *self = "glCopyTextureSubImage2DEXT"; local in function:_mesa_CopyTextureSubImage2DEXT
4818 const char *self = "glCopyMultiTexSubImage2DEXT"; local in function:_mesa_CopyMultiTexSubImage2DEXT
4837 const char *self = "glCopyTextureSubImage3D"; local in function:_mesa_CopyTextureSubImage3D
4870 const char *self = "glCopyTextureSubImage3D"; local in function:_mesa_CopyTextureSubImage3DEXT
4903 const char *self = "glCopyMultiTexSubImage3D"; local in function:_mesa_CopyMultiTexSubImage3DEXT
[all...]

Completed in 44 milliseconds