Home
last modified time | relevance | path

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

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/hyper/c_src/
H A Dhyper_carray.c43 struct hyper_carray { struct
59 typedef struct hyper_carray *carray_ptr; argument
61 typedef struct hyper_carray *restrict carray_ptr;
64 #define HYPER_CARRAY_SIZE sizeof(struct hyper_carray)
359 ERL_NIF_INIT(hyper_carray, niftable, &load, NULL, &upgrade, NULL);
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/hyper/
H A Drebar.config4 {"priv/hyper_carray.so", ["c_src/hyper_carray.c"]}
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/hyper/test/
H A Dhyper_test.erl31 {"Union property with hyper_carry", RunProp(prop_union(hyper_carray))},
91 Carray = hyper:compact(hyper:insert_many(Values, hyper:new(P, hyper_carray))),
97 {hyper_carray, CarrayRegisters} = Carray#hyper.registers,
128 ?assertEqual(ExpectedBytes, hyper_carray:encode_registers(CarrayRegisters)),
380 [hyper_gb, hyper_array, hyper_binary, hyper_carray].
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/hyper/src/
H A Dhyper_carray.erl3 -module (hyper_carray). module
H A Dhyper.erl314 Mods = [hyper_gb, hyper_array,hyper_binary, hyper_carray],