/aosp_15_r20/external/angle/src/tests/gl_tests/media/ |
H A D | pixel.inc | 13 0xC5,0x51,0x23,0x39,0x60,0x60,0xAE,0xAF,0xA5,0x49,0x02,0x39,0x0B,0x2D,0x97,0xFF, 15 0xA5,0x49,0x23,0x39,0x60,0xEF,0xE9,0x2D,0xC5,0x51,0xE2,0x30,0xAD,0xFD,0xFF,0x80, 16 0x27,0x5A,0x43,0x39,0x0E,0xF5,0x55,0x7F,0xE5,0x49,0xC1,0x30,0xA8,0xFF,0xD5,0xF7, 26 0x06,0x5A,0x64,0x49,0x68,0xE8,0xBB,0xFF,0xA5,0x51,0x02,0x39,0x37,0x97,0xDE,0x78, 27 0x47,0x62,0x02,0x39,0x0A,0xAB,0xD7,0x55,0xA9,0x6A,0xC2,0x30,0xE8,0xFA,0xFF,0xD5, 29 0x27,0x5A,0x03,0x39,0x0A,0xFF,0x55,0x55,0xA5,0x49,0x23,0x39,0x28,0x6F,0x7D,0xAD, 30 0xC6,0x51,0x03,0x39,0x7E,0xFF,0xBD,0x0B,0xC5,0x51,0xE2,0x38,0xAD,0xD7,0xFE,0xE8, 32 0x27,0x5A,0x43,0x39,0x55,0x7D,0xFF,0x82,0x85,0x49,0xC2,0x30,0xEF,0x7F,0xA8,0x02, 48 0xA5,0x49,0x03,0x31,0xE7,0xFF,0x60,0x58,0xE6,0x51,0x43,0x39,0x55,0x35,0xB9,0xB5, 62 0xF7,0xF6,0xD7,0xF6,0xD5,0x35,0x0F,0x0A,0x18,0xFF,0xD7,0xF6,0xBF,0xAF,0xBB,0xAF, [all …]
|
/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | GPBCodedInputStreamTests.m | 70 [self assertReadZigZag32:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0x3FFFFFFF]; 71 [self assertReadZigZag32:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0xC0000000]; 72 [self assertReadZigZag32:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x7FFFFFFF]; 73 [self assertReadZigZag32:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x80000000]; 80 [self assertReadZigZag64:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0x3FFFFFFF]; 81 [self assertReadZigZag64:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0xC0000000]; 82 [self assertReadZigZag64:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x7FFFFFFF]; 83 [self assertReadZigZag64:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x80000000]; 85 …[self assertReadZigZag64:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01) value:0… 86 …[self assertReadZigZag64:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01) value:0… [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | GPBCodedInputStreamTests.m | 70 [self assertReadZigZag32:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0x3FFFFFFF]; 71 [self assertReadZigZag32:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0xC0000000]; 72 [self assertReadZigZag32:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x7FFFFFFF]; 73 [self assertReadZigZag32:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x80000000]; 80 [self assertReadZigZag64:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0x3FFFFFFF]; 81 [self assertReadZigZag64:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x07) value:(int32_t)0xC0000000]; 82 [self assertReadZigZag64:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x7FFFFFFF]; 83 [self assertReadZigZag64:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0x0F) value:(int32_t)0x80000000]; 85 …[self assertReadZigZag64:bytes(0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01) value:0… 86 …[self assertReadZigZag64:bytes(0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01) value:0… [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brya/acpi/ |
H A D | utility.asl | 27 Return (0xFF) 34 Local0[0] = Arg0 & 0xFF 35 Local0[1] = (Arg0 >> 8) & 0xFF 36 Local0[2] = (Arg0 >> 16) & 0xFF 37 Local0[3] = (Arg0 >> 24) & 0xFF 45 Local0[0] = Arg0 & 0xFF 46 Local0[1] = (Arg0 >> 8) & 0xFF 47 Local0[2] = (Arg0 >> 16) & 0xFF 48 Local0[3] = (Arg0 >> 24) & 0xFF 49 Local0[4] = (Arg0 >> 32) & 0xFF [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brox/acpi/ |
H A D | utility.asl | 27 Return (0xFF) 34 Local0[0] = Arg0 & 0xFF 35 Local0[1] = (Arg0 >> 8) & 0xFF 36 Local0[2] = (Arg0 >> 16) & 0xFF 37 Local0[3] = (Arg0 >> 24) & 0xFF 45 Local0[0] = Arg0 & 0xFF 46 Local0[1] = (Arg0 >> 8) & 0xFF 47 Local0[2] = (Arg0 >> 16) & 0xFF 48 Local0[3] = (Arg0 >> 24) & 0xFF 49 Local0[4] = (Arg0 >> 32) & 0xFF [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
H A D | AArch64GenAsmWriter.inc | 22104 /* 0 */ "cmn $\x02, $\xFF\x03\x01\0" 22106 /* 24 */ "cmn $\x02, $\x03$\xFF\x04\x02\0" 22108 /* 55 */ "cmn $\x02, $\x03$\xFF\x04\x03\0" 22111 /* 96 */ "tst $\x02, $\xFF\x03\x04\0" 22113 /* 120 */ "tst $\x02, $\x03$\xFF\x04\x02\0" 22115 /* 151 */ "tst $\x02, $\xFF\x03\x05\0" 22116 /* 164 */ "movs $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 22118 /* 203 */ "mov $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 22119 /* 226 */ "and $\xFF\x01\x06, $\xFF\x01\x06, $\xFF\x03\x08\0" 22120 /* 247 */ "and $\xFF\x01\x09, $\xFF\x01\x09, $\xFF\x03\x0A\0" [all …]
|
H A D | AArch64GenAsmWriter1.inc | 22825 /* 0 */ "cmn $\x02, $\xFF\x03\x01\0" 22827 /* 24 */ "cmn $\x02, $\x03$\xFF\x04\x02\0" 22829 /* 55 */ "cmn $\x02, $\x03$\xFF\x04\x03\0" 22832 /* 96 */ "tst $\x02, $\xFF\x03\x04\0" 22834 /* 120 */ "tst $\x02, $\x03$\xFF\x04\x02\0" 22836 /* 151 */ "tst $\x02, $\xFF\x03\x05\0" 22837 /* 164 */ "movs $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 22839 /* 203 */ "mov $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 22840 /* 226 */ "and $\xFF\x01\x06, $\xFF\x01\x06, $\xFF\x03\x08\0" 22841 /* 247 */ "and $\xFF\x01\x09, $\xFF\x01\x09, $\xFF\x03\x0A\0" [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | message_unittest.inc | 371 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 380 // Overwriting the last byte to 0xFF results in malformed wire. 381 serialized[serialized.size() - 1] = 0xFF; 392 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 401 // Overwriting the last byte to 0xFF results in malformed wire. 402 serialized[serialized.size() - 1] = 0xFF; 411 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 420 // Overwriting the last byte to 0xFF results in malformed wire. 421 serialized[serialized.size() - 1] = 0xFF; 429 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | message_unittest.inc | 371 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 380 // Overwriting the last byte to 0xFF results in malformed wire. 381 serialized[serialized.size() - 1] = 0xFF; 392 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 401 // Overwriting the last byte to 0xFF results in malformed wire. 402 serialized[serialized.size() - 1] = 0xFF; 411 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 420 // Overwriting the last byte to 0xFF results in malformed wire. 421 serialized[serialized.size() - 1] = 0xFF; 429 // -1 becomes \xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x1 [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/auron/variants/samus/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 25 0xFF, // Connectable 42 0xFF, // Connectable 59 0xFF, // Connectable 60 0xFF, // OEM Connector 76 0xFF, // Connectable 93 0xFF, // Connectable 94 0xFF, // OEM Connector 110 0xFF, // Connectable 111 0xFF, // OEM Connector [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/AArch64/ |
H A D | AArch64GenAsmWriter.inc | 32354 /* 0 */ "cmn $\x02, $\xFF\x03\x01\0" 32356 /* 24 */ "cmn $\x02, $\x03$\xFF\x04\x02\0" 32358 /* 55 */ "cmn $\x02, $\x03$\xFF\x04\x03\0" 32361 /* 96 */ "tst $\x02, $\xFF\x03\x04\0" 32363 /* 120 */ "tst $\x02, $\x03$\xFF\x04\x02\0" 32365 /* 151 */ "tst $\x02, $\xFF\x03\x05\0" 32366 /* 164 */ "movs $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 32368 /* 203 */ "mov $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 32369 /* 226 */ "and $\xFF\x01\x06, $\xFF\x01\x06, $\xFF\x03\x08\0" 32370 /* 247 */ "and $\xFF\x01\x09, $\xFF\x01\x09, $\xFF\x03\x0A\0" [all …]
|
H A D | AArch64GenAsmWriter1.inc | 32998 /* 0 */ "cmn $\x02, $\xFF\x03\x01\0" 33000 /* 24 */ "cmn $\x02, $\x03$\xFF\x04\x02\0" 33002 /* 55 */ "cmn $\x02, $\x03$\xFF\x04\x03\0" 33005 /* 96 */ "tst $\x02, $\xFF\x03\x04\0" 33007 /* 120 */ "tst $\x02, $\x03$\xFF\x04\x02\0" 33009 /* 151 */ "tst $\x02, $\xFF\x03\x05\0" 33010 /* 164 */ "movs $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 33012 /* 203 */ "mov $\xFF\x01\x06, $\xFF\x02\x07/z, $\xFF\x03\x06\0" 33013 /* 226 */ "and $\xFF\x01\x06, $\xFF\x01\x06, $\xFF\x03\x08\0" 33014 /* 247 */ "and $\xFF\x01\x09, $\xFF\x01\x09, $\xFF\x03\x0A\0" [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/glados/variants/chell/include/variant/acpi/ |
H A D | mainboard.asl | 8 0xFF, // Connectable 25 0xFF, // Connectable 42 0xFF, // Connectable 43 0xFF, // OEM Connector 59 0xFF, // Connectable 60 0xFF, // OEM Connector 76 0xFF, // Connectable 93 0xFF, // Connectable 94 0xFF, // OEM Connector 110 0xFF, // Connectable [all …]
|
/aosp_15_r20/external/capstone/arch/ARM/ |
H A D | ARMGenAsmWriter.inc | 8759 AsmString = "bic$\xFF\x06\x02$\xFF\x04\x01 $\x01, $\x02, $\x03"; 8768 AsmString = "bic$\xFF\x06\x02$\xFF\x04\x01 $\x01, $\x03"; 8779 AsmString = "and$\xFF\x06\x02$\xFF\x04\x01 $\x01, $\x02, $\x03"; 8788 AsmString = "and$\xFF\x06\x02$\xFF\x04\x01 $\x01, $\x03"; 8806 AsmString = "cmp$\xFF\x03\x01 $\x01, $\x02"; 8815 AsmString = "cmn$\xFF\x03\x01 $\x01, $\x02"; 8842 AsmString = "fconstd$\xFF\x03\x01 $\x01, $\xFF\x02\x03"; 8851 AsmString = "fconsts$\xFF\x03\x01 $\x01, $\xFF\x02\x03"; 8858 AsmString = "fmstat$\xFF\x01\x01"; 8867 AsmString = "nop$\xFF\x02\x01"; [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/jecht/variants/rikku/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 25 0xFF, // Connectable 42 0xFF, // Connectable 43 0xFF, // OEM Connector 59 0xFF, // Connectable 76 0xFF, // Connectable 94 0xFF, // Connectable 95 0xFF, // OEM Connector 111 0xFF, // Connectable 122 0xFF, // Connectable [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/auron/variants/auron_paine/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 9 0xFF, // OEM Connector 25 0xFF, // Connectable 42 0xFF, // Connectable 43 0xFF, // OEM Connector 59 0xFF, // Connectable 60 0xFF, // OEM Connector 76 0xFF, // Connectable 93 0xFF, // Connectable 94 0xFF, // OEM Connector [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/slippy/variants/peppy/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 9 0xFF, // OEM Connector 25 0xFF, // Connectable 42 0xFF, // Connectable 43 0xFF, // OEM Connector 59 0xFF, // Connectable 60 0xFF, // OEM Connector 76 0xFF, // Connectable 93 0xFF, // Connectable 94 0xFF, // OEM Connector [all …]
|
/aosp_15_r20/external/coreboot/src/superio/smsc/sch5545/acpi/ |
H A D | resource_helpers.asl | 9 0xFF, 10 0xFF, 11 0xFF, 12 0xFF, 13 0xFF, 14 0xFF, 16 0xFF, 17 0xFF, 18 0xFF, 20 0xFF [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/rambi/variants/candy/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 25 0xFF, // Connectable 26 0xFF, // OEM Connector 44 0xFF, // Connectable 64 0xFF, // Connectable 65 0xFF, // OEM Connector 82 0xFF, // Connectable 83 0xFF, // OEM Connector 99 0xFF, // Connectable 100 0xFF, // OEM Connector [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/parrot/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 9 0xFF, // OEM Connector 27 0xFF, // Connectable 48 0xFF, // Connectable 68 0xFF, // Connectable 88 0xFF, // Connectable 89 0xFF, // OEM Connector 107 0xFF, // Connectable 108 0xFF, // OEM Connector 127 0xFF, // Connectable [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/google/slippy/variants/wolf/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 25 0xFF, // Connectable 42 0xFF, // Connectable 43 0xFF, // OEM Connector 59 0xFF, // Connectable 60 0xFF, // OEM Connector 76 0xFF, // Connectable 77 0xFF, // OEM Connector 93 0xFF, // Connectable 104 0xFF, // Connectable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstrControl.td | 127 def JMP16r : I<0xFF, MRM4r, (outs), (ins GR16:$dst), "jmp{w}\t{*}$dst", 130 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst", 134 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst", 137 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst", 141 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst", 144 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst", 151 def JMP64r_REX : I<0xFF, MRM4r, (outs), (ins GR64:$dst), 154 def JMP64m_REX : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), 161 def JMP16r_NT : I<0xFF, MRM4r, (outs), (ins GR16 : $dst), "jmp{w}\t{*}$dst", 165 def JMP16m_NT : I<0xFF, MRM4m, (outs), (ins i16mem : $dst), "jmp{w}\t{*}$dst", [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrControl.td | 127 def JMP16r : I<0xFF, MRM4r, (outs), (ins GR16:$dst), "jmp{w}\t{*}$dst", 130 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst", 134 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst", 137 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst", 141 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst", 144 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst", 151 def JMP64r_REX : I<0xFF, MRM4r, (outs), (ins GR64:$dst), 154 def JMP64m_REX : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), 161 def JMP16r_NT : I<0xFF, MRM4r, (outs), (ins GR16 : $dst), "jmp{w}\t{*}$dst", 165 def JMP16m_NT : I<0xFF, MRM4m, (outs), (ins i16mem : $dst), "jmp{w}\t{*}$dst", [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/samsung/lumpy/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 9 0xFF, // OEM Connector 27 0xFF, // Connectable 48 0xFF, // Connectable 68 0xFF, // Connectable 69 0xFF, // OEM Connector 88 0xFF, // Connectable 89 0xFF, // OEM Connector 107 0xFF, // Connectable 108 0xFF, // OEM Connector
|
/aosp_15_r20/external/coreboot/src/mainboard/google/auron/variants/lulu/include/variant/acpi/ |
H A D | usb.asl | 8 0xFF, // Connectable 25 0xFF, // Connectable 42 0xFF, // Connectable 43 0xFF, // OEM Connector 59 0xFF, // Connectable 60 0xFF, // OEM Connector 76 0xFF, // Connectable 77 0xFF, // OEM Connector 93 0xFF, // Connectable
|