Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_codegen.erl2161 cg_binary_bytes_to_bits_1(sort(Acc)).
2163 cg_binary_bytes_to_bits_1([{integer,I},{integer,J}|T]) -> function
2164 cg_binary_bytes_to_bits_1([{integer,I+J}|T]);
2165 cg_binary_bytes_to_bits_1([H|T]) -> function
2166 [H|cg_binary_bytes_to_bits_1(T)];
2167 cg_binary_bytes_to_bits_1([]) -> []. function