Home
last modified time | relevance | path

Searched defs:_sym (Results 1 – 25 of 110) sorted by relevance

12345

/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dsym.h13 typedef struct _sym struct
17 struct _sym *next, *prev, **head, *scope; argument
18 unsigned int hash;
/dports/textproc/btparse/btparse-0.35/src/
H A Dsym.h13 typedef struct _sym struct
17 struct _sym *next, *prev, **head, *scope; argument
18 unsigned int hash;
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dsym.h16 typedef struct _sym struct
20 struct _sym *next, *prev, **head, *scope; argument
21 unsigned int hash;
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/devel/cccc/cccc-3.1.6/pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dtemplate.h9 typedef struct _sym { struct
11 struct _sym *next, *prev, **head, *scope; argument
12 unsigned int hash;
/dports/devel/fpp/fdfpp/src/
H A Dsymtab.c18 struct _sym { struct
19 int type;
20 int flag;
21 SymPtr next;
22 char name[MAXNAMELEN+1];
23 union {
26 } val;
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/include/
H A Dcompiler.h62 #define PROVIDE_SYMBOL( _sym ) \ argument
66 #define PROVIDE_SYMBOL( _sym ) \ argument
76 #define REQUIRE_SYMBOL( _sym ) \ argument
82 #define REQUIRE_SYMBOL( _sym ) \ argument
101 #define REQUEST_SYMBOL( _sym ) \ argument
104 #define REQUEST_SYMBOL( _sym ) \ argument
112 #define EXPORT_SYMBOL( _sym ) PROVIDE_SYMBOL ( __export_ ## _sym ) argument
144 #define IMPORT_SYMBOL( _sym ) \ argument
148 #define IMPORT_SYMBOL( _sym, _decl ) \ argument
162 #define REQUEST_EXPANDED( _sym ) REQUEST_SYMBOL ( _sym ) argument
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/examples/
H A Drepack_bytes_example.c16 void print_symbol(unsigned char _sym, in print_symbol()
28 void print_symbol_array(unsigned char * _sym, in print_symbol_array()
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DNS.pm25 sub _sym : lvalue subroutine
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DNS.pm25 sub _sym : lvalue subroutine
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dlibrary.h160 void* _sym; variable
/dports/devel/g-wrap/g-wrap-1.9.15/guile/g-wrap/
H A Dguile-compatibility.h83 #define scm_is_symbol(_sym) (SCM_SYMBOLP (_sym)) argument
84 #define scm_from_locale_symbol(_sym) (scm_str2symbol (_sym)) argument
85 #define GW_ACCESS_SYMBOL(_c_ptr, _sym) \ argument
/dports/www/firefox-esr/firefox-91.8.0/js/src/devtools/
H A DInstruments.cpp79 # define SYMBOL(_sym) _sym##Function _sym = nullptr; argument
107 # define SYMBOL(_sym) \ in LoadDTPerformanceLibrary() argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/devtools/
H A DInstruments.cpp79 # define SYMBOL(_sym) _sym##Function _sym = nullptr; argument
107 # define SYMBOL(_sym) \ in LoadDTPerformanceLibrary() argument
/dports/www/firefox/firefox-99.0/js/src/devtools/
H A DInstruments.cpp79 # define SYMBOL(_sym) _sym##Function _sym = nullptr; argument
107 # define SYMBOL(_sym) \ in LoadDTPerformanceLibrary() argument
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/devtools/
H A DInstruments.cpp79 # define SYMBOL(_sym) _sym##Function _sym = nullptr; argument
107 # define SYMBOL(_sym) \ in LoadDTPerformanceLibrary() argument

12345