Home
last modified time | relevance | path

Searched refs:encInt16 (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.hs304 condB ((<= 0xffff) . snd) (encInt16 >$< withHeader P.word16BE) $
333 encInt16 (mt, ui) = (mt + 25, fromIntegral ui) function
346 condB ((<= 0xffff) . snd) (encInt16 >$< withHeader P.word16BE) $
370 encInt16 (mt, ui) = (mt + 25, fromIntegral ui) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DWrite.hs304 condB ((<= 0xffff) . snd) (encInt16 >$< withHeader P.word16BE) $
333 encInt16 (mt, ui) = (mt + 25, fromIntegral ui) function
346 condB ((<= 0xffff) . snd) (encInt16 >$< withHeader P.word16BE) $
370 encInt16 (mt, ui) = (mt + 25, fromIntegral ui) function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/encoding/gob/
H A Dencode.go179 func encInt16(i *encInstr, state *encoderState, p unsafe.Pointer) { func
543 reflect.Int16: encInt16,
H A Dcodec_test.go204 instr := &encInstr{encInt16, 6, 0, 0}
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/encoding/gob/
H A Dencode.go178 func encInt16(i *encInstr, state *encoderState, p unsafe.Pointer) { func
532 reflect.Int16: encInt16,
H A Dcodec_test.go204 instr := &encInstr{encInt16, 6, 0, 0}
/dports/lang/gcc48/gcc-4.8.5/libgo/go/encoding/gob/
H A Dencode.go178 func encInt16(i *encInstr, state *encoderState, p unsafe.Pointer) { func
532 reflect.Int16: encInt16,
H A Dcodec_test.go204 instr := &encInstr{encInt16, 6, 0, 0}