HomeSort by relevance Sort by last modified time
    Searched refs:temporary (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 78 value_type** temporary; member in struct:__gnu_parallel::PMWMSSortingData
146 seqs[s] = std::make_pair(sd->temporary[s],
147 sd->temporary[s]
217 std::lower_bound(sd->temporary[s],
218 sd->temporary[s]
222 - sd->temporary[s];
229 std::lower_bound(sd->temporary[s],
230 sd->temporary[s]
234 - sd->temporary[s];
327 // Sort in temporary storage, leave space for sentinel
    [all...]
  /external/wpa_supplicant_8/
Android.mk 8 # TODO: Clean up the Android.mks, reset all the temporary variables at the
  /external/valgrind/main/VEX/priv/
main_util.c 56 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(8))); variable
57 static HChar* temporary_first = &temporary[0];
58 static HChar* temporary_curr = &temporary[0];
59 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1];
74 vassert(temporary_first == &temporary[0]);
75 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]);
154 HChar* private_LibVEX_alloc_first = &temporary[0];
155 HChar* private_LibVEX_alloc_curr = &temporary[0];
156 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1];
162 if (private_LibVEX_alloc_first == &temporary[0]) pool = "TEMP"
    [all...]
  /external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp 78 // pass a temporary pointer down.
80 float temporary; local
82 &temporary, realData(), imagData());
84 realData(), imagData(), &temporary);
104 // See the normal constructor for an explanation of the temporary pointer.
105 float temporary; local
107 &temporary, realData(), imagData());
109 realData(), imagData(), &temporary);
  /external/skia/tools/
roll_autogen.sh 39 echo "Removing temporary local clone."
58 echo "Removing temporary local clone."
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 469 * temporary - Whether this network is temporary and not to be saved
471 int temporary; member in struct:wpa_ssid
605 * This pointer can be used to delete temporary networks when a wpa_cred
  /external/v8/tools/
common-includes.sh 35 TEMP_BRANCH=$BRANCHNAME-temporary-branch-created-by-script
118 # Get ahold of a safe temporary branch and check it out.
133 # Clean up all temporary files.
  /cts/tests/tests/net/
Android.mk 28 # include CtsTestServer as a temporary hack to free net.cts from cts.stub.
  /external/clang/lib/CodeGen/
CGCall.h 65 /// The temporary alloca.
66 llvm::Value *Temporary;
80 llvm::Value *temporary) {
84 writeback.Temporary = temporary;
  /external/v8/test/mjsunit/
constant-folding.js 219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
  /external/v8/test/mjsunit/regress/
regress-1160.js 30 // Array.prototype.join uses a temporary array internally. Verify it
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 93 // Must be a temporary.
94 unsigned temporary = (unsigned)operand - numVariables;
95 ASSERT(temporary < m_temporaries.size());
96 return getTemporary(temporary);
113 // Must be a temporary.
114 unsigned temporary = (unsigned)operand - numVariables;
115 ASSERT(temporary < m_temporaries.size());
116 setTemporary(temporary, value);
142 // Used in implementing get/set, above, where the operand is a temporary.
149 // Detect a read of an temporary that is not a yet defined within this block (e.g. use of ?:)
    [all...]
DFGJITCompiler.cpp 43 void JITCompiler::fillNumericToDouble(NodeIndex nodeIndex, FPRReg fpr, GPRReg temporary)
46 MacroAssembler::RegisterID tempReg = gprToRegisterID(temporary);
DFGJITCompiler.h 130 // Temporary registers (these correspond to the temporary GPRReg/FPRReg
306 void fillNumericToDouble(NodeIndex, FPRReg, GPRReg temporary);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 84 temp_dir: The directory path to use for any temporary files
86 packages to install. Defaults to a standard temporary
180 """Create a temporary scratch directory, and return its path.
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184.
28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset
31 add lr, sp, #4 ;point to temporary buffer
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16_neon.asm 51 sub sp, sp, #272 ;reserve space on stack for temporary storage
242 sub sp, sp, #528 ;reserve space on stack for temporary storage
311 sub sp, sp, #528 ;reserve space on stack for temporary storage
vp8_subpixelvariance16x16s_neon.asm 364 sub sp, sp, #256 ;reserve space on stack for temporary storage
408 sub sp, sp, #256 ;reserve space on stack for temporary storage
457 sub sp, sp, #256 ;reserve space on stack for temporary storage
  /ndk/build/core/
build-all.mk 85 # On Cygwin, we generate a temporary shell script that is capable of
  /external/v8/src/ia32/
lithium-codegen-ia32.h 158 Register temporary,
  /external/v8/src/x64/
lithium-codegen-x64.h 149 Register temporary,
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 378 // The function scope contains a temporary iteration variable.
403 // The function scope contains a temporary iteration variable.
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 163 ;# into a temporary array, reading the rows of the array into vector registers,
682 la r9, -48(r1) ;# temporary space for reading in vectors
1021 la r9, -48(r1) ;# temporary space for reading in vectors
1048 la r9, -48(r1) ;# temporary space for reading in vectors
1166 la r5, -96(r1) ;# temporary space for reading in vectors
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 170 Register temporary,
  /external/v8/src/mips/
lithium-codegen-mips.h 167 Register temporary,

Completed in 1047 milliseconds

1 2 3 4 5