OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stl
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/re/
reo.c
91
orec_free_stl(rec_stl *
stl
)
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
583
if ((
stl
= calloc(1, sizeof(rec_stl))) == NULL)
586
if ((
stl
->lens = malloc(sizeof(unsigned char) * count)) == NULL)
[
all
...]
re.c
2003
rec_build_stl(inf, pat->data.
stl
);
2073
rec_build_stl(re_inf *inf, rec_stl *
stl
)
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
->nstrs < LARGE_STL_COUNT)
2354
unsigned char *cod = code->cod, *
stl
;
local
[
all
...]
rep.h
297
rec_stl *
stl
;
member in union:_rec_pat::__anon6648
rec.c
1011
orec_free_stl(pat->data.
stl
);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_compiler_nir.c
909
struct ir3_instruction *
stl
, *offset;
local
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
);
977
/* for a650, use
STL
for vertex outputs used by tess ctrl shader: */
disasm-a3xx.c
318
OPC(6, OPC_STL,
stl
),
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_compiler_nir.c
791
struct ir3_instruction *
stl
, *offset;
local
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
);
disasm-a3xx.c
807
/* NOTE: blob seems to use old encoding for ldl/
stl
(local memory) */
997
OPC(6, OPC_STL,
stl
),
Completed in 45 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026