Searched refs:read8 (Results 1 – 15 of 15) sorted by relevance
99 cc: read8-native ( -- x ) {109 : read8 ( -- x )110 begin read8-native dup 0< ifnot ret then drop co again ;114 begin read8 `\n <> while repeat ;120 begin read8 dup `\n <> while ws? ifnot 0 >r then repeat132 read8 norm-upper dup `\n = if drop 2drop 0 ret then146 read8 dup `\n = if 2drop orig-len swap - ret then196 read8 dup ws? ifnot ret then232 read8 dup `- = if drop -1 ret then278 begin read8 dup `\n = while drop repeat
37 \ -- A word called "read8-low" ( -- x ) that reads the next byte, or -141 \ the multi-byte version of read8-low.160 : read8-nc ( -- x )162 read8-low dup 0 >= if ret then167 : read8 ( lim -- lim x )169 1- read8-nc ;173 read8 8 << swap read8 rot + ;177 read8 swap read8 8 << rot + ;233 read8 { fb }272 read8[all …]
72 cc: read8-low ( -- x ) {320 read8-nc ERR_X509_EXTRA_ELEMENT fail
56 cc: read8-low ( -- x ) {372 read8-nc ERR_X509_EXTRA_ELEMENT fail
422 cc: read8-low ( -- x ) {1042 read8 { ign }1047 1 of read8 ign >> ign << endof1048 drop read8 0
431 cc: read8-native ( -- x ) {480 begin has-input? while read8-native process-alert-byte or repeat529 : read8-nc ( -- x )531 read8-native dup 0< ifnot ret then550 : read8 ( lim -- lim x )551 1 check-len read8-nc ;555 2 check-len read8-nc 8 << read8-nc + ;559 3 check-len read8-nc 8 << read8-nc + 8 << read8-nc + ;576 begin dup while read8-nc drop 1- repeat726 read8-nc 3 read24 swap drop swap ;[all …]
580 read8 8 + addr-log_max_frag_len get8 = ifnot ERR_BAD_FRAGLEN fail then ;594 read8 0 = ifnot ERR_BAD_SECRENEG fail then602 read8 24 = ifnot ERR_BAD_SECRENEG fail then617 read8 addr-pad swap dup { len } read-blob671 read8 { idlen }698 read8 if ERR_BAD_COMPRESSION fail then856 read8 3 = ifnot ERR_INVALID_ALGORITHM fail then862 read8878 read8881 read8[all …]
425 read8 if466 read8494 read8 if ERR_BAD_SECRENEG fail then501 read8 12 = ifnot ERR_BAD_SECRENEG fail then562 read8 dup { len } addr-pad swap read-blob633 read8 dup 32 > if ERR_OVERSIZED_ID fail then719 read8 open-elt721 read8 ifnot -1 >ok-compression then1271 read8 dup { ec-point-len }
26 u8 (*read8)(struct rtw_dev *rtwdev, u32 addr); member96 return rtwdev->hci.ops->read8(rtwdev, addr); in rtw_read8()
898 .read8 = rtw_usb_read8,
1161 .read8 = rtw_sdio_read8,
1685 .read8 = rtw_pci_read8,
141 ${PACKAGE}FILES+= read8.0
3548 u8 (*read8)(struct rtw89_dev *rtwdev, u32 addr); member6053 return rtwdev->hci.ops->read8(rtwdev, addr); in rtw89_read8()
4469 .read8 = rtw89_pci_ops_read8,