Searched refs:CSTRING_HASHSIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dcstring_literals.h57 #define CSTRING_HASHSIZE 1022 macro
H A Dcstring_literals.c552 CSTRING_HASHSIZE);
554 CSTRING_HASHSIZE);
559 hashval = hash_string(cstring, NULL) % CSTRING_HASHSIZE;
664 for(i = 0; i < CSTRING_HASHSIZE; i++){
706 for(i = 0; i < CSTRING_HASHSIZE; i++){

Completed in 177 milliseconds