Home
last modified time | relevance | path

Searched refs:litidx (Results 1 – 7 of 7) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sc1.c910 while (k < litidx) in dumplits()
916 while (j && k < litidx) in dumplits()
1095 litidx = 0; in declglb()
1106 dumpzero((int)size - litidx); in declglb()
1107 litidx = 0; in declglb()
1297 if (cur_lit < litidx) in declloc()
1306 if (i == litidx) in declloc()
2325 if (litidx) in newfunc()
2327 glb_declared += litidx; in newfunc()
2330 litidx = 0; in newfunc()
[all …]
H A Dembryo_cc_scvars.c49 int litidx = 0; /* index to literal table */ variable
H A Dembryo_cc_sc4.c78 assert(litidx == 0); /* literal queue should have been emptied */ in writetrailer()
129 outval(glb_declared - litidx, TRUE); in begdseg()
H A Dembryo_cc_sc2.c2017 *lexvalue = _lexval = litidx; in lex()
2036 *lexvalue = _lexval = litidx; in lex()
2254 if (litidx >= litmax) in stowlit()
2264 assert(litidx < litmax); in stowlit()
2265 litq[litidx++] = val; in stowlit()
H A Dembryo_cc_sc3.c1825 *dataaddr = (litidx + glb_declared) * sizeof(cell); in setdefarray()
2400 lval->constval = val - litidx; /* constval == the negative value of the in constant()
2410 val = litidx; in constant()
2431 lval->constval = litidx - val; /* constval == the size of the literal array */ in constant()
H A Dembryo_cc_sc.h618 extern int litidx; /* index to literal table */
/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c1524 if (litidx < 0) { in decompress_pairs()
1526 litidx += d->sizetable[--block] + 1; in decompress_pairs()
1527 } while (litidx < 0); in decompress_pairs()
1529 while (litidx > d->sizetable[block]) in decompress_pairs()
1530 litidx -= d->sizetable[block++] + 1; in decompress_pairs()
1550 if (litidx < (int) symlen[sym] + 1) in decompress_pairs()
1552 litidx -= (int) symlen[sym] + 1; in decompress_pairs()
1569 if (litidx < (int) symlen[sym] + 1) in decompress_pairs()
1571 litidx -= (int) symlen[sym] + 1; in decompress_pairs()
1591 if (litidx < (int) symlen[s1] + 1) in decompress_pairs()
[all …]