Searched refs:opcodes (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/ |
H A D | Makefile.com | 26 opcodes.o \ 57 GENSRC = opcodes.c parse.c 103 GENHDR = opcodes.h parse.h 174 opcodes.c \ 175 opcodes.h \ 216 opcodes.h: $(SRCDIR)/vdbe.c 224 opcodes.c: $(SRCDIR)/vdbe.c 274 objs/opcodes.o pics/opcodes.o: opcodes.c $(GENHDR) 275 $(COMPILE.c) -o $@ opcodes.c
|
H A D | main.mk | 61 main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o \ 129 opcodes.h \ 181 target_source: $(SRC) $(VDBEHDR) opcodes.c 186 cp parse.c opcodes.c tsrc 209 opcodes.o: opcodes.c 210 $(TCCX) -c opcodes.c 212 opcodes.c: $(TOP)/src/vdbe.c 213 echo '/* Automatically generated file. Do not edit */' >opcodes.c 214 echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c 216 sed -e 's/^.*OP_/ "/' -e 's/:.*$$/", /' >>opcodes.c [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | progress.test | 65 # This figures out how many opcodes it takes to copy 5 extra rows into t1. 77 # opcodes to copy 5 rows. That way, when we try to copy 6 rows, we know
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 649 static char *opcodes[] = \ in tpacket() local 658 (void) printf("%s %s ", s, opcodes[op]); in tpacket()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 767 ** The progress callback is invoked once for every N virtual machine opcodes, 774 ** in less than N opcodes being executed, then the progress callback is not
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 252 opcodes is surrounded by an "If(0)" construct. As this feature becomes 1159 interpreters, since no new AML opcodes are created. To implement the 2344 4)Add support for the ZERO/ONE/ONES AML opcodes for integer objects 2842 opcodes/operators. 2847 errors. This option causes the disassembler to ignore all NOOP opcodes 3109 Enhanced error reporting for invalid AML opcodes and bad ACPI_NAMEs. For 3111 incorrect table offset reported for invalid opcodes. Report the original 3300 expressions that allow the use of type 3/4/5 opcodes to generate 8590 support all constant values, now including the Zero and One opcodes. 10488 Implemented support to execute Type 1 and Type 2 AML opcodes appearing at [all …]
|
/titanic_41/ |
H A D | .gitignore | 4055 usr/src/lib/libsqlite/i386/opcodes.c 4056 usr/src/lib/libsqlite/i386/opcodes.h
|