/external/dropbear/libtommath/ |
bn_mp_zero.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_error.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_2expt.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_abs.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_add.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_addmod.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_and.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_clamp.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_clear.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_cmp.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_cmp_d.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_cmp_mag.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_cnt_lsb.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_copy.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_count_bits.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_dr_is_modulus.c | 6 * integer arithmetic as well as number theoretic functionality.
|
bn_mp_dr_setup.c | 6 * integer arithmetic as well as number theoretic functionality.
|
/external/kernel-headers/original/linux/ |
compiler-gcc.h | 12 /* This macro obfuscates arithmetic on a variable address so that gcc
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2002-09-09-PointerIndVar.ll | 2 ; trying to do arithmetic on them directly.
|
/sdk/testapps/ |
proguard.config | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/external/jpeg/ |
rdjpgcom.c | 289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break; 290 case M_SOF10: process = "Progressive, arithmetic coding"; break; 291 case M_SOF11: process = "Lossless, arithmetic coding"; break; 292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break; 293 case M_SOF14: process = "Differential progressive, arithmetic coding"; break; 294 case M_SOF15: process = "Differential lossless, arithmetic coding"; break; 346 case M_SOF9: /* Extended sequential, arithmetic */ 347 case M_SOF10: /* Progressive, arithmetic */ 348 case M_SOF11: /* Lossless, arithmetic */ 349 case M_SOF13: /* Differential sequential, arithmetic */ [all...] |
/dalvik/dx/src/com/android/dx/util/ |
Unsigned.java | 20 * Unsigned arithmetic over Java's signed types.
|
/development/samples/training/multiscreen/newsreader/ |
proguard.cfg | 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
/external/chromium/base/third_party/dmg_fp/ |
dmg_fp.h | 11 // string (or set errno to ERANGE). With IEEE arithmetic, ties are
|
/external/clang/test/Sema/ |
incomplete-decl.c | 25 int (*i)[] = &h+1; // expected-error {{arithmetic on a pointer to an incomplete type 'int []'}}
|