Searched refs:UPROPS_VECTOR_WORDS (Results 1 – 4 of 4) sorted by relevance
346 pv=upvec_open(UPROPS_VECTOR_WORDS, &errorCode); in CorePropsBuilder()830 int32_t pvCount=pvRows*UPROPS_VECTOR_WORDS; in build()847 indexes[UPROPS_ADDITIONAL_VECTORS_COLUMNS_INDEX]=UPROPS_VECTOR_WORDS; in build()872 printf("number of 32-bit words per vector: %5u\n", UPROPS_VECTOR_WORDS); in build()884 int32_t pvCount=pvRows*UPROPS_VECTOR_WORDS; in writeCSourceFile()922 fprintf(f, "static const int32_t propsVectorsColumns=%ld;\n", (long)UPROPS_VECTOR_WORDS); in writeCSourceFile()945 int32_t pvCount=pvRows*UPROPS_VECTOR_WORDS; in writeBinaryData()
118 #define UPROPS_VECTOR_WORDS 3 macro