Home
last modified time | relevance | path

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

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DWrite.hs307 (encInt64 >$< withHeader P.word64BE)
336 encInt64 (mt, ui) = (mt + 27, fromIntegral ui) function
348 (encInt64 >$< withHeader P.word64BE)
372 encInt64 (mt, ui) = (mt + 27, fromIntegral ui) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DWrite.hs307 (encInt64 >$< withHeader P.word64BE)
336 encInt64 (mt, ui) = (mt + 27, fromIntegral ui) function
348 (encInt64 >$< withHeader P.word64BE)
372 encInt64 (mt, ui) = (mt + 27, fromIntegral ui) function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/encoding/gob/
H A Dencode.go215 func encInt64(i *encInstr, state *encoderState, p unsafe.Pointer) { func
545 reflect.Int64: encInt64,
H A Dcodec_test.go252 instr := &encInstr{encInt64, 6, 0, 0}
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/encoding/gob/
H A Dencode.go214 func encInt64(i *encInstr, state *encoderState, p unsafe.Pointer) { func
534 reflect.Int64: encInt64,
H A Dcodec_test.go252 instr := &encInstr{encInt64, 6, 0, 0}
/dports/lang/gcc48/gcc-4.8.5/libgo/go/encoding/gob/
H A Dencode.go214 func encInt64(i *encInstr, state *encoderState, p unsafe.Pointer) { func
534 reflect.Int64: encInt64,
H A Dcodec_test.go252 instr := &encInstr{encInt64, 6, 0, 0}