Searched refs:lst (Results 1 - 25 of 203) sorted by relevance

123456789

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Dx-list.c72 X_PFX (list_free) (x_list *lst)
78 for (; lst != NULL; lst = next)
80 next = lst->next;
81 list_free_1 (lst);
88 X_PFX (list_prepend) (x_list *lst, void *data)
114 node->next = lst;
121 X_PFX (list_append) (x_list *lst, void *data)
123 x_list *head = lst;
125 if (lst
279 list_sort_1(x_list * lst,int length,int (* less)(const void *,const void *)) argument
[all...]
H A Dx-hook.h37 X_EXTERN x_list *X_PFX (hook_add) (x_list *lst, x_hook_function *fun, void *data);
38 X_EXTERN x_list *X_PFX (hook_remove) (x_list *lst, x_hook_function *fun, void *data);
39 X_EXTERN void X_PFX (hook_run) (x_list *lst, void *arg);
40 X_EXTERN void X_PFX (hook_free) (x_list *lst);
H A Dx-list.h51 X_EXTERN x_list *X_PFX (list_prepend) (x_list *lst, void *data);
53 X_EXTERN x_list *X_PFX (list_append) (x_list *lst, void *data);
54 X_EXTERN x_list *X_PFX (list_remove) (x_list *lst, void *data);
55 X_EXTERN void X_PFX (list_free) (x_list *lst);
56 X_EXTERN x_list *X_PFX (list_pop) (x_list *lst, void **data_ret);
58 X_EXTERN x_list *X_PFX (list_copy) (x_list *lst);
59 X_EXTERN x_list *X_PFX (list_reverse) (x_list *lst);
60 X_EXTERN x_list *X_PFX (list_find) (x_list *lst, void *data);
61 X_EXTERN x_list *X_PFX (list_nth) (x_list *lst, int n);
69 X_EXTERN unsigned int X_PFX (list_length) (x_list *lst);
[all...]
H A Dx-hook.c45 X_PFX (hook_add) (x_list *lst, x_hook_function *fun, void *data)
47 return X_PFX (list_prepend) (lst, CELL_NEW (fun, data));
51 X_PFX (hook_remove) (x_list *lst, x_hook_function *fun, void *data)
56 for (node = lst; node != NULL; node = node->next)
66 lst = X_PFX (list_remove) (lst, cell);
71 return lst;
75 X_PFX (hook_run) (x_list *lst, void *arg)
82 if(!lst)
85 length = X_PFX (list_length) (lst);
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Dx-list.c72 X_PFX(list_free) (x_list * lst) {
77 for (; lst != NULL; lst = next) {
78 next = lst->next;
79 list_free_1(lst);
86 X_PFX(list_prepend) (x_list * lst, void *data) {
110 node->next = lst;
117 X_PFX(list_append) (x_list * lst, void *data) {
118 x_list *head = lst;
120 if (lst
256 list_sort_1(x_list * lst,int length,int (* less)(const void *,const void *)) argument
[all...]
H A Dx-hook.h38 X_EXTERN x_list *X_PFX(hook_add) (x_list * lst, x_hook_function * fun,
40 X_EXTERN x_list *X_PFX(hook_remove) (x_list * lst, x_hook_function * fun,
42 X_EXTERN void X_PFX(hook_run) (x_list * lst, void *arg);
43 X_EXTERN void X_PFX(hook_free) (x_list * lst);
H A Dx-list.h52 X_EXTERN x_list *X_PFX(list_prepend) (x_list * lst, void *data);
54 X_EXTERN x_list *X_PFX(list_append) (x_list * lst, void *data);
55 X_EXTERN x_list *X_PFX(list_remove) (x_list * lst, void *data);
56 X_EXTERN void X_PFX(list_free) (x_list * lst);
57 X_EXTERN x_list *X_PFX(list_pop) (x_list * lst, void **data_ret);
59 X_EXTERN x_list *X_PFX(list_copy) (x_list * lst);
60 X_EXTERN x_list *X_PFX(list_reverse) (x_list * lst);
61 X_EXTERN x_list *X_PFX(list_find) (x_list * lst, void *data);
62 X_EXTERN x_list *X_PFX(list_nth) (x_list * lst, int n);
70 X_EXTERN unsigned int X_PFX(list_length) (x_list * lst);
[all...]
H A Dx-hook.c46 X_PFX(hook_add) (x_list * lst, x_hook_function * fun, void *data) {
47 return X_PFX(list_prepend) (lst, CELL_NEW(fun, data));
51 X_PFX(hook_remove) (x_list * lst, x_hook_function * fun, void *data) {
55 for (node = lst; node != NULL; node = node->next) {
63 lst = X_PFX(list_remove) (lst, cell);
68 return lst;
72 X_PFX(hook_run) (x_list * lst, void *arg) {
75 if (!lst)
78 for (node = lst; nod
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c195 x_list *lst; local in function:__glXAquaContextDestroy
202 lst =
205 lst = x_list_remove(lst, context);
207 context->sid), lst);
248 x_list *lst; local in function:surface_notify
265 lst =
268 for (; lst != NULL; lst = lst
308 x_list *lst; local in function:attach
[all...]
/xsrc/external/mit/xkeyboard-config/dist/tests/
H A DgenLists4Comparison.sh13 registry_names=reg_names.lst
14 group_names=grp_names.lst
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c183 x_list *lst; local in function:__glXAquaContextDestroy
190 lst = x_hash_table_lookup(surface_hash, x_cvt_uint_to_vptr(context->sid), NULL);
191 lst = x_list_remove(lst, context);
192 x_hash_table_insert(surface_hash, x_cvt_uint_to_vptr(context->sid), lst);
229 x_list *lst; local in function:surface_notify
246 lst = x_hash_table_lookup(surface_hash, x_cvt_uint_to_vptr(arg->id), NULL);
247 for (; lst != NULL; lst = lst
285 x_list *lst; local in function:attach
[all...]
/xsrc/external/mit/libXaw/dist/examples/
H A Dlist.c11 Widget lst=closure; local in function:quit_CB
14 ret=XawListShowCurrent(lst);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_isa.py317 lst = list(OrderedDict.fromkeys(modifier_lists[mod]))
320 if len(lst) == 2 and lst[1] == "none":
321 lst.reverse()
324 assert(lst[2] == "none")
325 lst[2] = lst[0]
326 lst[0] = "none"
328 out[mod] = lst
/xsrc/external/mit/brotli/dist/
H A DMakefile.am11 include scripts/sources.lst
H A DCMakeLists.txt160 transform_sources_list("scripts/sources.lst" "${CMAKE_CURRENT_BINARY_DIR}/sources.lst.cmake")
161 include("${CMAKE_CURRENT_BINARY_DIR}/sources.lst.cmake")
/xsrc/external/mit/xkeyboard-config/dist/rules/compat/
H A DMakefile.am1 layout_mappings=$(srcdir)/layoutsMapping.lst
2 variant_mappings=$(srcdir)/variantsMapping.lst
H A DMakefile.in273 layout_mappings = $(srcdir)/layoutsMapping.lst
274 variant_mappings = $(srcdir)/variantsMapping.lst
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dcompiler.h433 struct list_head *lst = &ctx->blocks; local in function:mir_get_block
436 lst = lst->next;
438 return (struct midgard_block *) lst;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c213 move_cf_list_into_loop_term(nir_cf_list *lst, nir_loop_terminator *term) argument
216 nir_cf_reinsert(lst, nir_after_block(term->continue_from_block));
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dlist.lsp1297 (setq lst '((1) (1 2) (1 2 3)))
1298 (equal-eval '((2) (1) (1 2) (1 2 3)) '(pushnew '(2) lst))
1299 (equal-eval '((1) (2) (1) (1 2) (1 2 3)) '(pushnew '(1) lst))
1300 (equal-eval '((1) (2) (1) (1 2) (1 2 3)) '(pushnew '(1) lst :test 'equal))
1301 (equal-eval '((1) (2) (1) (1 2) (1 2 3)) '(pushnew '(1) lst :key #'car))
1319 (setq lst (xseq "012345678"))
1320 (equal-test "010123456" #'replace lst lst :start1 2 :start2 0)
1321 (equal-eval "010123456" 'lst)
/xsrc/external/mit/ctwm/dist/
H A Dadd_window.c259 #define CHKL(lst) IsInList(Scr->lst, tmp_win)
1350 #define SETC(lst, save) GetColorFromList(Scr->lst, tmp_win->name, \
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c213 move_cf_list_into_loop_term(nir_cf_list *lst, nir_loop_terminator *term) argument
216 nir_cf_reinsert(lst, nir_after_block(term->continue_from_block));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1181 GCRA::checkList(std::list<RIG_Node *>& lst) argument
1185 for (std::list<RIG_Node *>::iterator it = lst.begin();
1186 it != lst.end();
1760 SpillCodeInserter::run(const std::list<ValuePair>& lst) argument
1762 for (std::list<ValuePair>::const_iterator it = lst.begin(); it != lst.end();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1231 GCRA::checkList(std::list<RIG_Node *>& lst) argument
1235 for (std::list<RIG_Node *>::iterator it = lst.begin();
1236 it != lst.end();
1806 SpillCodeInserter::run(const std::list<ValuePair>& lst) argument
1808 for (std::list<ValuePair>::const_iterator it = lst.begin(); it != lst.end();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c586 struct list_head *lst = &ctx->blocks; local in function:mir_get_block
589 lst = lst->next;
591 return (struct midgard_block *) lst;

Completed in 32 milliseconds

123456789