HomeSort by: relevance | last modified time | path
    Searched refs:bytecode (Results 1 - 16 of 16) sorted by relevancy

  /src/external/mit/xorg/bin/xedit/lisp/
Makefile 8 SRCS= bytecode.c core.c debugger.c format.c hash.c helper.c \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-startup-opt.exp 67 # The reason for this is, 'set python dont-write-bytecode' by
98 set setting dont-write-bytecode
124 "set python dont-write-bytecode on" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-startup-opt.exp 68 # The reason for this is, 'set python dont-write-bytecode' by
99 set setting dont-write-bytecode
125 "set python dont-write-bytecode on" \
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 117 byte_t bytecode; /* 8-Bit Code (ISO 8859-1,...) */
116 byte_t bytecode; \/* 8-Bit Code (ISO 8859-1,...) *\/ member in struct:__anon9564
lang.c 718 add_char (encoding_table[document_encoding_code].isotab[rc].bytecode);
823 = encoding_table[document_encoding_code].isotab[rc].bytecode;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_shader.c 957 * @bytecode: Pointer to the bytecode of the shader.
966 u32 user_key, const void *bytecode,
995 /* Map and copy shader bytecode. */
1003 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); local
vmwgfx_drv.h 1318 u32 user_key, const void *bytecode,
  /src/external/bsd/file/dist/magic/
Makefile.am 61 $(MAGIC_FRAGMENT_DIR)/bytecode \
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 3344 uint8_t *bytecode; local
3349 bytecode = malloc(len);
3350 if (!bytecode)
3353 bytecode[i] = (uint8_t)membr_bits(&br, 8);
3354 prog = compile_program(bytecode, len);
3356 free(bytecode);
3359 free(bytecode);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 1014 $(LI Plain string(s), in which case it's compiled to bytecode before matching. )
1016 compiled bytecode. )
1055 $(LI Plain string(s), in which case it's compiled to bytecode before matching. )
1057 compiled bytecode. )
  /src/external/bsd/ipf/dist/
HISTORY 326 supports loading rules comprised of BPF bytecode statements
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 542 incorporate bytecode drivers for certain platform devices. \dtc's
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 808 bytecode-vtab -DSQLITE_ENABLE_BYTECODE_VTAB {}
  /src/external/gpl2/gettext/dist/gettext-runtime/
configure 3763 enableval=$enable_native_java; test "$enableval" != no || JAVA_CHOICE=bytecode
32395 enableval=$enable_native_java; test "$enableval" != no || JAVA_CHOICE=bytecode
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/
configure 3856 enableval=$enable_native_java; test "$enableval" != no || JAVA_CHOICE=bytecode
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 3207 ** an EXPLAIN, or it may be a query on the bytecode() virtual table. */
3326 ** new query that is a bytecode() rendering of p->pStmt with extra
3343 " FROM bytecode(?1)";
27051 " trigger Like \"full\" but also show trigger bytecode",
    [all...]

Completed in 169 milliseconds