/external/llvm/lib/CodeGen/ |
ExpandPostRAPseudos.cpp | 1 //===-- ExpandPostRAPseudos.cpp - Pseudo instruction expansion pass -------===// 10 // This file defines a pass that expands COPY and SUBREG_TO_REG pseudo 40 return "Post-RA pseudo instruction expansion pass"; 69 /// TransferDeadFlag - MI is a pseudo-instruction with DstReg dead, 84 /// TransferImplicitDefs - MI is a pseudo-instruction, and the lowered 193 << "********** EXPANDING POST-RA PSEUDO INSTRS **********\n"
|
/external/clang/test/SemaObjCXX/ |
arc-object-init-destroy.mm | 10 sptr->~weak_id(); // expected-error{{pseudo-destructor destroys object of type '__strong id' with inconsistently-qualified type 'weak_id' (aka '__weak id')}} 11 wptr->strong_id::~strong_id(); // expected-error{{pseudo-destructor destroys object of type '__weak id' with inconsistently-qualified type 'strong_id' (aka '__strong id')}}
|
/external/llvm/lib/Target/Alpha/ |
AlphaBranchSelector.cpp | 1 //===-- AlphaBranchSelector.cpp - Convert Pseudo branchs ----------*- C++ -*-=// 10 // Replace Pseudo COND_BRANCH_* with their appropriate real branch
|
/external/wpa_supplicant/ |
rc4.c | 30 * Generate RC4 pseudo random stream for the given key, skip beginning of the 80 * Generate RC4 pseudo random stream for the given key and XOR this with the
|
/external/wpa_supplicant_8/src/crypto/ |
sha1-tprf.c | 22 * sha1_t_prf - EAP-FAST Pseudo-Random Function (T-PRF) 28 * @buf: Buffer for the generated pseudo-random key
|
sha1-tlsprf.c | 24 * tls_prf - Pseudo-Random Function for TLS (TLS-PRF, RFC 2246) 30 * @out: Buffer for the generated pseudo-random key
|
/system/extras/tests/lib/testUtil/ |
testUtil.c | 176 * Returns a pseudo random number in the range [0:2^32-1]. 179 * the pseudo random number generator. 199 * Pseudo randomly returns unsigned integer in the range [0, mod). 202 * the pseudo random number generator. 236 * Pseudo randomly returns 0 (false) or 1 (true). 239 * the pseudo random number generator. 249 * Pseudo randomly return a value in the range [0.0, 1.0). 252 * the pseudo random number generator.
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.td | 71 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt), 74 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2), 79 def Select32 : Pseudo<(outs GR32:$dst), (ins GR32:$src1, GR32:$src2, i8imm:$cc), 80 "# Select32 PSEUDO", 83 def Select64 : Pseudo<(outs GR64:$dst), (ins GR64:$src1, GR64:$src2, i8imm:$cc), 84 "# Select64 PSEUDO", 96 def RET : Pseudo<(outs), (ins), "br\t%r14", [(SystemZretflag)]>; 101 def JMP : Pseudo<(outs), (ins brtarget:$dst), "j\t{$dst}", [(br bb:$dst)]>; 104 def JMPr : Pseudo<(outs), (ins GR64:$dst), "br\t{$dst}", [(brind GR64:$dst)]>; 108 def JO : Pseudo<(outs), (ins brtarget:$dst) [all...] |
SystemZInstrFormats.td | 17 def Pseudo : Format<0>; 125 // Pseudo instructions 128 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern> 129 : InstSystemZ<0, Pseudo, outs, ins> {
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
KanaConverter.java | 510 * Create the pseudo candidate list 525 /* Create pseudo candidates for all keyboard type */ 536 /* Create pseudo candidates for Qwerty keyboard */ 539 /* Create pseudo candidates for 12key */ 541 /* Create pseudo candidates for half width numeric */ 551 /* Create pseudo candidates for full width numeric */ 556 /* Create pseudo candidates for half width alphabet */ 565 /* Create pseudo candidates for full width alphabet */ 578 * Create the pseudo candidate list for Qwerty keyboard 586 /* Create pseudo candidates for half width alphabet * [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
VariableSizeInsn.java | 23 * Pseudo-instruction base class for variable-sized instructions.
|
CodeAddress.java | 23 * Pseudo-instruction which is used to track an address within a code
|
OddSpacer.java | 24 * Pseudo-instruction which either turns into a {@code nop} or
|
ZeroSizeInsn.java | 24 * Pseudo-instruction base class for zero-size (no code emitted)
|
/dalvik/dx/src/com/android/dx/dex/code/ |
VariableSizeInsn.java | 23 * Pseudo-instruction base class for variable-sized instructions.
|
/dalvik/dx/tests/091-ssa-const-collector/ |
expected.txt | 170 Blort.java:22@0000: Rop{move-result-pseudo N0000Ljava/lang/StringBuilder; <- 176 Blort.java:24@0009: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1: 182 Blort.java:25@0010: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1: 188 Blort.java:26@0017: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1: 194 Blort.java:27@001e: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1: 200 Blort.java:28@0025: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1: 206 Blort.java:29@002c: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v1: 327 Blort.java:33@0000: Rop{move-result-pseudo N0000Ljava/lang/StringBuilder; <- 333 Blort.java:35@0009: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v2: 339 Blort.java:36@0010: Rop{move-result-pseudo Ljava/lang/String; <- . flows} v2 [all...] |
/external/dropbear/libtommath/ |
bn_mp_rand.c | 18 /* makes a pseudo-random int of a given size */
|
/external/dropbear/ |
sshpty.h | 9 * Functions for allocating a pseudo-terminal and making it the controlling
|
/external/kernel-headers/original/asm-x86/ |
dwarf2_32.h | 10 See "as.info" for details on these pseudo ops. Unfortunately
|
/external/llvm/lib/Target/Mips/ |
MipsExpandPseudo.cpp | 1 //===-- MipsExpandPseudo.cpp - Expand pseudo instructions ----------------===// 10 // This pass expands pseudo instructions into target instructions after register 15 #define DEBUG_TYPE "mips-expand-pseudo" 113 /// createMipsMipsExpandPseudoPass - Returns a pass that expands pseudo
|
/external/tcpdump/ |
slip.h | 24 * definitions of the pseudo- link-level header attached to slip
|
/external/webkit/Source/JavaScriptCore/wtf/ |
RandomNumber.h | 31 // Returns a pseudo-random number in the range [0, 1), attempts to be
|
/frameworks/base/packages/SystemUI/res/values-large/ |
strings.xml | 27 <!-- Title for the pseudo-notification shown when notifications are disabled (do-not-disturb
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nfs4_mount.h | 53 /* Pseudo-flavours to use for authentication. See RFC2623 */
|
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.td | 207 // Pseudo instructions. 208 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern> 213 def GETPCX : Pseudo<(outs getPCX:$getpcseq), (ins), "$getpcseq", [] >; 217 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt), 220 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), 242 def FpMOVD : Pseudo<(outs DFPRegs:$dst), (ins DFPRegs:$src), 244 def FpNEGD : Pseudo<(outs DFPRegs:$dst), (ins DFPRegs:$src), 247 def FpABSD : Pseudo<(outs DFPRegs:$dst), (ins DFPRegs:$src), 258 : Pseudo<(outs IntRegs:$dst), (ins IntRegs:$T, IntRegs:$F, i32imm:$Cond), 259 "; SELECT_CC_Int_ICC PSEUDO!", [all...] |