/prebuilt/linux-x86/toolchain/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/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/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 400 * temporary - Whether this network is temporary and not to be saved 402 int temporary; member in struct:wpa_ssid
|
wps_supplicant.c | 262 ssid->temporary = 0; 729 ssid->temporary = 1; 825 ssid->temporary = 1; 860 ssid->temporary = 1; 983 ssid->temporary = 1; [all...] |
config_file.c | 732 if (ssid->key_mgmt == WPA_KEY_MGMT_WPS || ssid->temporary) 733 continue; /* do not save temporary networks */
|
/external/clang/lib/CodeGen/ |
CGCall.h | 68 /// The temporary alloca. 69 llvm::Value *Temporary; 83 llvm::Value *temporary) { 87 writeback.Temporary = temporary;
|
/external/bluetooth/bluez/src/ |
device.h | 75 void device_set_temporary(struct btd_device *device, gboolean temporary);
|
device.c | 119 gboolean temporary; member in struct:btd_device 740 /* temporary is set if device is going to be removed */ 741 data->watch(device, device->temporary, [all...] |
/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/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/vp8/encoder/arm/neon/ |
vp8_subpixelvariance16x16_neon.asm | 46 sub sp, sp, #272 ;reserve space on stack for temporary storage 237 sub sp, sp, #528 ;reserve space on stack for temporary storage 306 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
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 225 attribute, temporary, or result register in the program string. 329 printf("Current temporary registers:\n");
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 158 Register temporary,
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 147 Register temporary,
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 142 Register temporary);
|
/external/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...] |
filter_altivec.asm | 767 ;# temporary buffer because the source buffer can't be modified and the buffer 768 ;# for the destination is not large enough to hold the temporary data. 808 ;# desination instead of a temporary buffer. 823 ;# use the stack as temporary storage
|
/external/libvpx/vpx_ports/ |
x86_abi_support.asm | 125 ; This macro uses one temporary register, which is not preserved, and thus
|