/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 163 public BigInteger(int bitLength, int certainty, Random unused) { [all...] |
/external/bzip2/ |
bzip2.c | 438 UChar unused[BZ_MAX_UNUSED]; local 456 (int)smallMode, unused, nUnused 474 for (i = 0; i < nUnused; i++) unused[i] = unusedTmp[i]; 559 UChar unused[BZ_MAX_UNUSED]; local 574 (int)smallMode, unused, nUnused 589 for (i = 0; i < nUnused; i++) unused[i] = unusedTmp[i]; [all...] |
/external/e2fsprogs/e2fsck/ |
pass2.c | 450 ext2_ino_t dir_ino EXT2FS_ATTR((unused)), 476 ext2_ino_t dir_ino EXT2FS_ATTR((unused)), 1011 * Offer to clear unused inodes; if we are going to be 1157 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), 1158 blk_t ref_block EXT2FS_ATTR((unused)), 1159 int ref_offset EXT2FS_ATTR((unused)), [all...] |
/external/e2fsprogs/misc/ |
tune2fs.c | 254 int blockcnt EXT2FS_ATTR((unused)), 255 void *private EXT2FS_ATTR((unused))) 1178 static int process_block(ext2_filsys fs EXT2FS_ATTR((unused)), 1180 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), 1181 blk_t ref_block EXT2FS_ATTR((unused)), 1182 int ref_offset EXT2FS_ATTR((unused)), [all...] |
/external/libvorbis/doc/ |
02-bitpacking.tex | 80 significant unused bit position of the destination byte, followed by 215 bytes, and so there is unused (uncoded) space in the last byte of a 218 Unused space in the last byte of a bytestream is always zeroed during 219 the coding process. Thus, should this unused space be read, it will
|
06-floor0.tex | 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel. 81 operation above, floor decode is to return 'unused' status as if the
|
/bionic/libc/kernel/common/linux/ |
ext3_fs.h | 125 __u16 unused; member in struct:ext3_new_group_input 136 __u16 unused; member in struct:ext3_new_group_data
|
/dalvik/vm/analysis/ |
VfyBasicBlock.cpp | 175 bool unused, gotBranch; local 179 &branchOffset, &unused);
|
/development/ndk/platforms/android-3/include/linux/ |
ext3_fs.h | 118 __u16 unused; member in struct:ext3_new_group_input 128 __u16 unused; member in struct:ext3_new_group_data
|
/external/e2fsprogs/debugfs/ |
htree.c | 389 blk_t ref_blk EXT2FS_ATTR((unused)), 390 int ref_offset EXT2FS_ATTR((unused)),
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 374 transaction */ /* AKPM: unused */ 516 /* Journal head: identifies the first unused block in the journal. */ 835 static inline int tid_gt(tid_t x, tid_t y) EXT2FS_ATTR((unused)); 836 static inline int tid_geq(tid_t x, tid_t y) EXT2FS_ATTR((unused));
|
mkjournal.c | 211 blk_t ref_block EXT2FS_ATTR((unused)), 212 int ref_offset EXT2FS_ATTR((unused)),
|
/external/elfutils/src/ |
ldlex.l | 58 #define ECHO do { size_t n__ __attribute__ ((unused)) \
|
/external/libsepol/src/ |
hierarchy.c | 403 __attribute__ ((unused)), 429 __attribute__ ((unused)),
|
/external/srec/portable/src/ |
pmemblock.c | 287 unsigned long poolId, unused; local 321 1 << whichPool, PT_LOCAL | PT_DEL, &poolId, &unused);
|
/external/v8/test/mjsunit/compiler/ |
alloc-object.js | 76 // Both properties are unused in object properties.
|
/external/valgrind/main/include/vki/ |
vki-arm-linux.h | 537 unsigned int unused:15; member in struct:vki_user_fp::vki_fp_reg 864 unsigned long unused:28; member in struct:vki_vm86plus_info_struct
|
/external/valgrind/main/none/tests/ppc32/ |
test_dfp2.c | 315 /* {int64 input val, unused } */ 355 /* {dfp_arg, unused} */ 435 static void test_dfp_one_arg_ops(int unused) 502 static void test_dfp_two_arg_ops(int unused)
|
/external/valgrind/main/none/tests/ppc64/ |
test_dfp2.c | 315 /* {int64 input val, unused } */ 355 /* {dfp_arg, unused} */ 435 static void test_dfp_one_arg_ops(int unused) 502 static void test_dfp_two_arg_ops(int unused)
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
canonicalform01.js | 82 entity references are expanded and unused entity declaration are maintained.
|
entities01.js | 82 entity references and unused entity declaration are maintained.
|
entities02.js | 82 entity references are expanded and unused entity declaration are maintained.
|
infoset01.js | 82 entity references are expanded and unused entity declaration are maintained.
|
/frameworks/base/services/java/com/android/server/power/ |
ShutdownThread.java | 169 public void onDismiss(DialogInterface unused) { 511 } catch (InterruptedException unused) {
|
/frameworks/native/include/utils/ |
RefBase.h | 178 inline void incStrong(__attribute__((unused)) const void* id) const { 181 inline void decStrong(__attribute__((unused)) const void* id) const {
|