Home | History | Annotate | Download | only in executor

Lines Matching refs:size_p

287 static uint64 read_const_arg(uint64** input_posp, uint64* size_p, uint64* bf, uint64* bf_off_p, uint64* bf_len_p);
1096 uint64 read_const_arg(uint64** input_posp, uint64* size_p, uint64* bf_p, uint64* bf_off_p, uint64* bf_len_p)
1100 *size_p = meta & 0xff;
1108 switch (*size_p) {
1119 fail("bad big-endian int size %llu", *size_p);