/aosp12/system/unwinding/libunwindstack/ |
H A D | ArmExidx.cpp | 194 registers |= byte; in DecodePrefix_10_00() 302 if (byte & 0x8) { in DecodePrefix_10_10() 338 if (byte & 0x8) { in DecodePrefix_10_10() 366 uint8_t byte; in DecodePrefix_10_11_0001() local 371 if (byte == 0) { in DecodePrefix_10_11_0001() 379 if (byte >> 4) { in DecodePrefix_10_11_0001() 404 byte &= 0xf; in DecodePrefix_10_11_0001() 446 uint8_t byte; in DecodePrefix_10_11_0010() local 475 uint8_t byte; in DecodePrefix_10_11_0011() local 600 if (byte == 0) { in DecodePrefix_11_000() [all …]
|
H A D | ArmExidx.h | 88 bool GetByte(uint8_t* byte); 91 bool DecodePrefix_10_00(uint8_t byte); 92 bool DecodePrefix_10_01(uint8_t byte); 93 bool DecodePrefix_10_10(uint8_t byte); 99 bool DecodePrefix_10_11_1nnn(uint8_t byte); 100 bool DecodePrefix_10(uint8_t byte); 102 bool DecodePrefix_11_000(uint8_t byte); 103 bool DecodePrefix_11_001(uint8_t byte); 104 bool DecodePrefix_11_010(uint8_t byte); 105 bool DecodePrefix_11(uint8_t byte);
|
H A D | DwarfMemory.cpp | 50 uint8_t byte; in ReadULEB128() local 52 if (!ReadBytes(&byte, 1)) { in ReadULEB128() 55 cur_value += static_cast<uint64_t>(byte & 0x7f) << shift; in ReadULEB128() 57 } while (byte & 0x80); in ReadULEB128() 65 uint8_t byte; in ReadSLEB128() local 67 if (!ReadBytes(&byte, 1)) { in ReadSLEB128() 70 cur_value += static_cast<uint64_t>(byte & 0x7f) << shift; in ReadSLEB128() 72 } while (byte & 0x80); in ReadSLEB128() 73 if (byte & 0x40) { in ReadSLEB128()
|
/aosp12/frameworks/compile/mclinker/lib/Support/ |
H A D | LEB128.cpp | 23 byte |= 0x80; 24 *pBuf++ = byte; 79 byte |= 0x80; 81 *pBuf++ = byte; 118 ByteType byte; variable 137 ByteType byte; variable 140 byte = *pBuf++; 186 ByteType byte; variable 191 byte = *pBuf; 207 ByteType byte; variable [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | UsimDataDownloadTest.java.broken | 80 private static final byte[] SMS_PP_MESSAGE_3_1_1 = { 82 0x09, (byte) 0x91, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, (byte) 0xf8, 84 0x04, 0x04, (byte) 0x91, 0x21, 0x43, 0x7f, 0x16, (byte) 0x89, 0x10, 0x10, 0x00, 0x00, 94 private static final byte[] SMS_PP_MESSAGE_3_1_5 = { 96 0x09, (byte) 0x91, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, (byte) 0xf8, 98 0x44, 0x04, (byte) 0x91, 0x21, 0x43, 0x7f, (byte) 0xf6, (byte) 0x89, 0x10, 0x10, 0x00, 100 0x00, 0x00, (byte) 0xbf, (byte) 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 101 (byte) 0xdc, (byte) 0xdc, (byte) 0xdc, (byte) 0xdc, (byte) 0xdc, (byte) 0xdc, 102 (byte) 0xdc, (byte) 0xdc, (byte) 0xdc, (byte) 0xdc
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | rtt.h | 96 byte LCI_request; // 1: request LCI, 0: do not request LCI 97 byte LCR_request; // 1: request LCR, 0: do not request LCR 116 byte number_per_burst_peer; // Maximum number of "FTM frames per burst" supported by 125 byte retry_after_duration; // When status == RTT_STATUS_FAIL_BUSY_TRY_LATER, 200 byte rtt_one_sided_supported; // if 1-sided rtt data collection is supported 201 byte rtt_ftm_supported; // if ftm rtt data collection is supported 205 byte bw_support; // bit mask indicates what BW is supported by initiator 206 byte responder_supported; // if 11mc responder mode is supported 255 byte latitude_unc; // As defined in Section 2.3.2 of IETF RFC 6225 256 byte longitude_unc; // As defined in Section 2.3.2 of IETF RFC 6225 [all …]
|
/aosp12/art/test/1975-hello-structural-transformation/ |
H A D | expected-stdout.txt | 2 Saving Field object (ID: 1) public static byte[] art.Transform1975.REDEFINED_DEX_BYTES for later 4 Saving MethodHandle object (ID: 3) MethodHandle()byte[] for later 9 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… 21 (ID: 8) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6)… 26 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… 38 (ID: 10) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6… 43 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… 59 (ID: 14) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6… 81 (ID: 18) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6… 91 (ID: 3) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6)… [all …]
|
/aosp12/bootable/recovery/install/ |
H A D | asn1_decoder.cpp | 31 int byte = *p_; in get_byte() local 34 return byte; in get_byte() 61 int byte = get_byte(); in decode_length() local 62 if (byte == -1) { in decode_length() 66 length += byte; in decode_length() 90 int byte = peek_byte(); in asn1_constructed_skip_all() local 91 while (byte != -1 && (byte & kMaskConstructed) == kTagConstructed) { in asn1_constructed_skip_all() 97 byte = peek_byte(); in asn1_constructed_skip_all() 99 return byte != -1; in asn1_constructed_skip_all()
|
/aosp12/frameworks/base/media/lib/signer/api/ |
H A D | current.txt | 6 …aDrmSigner.Certificate provideCertificateResponse(android.media.MediaDrm, byte[]) throws android.m… 7 method public static byte[] signRSA(android.media.MediaDrm, byte[], String, byte[], byte[]); 12 method public byte[] getContent(); 13 method public byte[] getWrappedPrivateKey(); 17 method public byte[] getData();
|
/aosp12/bionic/libm/x86_64/ |
H A D | e_hypot.S | 199 .4byte 0x00000014 200 .8byte 0x00527a0100000000 201 .8byte 0x08070c1b01107801 202 .4byte 0x00000190 203 .4byte 0x00000014 204 .4byte 0x0000001c 205 .4byte ..___tag_value_hypot.1-. 206 .4byte ..___tag_value_hypot.4-..___tag_value_hypot.1 207 .2byte 0x0400 208 .4byte ..___tag_value_hypot.3-..___tag_value_hypot.1 [all …]
|
H A D | e_log10.S | 792 .4byte 0x00000014 793 .8byte 0x00527a0100000000 794 .8byte 0x08070c1b01107801 795 .4byte 0x00000190 796 .4byte 0x0000001c 797 .4byte 0x0000001c 800 .2byte 0x0400 802 .2byte 0x200e 803 .byte 0x04 805 .2byte 0x080e [all …]
|
H A D | s_atan.S | 912 .4byte 0x00000014 913 .8byte 0x00527a0100000000 914 .8byte 0x08070c1b01107801 915 .4byte 0x00000190 916 .4byte 0x0000001c 917 .4byte 0x0000001c 920 .2byte 0x0400 922 .2byte 0x100e 923 .byte 0x04 925 .2byte 0x080e [all …]
|
H A D | s_cbrt.S | 739 .4byte 0x00000014 740 .8byte 0x00527a0100000000 741 .8byte 0x08070c1b01107801 742 .4byte 0x00000190 743 .4byte 0x0000001c 744 .4byte 0x0000001c 747 .2byte 0x0400 749 .2byte 0x200e 750 .byte 0x04 752 .2byte 0x080e [all …]
|
H A D | e_cosh.S | 1357 .4byte 0x00000014 1358 .8byte 0x00527a0100000000 1359 .8byte 0x08070c1b01107801 1360 .4byte 0x00000190 1361 .4byte 0x0000001c 1362 .4byte 0x0000001c 1365 .2byte 0x0400 1367 .2byte 0x100e 1368 .byte 0x04 1370 .2byte 0x080e [all …]
|
H A D | s_log1p.S | 814 .4byte 0x00000014 815 .8byte 0x00527a0100000000 816 .8byte 0x08070c1b01107801 817 .4byte 0x00000190 818 .4byte 0x0000001c 819 .4byte 0x0000001c 822 .2byte 0x0400 824 .2byte 0x200e 825 .byte 0x04 827 .2byte 0x080e [all …]
|
H A D | s_tanh.S | 1377 .4byte 0x00000014 1378 .8byte 0x00527a0100000000 1379 .8byte 0x08070c1b01107801 1380 .4byte 0x00000190 1381 .4byte 0x0000001c 1382 .4byte 0x0000001c 1385 .2byte 0x0400 1387 .2byte 0x100e 1388 .byte 0x04 1390 .2byte 0x080e [all …]
|
H A D | e_sinh.S | 1415 .4byte 0x00000014 1416 .8byte 0x00527a0100000000 1417 .8byte 0x08070c1b01107801 1418 .4byte 0x00000190 1419 .4byte 0x0000001c 1420 .4byte 0x0000001c 1423 .2byte 0x0400 1425 .2byte 0x100e 1426 .byte 0x04 1428 .2byte 0x080e [all …]
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | DataSourceBase.h | 53 uint8_t byte[2]; in getUInt16() local 54 if (readAt(offset, byte, 2) != 2) { in getUInt16() 58 *x = (byte[0] << 8) | byte[1]; in getUInt16() 66 uint8_t byte[3]; in getUInt24() local 67 if (readAt(offset, byte, 3) != 3) { in getUInt24() 71 *x = (byte[0] << 16) | (byte[1] << 8) | byte[2]; in getUInt24()
|
/aosp12/system/libziparchive/ |
H A D | entry_name_utils-inl.h | 33 const uint8_t byte = entry_name[i]; in IsValidEntryName() local 34 if (byte == 0) { in IsValidEntryName() 36 } else if ((byte & 0x80) == 0) { in IsValidEntryName() 39 } else if ((byte & 0xc0) == 0x80 || (byte & 0xfe) == 0xfe) { in IsValidEntryName() 44 for (uint8_t first = static_cast<uint8_t>((byte & 0x7f) << 1); first & 0x80; in IsValidEntryName()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUtil.cpp | 78 if (byte & BIT(6)) { in getSamplingFrequencyFromEDID() 81 } else if (byte & BIT(5)) { in getSamplingFrequencyFromEDID() 84 } else if (byte & BIT(4)) { in getSamplingFrequencyFromEDID() 87 } else if (byte & BIT(3)) { in getSamplingFrequencyFromEDID() 90 } else if (byte & BIT(2)) { in getSamplingFrequencyFromEDID() 93 } else if (byte & BIT(1)) { in getSamplingFrequencyFromEDID() 96 } else if (byte & BIT(0)) { in getSamplingFrequencyFromEDID() 103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, in getBitsPerSampleFromEDID() argument 107 if (byte & BIT(2)) { in getBitsPerSampleFromEDID() 110 } else if (byte & BIT(1)) { in getBitsPerSampleFromEDID() [all …]
|
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/ |
H A D | README.md | 86 | `packetSize` | In the range `0 to 255` | All the bits of 7th byte of data | 87 | `iQuant` | In the range `1 to 31` | All the bits of 8th byte of data | 88 | `pQuant` | In the range `1 to 31` | All the bits of 9th byte of data | 89 | `rvlcEnable` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 10th byte of data | 90 | `quantType` | 0. `0` 1. `1` | bit 0 of 11th byte of data | 91 | `noFrameSkipped` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 12th byte of data | 92 | `sceneDetect` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 13th byte of data | 93 | `numIntraMB` | In the range `0 to 7` | bit 0, 1 and 2 of 14th byte of data | 95 | `mv8x8Enable` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 16th byte of data | 96 | `useACPred` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 17th byte of data | [all …]
|
/aosp12/system/core/trusty/utils/rpmb_dev/ |
H A D | rpmb_protocol.h | 36 uint8_t byte[16]; member 40 uint8_t byte[2]; member 44 uint8_t byte[4]; member 112 for (i = 0; i < sizeof(u16.byte); i++) in rpmb_get_u16() 113 val = val << 8 | u16.byte[i]; in rpmb_get_u16() 123 for (i = 0; i < sizeof(u32.byte); i++) in rpmb_get_u32() 124 val = val << 8 | u32.byte[i]; in rpmb_get_u32()
|
/aosp12/system/netd/libnetdutils/ |
H A D | Slice.cpp | 26 const std::string toHex(uint8_t byte) { in toHex() argument 29 return {kLookup[byte >> 4], kLookup[byte & 0xf]}; in toHex() 43 uint8_t byte = 0; in toHex() local 44 extract(tail, byte); in toHex() 45 ss << toHex(byte); in toHex()
|
/aosp12/packages/services/Car/cpp/computepipe/proto/ |
H A D | InputConfig.proto | 76 // one byte for R, then one byte for G, then one byte for B for each pixel. 79 // one byte for R, one byte for G, one byte for B, one byte for alpha or 83 // Grayscale, one byte per pixel.
|
/aosp12/packages/modules/StatsD/framework/api/ |
H A D | system-current.txt | 91 method @NonNull public android.util.StatsEvent.Builder addIntAnnotation(byte, int); 97 method @NonNull public android.util.StatsEvent.Builder writeByteArray(@NonNull byte[]); 107 method @Deprecated public static void writeRaw(@NonNull byte[], int); 108 field public static final byte ANNOTATION_ID_DEFAULT_STATE = 6; // 0x6 109 field public static final byte ANNOTATION_ID_EXCLUSIVE_STATE = 4; // 0x4 110 field public static final byte ANNOTATION_ID_IS_UID = 1; // 0x1 111 field public static final byte ANNOTATION_ID_PRIMARY_FIELD = 3; // 0x3 112 field public static final byte ANNOTATION_ID_PRIMARY_FIELD_FIRST_UID = 5; // 0x5 113 field public static final byte ANNOTATION_ID_STATE_NESTED = 8; // 0x8 114 field public static final byte ANNOTATION_ID_TRIGGER_STATE_RESET = 7; // 0x7 [all …]
|