Searched refs:stl (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dreo.c91 orec_free_stl(rec_stl *stl) argument
95 for (i = 0; i < stl->nstrs; i++) {
96 if (stl->lens[i] > 2)
97 free(stl->strs[i]);
100 free(stl->lens);
101 free(stl->strs);
102 free(stl);
578 rec_stl *stl; local in function:orec_str_list
583 if ((stl = calloc(1, sizeof(rec_stl))) == NULL)
586 if ((stl
[all...]
H A Dre.c2003 rec_build_stl(inf, pat->data.stl);
2073 rec_build_stl(re_inf *inf, rec_stl *stl) argument
2079 rlen = stl->tlen + stl->nstrs + 4;
2082 if (stl->nstrs >= LARGE_STL_COUNT) {
2084 code = stl->type == Rep_StringList ?
2088 code = (ReCode)stl->type;
2097 if (stl->nstrs < LARGE_STL_COUNT)
2098 inf->cod[inf->len++] = stl->nstrs;
2103 if (stl
2354 unsigned char *cod = code->cod, *stl; local in function:redump
[all...]
H A Drep.h297 rec_stl *stl; member in union:_rec_pat::__anon0e9fd9d0020a
H A Drec.c1011 orec_free_stl(pat->data.stl);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c791 struct ir3_instruction *stl, *offset; local in function:emit_intrinsic_store_shared
812 stl = ir3_STL(b, offset, 0,
815 stl->cat6.dst_offset = first_component + base;
816 stl->cat6.type = utype_src(intr->src[0]);
817 stl->barrier_class = IR3_BARRIER_SHARED_W;
818 stl->barrier_conflict = IR3_BARRIER_SHARED_R | IR3_BARRIER_SHARED_W;
820 array_insert(b, b->keeps, stl);
H A Ddisasm-a3xx.c807 /* NOTE: blob seems to use old encoding for ldl/stl (local memory) */
997 OPC(6, OPC_STL, stl),
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c909 struct ir3_instruction *stl, *offset; local in function:emit_intrinsic_store_shared
922 stl = ir3_STL(b, offset, 0, ir3_create_collect(b, value, ncomp), 0,
924 stl->cat6.dst_offset = base;
925 stl->cat6.type = utype_src(intr->src[0]);
926 stl->barrier_class = IR3_BARRIER_SHARED_W;
927 stl->barrier_conflict = IR3_BARRIER_SHARED_R | IR3_BARRIER_SHARED_W;
929 array_insert(b, b->keeps, stl);
H A Ddisasm-a3xx.c318 OPC(6, OPC_STL, stl),

Completed in 15 milliseconds