Searched refs:ls (Results 1 - 25 of 853) sorted by relevance

1234567891011>>

/netbsd-current/external/mit/isl/dist/
H A Disl_deprecated.c5 __isl_give isl_constraint *isl_equality_alloc(__isl_take isl_local_space *ls) argument
7 return isl_constraint_alloc_equality(ls);
12 __isl_give isl_constraint *isl_inequality_alloc(__isl_take isl_local_space *ls) argument
14 return isl_constraint_alloc_inequality(ls);
H A Disl_local_space.c27 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls) argument
29 return ls ? ls->dim->ctx : NULL;
32 /* Return a hash value that digests "ls".
34 uint32_t isl_local_space_get_hash(__isl_keep isl_local_space *ls) argument
38 if (!ls)
42 space_hash = isl_space_get_full_hash(isl_local_space_peek_space(ls));
44 div_hash = isl_mat_get_hash(ls->div);
54 isl_local_space *ls = NULL; local
60 ls
101 isl_local_space_copy(__isl_keep isl_local_space *ls) argument
110 isl_local_space_dup(__isl_keep isl_local_space *ls) argument
120 isl_local_space_cow(__isl_take isl_local_space *ls) argument
131 isl_local_space_free( __isl_take isl_local_space *ls) argument
150 isl_local_space_is_params(__isl_keep isl_local_space *ls) argument
159 isl_local_space_is_set(__isl_keep isl_local_space *ls) argument
172 isl_local_space_check_has_space(__isl_keep isl_local_space *ls, __isl_keep isl_space *space) argument
230 isl_local_space_dim(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
253 isl_local_space_var_offset(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
274 isl_local_space_offset(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
294 isl_local_space_find_dim_by_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, const char *name) argument
306 isl_local_space_has_dim_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
312 isl_local_space_get_dim_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
318 isl_local_space_has_dim_id(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
324 isl_local_space_get_dim_id(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos) argument
334 extract_div(__isl_keep isl_local_space *ls, int pos) argument
351 drop_unknown_divs_and_extract_div( __isl_keep isl_local_space *ls, int pos) argument
385 isl_local_space_get_div(__isl_keep isl_local_space *ls, int pos) argument
418 isl_local_space_peek_space(__isl_keep isl_local_space *ls) argument
426 isl_local_space_get_space(__isl_keep isl_local_space *ls) argument
440 isl_local_space_take_space(__isl_keep isl_local_space *ls) argument
458 isl_local_space_restore_space( __isl_take isl_local_space *ls, __isl_take isl_space *space) argument
484 isl_local_space_peek_local(__isl_keep isl_local_space *ls) argument
491 isl_local_space_get_local(__isl_keep isl_local_space *ls) argument
505 isl_local_space_take_local( __isl_keep isl_local_space *ls) argument
525 isl_local_space_restore_local( __isl_take isl_local_space *ls, __isl_take isl_local *local) argument
551 isl_local_space_set_tuple_id( __isl_take isl_local_space *ls, enum isl_dim_type type, __isl_take isl_id *id) argument
567 isl_local_space_set_dim_name( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, const char *s) argument
581 isl_local_space_set_dim_id( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, __isl_take isl_id *id) argument
600 isl_local_space_set_from_params( __isl_take isl_local_space *ls) argument
612 isl_local_space_reset_space( __isl_take isl_local_space *ls, __isl_take isl_space *space) argument
633 isl_local_space_realign( __isl_take isl_local_space *ls, __isl_take isl_reordering *r) argument
648 isl_local_space_add_div( __isl_take isl_local_space *ls, __isl_take isl_vec *div) argument
675 isl_local_space_replace_divs( __isl_take isl_local_space *ls, __isl_take isl_mat *div) argument
855 isl_local_space_swap_div( __isl_take isl_local_space *ls, int a, int b) argument
944 isl_local_space_div_is_marked_unknown(__isl_keep isl_local_space *ls, int div) argument
954 isl_local_space_div_is_known(__isl_keep isl_local_space *ls, int div) argument
963 isl_local_space_divs_known(__isl_keep isl_local_space *ls) argument
970 isl_local_space_domain( __isl_take isl_local_space *ls) argument
988 isl_local_space_range( __isl_take isl_local_space *ls) argument
1010 isl_local_space_from_domain( __isl_take isl_local_space *ls) argument
1022 isl_local_space_add_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned n) argument
1037 isl_local_space_lift_basic_set( __isl_take isl_local_space *ls, __isl_take isl_basic_set *bset) argument
1072 isl_local_space_lift_set(__isl_take isl_local_space *ls, __isl_take isl_set *set) argument
1103 normalize_div( __isl_take isl_local_space *ls, int div) argument
1130 isl_local_space_substitute_equalities( __isl_take isl_local_space *ls, __isl_take isl_basic_set *eq) argument
1195 isl_local_space_substitute_seq( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, isl_int *subs, int subs_len, int first, int n) argument
1248 isl_local_space_substitute( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, __isl_keep isl_aff *subs) argument
1273 isl_local_space_is_named_or_nested(__isl_keep isl_local_space *ls, enum isl_dim_type type) argument
1281 isl_local_space_drop_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
1313 isl_local_space_insert_dims( __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
1356 is_linear_div_constraint(__isl_keep isl_local_space *ls, isl_int *constraint, unsigned div, int *sign) argument
1400 isl_local_space_is_div_constraint(__isl_keep isl_local_space *ls, isl_int *constraint, unsigned div) argument
1444 isl_local_space_is_div_equality(__isl_keep isl_local_space *ls, isl_int *constraint, unsigned div) argument
1461 isl_local_space_get_active(__isl_keep isl_local_space *ls, isl_int *l) argument
1496 isl_local_space_lift( __isl_take isl_local_space *ls) argument
1514 isl_local_space_lifting( __isl_take isl_local_space *ls) argument
1556 isl_local_space_preimage_multi_aff( __isl_take isl_local_space *ls, __isl_take isl_multi_aff *ma) argument
1631 isl_local_space_move_dims( __isl_take isl_local_space *ls, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
1690 isl_local_space_wrapped_reverse( __isl_take isl_local_space *ls) argument
1720 isl_local_space_flatten_domain( __isl_take isl_local_space *ls) argument
1744 isl_local_space_flatten_range( __isl_take isl_local_space *ls) argument
1768 isl_local_space_wrap(__isl_take isl_local_space *ls) argument
1785 isl_local_space_lift_point(__isl_take isl_local_space *ls, __isl_take isl_point *pnt) argument
1821 isl_local_space_involves_dims(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n) argument
[all...]
H A Disl_local_space_private.h15 isl_stat isl_local_space_check_range(__isl_keep isl_local_space *ls,
18 uint32_t isl_local_space_get_hash(__isl_keep isl_local_space *ls);
26 __isl_keep isl_local_space *ls);
29 __isl_take isl_local_space *ls, int a, int b);
31 __isl_take isl_local_space *ls, __isl_take isl_vec *div);
37 isl_size isl_local_space_var_offset(__isl_keep isl_local_space *ls,
39 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls,
41 isl_bool isl_local_space_involves_dims(__isl_keep isl_local_space *ls,
45 __isl_take isl_local_space *ls, __isl_take isl_mat *div);
46 isl_bool isl_local_space_div_is_marked_unknown(__isl_keep isl_local_space *ls,
[all...]
H A Disl_sort.c56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; local
77 ls = lo;
92 ls = lo;
101 if (lo > ls) {
102 memcpy (b, ls, lo - ls);
103 copied += (lo - ls);
104 b += (lo - ls);
111 memcpy (b, ls, lo - ls);
[all...]
H A Disl_multi_zero_templ.c33 isl_local_space *ls; local
37 ls = isl_local_space_from_space(space);
38 el = FN(EL,zero_on_domain)(ls);
/netbsd-current/external/mit/lua/dist/src/
H A Dllex.c36 #define next(ls) (ls->current = zgetc(ls->z))
40 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
55 #define save_and_next(ls) (save(ls, ls->current), next(ls))
61 save(LexState *ls, int c) argument
86 luaX_token2str(LexState *ls, int token) argument
103 txtToken(LexState *ls, int token) argument
119 lexerror(LexState *ls, const char *msg, int token) argument
127 luaX_syntaxerror(LexState *ls, const char *msg) argument
142 luaX_newstring(LexState *ls, const char *str, size_t l) argument
164 inclinenumber(LexState *ls) argument
175 luaX_setinput(lua_State *L, LexState *ls, ZIO *z, TString *source, int firstchar) argument
199 check_next1(LexState *ls, int c) argument
212 check_next2(LexState *ls, const char *set) argument
236 read_numeral(LexState *ls, SemInfo *seminfo) argument
269 read_numeral(LexState *ls, SemInfo *seminfo) argument
296 skip_sep(LexState *ls) argument
311 read_long_string(LexState *ls, SemInfo *seminfo, size_t sep) argument
350 esccheck(LexState *ls, int c, const char *msg) argument
359 gethexa(LexState *ls) argument
366 readhexaesc(LexState *ls) argument
374 readutf8esc(LexState *ls) argument
392 utf8esc(LexState *ls) argument
400 readdecesc(LexState *ls) argument
413 read_string(LexState *ls, int del, SemInfo *seminfo) argument
476 llex(LexState *ls, SemInfo *seminfo) argument
600 luaX_next(LexState *ls) argument
611 luaX_lookahead(LexState *ls) argument
[all...]
H A Dlparser.c68 static void statement (LexState *ls);
69 static void expr (LexState *ls, expdesc *v);
72 static l_noret error_expected (LexState *ls, int token) { argument
73 luaX_syntaxerror(ls,
74 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token)));
79 lua_State *L = fs->ls->L;
87 luaX_syntaxerror(fs->ls, msg);
99 static int testnext (LexState *ls, int c) { argument
100 if (ls
111 check(LexState *ls, int c) argument
120 checknext(LexState *ls, int c) argument
134 check_match(LexState *ls, int what, int who, int where) argument
147 str_checkname(LexState *ls) argument
170 codename(LexState *ls, expdesc *e) argument
179 registerlocalvar(LexState *ls, FuncState *fs, TString *varname) argument
197 new_localvar(LexState *ls, TString *name) argument
281 check_readonly(LexState *ls, expdesc *e) argument
315 adjustlocalvars(LexState *ls, int nvars) argument
467 singlevar(LexState *ls, expdesc *var) argument
486 adjust_assign(LexState *ls, int nvars, int nexps, expdesc *e) argument
518 jumpscopeerror(LexState *ls, Labeldesc *gt) argument
531 solvegoto(LexState *ls, int g, Labeldesc *label) argument
548 findlabel(LexState *ls, TString *name) argument
564 newlabelentry(LexState *ls, Labellist *l, TString *name, int line, int pc) argument
579 newgotoentry(LexState *ls, TString *name, int line, int pc) argument
589 solvegotos(LexState *ls, Labeldesc *lb) argument
612 createlabel(LexState *ls, TString *name, int line, int last) argument
662 undefgoto(LexState *ls, Labeldesc *gt) argument
678 LexState *ls = fs->ls; local
702 addprototype(LexState *ls) argument
726 codeclosure(LexState *ls, expdesc *v) argument
733 open_func(LexState *ls, FuncState *fs, BlockCnt *bl) argument
760 close_func(LexState *ls) argument
792 block_follow(LexState *ls, int withuntil) argument
803 statlist(LexState *ls) argument
815 fieldsel(LexState *ls, expdesc *v) argument
826 yindex(LexState *ls, expdesc *v) argument
851 recfield(LexState *ls, ConsControl *cc) argument
900 listfield(LexState *ls, ConsControl *cc) argument
907 field(LexState *ls, ConsControl *cc) argument
929 constructor(LexState *ls, expdesc *t) argument
963 parlist(LexState *ls) argument
994 body(LexState *ls, expdesc *e, int ismethod, int line) argument
1016 explist(LexState *ls, expdesc *v) argument
1029 funcargs(LexState *ls, expdesc *f, int line) argument
1084 primaryexp(LexState *ls, expdesc *v) argument
1106 suffixedexp(LexState *ls, expdesc *v) argument
1144 simpleexp(LexState *ls, expdesc *v) argument
1274 subexpr(LexState *ls, expdesc *v, int limit) argument
1304 expr(LexState *ls, expdesc *v) argument
1319 block(LexState *ls) argument
1345 check_conflict(LexState *ls, struct LHS_assign *lh, expdesc *v) argument
1389 restassign(LexState *ls, struct LHS_assign *lh, int nvars) argument
1420 cond(LexState *ls) argument
1430 gotostat(LexState *ls) argument
1452 breakstat(LexState *ls) argument
1462 checkrepeated(LexState *ls, TString *name) argument
1472 labelstat(LexState *ls, TString *name, int line) argument
1482 whilestat(LexState *ls, int line) argument
1501 repeatstat(LexState *ls, int line) argument
1531 exp1(LexState *ls) argument
1558 forbody(LexState *ls, int base, int line, int nvars, int isgen) argument
1583 fornum(LexState *ls, TString *varname, int line) argument
1606 forlist(LexState *ls, TString *indexname) argument
1634 forstat(LexState *ls, int line) argument
1652 test_then_block(LexState *ls, int *escapelist) argument
1689 ifstat(LexState *ls, int line) argument
1703 localfunc(LexState *ls) argument
1715 getlocalattribute(LexState *ls) argument
1740 localstat(LexState *ls) argument
1782 funcname(LexState *ls, expdesc *v) argument
1796 funcstat(LexState *ls, int line) argument
1809 exprstat(LexState *ls) argument
1827 retstat(LexState *ls) argument
1859 statement(LexState *ls) argument
1938 mainfunc(LexState *ls, FuncState *fs) argument
[all...]
/netbsd-current/external/gpl2/groff/dist/
H A Dmdate.sh12 if ls -L /dev/null 1>/dev/null 2>&1; then ls -L -l $1; else ls -l $1; fi
/netbsd-current/sys/compat/linux/common/
H A Dlinux_oldselect.c64 struct linux_oldselect ls; local
67 if ((error = copyin(SCARG(uap, lsp), &ls, sizeof(ls))))
70 return linux_select1(l, retval, ls.nfds, ls.readfds, ls.writefds,
71 ls.exceptfds, ls.timeout);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dreloc-6a.s5 ls: label
10 lw $4,%got_page(ls)($gp)
11 addiu $4,$4,%got_ofst(ls)
H A Dreloc-6b.s6 ls: label
11 lw $4,%got_page(ls)($gp)
12 addiu $4,$4,%got_ofst(ls)
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c65 ldap_sync_t *ls = ls_in; local
67 if ( ls == NULL ) {
68 ls = ldap_memalloc( sizeof( ldap_sync_t ) );
69 if ( ls == NULL ) {
73 memset( ls, 0, sizeof( ldap_sync_t ) );
75 ls->ls_scope = LDAP_SCOPE_SUBTREE;
76 ls->ls_timeout = -1;
78 return ls;
85 ldap_sync_destroy( ldap_sync_t *ls, int freeit ) argument
87 assert( ls !
131 ldap_sync_search_entry( ldap_sync_t *ls, LDAPMessage *res ) argument
250 ldap_sync_search_reference( ldap_sync_t *ls, LDAPMessage *res ) argument
272 ldap_sync_search_result( ldap_sync_t *ls, LDAPMessage *res ) argument
426 ldap_sync_search_intermediate( ldap_sync_t *ls, LDAPMessage *res, int *refreshDone ) argument
656 ldap_sync_init( ldap_sync_t *ls, int mode ) argument
[all...]
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dlocal_space.h16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
22 __isl_keep isl_local_space *ls);
24 __isl_take isl_local_space *ls);
26 isl_bool isl_local_space_is_params(__isl_keep isl_local_space *ls);
27 isl_bool isl_local_space_is_set(__isl_keep isl_local_space *ls);
30 __isl_take isl_local_space *ls,
33 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,
35 isl_bool isl_local_space_has_dim_name(__isl_keep isl_local_space *ls,
37 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
40 __isl_take isl_local_space *ls,
[all...]
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dlvm2app.sh22 ls -lR `pwd`
/netbsd-current/bin/ls/
H A DMakefile4 PROG= ls
5 SRCS= cmp.c ls.c main.c print.c util.c
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Dtest-attrcache.in55 inode_a=`ls -lLi /tmp/a | awk '{print $1}'`
56 inode_b=`ls -lLi /tmp/b | awk '{print $1}'`
57 ls -lLi $a/a
58 ls -lLi $a/b
59 ls -l $mapfile
71 ls -l $mapfile
73 ino=`ls -lLi $a/a | awk '{print $1}'`
76 ls -li $a/a
86 ls -li $a/a
107 ls
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Ddive_1.c67 mp_limb_t inverse, s, s_next, c, l, ls, q; local
114 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask);
117 SUBC_LIMB (c, l, ls, c);
129 ls = s >> rshift;
130 l = ls - c;
141 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask);
144 SUBC_LIMB (c, l, ls, c);
156 ls = s >> rshift;
157 l = ls - c;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-lisp-18 tmpfiles="$tmpfiles xg-ls-1.lisp"
9 cat <<EOF > xg-ls-1.lisp
22 tmpfiles="$tmpfiles xg-ls-1.po"
25 -d xg-ls-1 xg-ls-1.lisp
28 tmpfiles="$tmpfiles xg-ls-1.ok"
29 cat <<EOF > xg-ls-1.ok
48 ${DIFF} xg-ls-1.ok xg-ls-1.po
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dcheck-postfix-files21 (ls man/man?/* html/*.html |sed 's/.*\///' | grep -E -v '^makedefs.1
28 ls README_FILES) | sort >expected.tmp
H A Dcheck-spell-install-proto-text7 (ls *install* proto/* | grep -E -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf proto/stop
H A Dcheck-double-proto-html7 ls proto/*.html proto/*.proto | xargs mantools/dehtml | mantools/find-double | grep -F -vxf proto/stop.double-proto-html
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/kats/
H A Dcheck-sums.sh3 for file in `ls | grep '^[a-z2]*\(_v\)\?[0-9]*$' | xargs`
/netbsd-current/sys/arch/sparc/sparc/
H A Dcache.c108 u_int i, lim, ls, ts; local
117 ls = CACHEINFO.c_linesize;
120 for (i = AC_CACHETAGS, lim = i + ts; i < lim; i += ls)
209 int i, ls, ts; local
223 ls = CACHEINFO.c_linesize;
229 for (i = 0; i < ts; i += ls)
259 int i, ls, ts; local
270 ls = CACHEINFO.ic_linesize;
273 for (i = 0; i < ts; i += ls)
276 ls
290 int i, ls, ts; local
322 int i, ls, ts; local
388 int i, ls; local
418 int i, ls; local
441 int i, ls; local
467 int i, ls; local
517 int i, ls, baseoff; local
592 int i, ls, octx; local
618 int i, ls, octx; local
646 int i, ls, octx; local
670 int i, ls, octx; local
721 int i, ls, offset; local
917 int i, ls; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dthumb2_relax.s5 .macro ls op w=".w"
33 ls ldrb
34 ls ldrsb
35 ls ldrh
36 ls ldrsh
37 ls ldr
38 .purgem ls
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_mfcio.h192 #define mfc_put( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_PUT_CMD))
193 #define mfc_putf( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_PUTF_CMD))
194 #define mfc_putb( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_PUTB_CMD))
195 #define mfc_get( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_GET_CMD))
196 #define mfc_getf( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2
[all...]

Completed in 183 milliseconds

1234567891011>>