/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
ext1-254.s | 1 .global ext1 2 ext1 IS 254 label
|
ext1.s | 1 .global ext1 2 ext1 IS 252 label
|
ext1g.s | 1 .global ext1 2 ext1 GREG label
|
ext1l.s | 1 .global ext1 2 ext1 SWYM 4,8,16 label
|
regext1.s | 1 .global ext1 2 ext1 IS $252 label
|
bspec2.s | 2 TETRA ext1
|
local1.s | 1 LOCAL ext1
|
local12.d | 2 #source: ext1-254.s
|
local12m.d | 2 #source: ext1-254.s
|
local4.d | 5 #source: ext1.s
|
local4m.d | 5 #source: ext1.s
|
local6.d | 6 #source: ext1.s
|
local6m.d | 6 #source: ext1.s
|
bspec2m.d | 5 #source: ext1.s 13 0+fc g \*ABS\* ext1
|
local3m.d | 4 #source: ext1.s 13 0+fc g \*ABS\* ext1
|
local7m.d | 5 #source: ext1.s 14 0+fc g \*ABS\* ext1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
data-reloc.s | 3 .globl ext1 7 .word ext1 8 .word ext1 + 4
|
data-reloc.d | 8 0+00 R_C6000_ABS32 +ext1 9 0+04 R_C6000_ABS32 +ext1\+0x0+04
|
insns-c674x-reloc.s | 9 .globl ext1 16 addab .D1X b14,ext1,a5 22 addah .D1X b14,ext1,a5 28 addaw .D1X b14,ext1,a5 36 addk .S1 ext1+3,a1 40 mvk .S1 ext1+3,a1 46 mvkh .S1 $DPR_BYTE(ext1)+3,a3 52 mvklh .S1 $DPR_BYTE(ext1)+3,a3 58 mvkl .S1 $DPR_BYTE(ext1)+3,a3 62 ldb .D2T2 *+b14(ext1),b [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
v32-bin-1.s | 5 lapc ext1,r3
|
/external/nanopb-c/tests/extensions/ |
encode_extensions.c | 19 pb_extension_t ext1; local 24 alltypes.extensions = &ext1; 26 ext1.type = &AllTypes_extensionfield1; 27 ext1.dest = &extensionfield1; 28 ext1.next = &ext2;
|
decode_extensions.c | 24 pb_extension_t ext1; local 34 alltypes.extensions = &ext1; 36 ext1.type = &AllTypes_extensionfield1; 37 ext1.dest = &extensionfield1; 38 ext1.next = &ext2; 52 TEST(ext1.found)
|
/frameworks/av/media/libmedia/ |
IMediaPlayerClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) 43 data.writeInt32(ext1); 63 int ext1 = data.readInt32(); local 70 notify(msg, ext1, ext2, &obj);
|
IMediaRecorderClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2) 43 data.writeInt32(ext1); 60 int ext1 = data.readInt32(); local 62 notify(msg, ext1, ext2);
|
/frameworks/av/media/libmediaplayerservice/ |
HDCP.h | 57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2); 58 void observe(int msg, int ext1, int ext2);
|