Home
last modified time | relevance | path

Searched refs:GNU_PURE (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.h307 int rte_bg_gen_key(void) GNU_PURE;
309 int rte_fg_gen_key(void) GNU_PURE;
311 int rte_bg_gen_mode(void) GNU_PURE;
312 int rte_fg_gen_mode(void) GNU_PURE;
H A Dmachinestate.h246 size_t lives_strlen(const char *) GNU_HOT GNU_PURE;
247 boolean lives_strcmp(const char *, const char *) GNU_HOT GNU_PURE;
248 boolean lives_strncmp(const char *, const char *, size_t) GNU_HOT GNU_PURE;
250 int lives_strcmp_ordered(const char *, const char *) GNU_HOT GNU_PURE;
366 uint32_t lives_string_hash(const char *string) GNU_PURE GNU_HOT;
367 uint32_t fast_hash(const char *key) GNU_PURE GNU_HOT;
H A Dmain.h63 # define GNU_PURE __attribute__((pure)) macro
78 # define GNU_PURE macro
H A Devents.c94 GNU_PURE void ** *get_event_pchains(void) {return pchains;} in get_event_pchains()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed.c59 #define GNU_PURE __attribute__((pure)) macro
64 #define GNU_PURE macro
253 static weed_size_t weed_strlen(const char *) GNU_PURE;
254 static uint32_t weed_hash(const char *) GNU_PURE;