Searched defs:temporary (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCompiler.cpp43 void JITCompiler::fillNumericToDouble(NodeIndex nodeIndex, FPRReg fpr, GPRReg temporary) argument
46 MacroAssembler::RegisterID tempReg = gprToRegisterID(temporary);
/external/webkit/Source/WebCore/platform/audio/fftw/
H A DFFTFrameFFTW.cpp78 // 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/valgrind/main/VEX/priv/
H A Dmain_util.c56 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[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h414 * temporary - Whether this network is temporary and not to be saved
416 int temporary; member in struct:wpa_ssid
/external/clang/lib/CodeGen/
H A DCGCall.h68 /// The temporary alloca.
83 llvm::Value *temporary) {
87 writeback.Temporary = temporary;
82 addWriteback(llvm::Value *address, QualType addressType, llvm::Value *temporary) argument
/external/bluetooth/bluez/src/
H A Ddevice.c119 gboolean temporary; member in struct:btd_device
748 /* temporary is set if device is going to be removed */
749 data->watch(device, device->temporary,
1558 if (!device->temporary) {
1864 return device->temporary;
1867 void device_set_temporary(struct btd_device *device, gboolean temporary) argument
1872 DBG("temporary %d", temporary);
1874 device->temporary = temporary;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 171 milliseconds