/external/clang/lib/Analysis/ |
CFG.cpp | [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86_64.pl | 829 my $increment="%xmm6"; 849 movdqa .Lincrement64(%rip),$increment 884 paddq $increment,$iv 930 movdqa .Lincrement64(%rip),$increment 941 paddq $increment,$iv 976 paddq $increment,$iv 1138 paddd $iv1,$iv0 # increment counter vector [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 335 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy()); 350 // Increment the pointers. 353 Increment); 354 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment); 453 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy()); 469 // Increment the pointers. 471 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment); 473 Increment); [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | [all...] |
/external/genext2fs/ |
genext2fs.c | 1510 unsigned long start, increment, count; local [all...] |
/external/llvm/include/llvm/Object/ |
ELF.h | [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | 826 /* Increment an fcNormal floating point number's significand. */ [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 330 // The former is 2 bytes shorter. In case where the increment is 1, then 527 // Now that we did that, the node is dead. Increment the iterator to the [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.c | 271 /* increment update counter */ [all...] |
/dalvik/vm/interp/ |
Jit.cpp | 449 /* Convenience function to increment counter from assembly code */ 455 /* Convenience function to increment counter from assembly code */ 461 /* Convenience function to increment counter from assembly code */ [all...] |
/docs/source.android.com/src/tech/input/ |
keyboard-devices.md | [all...] |
/external/icu4c/common/ |
unames.c | 980 /* increment the hexadecimal number on a character-basis */ 1035 /* increment the indexes in lexical order bound by the factors */ [all...] |
/external/icu4c/common/unicode/ |
utext.h | 475 * This is a post-increment operation. [all...] |
utf_old.h | [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.c | 280 * SBCS: directly, indexes increment by 16 281 * MBCS: indexes need to be multiplied by 16*maxCharLength, indexes increment by 1 282 * MBCS UTF-8: directly, indexes increment by 16 [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_MifareULMap.c | [all...] |
/external/llvm/include/llvm/ADT/ |
APInt.h | 522 /// @brief Postfix increment operator. 530 /// @brief Prefix increment operator. [all...] |
/external/mesa3d/src/glsl/ |
ir_to_llvm.cpp | [all...] |
/external/oprofile/doc/ |
internals.xml | 74 increment once per each event, and generate an interrupt on reaching some pre-defined 211 <row><entry><option>kernel</option></entry><entry>Whether the counter should increment when in kernel space</entry></row> 212 <row><entry><option>user</option></entry><entry>Whether the counter should increment when in user space</entry></row> [all...] |
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBld.c | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
Utils.java | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/ |
libgnustl_shared.so | |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/ |
libgnustl_shared.so | |
/external/aac/libAACdec/src/ |
conceal.cpp | 899 /* Increment random phase index to avoid repetition artifacts. */ [all...] |
/external/chromium/base/metrics/ |
histogram.h | 392 // Accept a TimeDelta to increment. 476 // Find bucket to increment for sample value.
|