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
160 : read8-nc ( -- x )169 1- read8-nc ;173 read8 8 << swap read8 rot + ;177 read8 swap read8 8 << rot + ;233 read8 { fb }272 read8400 read8429 read8 rot617 read8 digit-dec 10 * { x } read8 digit-dec x + ;719 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 ) {529 : 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 ;1143 read8-nc 1 <> more-incoming-bytes? or if ERR_BAD_CCS fail then[all …]
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 read8975 read8 open-elt[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 }
25 u8 (*read8)(struct rtw_dev *rtwdev, u32 addr); member89 return rtwdev->hci.ops->read8(rtwdev, addr); in rtw_read8()
695 .read8 = rtw_usb_read8,
1139 .read8 = rtw_sdio_read8,
1678 .read8 = rtw_pci_read8,
142 ${PACKAGE}FILES+= read8.0
2954 u8 (*read8)(struct rtw89_dev *rtwdev, u32 addr); member4533 return rtwdev->hci.ops->read8(rtwdev, addr); in rtw89_read8()
3889 .read8 = rtw89_pci_ops_read8,