File: fdef133.txt

package info (click to toggle)
python-vttlib 0.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: python: 1,113; makefile: 4; sh: 4
file content (50 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
FDEF[], 133

/* support fn for fns 134 and 135

   CALL[], <align?>, <from>, <to>, 133 */

#BEGIN
#PUSHOFF

SWAP[]

/* STACK: <align?>, <to>, <from> */

#WBeginLoop133:

#PUSH, 2 /* to */
CINDEX[]
#PUSH, 2 /* from */
CINDEX[]
GTEQ[]
IF[]

    /* STACK: <align?>, <to>, <from> */

    DUP[]
    #PUSH, 4 /* align? */
    CINDEX[]
    IF[]
        ALIGNRP[]
    ELSE[]
        IP[]
    EIF[]

    #PUSH, 1
    ADD[]

    #PUSH, WOffset133
    JMPR[], (WOffset133=#WBeginLoop133)

EIF[]

/* STACK: <align?>, <to>, <from> */

POP[]
POP[]
POP[]

#PUSHON
#END
ENDF[]