Home
last modified time | relevance | path

Searched refs:hash_define (Results 1 – 15 of 15) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/src/
H A Dreplace.c38 void set_hash_define_int(struct hash_define * ptr, const char * name, int x) in set_hash_define_int()
45 void set_hash_define(struct hash_define * ptr, const char * name, const char *v) in set_hash_define()
56 int cmp_hash_define(struct hash_define * a, struct hash_define * b) in cmp_hash_define()
60 int search_hash_define(const char * a, struct hash_define * b) in search_hash_define()
66 void replace(struct hash_define * ptr, unsigned long n, const char * fname) in replace()
69 qsort(ptr, n, sizeof(struct hash_define), (sortfunc_t) & cmp_hash_define); in replace()
102 struct hash_define * loc; in replace()
103 loc = bsearch(id, ptr, n, sizeof(struct hash_define), (sortfunc_t) & search_hash_define); in replace()
133 struct hash_define * loc = ptr + i; in replace()
H A Dreplace.h37 struct hash_define { struct
42 void set_hash_define_int(struct hash_define * ptr, const char * name, int x); argument
43 void set_hash_define(struct hash_define * ptr, const char * name, const char * v);
44 void replace(struct hash_define * ptr, unsigned long n, const char * fname);
H A Dmodify-thresholds.c60 struct hash_define replacements[100];
/dports/math/gf2x/gf2x-1.3.0/src/
H A Dreplace.c38 void set_hash_define_int(struct hash_define * ptr, const char * name, int x) in set_hash_define_int()
45 void set_hash_define(struct hash_define * ptr, const char * name, const char *v) in set_hash_define()
56 int cmp_hash_define(struct hash_define * a, struct hash_define * b) in cmp_hash_define()
60 int search_hash_define(const char * a, struct hash_define * b) in search_hash_define()
66 void replace(struct hash_define * ptr, unsigned long n, const char * fname) in replace()
69 qsort(ptr, n, sizeof(struct hash_define), (sortfunc_t) & cmp_hash_define); in replace()
102 struct hash_define * loc; in replace()
103 loc = bsearch(id, ptr, n, sizeof(struct hash_define), (sortfunc_t) & search_hash_define); in replace()
133 struct hash_define * loc = ptr + i; in replace()
H A Dreplace.h37 struct hash_define { struct
42 void set_hash_define_int(struct hash_define * ptr, const char * name, int x); argument
43 void set_hash_define(struct hash_define * ptr, const char * name, const char * v);
44 void replace(struct hash_define * ptr, unsigned long n, const char * fname);
H A Dmodify-thresholds.c60 struct hash_define replacements[100];
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/wrap_js/makewrappers/
H A Dexport_js_constants.py10 def generate(root_dir, hash_define='#define '): argument
15 if line.startswith(hash_define):
17 toks = line.split(hash_define)[1:][0].split()
/dports/editors/libreoffice/libreoffice-7.2.6.2/soltools/mkdepend/
H A Dparse.c257 hash_define( def, val, symbols ); in define()
329 void hash_define( char *name, char const *val, struct symhash **symbols ) in hash_define() function
H A Ddef.h148 void hash_define(char *name, char const * val, struct symhash **symbols);
H A Dmain.c181 hash_define(psymp->p_name, psymp->p_value, &maininclist); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/soltools/mkdepend/
H A Dparse.c257 hash_define( def, val, symbols ); in define()
329 void hash_define( char *name, char const *val, struct symhash **symbols ) in hash_define() function
H A Ddef.h148 void hash_define(char *name, char const * val, struct symhash **symbols);
H A Dmain.c181 hash_define(psymp->p_name, psymp->p_value, &maininclist); in main()
/dports/graphics/gimageview/gimageview-0.2.27/lib/dllloader/
H A Dhash.h60 #define hash_define(h, k, l, d) (h)->define((h), (k), (l), (d)) macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_preprocessor.c353 static inline uint8 hash_define(const char *sym) in hash_define() function
362 const uint8 hash = hash_define(sym); in add_define()
408 const uint8 hash = hash_define(sym); in remove_define()
463 const uint8 hash = hash_define(sym); in find_define()