Searched +defs:copy +defs:list (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.c43 RAreaList *list; local in function:RAreaListNew
290 RAreaList *copy = RAreaListCopy(self); local in function:RAreaListHorizontalUnion
328 RAreaList *copy = RAreaListCopy(self); local in function:RAreaListVerticalUnion
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Di386_video.c602 dupRangeList(RangePtr list) argument
618 sortRangeList(RangePtr list) argument
620 RangePtr rp1, rp2, copy, sorted = NULL, minp, prev, minprev; local in function:sortRangeList
813 undoWC(int screenNum,pointer list) argument
896 NetBSDundoWC(int screenNum,pointer list) argument
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c1242 ValuatorMask *mask = NULL, *copy; local in function:dix_input_valuator_masks
1547 InputOption *list = NULL; local in function:input_option_test
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DInitialize.c416 XrmDatabase copy = NULL; local in function:CopyDB
681 _GetResource(Display * dpy,XrmSearchList list,String name,String class,String type,XrmValue * value) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c192 char *copy = NULL; local in function:si_replace_shader
641 uint32_t list[0]; member in struct:si_log_chunk_desc_list
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c200 char *copy = NULL; local in function:si_replace_shader
634 uint32_t list[0]; member in struct:si_log_chunk_desc_list
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_dri2.c133 struct copy { struct in struct:sna_dri2_event
1712 sna_dri2_client_gone(CallbackListPtr *list, voi argument
[all...]
H A Dsna_accel.c478 sna_copy_init_blt(struct sna_copy_op *copy, argument
7078 sna_do_copy(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy,sna_copy_func copy,Pixel bitPlane,void * closure) argument
7274 sna_copy_func copy; local in function:sna_copy_area
12968 struct sna_copy_op copy; local in function:sna_poly_fill_rect_tiled_blt
17440 sna_shm_flush_callback(CallbackListPtr * list,pointer user_data,pointer call_data) argument
17453 sna_flush_callback(CallbackListPtr * list,pointer user_data,pointer call_data) argument
17469 sna_event_callback(CallbackListPtr * list,pointer user_data,pointer call_data) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_save_api.c1170 int copy = oldsz ? oldsz : newsz; local in function:upgrade_vertex
1968 vbo_save_NewList(struct gl_context * ctx,GLuint list,GLenum mode) argument
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c122 XawRunDisplayList(Widget w, _XawDisplayList *list, argument
1364 XawDLCopyArgs *copy = (XawDLCopyArgs *)args; local in function:DlCopy
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp1453 ir_variable *copy = ir->var->clone(this->target, NULL); local in function:remap_variables::remap_visitor::visit
3643 char *list = strdup(var->name + 7); local in function:included_in_packed_varying
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c1872 read_cf_node(read_ctx *ctx, struct exec_list *list) argument
2128 nir_shader *copy = nir_deserialize(dead_ctx, options, &reader); local in function:nir_shader_serialize_deserialize
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c2998 string_list_t *list; local in function:_string_list_create
3008 _string_list_append_item(glcpp_parser_t * parser,string_list_t * list,const char * str) argument
3028 _string_list_contains(string_list_t * list,const char * member,int * index) argument
3049 _string_list_has_duplicate(string_list_t * list) argument
3067 _string_list_length(string_list_t * list) argument
3109 argument_list_t *list; local in function:_argument_list_create
3119 _argument_list_append(glcpp_parser_t * parser,argument_list_t * list,token_list_t * argument) argument
3139 _argument_list_length(argument_list_t * list) argument
3154 _argument_list_member_at(argument_list_t * list,int index) argument
3202 token_list_t *list; local in function:_token_list_create
3213 _token_list_append(glcpp_parser_t * parser,token_list_t * list,token_t * token) argument
3233 _token_list_append_list(token_list_t * list,token_list_t * tail) argument
3251 token_list_t *copy; local in function:_token_list_copy
3268 _token_list_trim_trailing_space(token_list_t * list) argument
3554 _token_list_print(glcpp_parser_t * parser,token_list_t * list) argument
3575 token_list_t *list; local in function:add_builtin_define
3736 token_list_t *list; local in function:_token_list_create_with_one_ival
3838 _glcpp_parser_evaluate_defined_in_list(glcpp_parser_t * parser,token_list_t * list) argument
3889 _glcpp_parser_expand_and_lex_from(glcpp_parser_t * parser,int head_token_type,token_list_t * list,expansion_mode_t mode) argument
3904 _glcpp_parser_apply_pastes(glcpp_parser_t * parser,token_list_t * list) argument
4209 _glcpp_parser_expand_token_list(glcpp_parser_t * parser,token_list_t * list,expansion_mode_t mode) argument
4283 _glcpp_parser_print_expanded_token_list(glcpp_parser_t * parser,token_list_t * list) argument
4481 glcpp_parser_lex_from(glcpp_parser_t * parser,token_list_t * list) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp1412 ir_variable *copy = ir->var->clone(this->target, NULL); local in function:remap_variables::remap_visitor::visit
3775 char *list = strdup(var->name + 7); local in function:included_in_packed_varying
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3299 string_list_t *list; local in function:_string_list_create
3309 _string_list_append_item(glcpp_parser_t * parser,string_list_t * list,const char * str) argument
3329 _string_list_contains(string_list_t * list,const char * member,int * index) argument
3350 _string_list_has_duplicate(string_list_t * list) argument
3368 _string_list_length(string_list_t * list) argument
3410 argument_list_t *list; local in function:_argument_list_create
3420 _argument_list_append(glcpp_parser_t * parser,argument_list_t * list,token_list_t * argument) argument
3440 _argument_list_length(argument_list_t * list) argument
3455 _argument_list_member_at(argument_list_t * list,int index) argument
3505 token_list_t *list; local in function:_token_list_create
3516 _token_list_append(glcpp_parser_t * parser,token_list_t * list,token_t * token) argument
3536 _token_list_append_list(token_list_t * list,token_list_t * tail) argument
3554 token_list_t *copy; local in function:_token_list_copy
3571 _token_list_trim_trailing_space(token_list_t * list) argument
3861 _token_list_print(glcpp_parser_t * parser,token_list_t * list) argument
3882 token_list_t *list; local in function:add_builtin_define
4044 token_list_t *list; local in function:_token_list_create_with_one_ival
4146 _glcpp_parser_evaluate_defined_in_list(glcpp_parser_t * parser,token_list_t * list) argument
4197 _glcpp_parser_expand_and_lex_from(glcpp_parser_t * parser,int head_token_type,token_list_t * list,expansion_mode_t mode) argument
4212 _glcpp_parser_apply_pastes(glcpp_parser_t * parser,token_list_t * list) argument
4522 _glcpp_parser_expand_token_list(glcpp_parser_t * parser,token_list_t * list,expansion_mode_t mode) argument
4599 _glcpp_parser_print_expanded_token_list(glcpp_parser_t * parser,token_list_t * list) argument
4797 glcpp_parser_lex_from(glcpp_parser_t * parser,token_list_t * list) argument
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c46 LispObj *list; member in union:_SeqInfo::__anonf99cbf87010a
226 LispAdjoin(LispBuiltin*builtin, LispObj *item, LispObj *list, argument
273 LispObj *item, *list, *key, *test, *test_not; local in function:Lisp_Adjoin
291 LispObj *result, *cons, *list; local in function:Lisp_Append
414 LispObj *item, *list, *test, *test_not, *key; local in function:LispAssocOrMember
642 LispObj *result, *cons, *list, *ocount; local in function:Lisp_Butlast
680 LispObj *result, *list, *ocount; local in function:Lisp_Nbutlast
714 LispObj *list, *result = NULL; local in function:Lisp_Car
825 LispObj *list, *result = NULL; local in function:Lisp_Cdr
847 LispObj *list, *result = NULL; local in function:Lisp_C_r
893 LispCopyList(LispBuiltin * builtin,LispObj * list,int function) argument
952 LispObj *list; local in function:Lisp_CopyAlist
965 LispObj *list; local in function:Lisp_CopyList
978 LispObj *list; local in function:Lisp_CopyTree
1518 LispObj *result, *list, *item, *arguments, *acons, *value; local in function:LispEverySomeAnyNot
1719 LispObj *list; local in function:Lisp_Fill
2076 LispObj *list, *ocount; local in function:Lisp_Last
2124 LispObj *init, *body, *pair, *result, *list, *cons = NIL; local in function:Lisp_Let
2286 LispObj *list; local in function:Lisp_ListLength
2938 LispMapnconc(LispObj * list) argument
2987 LispObj *function, *list, *more_lists; local in function:LispMapc
3099 LispObj *function, *list, *more_lists; local in function:LispMapl
3225 LispObj *item, *list, *test, *test_not, *key; local in function:Lisp_Member
3494 LispObj *list, *lists, *cons, *head, *tail; local in function:Lisp_Nconc
3590 LispObj *oindex, *list; local in function:Lisp_Nth
3618 LispObj *oindex, *list; local in function:Lisp_Nthcdr
3670 LispObj *list; local in function:Lisp_Null
4051 LispObj *result, *list, *symbol, *value; local in function:Lisp_Progv
4210 LispObj *result, *list; local in function:Lisp_Push
4249 LispObj *result, *list; local in function:Lisp_Pushnew
4531 LispObj *list, *object, **kobjects = NULL, **xobjects; local in function:LispDeleteOrRemoveDuplicates
4734 long i, j, start, end, length, copy, count, xstart, xend, xinc, xlength; local in function:LispDeleteRemoveXSubstitute
4917 LispObj *list, *object; local in function:LispDeleteRemoveXSubstitute
5182 LispObj *list, *result = NIL; local in function:LispXReverse
5635 LispObj *value, *symbol, *list, *form; local in function:Lisp_Psetq
5934 LispMergeSort(LispObj * list,LispObj * predicate,LispObj * key,int code) argument
6037 LispObj *list, *work, *cons = NULL; local in function:Lisp_Sort
6299 LispObj *list, *body, *ptr, *tag, *labels, *map, **p_body; local in function:Lisp_Tagbody
6716 LispObj *list; local in function:LispValuesList
6912 LispObj *symbol, *list; local in function:Lisp_XeditSetSymbolPlist
6928 LispObj *value, *list, *object; local in function:Lisp_XeditVectorStore
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c467 sna_copy_init_blt(struct sna_copy_op *copy, argument
6918 sna_do_copy(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy,sna_copy_func copy,Pixel bitPlane,void * closure) argument
7113 sna_copy_func copy; local in function:sna_copy_area
12765 struct sna_copy_op copy; local in function:sna_poly_fill_rect_tiled_blt
17186 sna_accel_flush_callback(CallbackListPtr * list,pointer user_data,pointer call_data) argument
[all...]
/xsrc/external/mit/xterm/dist/
H A Dcharproc.c6702 XVaNestedList list; local in function:PreeditPosition
8567 char **list = NULL; local in function:property_to_string
8660 int copy = IsTitleMode(xw, tmGetBase16); local in function:report_win_label
9964 set_flags_from_list(char * target,const char * source,const FlagList * list) argument
10051 String *list = TypeMallocN(String, XtNumber(xterm_resources)); local in function:reportResources
[all...]
/xsrc/external/mit/freetype/dist/docs/reference/assets/fonts/
H A Dfont-awesome.css

Completed in 123 milliseconds