HomeSort by: relevance | last modified time | path
    Searched refs:symbols (Results 1 - 25 of 916) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/utils/emacs/
llvm-mode.el 30 "sanitize_thread" "sanitize_memory" "strictfp" "swifterror" "uwtable" "vscale_range" "willreturn" "writeonly" "immarg") 'symbols) . font-lock-constant-face)
40 "type" "label" "opaque" "token") 'symbols) . font-lock-type-face)
70 "gc" "atomic" "volatile" "personality" "prologue" "section") 'symbols) . font-lock-keyword-face)
73 "setne" "seteq" "setlt" "setgt" "setle" "setge") 'symbols) . font-lock-keyword-face)
75 `(,(regexp-opt '("fadd" "fsub" "fneg" "fmul" "fdiv" "frem") 'symbols) . font-lock-keyword-face)
77 `(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad" "freeze") 'symbols) . font-lock-keyword-face)
79 `(,(regexp-opt '("ret" "br" "switch" "invoke" "resume" "unwind" "unreachable" "indirectbr" "callbr") 'symbols) . font-lock-keyword-face)
81 `(,(regexp-opt '("malloc" "alloca" "free" "load" "store" "getelementptr" "fence" "cmpxchg" "atomicrmw") 'symbols) . font-lock-keyword-face)
83 `(,(regexp-opt '("bitcast" "inttoptr" "ptrtoint" "trunc" "zext" "sext" "fptrunc" "fpext" "fptoui" "fptosi" "uitofp" "sitofp" "addrspacecast") 'symbols) . font-lock-keyword-face)
85 `(,(regexp-opt '("extractelement" "insertelement" "shufflevector") 'symbols) . font-lock-keyword-face
    [all...]
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/digital_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/digital_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/digital_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/fujitsu_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/fujitsu_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/fujitsu_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/hp_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/hp_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/hp_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/jolla_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/jolla_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/jolla_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/nec_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/nec_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/nec_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/nokia_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/nokia_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/nokia_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/sgi_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/sgi_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/sgi_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/sharp_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/sharp_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/sharp_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/sony_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/sony_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/sony_vndr
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/xfree68_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/xfree68_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/xfree68_vndr
  /src/external/apache2/llvm/dist/llvm/utils/gn/build/
symbol_exports.py 25 symbols = open(args.source).readlines()
30 [' %s;\n' % s.rstrip() for s in symbols] +
35 output_lines = ['_' + s for s in symbols]
38 output_lines = ['EXPORTS\n'] + [' ' + s for s in symbols]
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-partition.h 28 int symbols; member in struct:ltrans_partition_def
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-partition.h 28 int symbols; member in struct:ltrans_partition_def
  /src/external/gpl3/binutils/usr.sbin/mdsetimage/
bin_bfd.c 73 struct symbols { struct
76 } *s, symbols[3]; local
78 symbols[0].offset = 0;
79 symbols[1].offset = 0;
80 symbols[0].name = root_name;
81 symbols[1].name = size_name;
82 symbols[2].name = NULL;
104 for (s = symbols; s->name != NULL; s++) {
121 for (s = symbols; s->name != NULL; s++) {
128 *md_root_offset = symbols[0].offset
    [all...]
  /src/external/gpl3/binutils.old/usr.sbin/mdsetimage/
bin_bfd.c 73 struct symbols { struct
76 } *s, symbols[3]; local
78 symbols[0].offset = 0;
79 symbols[1].offset = 0;
80 symbols[0].name = root_name;
81 symbols[1].name = size_name;
82 symbols[2].name = NULL;
104 for (s = symbols; s->name != NULL; s++) {
121 for (s = symbols; s->name != NULL; s++) {
128 *md_root_offset = symbols[0].offset
    [all...]
  /src/external/mit/expat/dist/doc/
style.css 39 .cpp-symbols dt {
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/macintosh_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/macintosh_vndr
8 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/macintosh_vndr
  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 69 } symbols[5]; local
110 if (!sd_sym(cryptolib, "OPENSSL_init_crypto", &symbols[0].sym)) {
114 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func;
124 if (!sd_sym(ssllib, "TLS_method", &symbols[0].sym)
125 || !sd_sym(ssllib, "SSL_CTX_new", &symbols[1].sym)
126 || !sd_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) {
127 fprintf(stderr, "Failed to load libssl symbols\n");
130 myTLS_method = (TLS_method_t)symbols[0].func;
131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func;
132 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 69 } symbols[5]; local
110 if (!sd_sym(cryptolib, "OPENSSL_init_crypto", &symbols[0].sym)) {
114 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func;
124 if (!sd_sym(ssllib, "TLS_method", &symbols[0].sym)
125 || !sd_sym(ssllib, "SSL_CTX_new", &symbols[1].sym)
126 || !sd_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) {
127 fprintf(stderr, "Failed to load libssl symbols\n");
130 myTLS_method = (TLS_method_t)symbols[0].func;
131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func;
132 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 127 } symbols[3]; local
166 if (!shlib_sym(cryptolib, "OPENSSL_init_crypto", &symbols[0].sym)) {
170 myOPENSSL_init_crypto = (OPENSSL_init_crypto_t)symbols[0].func;
180 if (!shlib_sym(ssllib, "TLS_method", &symbols[0].sym)
181 || !shlib_sym(ssllib, "SSL_CTX_new", &symbols[1].sym)
182 || !shlib_sym(ssllib, "SSL_CTX_free", &symbols[2].sym)) {
183 fprintf(stderr, "Failed to load libssl symbols\n");
186 myTLS_method = (TLS_method_t)symbols[0].func;
187 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func;
188 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func
    [all...]
  /src/crypto/external/bsd/heimdal/dist/cf/
symbol-version.py 50 symbols = [] variable
67 symbols.append([namespace, p[1]])
83 for symbol in symbols:
  /src/external/mit/xorg/lib/xkeyboard-config/symbols/sun_vndr/
Makefile 5 FILESDIR= ${X11LIBDIR}/xkb/symbols/sun_vndr
9 .PATH: ${X11SRCDIR.xkeyboard-config}/symbols/sun_vndr
  /src/external/gpl3/binutils/dist/binutils/
rdcoff.c 45 /* This structure is used to hold the symbols, as well as the current
46 location within the symbols. */
50 /* The symbols. */
52 /* The number of symbols. */
112 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
127 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
133 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
161 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
164 parse_coff_base_type (abfd, symbols,
202 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype
622 struct coff_symbols symbols; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c 45 /* This structure is used to hold the symbols, as well as the current
46 location within the symbols. */
50 /* The symbols. */
52 /* The number of symbols. */
112 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
127 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
133 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
161 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
164 parse_coff_base_type (abfd, symbols,
202 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype
622 struct coff_symbols symbols; local
    [all...]

Completed in 77 milliseconds

1 2 3 4 5 6 7 8 91011>>