Searched +defs:list +defs:length (Results 1 - 25 of 79) sorted by relevance

1234

/xsrc/external/mit/libFS/dist/src/
H A DFSGetCats.c63 char **list; local in function:FSGetCatalogues
66 length; local in function:FSGetCatalogues
[all...]
H A DFSListExt.c63 char **list; local in function:FSListExtensions
66 length; local in function:FSListExtensions
114 FSFreeExtensionList(char ** list) argument
[all...]
H A DFSFtNames.c65 length; local in function:FSListFonts
134 int FSFreeFontNames(char **list) argument
[all...]
H A DFSListCats.c64 int length; local in function:FSListCatalogues
133 int FSFreeCatalogues(char **list) argument
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DGetFPath.c45 register int length; local in function:XGetFontPath
98 XFreeFontPath(char ** list) argument
[all...]
H A DListExt.c39 char **list = NULL; local in function:XListExtensions
44 register int length; local in function:XListExtensions
104 XFreeExtensionList(char ** list) argument
[all...]
H A DFontNames.c44 register int length; local in function:XListFonts
121 XFreeFontNames(char ** list) argument
[all...]
H A DFSWrap.c77 char **list; local in function:_XParseBaseFontNameList
132 int length, count; local in function:copy_string_list
174 XOMCharSetList *list; local in function:XCreateFontSet
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Dswapreq.c62 SwapLongs(long *list, unsigned long count) argument
90 SwapShorts(short *list, unsigned long count) argument
147 swap_auth(ClientPtr client,pointer data,int num,int length) argument
220 int length; local in function:SProcCreateAC
[all...]
H A Dfonts.c600 free_font_path(FontPathElementPtr *list, int n) argument
611 find_existing_fpe(FontPathElementPtr * list,int num,char * name,int len) argument
1046 ListFonts(ClientPtr client,int length,unsigned char * pattern,int maxNames) argument
1120 int length; local in function:do_list_fonts_with_info
1338 StartListFontsWithInfo(ClientPtr client,int length,unsigned char * pattern,int maxNames) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dobjectlabel.c46 set_label(struct gl_context * ctx,char ** labelPtr,const char * label,int length,const char * caller) argument
93 copy_label(const GLchar * src,GLchar * dst,GLsizei * length,GLsizei bufSize) argument
219 struct gl_display_list *list = _mesa_lookup_list(ctx, name); local in function:get_label_pointer
252 _mesa_ObjectLabel(GLenum identifier,GLuint name,GLsizei length,const GLchar * label) argument
272 _mesa_GetObjectLabel(GLenum identifier,GLuint name,GLsizei bufSize,GLsizei * length,GLchar * label) argument
298 _mesa_ObjectPtrLabel(const void * ptr,GLsizei length,const GLchar * label) argument
325 _mesa_GetObjectPtrLabel(const void * ptr,GLsizei bufSize,GLsizei * length,GLchar * label) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_l3_config.c34 int length; member in struct:intel_l3_list
287 const struct intel_l3_list *const list = get_l3_list(devinfo); local in function:intel_get_default_l3_config
307 const struct intel_l3_list *const list = get_l3_list(devinfo); local in function:intel_get_l3_config
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dobjectlabel.c46 set_label(struct gl_context * ctx,char ** labelPtr,const char * label,int length,const char * caller) argument
93 copy_label(const GLchar * src,GLchar * dst,GLsizei * length,GLsizei bufSize) argument
219 struct gl_display_list *list = _mesa_lookup_list(ctx, name, false); local in function:get_label_pointer
252 _mesa_ObjectLabel(GLenum identifier,GLuint name,GLsizei length,const GLchar * label) argument
272 _mesa_GetObjectLabel(GLenum identifier,GLuint name,GLsizei bufSize,GLsizei * length,GLchar * label) argument
298 _mesa_ObjectPtrLabel(const void * ptr,GLsizei length,const GLchar * label) argument
325 _mesa_GetObjectPtrLabel(const void * ptr,GLsizei bufSize,GLsizei * length,GLchar * label) argument
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcCharSet.c49 XlcCharSetList list; local in function:_XlcGetCharSet
70 XlcCharSetList list; local in function:_XlcGetCharSetWithSide
90 XlcCharSetList list; local in function:_XlcAddCharSet
198 size_t length = (size_t)(colon - charset->name); local in function:_XlcCreateDefaultCharSet
[all...]
H A DlcPrTxt.c79 int length; local in function:copy_list
73 copy_list(Bool is_wide_char,XPointer text,XPointer * list,int count) argument
282 _XwcFreeStringList(XLCd lcd,wchar_t ** list) argument
[all...]
H A DlcTxtPr.c41 int length = 0; local in function:get_buf_size
36 get_buf_size(Bool is_wide_char,XPointer list,int count) argument
69 _XTextListToTextProperty(XLCd lcd,Display * dpy,const char * from_type,XPointer list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument
218 _XmbTextListToTextProperty(XLCd lcd,Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument
231 _XwcTextListToTextProperty(XLCd lcd,Display * dpy,wchar_t ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument
244 _Xutf8TextListToTextProperty(XLCd lcd,Display * dpy,char ** list,int count,XICCEncodingStyle style,XTextProperty * text_prop) argument
[all...]
H A DlcConv.c65 XlcConverterList list, prev = NULL; local in function:get_converter
100 XlcConverterList list; local in function:_XlcSetConverter
157 int cs_left, ret, length, unconv_num = 0; local in function:indirect_convert
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dstruct.c57 int i, size, length, slength; local in function:Lisp_Defstruct
59 LispObj *list, *cons, *object, *definition, *documentation; local in function:Lisp_Defstruct
181 int nfld, ncvt, length = lisp__data.protect.length; local in function:Lisp_XeditMakeStruct
184 LispObj *definition, *object, *field, *fields, *value = NIL, *cons, *list; local in function:Lisp_XeditMakeStruct
297 LispObj *definition, *list; local in function:LispStructAccessOrStore
[all...]
H A Dpackage.c66 LispObj *list, *package, *nick; local in function:LispFindPackageFromString
205 LispObj *variable, *package = NULL, *list, *code, *result_form; local in function:LispReallyDoSymbols
423 LispObj *list, *package, *result; local in function:Lisp_FindAllSymbols
424 int length = 0; local in function:Lisp_FindAllSymbols
498 LispObj *list; local in function:Lisp_Export
530 LispObj *list, *savepackage = NULL; local in function:Lisp_Import
621 LispObj *list, *package, *nicks, *cons, *savepackage; local in function:Lisp_MakePackage
786 LispObj *package, *other, *used, *cons, *list; local in function:Lisp_PackageUsedByList
827 LispObj *list; local in function:Lisp_Unexport
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dlist.h59 static inline void list_add(struct list_head *item, struct list_head *list) argument
67 static inline void list_addtail(struct list_head *item, struct list_head *list) argument
104 list_empty(const struct list_head * list) argument
112 list_is_singular(const struct list_head * list) argument
117 list_length(const struct list_head * list) argument
120 unsigned length = 0; local in function:list_length
148 list_validate(const struct list_head * list) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h64 static inline void list_add(struct list_head *item, struct list_head *list) argument
72 static inline void list_addtail(struct list_head *item, struct list_head *list) argument
109 list_is_empty(const struct list_head * list) argument
114 list_is_linked(const struct list_head * list) argument
125 list_is_singular(const struct list_head * list) argument
130 list_length(const struct list_head * list) argument
133 unsigned length = 0; local in function:list_length
161 list_validate(const struct list_head * list) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_variable_index_to_cond_assign.cpp301 unsigned length = end - begin; local in function:__anon8ba960860110::switch_generator::generate
434 exec_list list; local in function:__anon8ba960860110::variable_index_to_cond_assign_visitor::convert_dereference_array
439 const unsigned length = (orig_deref->array->type->is_array()) local in function:__anon8ba960860110::variable_index_to_cond_assign_visitor::convert_dereference_array
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_variable_index_to_cond_assign.cpp301 unsigned length = end - begin; local in function:__anonacc470530110::switch_generator::generate
434 exec_list list; local in function:__anonacc470530110::variable_index_to_cond_assign_visitor::convert_dereference_array
439 const unsigned length = (orig_deref->array->type->is_array()) local in function:__anonacc470530110::variable_index_to_cond_assign_visitor::convert_dereference_array
[all...]
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dpushbuf.c56 struct nouveau_pushbuf_krec *list; member in struct:nouveau_pushbuf_priv
708 nouveau_pushbuf_data(struct nouveau_pushbuf * push,struct nouveau_bo * bo,uint64_t offset,uint64_t length) argument
[all...]
/xsrc/external/mit/xedit/dist/
H A Dcommands.c677 int length; local in function:FileCompletion
912 char **list = NULL, *label; local in function:FileCompletion
989 char **entries = NULL, **list = NULL; local in function:DirWindowCB
[all...]

Completed in 31 milliseconds

1234