Searched defs:temp (Results 76 - 100 of 1265) sorted by relevance

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event.h49 /* size is only valid if temp is 'true' */
51 bool temp; member in struct:tracing_data
56 int fd, bool temp);
/external/lzma/CPP/Common/
H A DIntToString.cpp14 char temp[72]; local
19 temp[pos++] = (char)((delta < 10) ? ('0' + delta) : ('a' + (delta - 10)));
24 *s++ = temp[--pos];
31 wchar_t temp[32]; local
35 temp[pos++] = (wchar_t)(L'0' + (int)(value % 10));
40 *s++ = temp[--pos];
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.c47 struct rc_list * temp; local
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fog.c98 GLfloat d, temp; local
107 temp = (end - z) * d;
108 return CLAMP(temp, 0.0F, 1.0F);
112 NEG_EXP( temp, d * z );
113 return temp;
117 NEG_EXP( temp, d * z * z );
118 return temp;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fog.c98 GLfloat d, temp; local
107 temp = (end - z) * d;
108 return CLAMP(temp, 0.0F, 1.0F);
112 NEG_EXP( temp, d * z );
113 return temp;
117 NEG_EXP( temp, d * z * z );
118 return temp;
/external/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc92 string temp = stream.str(); local
93 EXPECT_TRUE(temp == str1);
/external/protobuf/src/google/protobuf/stubs/
H A Dstl_util-inl.h55 ForwardIterator temp = begin; local
57 delete *temp;
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp38 const GrGLubyte* temp; local
46 SK_GL_RET(*this, temp, GetString(GR_GL_VERSION));
47 const char* versionStr = reinterpret_cast<const char*>(temp);
/external/srec/shared/src/
H A DLStringImpl.c62 LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (needed + (impl->size / 2))); local
63 if (temp == NULL)
66 impl->value = temp;
/external/srec/srec/cfront/
H A Dsh_down.h45 int temp, retval; local
49 temp = value;
51 temp = -value;
53 retval = temp << shift;
55 if ((retval > (int)LONG_MAX) || (retval < temp)) /* TODO: max_val if LONG_MAX, overflow won't be detected */
/external/valgrind/main/none/tests/ppc32/
H A Dldst_multiple.c35 HWord_t temp[5]; variable
88 SAVE_REGS(temp);
117 RESTORE_REGS(temp);
129 SAVE_REGS(temp);
169 RESTORE_REGS(temp);
/external/valgrind/main/none/tests/ppc64/
H A Dldst_multiple.c35 HWord_t temp[5]; variable
88 SAVE_REGS(temp);
117 RESTORE_REGS(temp);
129 SAVE_REGS(temp);
169 RESTORE_REGS(temp);
/external/checkpolicy/
H A Dqueue.c109 queue_node_ptr_t p, temp; local
116 temp = p;
118 free(temp);
146 queue_node_ptr_t p, last, temp; local
167 temp = p;
169 g(temp->element, vp);
170 free(temp);
/external/chromium_org/base/mac/
H A Dscoped_authorizationref.h61 AuthorizationRef temp = that.authorization_; local
63 authorization_ = temp;
71 AuthorizationRef temp = authorization_; variable
73 return temp;
H A Dscoped_block.h74 B temp = that.block_; local
76 block_ = temp;
80 B temp = block_; variable
82 return temp;
H A Dscoped_ioobject.h54 IOT temp = that.object_; local
56 object_ = temp;
60 IOT temp = object_; variable
62 return temp;
H A Dscoped_ioplugininterface.h56 InterfaceT temp = that.object_; local
58 object_ = temp;
62 InterfaceT temp = object_; variable
64 return temp;
H A Dscoped_launch_data.h61 launch_data_t temp = object_; variable
63 return temp;
H A Dscoped_typeref.h112 T temp = that.object_; local
114 object_ = temp;
121 T temp = object_; variable
123 return temp;
/external/chromium_org/extensions/common/permissions/
H A Dusb_device_permission_data.cc68 int temp; local
69 if (!dict_value->GetInteger(kVendorIdKey, &temp))
71 if (temp < 0 || temp > kuint16max)
73 vendor_id_ = temp;
75 if (!dict_value->GetInteger(kProductIdKey, &temp))
77 if (temp < 0 || temp > kuint16max)
79 product_id_ = temp;
81 if (!dict_value->GetInteger(kInterfaceIdKey, &temp))
[all...]
/external/chromium_org/mojo/embedder/
H A Dscoped_platform_handle.h34 PlatformHandle temp = handle_; local
36 other.handle_ = temp;
/external/chromium_org/ppapi/c/
H A Dpp_completion_callback.h280 struct PP_CompletionCallback temp = *cc; local
282 PP_RunCompletionCallback(&temp, res);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDenormalDisabler.h95 int temp = a; local
96 asm volatile("ldmxcsr %0" : : "m" (temp));
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp36 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
38 temp[i] = src[start++];
40 pttrn = temp; /* store word in pttrn */
55 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen)); local
57 temp[i] = src[start++];
59 pttrn = temp; /* store word in pttrn */
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Drbutil.c74 char temp; local
106 temp = buffer[(length-1) - j];
108 buffer[j] = temp;

Completed in 2627 milliseconds

1234567891011>>