HomeSort by: relevance | last modified time | path
    Searched refs:nibbles (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c 187 size_t nibbles; local in function:sodium_bin2base64
192 nibbles = bin_len / 3;
193 remainder = bin_len - 3 * nibbles;
194 b64_len = nibbles * 4;
  /src/sys/arch/mac68k/obio/
iwm.s 83 * Translation table from 'disk bytes' to 6 bit 'nibbles',
118 * Translation table from 6-bit nibbles [0x00..0x3f] to 'disk bytes'
742 moveb %a0@,%d3 | Get 2 bit nibbles
807 moveb %a0@,%d3 | Get 2 bit nibbles
859 moveb %a0@,%d3 | Get 2 bit nibbles
904 bra rsDone | nibbles was incorrect
1106 * a) splits them 6&2 into three 6 bit nibbles and a fourth byte
1107 * consisting of the three 2 bit nibbles
1108 * b) encodes the nibbles with a table to disk bytes (bit 7 set, no
1111 * 00mmnnoo fragment 2 bit nibbles
    [all...]
  /src/sys/arch/vax/vax/
emulate.S 586 ashl $-1,%r11,%r11 # length is number of bytes, not nibbles
590 movb (%r10)+,(%r3)+ # move two nibbles
807 movzbl (%r3)+,%r0 # get count of nibbles from pattern
990 movl arg2,%r3 # ignore zero nibbles
1049 incl %r10 # length is # of bytes, not nibbles
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 13072 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part
fpsp.s 23111 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part

Completed in 37 milliseconds