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 D | hyper_carray.c | 43 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 D | rebar.config | 4 {"priv/hyper_carray.so", ["c_src/hyper_carray.c"]}
|
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/hyper/test/ |
H A D | hyper_test.erl | 31 {"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 D | hyper_carray.erl | 3 -module (hyper_carray). module
|
H A D | hyper.erl | 314 Mods = [hyper_gb, hyper_array,hyper_binary, hyper_carray],
|