HomeSort by relevance Sort by last modified time
    Searched refs:ext2 (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
data-reloc.s 4 .globl ext2
9 .short ext2
10 .short ext2 - 2
data-reloc.d 10 0+08 R_C6000_ABS16 +ext2
11 0+0a R_C6000_ABS16 +ext2-0x0+2
insns-c674x-reloc.s 10 .globl ext2
17 addab .D2 b15,(ext2+7),b7
23 addah .D2 b15,(ext2+6),b7
29 addaw .D2 b15,(ext2+8),b7
35 addaw .D2 b15,$GOT(ext2)+8,b7
37 addk .S2 $dpr_byte(ext2)+5,b3
41 mvk .S2 $dpr_byte(ext2)+5,b3
45 mvkh .S2 $DPR_GOT(ext2)+2,b2
48 mvkh .S1 $DPR_WORD(ext2)+5,a5
51 mvklh .S2 $DPR_GOT(ext2)+2,b
    [all...]
insns-c674x-pcrel.s 5 .globl ext2
33 b .S1 ext2
51 call .S1 ext2
69 bdec .S1 ext2,a2
87 bpos .S1 ext2,a2
105 bnop .S1 ext2,1
123 callnop .S1 ext2,1
141 callp .S1 ext2,a3
159 callret .S1 ext2
177 ret .S1 ext2
    [all...]
insns-c674x-reloc.d 12 [ \t]*4: R_C6000_SBR_U15_B[ \t]+ext2\+0x7
22 [ \t]*1c: R_C6000_SBR_U15_H[ \t]+ext2\+0x6
32 [ \t]*34: R_C6000_SBR_U15_W[ \t]+ext2\+0x8
42 [ \t]*4c: R_C6000_SBR_GOT_U15_W[ \t]+ext2\+0x8
46 [ \t]*54: R_C6000_SBR_S16[ \t]+ext2\+0x5
52 [ \t]*64: R_C6000_SBR_S16[ \t]+ext2\+0x5
58 [ \t]*74: R_C6000_SBR_GOT_H16_W[ \t]+ext2\+0x2
64 [ \t]*80: R_C6000_SBR_H16_W[ \t]+ext2\+0x5
69 [ \t]*8c: R_C6000_SBR_GOT_L16_W[ \t]+ext2\+0x2
75 [ \t]*98: R_C6000_SBR_L16_W[ \t]+ext2\+0x
    [all...]
  /external/e2fsprogs/misc/
findsuper.c 2 * findsuper --- quick hacked up program to find ext2 superblocks.
64 * copies of ext2 superblocks (by checking for the ext2 signature).
67 * offset in 1024-byte blocks, the size of the ext2 partition in fs
69 * (always 0 for older ext2 systems), and a timestamp (s_mtime).
125 struct ext2_super_block ext2; local
192 read(fd, &ext2, 512) == 512; sk += skiprate) {
217 if (ext2.s_magic != EXT2_SUPER_MAGIC)
219 if (ext2.s_log_block_size > 6)
220 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size)
    [all...]
  /external/ltp/testcases/kernel/fs/acl/
tacl_xattr.sh 66 # Prepare Ext2 file system for ACL and Extended Attribute test
91 mount | grep ext2
95 mkdir -m 777 tacl/mount-ext2
96 mount -t ext3 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
101 printf "\t Can not mount ext2 file system with acl and user_xattr options\n"
106 mkfs -t ext2 /dev/loop0
107 mkdir -m 777 tacl/mount-ext2
108 mount -t ext2 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
113 printf "\t Can not mount ext2 file system with acl and user_xattr options\n
    [all...]
  /external/ltp/testcases/kernel/fs/mongo/
run_mongo 35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
36 ./mongo_compare ./results/ext2.tbl ./results/reiserfs.tbl ./results/html/ext2_vs_reiserfs
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
v32-bin-1.s 6 bsr ext2
v32-bin-1.d 3 #ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
  /external/nanopb-c/tests/extensions/
encode_extensions.c 21 pb_extension_t ext2; local
28 ext1.next = &ext2;
30 ext2.type = &ExtensionMessage_AllTypes_extensionfield2;
31 ext2.dest = &extensionfield2;
32 ext2.next = NULL;
decode_extensions.c 26 pb_extension_t ext2; local
38 ext1.next = &ext2;
40 ext2.type = &ExtensionMessage_AllTypes_extensionfield2;
41 ext2.dest = &extensionfield2;
42 ext2.next = NULL;
54 TEST(ext2.found)
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 7 # Ext2Descriptors is the location of the ext2 filesystem structure
11 Ext2Descriptors @datadir@/ext2.descriptors
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
55 # All the ext2 specific commands will be aviable despite the possible
62 # total number of blocks are gathered from the ext2 filesystem itself.
  /frameworks/av/media/libmedia/
IMediaPlayerClient.cpp 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj)
44 data.writeInt32(ext2);
64 int ext2 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
IMediaRecorderClient.cpp 38 virtual void notify(int msg, int ext1, int ext2)
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
  /external/toybox/tests/
fstype.test 13 for i in cramfs ext2 ext3 ext4 f2fs ntfs squashfs vfat xfs
  /frameworks/av/media/libmedia/include/media/
IMediaPlayerClient.h 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
IMediaRecorderClient.h 31 virtual void notify(int msg, int ext1, int ext2) = 0;
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 147 UString ext2 = ext; local
148 ext2.MakeLower_Ascii();
155 if (ext2.Len() >= 2 && StringsAreEqual_Ascii(ext2.RightPtr(2), "aa"))
158 while (numLetters < ext2.Len())
160 if (ext2[ext2.Len() - numLetters - 1] != 'a')
165 else if (ext.Len() >= 2 && StringsAreEqual_Ascii(ext2.RightPtr(2), "01"))
167 while (numLetters < ext2.Len())
169 if (ext2[ext2.Len() - numLetters - 1] != '0')
    [all...]
  /frameworks/base/tools/aapt/
FileFinder.cpp 89 String8 ext2 = extensions[i].getPathExtension(); local
90 ext2.toLower();
92 if (ext == ext2) {
  /external/ltp/testscripts/
ltp-aiodio.sh 36 ext2=0
68 e) ext2=$OPTARG;;
93 ext2="1"
100 if [ -n "$ext2" ]; then
101 echo "** testing ext2 **"
143 if [ -n "$ext2" -a $nextTest -eq 0 ]; then
145 echo "* Testing ext2 filesystem *"
147 mkfs -t ext2 $part1
148 mount -t ext2 $part1 $TMP/aiodio
175 elif [ "$runExtendedStress" -eq 1 -a -n "$ext2" ]; the
    [all...]
  /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);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaWriter.h 61 void notify(int msg, int ext1, int ext2) {
63 mListener->notify(msg, ext1, ext2);
  /hardware/interfaces/camera/device/1.0/
ICameraDeviceCallback.hal 28 * @param ext2 The second parameter for the event, if needed.
30 notifyCallback(NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-gdesc-got.d 23 103.4: R_ARM_TLS_DESC ext2

Completed in 3386 milliseconds

1 2 3 4 5 6