HomeSort by relevance Sort by last modified time
    Searched full:wide (Results 276 - 300 of 2823) sorted by null

<<11121314151617181920>>

  /dalvik/vm/compiler/codegen/arm/FP/
ThumbVFP.c 30 rlSrc = rlSrc.wide ? dvmCompilerUpdateLocWide(cUnit, rlSrc) :
33 if (rlSrc.wide) {
220 if (rlDest.wide) {
235 bool wide = true; local
240 wide = false;
244 wide = false;
  /cts/tools/dasm/test/
all_opcodes.d 20 move-wide v1, v2
21 move-wide/from16 v11, v222
22 move-wide/16 v111, v222
27 move-result-wide v11
32 return-wide v11
38 const-wide/16 v11, 0x1234
39 const-wide/32 v11, 0x12345678
40 const-wide v11, 3.1415
41 const-wide/high16 v11, 0x1234000000000000
94 aget-wide v11, v22, v33
    [all...]
  /dalvik/dx/etc/
bytecode.txt 27 04 12x y move-wide
28 05 22x y move-wide/from16
29 06 32x y move-wide/16
34 0b 11x y move-result-wide
39 10 11x n return-wide
45 16 21s y const-wide/16
46 17 31i y const-wide/32
47 18 51l y const-wide
48 19 21h y const-wide/high16
92 45 23x y aget-wide
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 171 * @title iget-wide shall not work for reference fields
185 * @title iget-wide shall not work for short fields
199 * @title iget-wide shall not work for boolean fields
213 * @title iget-wide shall not work for char fields
227 * @title iget-wide shall not work for byte fields
241 * @title iget-wide shall not work for float fields
255 * @title iget-wide shall not work for int fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_wide/
Test_iput_wide.java 228 * @title iput-wide shall not work for single-width numbers
242 * @title iput-wide shall not work for reference fields
256 * @title iput-wide shall not work for char fields
270 * @title iput-wide shall not work for int fields
284 * @title iput-wide shall not work for byte fields
298 * @title iput-wide shall not work for boolean fields
312 * @title iput-wide shall not work for short fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/
Test_sget_wide.java 190 * @title sget-wide shall not work for reference fields
204 * @title sget-wide shall not work for short fields
218 * @title sget-wide shall not work for boolean fields
232 * @title sget-wide shall not work for char fields
246 * @title sget-wide shall not work for byte fields
260 * @title sget-wide shall not work for float fields
274 * @title sget-wide shall not work for int fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/
Test_sput_wide.java 225 * @title sput-wide shall not work for single-width numbers
239 * @title sput-wide shall not work for reference fields
253 * @title sput-wide shall not work for char fields
267 * @title sput-wide shall not work for int fields
281 * @title sput-wide shall not work for byte fields
295 * @title sput-wide shall not work for boolean fields
309 * @title sput-wide shall not work for short fields
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 25 * @title tests move-result-wide functionality
90 * @title move-result-wide instruction must be immediately preceded
104 * @title move-result-wide instruction must be immediately preceded
  /dalvik/dx/tests/032-bb-live-code/
expected.txt 194 000d: wide ret 0000
482 00d8: wide iload 0100
483 00dc: wide lload 0100 // category-2
484 00e0: wide fload 0100
485 00e4: wide dload 0100 // category-2
486 00e8: wide aload 0100
487 00ec: wide istore 0100
488 00f0: wide lstore 0100 // category-2
489 00f4: wide fstore 0100
490 00f8: wide dstore 0100 // category-
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 82 // Do we need an ordinary branch or a wide branch?
85 // Can we replace the wide branch by an ordinary branch?
97 // Should we replace the ordinary branch by a wide branch?
  /development/host/windows/usb/api/
adb_interface.cpp 51 // If user asked for wide char name just return it
56 // We need to convert name from wide char to ansi string
  /development/host/windows/usb/legacy/driver/
android_usb_inl.h 29 Converts string length from number of wide characters into number of bytes.
44 Converts string length from number of bytes into number of wide characters.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
windows.sgml 114 if the code is running on a version of Windows where the wide
115 character versions of the Win32 API functions, and the wide chaacter
  /external/kernel-headers/original/linux/
shm.h 15 #define SHMMNI 4096 /* max num of segs system wide */
16 #define SHMALL (SHMMAX/PAGE_SIZE*(SHMMNI/16)) /* max shm system wide (pages) */
  /sdk/emulator/mksdcard/
mksdcard.c 46 typedef long long Wide; /* might be something else if you don't use GCC */
76 get_sectors_per_cluster( Wide disk_size )
78 Wide disk_MB = disk_size/(1024*1024);
96 get_sectors_per_fat( Wide disk_size, int sectors_per_cluster )
98 Wide divider;
109 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label )
179 write_empty( FILE* file, Wide count )
209 Wide disk_size;
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_double/d/
T_add_double_1.d 30 return-wide v0
T_add_double_2.d 31 return-wide v5
T_add_double_4.d 30 return-wide v0
T_add_double_5.d 30 return-wide v0
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_double_2addr/d/
T_add_double_2addr_1.d 30 return-wide v3
T_add_double_2addr_2.d 31 return-wide v5
T_add_double_2addr_4.d 30 return-wide v3
T_add_double_2addr_5.d 30 return-wide v3
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_float/d/
T_add_float_2.d 30 const-wide v0, 3.1415
T_add_float_3.d 30 const-wide v0, 3141523

Completed in 60 milliseconds

<<11121314151617181920>>