HomeSort by relevance Sort by last modified time
    Searched defs:temporary (Results 1 - 7 of 7) sorted by null

  /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);
  /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/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/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/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 198 milliseconds