Home
last modified time | relevance | path

Searched refs:MSB (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
Daes-mips.pl84 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
394 lwl $s0,0+$MSB($inp)
395 lwl $s1,4+$MSB($inp)
396 lwl $s2,8+$MSB($inp)
397 lwl $s3,12+$MSB($inp)
409 swl $s0,0+$MSB($out)
410 swl $s1,4+$MSB($out)
411 swl $s2,8+$MSB($out)
412 swl $s3,12+$MSB($out)
730 lwl $s0,0+$MSB($inp)
[all …]
/external/openssl/crypto/aes/asm/
Daes-mips.pl84 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
394 lwl $s0,0+$MSB($inp)
395 lwl $s1,4+$MSB($inp)
396 lwl $s2,8+$MSB($inp)
397 lwl $s3,12+$MSB($inp)
409 swl $s0,0+$MSB($out)
410 swl $s1,4+$MSB($out)
411 swl $s2,8+$MSB($out)
412 swl $s3,12+$MSB($out)
730 lwl $s0,0+$MSB($inp)
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
Dsha1-mips.pl76 $MSB=$big_endian?0:3;
77 $LSB=3&~$MSB;
109 lwl @X[$j],$j*4+$MSB($inp)
287 lwl @X[0],$MSB($inp)
Dsha512-mips.pl108 $MSB = $big_endian ? 0 : ($SZ-1);
109 $LSB = ($SZ-1)&~$MSB;
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
308 ${LD}l @X[0],$MSB($inp)
/external/openssl/crypto/sha/asm/
Dsha1-mips.pl76 $MSB=$big_endian?0:3;
77 $LSB=3&~$MSB;
109 lwl @X[$j],$j*4+$MSB($inp)
287 lwl @X[0],$MSB($inp)
Dsha512-mips.pl108 $MSB = $big_endian ? 0 : ($SZ-1);
109 $LSB = ($SZ-1)&~$MSB;
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
308 ${LD}l @X[0],$MSB($inp)
/external/chromium_org/net/third_party/nss/ssl/
Dsslcon.c502 msg[1] = MSB(error); in ssl2_SendErrorMessage()
674 msg[2] = MSB(keySize); in ssl2_SendSessionKeyMessage()
676 msg[4] = MSB(ckLen); in ssl2_SendSessionKeyMessage()
678 msg[6] = MSB(ekLen); in ssl2_SendSessionKeyMessage()
680 msg[8] = MSB(caLen); in ssl2_SendSessionKeyMessage()
759 msg[2] = MSB(cert->len); in ssl2_SendCertificateResponseMessage()
761 msg[4] = MSB(encCode->len); in ssl2_SendCertificateResponseMessage()
876 out[0] = 0x80 | MSB(amount); in ssl2_SendClear()
951 out[0] = 0x80 | MSB(nout); in ssl2_SendStream()
1068 *op++ = MSB(nout); in ssl2_SendBlock()
[all …]
Dssl3con.c1838 out[9] = MSB(length); in ssl3_BuildRecordPseudoHeader()
1848 out[9] = MSB(dtls_version); in ssl3_BuildRecordPseudoHeader()
1851 out[9] = MSB(version); in ssl3_BuildRecordPseudoHeader()
1854 out[11] = MSB(length); in ssl3_BuildRecordPseudoHeader()
2822 wrBuf->buf[1] = MSB(version); in ssl3_CompressMACEncryptRecord()
2832 wrBuf->buf[11] = MSB(cipherBytes); in ssl3_CompressMACEncryptRecord()
2840 wrBuf->buf[1] = MSB(version); in ssl3_CompressMACEncryptRecord()
2842 wrBuf->buf[3] = MSB(cipherBytes); in ssl3_CompressMACEncryptRecord()
8958 PORT_Assert(MSB(ss->version) == MSB(SSL_LIBRARY_VERSION_3_0)); in ssl3_SendServerHello()
8960 if (MSB(ss->version) != MSB(SSL_LIBRARY_VERSION_3_0)) { in ssl3_SendServerHello()
[all …]
Ddtlscon.c73 if (MSB(dtlsv) == 0xff) { in dtls_DTLSVersionToTLSVersion()
Dsslimpl.h117 #define MSB(x) ((unsigned char) (((unsigned)(x)) >> 8)) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbitvect.c118 static N_word MSB; /* = mask for most significant bit */ variable
368 MSB = (LSB << MODMASK); in BitVector_Boot()
725 mask = MSB; in BitVector_Reverse()
888 himask = MSB; in BitVector_Interval_Reverse()
1011 bitmask = MSB; in BitVector_interval_scan_dec()
1013 while (not (mask AND MSB)) in BitVector_interval_scan_dec()
1033 if (empty) value = MSB; in BitVector_interval_scan_dec()
1036 while (not (value AND MSB)) in BitVector_interval_scan_dec()
2322 carry_out = ((*addr AND MSB) != 0); in BitVector_rotate_left()
2360 if (carry_in) *addr |= MSB; in BitVector_rotate_right()
[all …]
/external/llvm/test/CodeGen/X86/
Dblend-msb.ll5 ; shifting the needed bit to the MSB, and not using shl+sra.
/external/llvm/test/ExecutionEngine/MCJIT/
D2008-06-05-APInt-OverAShr.ll6 @.str = internal constant [10 x i8] c"MSB = %d\0A\00" ; <[10 x i8]*> [#uses=1]
/external/llvm/test/ExecutionEngine/
D2008-06-05-APInt-OverAShr.ll6 @.str = internal constant [10 x i8] c"MSB = %d\0A\00" ; <[10 x i8]*> [#uses=1]
/external/linux-tools-perf/util/
Dutil.h40 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (sizeof(x) * 8 - (bits)))) macro
/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch468 + out[9] = MSB(length);
478 + out[9] = MSB(dtls_version);
481 + out[9] = MSB(version);
484 + out[11] = MSB(length);
707 - temp[9] = MSB(inputLength);
719 - temp[9] = MSB(dtls_version);
722 - temp[9] = MSB(version);
725 - temp[11] = MSB(inputLength);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3bid.re35 * parameters are read from the arch-specific data in LSB->MSB order.
43 * Bit Breakdown (from LSB to MSB):
92 * its parameter in LSB->MSB order from the arch-specific data[1] from the
/external/openssh/
DPROTOCOL.agent31 The "uint16" data type is a simple MSB-first 16 bit unsigned integer
43 eight bits per byte in big-endian (MSB first) format.
/external/linux-tools-perf/
Ddesign.txt39 * The MSB of the config word signifies if the rest contains cpu
/external/zlib/src/doc/
Drfc1950.txt276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
Drfc1951.txt307 elements in the correct MSB-to-LSB order and Huffman codes in
/external/libpcap/doc/
Dpcap.txt198 Values whose Most Significant Bit (MSB) is equal to 1 are reserved
1146 vendors must request an Option Code whose MSB is equal to zero.
/external/dropbear/libtomcrypt/
Dchanges333 …-- Manually merged in fix to the prime_random_ex() LTM function that ensures the 2nd MSB is set pr…
334 …When you say "I want a 1024/8 byte RSA key" the MSB bit of the modulus is set as expected. Note I…
392 -- Merged in fix for mp_prime_random_ex() to deal with MSB and LSB "bugs"
578 -- Fixed bug in PSS encoder/decoder that didn't handle the MSB properly
/external/icu4c/data/mappings/
Dconvrtrs.txt781 # on either GL (with MSB reset) or GR (with MSB set).
/external/chromium_org/third_party/icu/source/data/mappings/
Dconvrtrs.txt772 # on either GL (with MSB reset) or GR (with MSB set).

12