HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 176 - 200 of 2041) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordClass.java 48 * Except for pseudo records like OPT.
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 169 /// call frame pseudo ops before doing frame index elimination. This is
207 /// code insertion to eliminate call frame setup and destroy pseudo
211 /// setup/destroy pseudo instructions.
217 llvm_unreachable("Call Frame Pseudo Instructions do not exist on this "
  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.td 235 // via the BadReg() pseudo-code description.
316 // Pseudo-registers representing odd-even pairs of D registers. The even-odd
334 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP.
345 // Pseudo-registers representing 3 consecutive D registers.
356 // Pseudo 256-bit registers to represent pairs of Q registers. These should
361 // Pseudo 256-bit vector register class to model pairs of Q registers
380 // Pseudo 512-bit registers to represent four consecutive Q registers.
384 // Pseudo 512-bit vector register class to model 4 consecutive Q registers
393 // Pseudo-registers representing 2-spaced consecutive D registers.
  /external/llvm/lib/Target/R600/
AMDILBase.td 14 // Dummy Instruction itineraries for pseudo instructions
  /external/llvm/lib/Target/X86/
X86InstrTSX.td 22 def XBEGIN : I<0, Pseudo, (outs GR32:$dst), (ins),
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_BlitSurface.3 21 The results of blitting operations vary greatly depending on whether \fBSDL_SRCAPLHA\fP is set or not\&. See \fISDL_SetAlpha\fR for an explaination of how this affects your results\&. Colorkeying and alpha attributes also interact with surface blitting, as the following pseudo-code should hopefully explain\&.
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 3 * whether Valgrind intercepts the system calls that access these pseudo-files
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.h 28 /* Pseudo Random Function Registry */
  /frameworks/base/location/java/android/location/
GpsSatellite.java 53 * Returns the PRN (pseudo-random number) for the satellite.
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 92 MDP_Y_CBCR_H2V2, /* Y and CbCr, pseudo planer w/ Cb is in MSB */
96 MDP_Y_CRCB_H2V2, /* Y and CrCb, pseudo planer w/ Cr is in MSB */
105 MDP_Y_CRCB_H2V2_TILE, /* Y and CrCb, pseudo planer tile */
106 MDP_Y_CBCR_H2V2_TILE, /* Y and CbCr, pseudo planer tile */
  /libcore/luni/src/main/java/libcore/icu/
CollationKeyICU.java 89 * congruential random number generator, producing a pseudo-random
  /ndk/sources/host-tools/make-3.81/
gettext.h 49 /* A pseudo function call that serves as a marker for the automated
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
expected.txt 374 ViewDebug.java:564@0001: Rop{move-result-pseudo Ljava/net/ServerSocket; <- .
386 ViewDebug.java:566@0009: Rop{move-result-pseudo Ljava/lang/Thread; <- . flows
398 ViewDebug.java:573@0018: Rop{move-result-pseudo N0018Ljava/io/BufferedReader;
404 ViewDebug.java:573@001c: Rop{move-result-pseudo N001cLjava/io/InputStreamRead
422 ViewDebug.java:576@0031: Rop{move-result-pseudo Ljava/lang/String; <- . flows
433 ViewDebug.java:579@0044: Rop{move-result-pseudo Ljava/lang/String; <- . flows
445 ViewDebug.java:580@004b: Rop{move-result-pseudo Ljava/lang/String; <- . flows
451 ViewDebug.java:580@0050: Rop{move-result-pseudo Ljava/lang/String; <- . flows
462 ViewDebug.java:581@005b: Rop{move-result-pseudo Ljava/lang/String; <- . flows
468 ViewDebug.java:591@0080: Rop{move-result-pseudo Ljava/lang/String; <- . flow
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.td 116 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i16imm:$amt),
119 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2),
125 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
126 "# Select8 PSEUDO",
129 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
130 "# Select16 PSEUDO",
134 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
135 "# Shl8 PSEUDO",
137 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
138 "# Shl16 PSEUDO",
    [all...]
  /external/android-clat/
translate.c 222 * checksum - pseudo-header checksum
248 // The pseudo-header checksum was calculated on the transport length of the original IPv4
253 // pseudo-header when calculating its checksum (as the IPv4 header has its own checksum).
339 * old_sum - pseudo-header checksum of old header
340 * new_sum - pseudo-header checksum of new header
363 * checksum - pseudo-header checksum
398 * old_sum - pseudo-header checksum of old header
399 * new_sum - pseudo-header checksum of new header
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 51 # <test> is a pseudo-filename, it is not read or written.
159 # <test> is a pseudo-filename, it is not read or written.
  /external/chromium/third_party/libjingle/source/talk/base/
basicpacketsocketfactory.cc 86 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
120 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
  /external/chromium_org/chrome/renderer/
mock_printer.h 51 // A class which implements a pseudo-printer object used by the RenderViewTest
70 // Functions that changes settings of a pseudo printer.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementTraversal.h 51 // Pre-order traversal including the pseudo-elements.
56 // Utility function to traverse only the element and pseudo-element siblings of a node.
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElement.cpp 151 void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum)
160 setPseudo(pseudo);
DateTimeNumericFieldElement.cpp 145 void DateTimeNumericFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText)
147 DateTimeFieldElement::initialize(pseudo, axHelpText, m_range.minimum, m_range.maximum);
DateTimeSymbolicFieldElement.cpp 95 void DateTimeSymbolicFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText)
100 DateTimeFieldElement::initialize(pseudo, axHelpText, m_minimumIndex + 1, m_maximumIndex + 1);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.cc 103 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
152 // If using SSLTCP, wrap the TCP socket in a pseudo-SSL socket.
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree3.test 33 # rtree3-3a: Test OOM during a transaction to insert 100 pseudo-random rows.
36 # database constructed in [rtree3-3a] in pseudo-random order.
  /external/chromium_org/third_party/sqlite/src/test/
fts3expr2.test 28 # The tests in this file are pseudo-randomly generated. They test
78 # Generate and return a pseudo-random expression tree. Using the same

Completed in 1032 milliseconds

1 2 3 4 5 6 78 91011>>