HomeSort by relevance Sort by last modified time
    Searched defs:temp (Results 576 - 600 of 1947) sorted by null

<<21222324252627282930>>

  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 83 string temp = cur->input; local
84 string result = split(temp, ';');
85 check_result("split()", cur->input, cur->output.first, temp);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
invert.c 113 OPJ_FLOAT32 temp; local
138 temp = ((*lColumnMatrix > 0) ? *lColumnMatrix : -(*lColumnMatrix));
139 if (temp > p) {
140 p = temp;
173 temp = *(lDestMatrix++);
182 p = *lColumnMatrix / temp;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcdctmgr.c 228 { register DCTELEM temp, qval; local
234 temp = workspace[i];
252 if (temp < 0) {
253 temp = -temp;
254 temp += qval>>1; /* for rounding */
255 DIVIDE_BY(temp, qval);
256 temp = -temp;
258 temp += qval>>1; /* for rounding */
319 { register FAST_FLOAT temp; local
    [all...]
fpdfapi_jcparam.c 35 long temp; local
50 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
52 if (temp <= 0L) temp = 1L;
53 if (temp > 32767L) temp = 32767L; /* max quantizer needed for 12 bits */
54 if (force_baseline && temp > 255L)
55 temp = 255L; /* limit to baseline range if requested */
56 (*qtblptr)->quantval[i] = (UINT16) temp;
  /external/qemu/android/base/
Log.cpp 133 char temp[5]; local
134 snprintf(temp, sizeof temp, "\\x%02x", ch);
135 append(temp, 4U);
141 char temp[20]; local
142 int ret = snprintf(temp, sizeof temp, "%p", ptr);
143 append(temp, static_cast<size_t>(ret));
148 char temp[20]; local
149 int ret = snprintf(temp, sizeof temp, "%d", v)
155 char temp[20]; local
162 char temp[20]; local
169 char temp[20]; local
176 char temp[20]; local
183 char temp[20]; local
    [all...]
  /external/qemu/android/
framebuffer.c 200 int temp = qfbuff->width; local
202 qfbuff->height = temp;
205 temp = qfbuff->phys_width_mm;
207 qfbuff->phys_height_mm = temp;
main-common.c 81 char temp[MAX_PATH]; local
82 char* p = temp;
83 char* end = p + sizeof(temp);
94 app = bufprint_app_dir(temp, end);
105 if (q < end && path_exists(temp)) {
116 DirScanner* scanner = dirScanner_new(temp);
126 if (q >= end || !path_exists(temp))
145 //D("image auto-detection: %s/%s", temp, fileName);
146 return android_strdup(temp);
152 char temp[MAX_PATH] local
    [all...]
main-emulator.c 376 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
377 p = bufprint(temp, end, "%s/%s", path, filename);
378 D("Probing for: %s\n", temp);
379 return (p < end && path_exists(temp));
394 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
412 p = bufprint(temp, end, "%s/lib", progDir)
451 char *temp = NULL; local
    [all...]
  /external/qemu/android/utils/
filelock.c 55 ** temp - a temporary file made unique with mkstemp
58 ** create 'temp' and store our pid in it
59 ** attemp to link 'lock' to 'temp'
61 ** unlink 'temp'
77 char* temp; member in struct:FileLock
120 pidfile_fd = open( lock->temp, O_RDONLY );
144 D( "could not read pid file '%s'", lock->temp );
190 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC );
193 if ( path_delete_file( lock->temp ) < 0 ) {
194 D( "could not remove '%s': %s\n", lock->temp, strerror(errno) )
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 227 { register DCTELEM temp, qval; local
233 temp = workspace[i];
251 if (temp < 0) {
252 temp = -temp;
253 temp += qval>>1; /* for rounding */
254 DIVIDE_BY(temp, qval);
255 temp = -temp;
257 temp += qval>>1; /* for rounding *
318 { register FAST_FLOAT temp; local
    [all...]
jcparam.c 34 long temp; local
49 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
51 if (temp <= 0L) temp = 1L;
52 if (temp > 32767L) temp = 32767L; /* max quantizer needed for 12 bits */
53 if (force_baseline && temp > 255L)
54 temp = 255L; /* limit to baseline range if requested */
55 (*qtblptr)->quantval[i] = (UINT16) temp;
rdppm.c 252 register int temp; local
253 temp = UCH(*bufferptr++);
254 temp |= UCH(*bufferptr++) << 8;
255 *ptr++ = rescale[temp];
276 register int temp; local
277 temp = UCH(*bufferptr++);
278 temp |= UCH(*bufferptr++) << 8;
279 *ptr++ = rescale[temp];
280 temp = UCH(*bufferptr++);
281 temp |= UCH(*bufferptr++) << 8
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c 253 static char temp[BUFSIZ]; local
255 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid());
256 fp = fopen(temp, "r");
258 if ( fgets(temp, sizeof(temp)-1, fp) ) {
259 progname = SDL_strrchr(temp, '/');
261 progname = temp;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 106 Sint16 temp = *x; local
108 *y = temp;
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 33 SDL_Surface *temp; local
49 temp = SDL_DisplayFormat(sprite);
51 if ( temp == NULL ) {
56 sprite = temp;
  /external/qemu/hw/android/goldfish/
tty.c 132 char temp[64]; local
133 int to_write = sizeof(temp);
137 safe_memory_rw_debug(current_cpu, buf, (uint8_t*)temp, to_write, 0);
138 qemu_chr_write(s->cs, (const uint8_t*)temp, to_write);
  /external/qemu/telephony/
test2.c 72 char temp[256]; local
78 temp[mm++] = c;
80 strcat( temp+mm, "<LF>" );
84 strcat( temp+mm, "<CR>" );
88 sprintf( temp+mm, "\\x%02x", c );
89 mm += strlen( temp+mm );
92 temp[mm] = 0;
93 printf( "%p: << %s\n", client, temp );
  /external/qemu/util/
aes.c 731 u32 temp; local
832 u32 temp; local
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponse.java 96 List<Header> temp = new ArrayList<Header>(); local
97 Collections.addAll(temp, headers);
98 temp.add(header);
99 headers = temp.toArray(new Header[temp.size()]);
  /external/skia/src/core/
SkBBoxRecord.cpp 172 // As a temp work-around, we scale-up pad.
297 SkRect temp; local
298 outBounds = paint->computeFastBounds(outBounds, &temp);
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 152 XVisualInfo temp = visReturn[best]; local
153 XVisualInfo *vi = &temp;
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 201 SkPath temp; local
202 temp.setFillType(fillType);
203 SkPathWriter assembled(temp);
  /external/skia/tests/
PathCoverageTest.cpp 63 int temp = SkScalarCeilToInt(SkScalarSqrt(SkScalarDiv(d, tol))); local
64 uint32_t count = SkMin32(SkNextPow2(temp), MAX_POINTS_PER_CURVE);
  /external/smack/src/org/xbill/DNS/
UDPClient.java 64 InetSocketAddress temp; local
71 temp = new InetSocketAddress(addr.getAddress(),
74 temp = new InetSocketAddress(port);
75 channel.socket().bind(temp);
120 byte [] temp = new byte[max];
130 long ret = channel.read(ByteBuffer.wrap(temp));
135 System.arraycopy(temp, 0, data, 0, len);
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 225 EAS_I32 temp; local
228 temp = (EAS_I32) nLogRate << 7;
229 temp += ((EAS_I32) nKeyNumber - EG_SCALE_PIVOT_POINT) * (EAS_I32) nEGScale;
232 temp = max(temp, 0);
233 temp = min(temp, 32767);
237 return fmRateTable[temp >> 8];
401 EAS_I32 temp; local
422 temp = (EAS_I32) pChannel->pan - 64
518 EAS_I32 temp; local
627 EAS_U32 temp; local
730 EAS_I32 temp; local
806 EAS_I32 temp; local
    [all...]

Completed in 492 milliseconds

<<21222324252627282930>>