Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/mvme/
H A Dlpt_mvme.c123 static int pushbytes(struct lpt_softc *);
249 (void) pushbytes(sc); in lptclose()
264 pushbytes(struct lpt_softc *sc) in pushbytes() function
333 error = pushbytes(sc); in lptwrite()
/dports/lang/janet/janet-1.19.2/src/core/
H A Dmarsh.c151 static void pushbytes(MarshalState *st, const uint8_t *bytes, int32_t len) { in pushbytes() function
169 pushbytes(st, bytes, nbytes + 1); in push64()
357 pushbytes(st, bytes, (int32_t) len); in janet_marshal_bytes()
387 pushbytes(st, (uint8_t *) &abstract, sizeof(abstract)); in marshal_one_abstract()
444 pushbytes(st, regname, janet_string_length(regname)); in marshal_one()
475 pushbytes(st, u.bytes, 8); in marshal_one()
491 pushbytes(st, str, length); in marshal_one()
500 pushbytes(st, buffer->data, buffer->count); in marshal_one()
586 pushbytes(st, (uint8_t *) &cfn, sizeof(JanetCFunction)); in marshal_one()
594 pushbytes(st, (uint8_t *) &ptr, sizeof(void *)); in marshal_one()