HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 1 - 25 of 1378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/etc/iproute2/
rt_scopes 9 # pseudo-reserved
  /external/skia/include/core/
SkRandom.h 25 Utility class that implements pseudo random 32bit numbers using a fast
34 /** Return the next pseudo random number as an unsigned 32bit value.
38 /** Return the next pseudo random number as a signed 32bit value.
42 /** Return the next pseudo random number as an unsigned 16bit value.
46 /** Return the next pseudo random number as a signed 16bit value.
50 /** Return the next pseudo random number, as an unsigned value of
59 /** Return the next pseudo random unsigned number, mapped to lie within
67 /** Return the next pseudo random number expressed as an unsigned SkFixed
72 /** Return the next pseudo random number expressed as a signed SkFixed
77 /** Return the next pseudo random number expressed as a SkScala
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 25 * On windows platforms with IPV6 enabled there are a number of pseudo
27 * make sure we only use the non-pseudo interfaces
35 .equals("Teredo Tunneling Pseudo-Interface"))
37 .equals("6to4 Tunneling Pseudo-Interface"))
39 .equals("Automatic Tunneling Pseudo-Interface"))
41 .equals("Loopback Pseudo-Interface"))
  /external/llvm/test/MC/AsmParser/
dot-symbol.s 7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org').
10 # CHECK: invalid use of pseudo-symbol '.' as a label
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 29 def SelectF32 : Pseudo<(outs FP32:$dst), (ins FP32:$src1, FP32:$src2, i8imm:$cc),
30 "# SelectF32 PSEUDO",
33 def SelectF64 : Pseudo<(outs FP64:$dst), (ins FP64:$src1, FP64:$src2, i8imm:$cc),
34 "# SelectF64 PSEUDO",
44 def LD_Fp032 : Pseudo<(outs FP32:$dst), (ins),
47 def LD_Fp064 : Pseudo<(outs FP64:$dst), (ins),
53 def FMOV32rr : Pseudo<(outs FP32:$dst), (ins FP32:$src),
56 def FMOV64rr : Pseudo<(outs FP64:$dst), (ins FP64:$src),
62 def FMOV32rm : Pseudo<(outs FP32:$dst), (ins rriaddr12:$src),
65 def FMOV32rmy : Pseudo<(outs FP32:$dst), (ins rriaddr:$src)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pty.h 1 /* Functions for pseudo TTY handling.
31 /* Create pseudo tty master slave pair with NAME and set terminal
37 /* Create child process and establish the slave pseudo terminal as the
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.h 32 CodeGenInstruction Source; // The source pseudo instruction definition.
54 void evaluateExpansion(Record *Pseudo);
59 /// run - Output the pseudo-lowerings.
PseudoLoweringEmitter.cpp 10 #define DEBUG_TYPE "pseudo-lowering"
22 // FIXME: This pass currently can only expand a pseudo to a single instruction.
23 // The pseudo expansion really should take a list of dags, not just
45 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
48 "Pseudo operand type '" + DI->getDef()->getName() +
70 assert(0 && "Unhandled pseudo-expansion argument type!");
76 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
81 assert(Dag && "Missing result instruction in pseudo expansion!");
90 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
96 throw TGError(Rec->getLoc(), "Pseudo result '" + Operator->getName()
    [all...]
  /libcore/luni/src/main/java/java/util/
Random.java 24 * This class provides methods that return pseudo-random values.
82 * Returns a pseudo-random uniformly distributed {@code int} value of
95 * Returns a pseudo-random uniformly distributed {@code boolean}.
119 * Returns a pseudo-random uniformly distributed {@code double}
127 * Returns a pseudo-random uniformly distributed {@code float}
135 * Returns a pseudo-random (approximately) normally distributed
165 * Returns a pseudo-random uniformly distributed {@code int}.
172 * Returns a pseudo-random uniformly distributed {@code int}
191 * Returns a pseudo-random uniformly distributed {@code long}.
  /external/llvm/lib/Target/X86/
X86InstrCompiler.td 10 // This file describes the various pseudo instructions used by the compiler,
30 // Random Pseudo Instructions.
36 def MOVPC32r : Ii32<0xE8, Pseudo, (outs GR32:$reg), (ins i32imm:$label),
46 def ADJCALLSTACKDOWN32 : I<0, Pseudo, (outs), (ins i32imm:$amt),
50 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
62 def ADJCALLSTACKDOWN64 : I<0, Pseudo, (outs), (ins i32imm:$amt),
66 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
76 def VASTART_SAVE_XMM_REGS : I<0, Pseudo,
86 // The VAARG_64 pseudo-instruction takes the address of the va_list,
89 def VAARG_64 : I<0, Pseudo,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
pt_chown 
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 45 i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}}
46 i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}}
47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}}
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.h 15 // to its control view so that pseudo-menu operations
  /external/dropbear/libtomcrypt/
genlist.sh 2 # aes_tab.o is a pseudo object as it's made from aes.o and MPI is optional
  /external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp 10 // Expand Pseudo-instructions produced by ISel. These are usually to allow
36 return "Expand ISel Pseudo-instructions";
47 "Expand CodeGen Pseudo-instructions", false, false)
64 // If MI is a pseudo, expand it.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
bpqether.h 5 * Defines for the BPQETHER pseudo device driver
  /external/chromium/third_party/libjingle/source/
CHANGELOG 45 - Pseudo-TCP support provides TCP-like reliability over a P2PSocket
47 using Pseudo-TCP.
  /external/kernel-headers/original/linux/
msm_mdp.h 26 MDP_Y_CBCR_H2V2, // Y and CbCr, pseudo planer w/ Cb is in MSB
29 MDP_Y_CRCB_H2V2, // Y and CrCb, pseudo planer w/ Cr is in MSB
  /external/webkit/Source/WebKit/chromium/tests/
TreeTestHelpers.h 42 // Initializes the pseudo-random number generator with a specific seed.
45 // Produces the next pseudo-random number in the sequence, in the
  /external/bluetooth/glib/docs/reference/glib/tmpl/
random_numbers.sgml 5 pseudo-random number generator
10 pseudo-random number generator (PRNG). It uses the Mersenne Twister
36 GLib changed the seeding algorithm for the pseudo-random number
39 seeds would yield very bad pseudo-random streams. Also the
40 pseudo-random integers generated by
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 59 /// A pseudo source value referencing a fixed stack frame entry,
63 /// A pseudo source value referencing the area below the stack frame of
67 /// A pseudo source value referencing the global offset table
71 /// A pseudo source value referencing the constant pool. Since constant
76 /// A pseudo source value referencing a jump table. Since jump tables are
ValueTypes.td 65 // Pseudo valuetype mapped to the current pointer size to any address space.
69 // Pseudo valuetype to represent "vector of any size"
72 // Pseudo valuetype to represent "float of any format"
75 // Pseudo valuetype to represent "integer of any bit width"
78 // Pseudo valuetype mapped to the current pointer size.
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 58 pseudo = 1, // this does not get executed enumerator in enum:__anon8049::SPUNopFiller::__anon8050
87 if (next_optype != pseudo )
110 if( this_optype != pseudo )
145 case 0: retval = pseudo; break;
148 default: retval= pseudo;
  /external/e2fsprogs/lib/uuid/
uuid_generate.3.in 53 using a pseudo-random generator.
60 is not available, in which case a pseudo-random
61 generator will be subsituted. Note that the use of a pseudo-random
  /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')}}

Completed in 1224 milliseconds

1 2 3 4 5 6 7 8 91011>>