Searched defs:ls (Results 76 - 100 of 150) sorted by relevance

123456

/netbsd-current/sys/dev/usb/
H A Duvscom.c510 uvscom_set_line_coding(struct uvscom_softc *sc, uint16_t lsp, uint16_t ls) argument
624 uint16_t ls; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c2408 nml_parse_qualifier(st_parameter_dt *dtp, descriptor_dimension *ad, array_loop_spec *ls, int rank, bt nml_elem_type, char *parse_err_msg, size_t parse_err_msg_size, int *parsed_rank) argument
[all...]
H A Dtransfer.c3438 init_loop_spec (gfc_array_char *desc, array_loop_spec *ls, argument
3483 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c79 isl_local_space *ls = isl_local_space_from_space (space); local
165 isl_local_space *ls = isl_local_space_from_space (isl_space_copy (space)); local
760 isl_local_space *ls = isl_local_space_from_space (isl_space_copy (space)); local
774 isl_local_space *ls = isl_local_space_from_space (space); local
1063 isl_local_space *ls = isl_local_space_from_space (space); local
[all...]
/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.c839 LoadS *ls = (LoadS *)ud; local
850 LoadS ls; local
H A Dlvm.c400 static int l_strcmp (const TString *ls, const TString *rs) { argument
H A Dlcode.c50 l_noret luaK_semerror (LexState *ls, const char *msg) { argument
[all...]
H A Dlparser.c72 static l_noret error_expected (LexState *ls, int token) { argument
99 static int testnext (LexState *ls, int c) { argument
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...]
H A Dlstrlib.c782 size_t ls, lp; local
863 size_t ls, lp; local
765 prepstate(MatchState *ms, lua_State *L, const char *s, size_t ls, const char *p, size_t lp) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc70 isl_local_space *ls = isl_local_space_from_space (space); local
156 isl_local_space *ls = isl_local_space_from_space (isl_space_copy (space)); local
756 isl_local_space *ls = isl_local_space_from_space (isl_space_copy (space)); local
770 isl_local_space *ls = isl_local_space_from_space (space); local
1059 isl_local_space *ls = isl_local_space_from_space (space); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c2407 nml_parse_qualifier(st_parameter_dt *dtp, descriptor_dimension *ad, array_loop_spec *ls, int rank, bt nml_elem_type, char *parse_err_msg, size_t parse_err_msg_size, int *parsed_rank) argument
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshkey-xmss.c774 size_t ls, lsl, la, lk, ln, lr; local
/netbsd-current/external/mit/isl/dist/
H A Disl_local_space.c27 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls) argument
34 uint32_t isl_local_space_get_hash(__isl_keep isl_local_space *ls) argument
54 isl_local_space *ls = NULL; local
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...]
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c496 integer_constant_type_signed(unsigned ls, uint64_t ui, int base, bool warned) argument
/netbsd-current/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp1201 table::table(int nc, unsigned f, int ls, char dpc) argument
[all...]
/netbsd-current/usr.bin/ftp/
H A Dcmds.c1290 ls(int argc, char *argv[]) function
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c1367 struct hostapd_lang_string *ls; local
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A Dure.c894 _ure_probe_ls(ucs2_t *ls, unsigned long limit, ucs4_t *c) argument
1594 _ure_state_t *sp1, *sp2, *ls, *rs; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.h553 const unsigned char ls[16] = local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.h508 const unsigned char ls[16] = local
/netbsd-current/sbin/fsdb/
H A Dfsdb.c247 CMDFUNC(ls); /* list directory */ variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c3048 LabelStatement *ls = scx->slabel; local
3104 LabelStatement *ls; local
3673 visit(LabelStatement *ls) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2167 create_subid_section_table (struct lto_section_slot *ls, splay_tree file_ids, argument
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Daarch64-opc.h509 const unsigned char ls[16] = local
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc2176 create_subid_section_table (struct lto_section_slot *ls, splay_tree file_ids, argument

Completed in 386 milliseconds

123456