| /src/external/mit/isl/dist/include/isl/ |
| list.h | 22 struct EXPORT isl_##EL##_list; \ 23 typedef struct isl_##EL##_list isl_##EL##_list; 29 isl_ctx *isl_##EL##_list_get_ctx(__isl_keep isl_##EL##_list *list); \ 31 __isl_give isl_##EL##_list *isl_##EL##_to_list(__isl_take isl_##EL *el);\ 33 __isl_give isl_##EL##_list *isl_##EL##_list_from_##EL( \ 36 __isl_give isl_##EL##_list *isl_##EL##_list_alloc(isl_ctx *ctx, int n); \ 37 __isl_give isl_##EL##_list *isl_##EL##_list_copy( \ 38 __isl_keep isl_##EL##_list *list); \ 39 __isl_null isl_##EL##_list *isl_##EL##_list_free( [all...] |
| multi.h | 22 __isl_give isl_##BASE##_list *isl_multi_##BASE##_get_list( \ 25 __isl_give isl_multi_##BASE *isl_multi_##BASE##_from_##BASE##_list( \ 26 __isl_take isl_space *space, __isl_take isl_##BASE##_list *list); \ 29 __isl_take isl_space *space, __isl_take isl_##BASE##_list *list); \
|
| /src/external/mit/isl/dist/ |
| isl_list_private.h | 8 __isl_keep isl_##EL##_list *list, int index);
|
| isl_list_macro.h | 7 #define xLIST(EL) EL ## _list
|
| isl_list_templ.h | 3 #define xLIST(EL) EL ## _list
|
| isl_test_list_templ.c | 5 #define xLIST(EL) EL ## _list
|
| /src/crypto/external/bsd/openssh/dist/ |
| addrmatch.c | 38 * Match "addr" against list pattern list "_list", which may contain a 41 * If addr is NULL, then no matching is performed, but _list is parsed 50 addr_match_list(const char *addr, const char *_list) 61 if ((o = list = strdup(_list)) == NULL) 101 * Match "addr" against list CIDR list "_list". Lexical wildcards and 103 * of "_list". 110 addr_match_cidr_list(const char *addr, const char *_list) 121 if ((o = list = strdup(_list)) == NULL)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| firmware.h | 23 typeof(l[0]) *_list = (l), *_next, *_fwif = NULL; \ 29 for (_next = _list; !_fwif && _next->load; _next++) { \ 40 for (_next = _fwif ? _fwif : _list; _next->load; _next++) { \
|
| /src/distrib/sets/ |
| makeflist | 37 for _list in ${OPTARG}; do 38 case $_list in
|
| makeobsolete | 38 for _list in ${OPTARG}; do 39 case $_list in
|
| maketars | 80 for _list in ${OPTARG}; do 81 case $_list in
|
| /src/usr.bin/tee/ |
| tee.c | 57 typedef struct _list { struct 58 struct _list *next;
|
| /src/external/bsd/file/dist/python/ |
| magic.py | 110 _list = _libraries['magic'].magic_list variable 111 _list.restype = c_int 112 _list.argtypes = [magic_t, c_char_p] 240 return _list(self._magic_t, Magic.__tobytes(dbs))
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| defs.h | 391 struct listblock _list; 401 #define b_list _u._list 390 struct listblock _list; member in union:bigblock::__anon7936
|