OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
1451 - 1475
of
7695
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/toolchain/binutils/binutils-2.25/gold/testsuite/
binary_test.cc
43
assert(
static_cast
<size_t>(size) == strlen(txt));
relro_test.cc
59
void* i1addr =
static_cast
<void*>(&i1);
60
void* i2addr =
static_cast
<void*>(&i2);
61
const void* p1addr =
static_cast
<const void*>(&p1);
62
const void* p2addr =
static_cast
<const void*>(&p2);
/art/runtime/
dex_instruction_utils.h
150
return
static_cast
<DexInvokeType>(IsInvokeInstructionRange(opcode)
159
return
static_cast
<DexMemAccessType>(code - Instruction::IGET);
166
return
static_cast
<DexMemAccessType>(code - Instruction::IPUT);
173
return
static_cast
<DexMemAccessType>(code - Instruction::SGET);
180
return
static_cast
<DexMemAccessType>(code - Instruction::SPUT);
187
return
static_cast
<DexMemAccessType>(code - Instruction::AGET);
194
return
static_cast
<DexMemAccessType>(code - Instruction::APUT);
/external/compiler-rt/lib/asan/
asan_thread.cc
36
CreateThreadContextArgs *args =
static_cast
<CreateThreadContextArgs*>(arg);
77
return
static_cast
<AsanThreadContext *>(
142
Min(stack_size_log,
static_cast
<uptr>(flags()->max_uar_stack_size_log));
144
Max(stack_size_log,
static_cast
<uptr>(flags()->min_uar_stack_size_log));
254
AsanThreadContext *tctx =
static_cast
<AsanThreadContext*>(tctx_base);
301
AsanThreadContext *tctx =
static_cast
<AsanThreadContext *>(
315
__asan::AsanThreadContext *context =
static_cast
<__asan::AsanThreadContext *>(
/external/deqp/executor/
xeBatchExecutor.cpp
71
const TestCase* testCase =
static_cast
<const TestCase*>(node);
91
const TestCase* testCase =
static_cast
<const TestCase*>(node);
111
const TestCase* testCase =
static_cast
<const TestCase*>(node);
317
const TestGroup* group =
static_cast
<const TestGroup*>(node);
352
BatchExecutor* executor =
static_cast
<BatchExecutor*>(userPtr);
364
BatchExecutor* executor =
static_cast
<BatchExecutor*>(userPtr);
376
BatchExecutor* executor =
static_cast
<BatchExecutor*>(userPtr);
/external/dng_sdk/source/
dng_safe_arithmetic.h
133
static_cast
<__int128>(std::numeric_limits<std::int64_t>::max());
135
static_cast
<__int128>(std::numeric_limits<std::int64_t>::min());
136
__int128 result =
static_cast
<__int128>(arg1) *
static_cast
<__int128>(arg2);
140
return
static_cast
<std::int64_t>(result);
208
const TDest converted =
static_cast
<TDest>(src);
212
if (
static_cast
<TSrc>(converted) != src) {
/external/google-breakpad/src/common/windows/
http_upload.cc
92
if (!InternetCrackUrl(url.c_str(),
static_cast
<DWORD>(url.size()),
142
static_cast
<DWORD>(-1),
169
static_cast
<DWORD>(request_body.size()))) {
177
static_cast
<LPVOID>(&http_status), &http_status_size,
205
static_cast
<LPVOID>(&content_length),
344
static_cast
<std::vector<char>::size_type>(length);
345
if (
static_cast
<std::streamoff>(vector_size) == length) {
/external/google-breakpad/src/processor/
stackwalker_amd64.cc
131
StackFrameAMD64* last_frame =
static_cast
<StackFrameAMD64*>(frames.back());
152
StackFrameAMD64* last_frame =
static_cast
<StackFrameAMD64*>(frames.back());
198
StackFrameAMD64* last_frame =
static_cast
<StackFrameAMD64*>(frames.back());
254
StackFrameAMD64* last_frame =
static_cast
<StackFrameAMD64*>(frames.back());
282
new_frame->context.rip =
static_cast
<uint32_t>(new_frame->context.rip);
283
new_frame->context.rsp =
static_cast
<uint32_t>(new_frame->context.rsp);
284
new_frame->context.rbp =
static_cast
<uint32_t>(new_frame->context.rbp);
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.cc
54
if (ret <= 0 ||
static_cast
<size_t>(ret) > size) break;
228
if (args.args[0] ==
static_cast
<uint64_t>(tid)) {
231
static_cast
<intptr_t>(args.args[1]),
232
static_cast
<intptr_t>(args.args[2]),
233
static_cast
<intptr_t>(args.args[3]),
234
static_cast
<intptr_t>(args.args[4]),
235
static_cast
<intptr_t>(args.args[5]));
/external/libcxx/include/
__std_stream
124
__extbuf[__i] =
static_cast
<char>(__c);
128
__1buf =
static_cast
<char_type>(__extbuf[0]);
151
__extbuf[__nread] =
static_cast
<char>(__c);
158
__1buf =
static_cast
<char_type>(__extbuf[0]);
202
__extbuf[0] =
static_cast
<char>(__last_consumed_);
295
size_t __nmemb =
static_cast
<size_t>(__extbe - __extbuf);
336
size_t __nmemb =
static_cast
<size_t>(__extbe - __extbuf);
/external/skia/bench/
ShapesBench.cpp
105
float maxDiagonal =
static_cast
<float>(SkTMin(kBenchWidth, kBenchHeight));
106
float diagonal = sqrtf(
static_cast
<float>(fShapesSize.width() * fShapesSize.width()) +
107
static_cast
<float>(fShapesSize.height() * fShapesSize.height()));
109
fShapesSize.fWidth =
static_cast
<int>(fShapesSize.width() * maxDiagonal / diagonal);
110
fShapesSize.fHeight =
static_cast
<int>(fShapesSize.height() * maxDiagonal / diagonal);
153
float pad = sqrtf(
static_cast
<float>(fShapesSize.width() * fShapesSize.width()) +
154
static_cast
<float>(fShapesSize.height() * fShapesSize.height()));
/external/v8/src/
property-details.h
50
STATIC_ASSERT(ALL_PROPERTIES ==
static_cast
<PropertyFilter>(NONE));
51
STATIC_ASSERT(ONLY_WRITABLE ==
static_cast
<PropertyFilter>(READ_ONLY));
52
STATIC_ASSERT(ONLY_ENUMERABLE ==
static_cast
<PropertyFilter>(DONT_ENUM));
53
STATIC_ASSERT(ONLY_CONFIGURABLE ==
static_cast
<PropertyFilter>(DONT_DELETE));
169
Kind kind() const { return
static_cast
<Kind>(kind_); }
291
static_cast
<PropertyAttributes>(attributes() | new_attributes);
304
return Representation::FromKind(
static_cast
<Representation::Kind>(bits));
/external/v8/test/cctest/compiler/
test-operator.cc
35
CHECK_EQ(17,
static_cast
<int>(op1.HashCode()));
38
CHECK_EQ(18,
static_cast
<int>(op2.HashCode()));
252
static_cast
<float>(7777.5),
static_cast
<float>(-66),
253
static_cast
<float>(0),
static_cast
<float>(11),
254
static_cast
<float>(0.1)};
/external/webrtc/webrtc/p2p/base/
pseudotcp.cc
143
*
static_cast
<uint32_t*>(buf) = rtc::HostToNetwork32(val);
147
*
static_cast
<uint16_t*>(buf) = rtc::HostToNetwork16(val);
151
return rtc::NetworkToHost32(*
static_cast
<const uint32_t*>(buf));
155
return rtc::NetworkToHost16(*
static_cast
<const uint16_t*>(buf));
302
<< ") (dup_acks: " <<
static_cast
<unsigned>(m_dup_acks)
409
return
static_cast
<uint32_t>(m_snd_una + buffered_bytes - m_snd_nxt);
444
m_rcv_wnd =
static_cast
<uint32_t>(available_space);
451
return
static_cast
<int>(read);
491
if (len >
static_cast
<uint32_t>(available_space)) {
493
len =
static_cast
<uint32_t>(available_space)
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp
185
static_cast
<float>(entry.data.i32[0]),
186
static_cast
<float>(entry.data.i32[1]),
187
static_cast
<float>(entry.data.i32[2]),
188
static_cast
<float>(entry.data.i32[3])};
364
if (*value !=
static_cast
<T>(NOT_SET)) {
377
*value =
static_cast
<T>(entry.data.u8[0]);
380
*value =
static_cast
<T>(entry.data.i32[0]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp
190
const long size =
static_cast
<long>(size_);
305
const long size =
static_cast
<long>(size_);
454
const long buflen_ =
static_cast
<long>(size_);
1128
return
static_cast
<long>(result);
1143
return
static_cast
<long>(id);
1158
return
static_cast
<long>(result);
1172
return
static_cast
<long>(size);
1199
len =
static_cast
<long>(size);
[
all
...]
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc
167
char* base =
static_cast
<char*>(alloc(size));
207
char* base =
static_cast
<char*>(array_address);
232
char* base =
static_cast
<char*>(array_address);
257
char* base =
static_cast
<char*>(array_address);
316
char* base =
static_cast
<char*>(array_address);
345
char* dst =
static_cast
<char*>(dst_array);
346
char* src =
static_cast
<char*>(src_array);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream
124
__extbuf[__i] =
static_cast
<char>(__c);
128
__1buf =
static_cast
<char_type>(__extbuf[0]);
151
__extbuf[__nread] =
static_cast
<char>(__c);
158
__1buf =
static_cast
<char_type>(__extbuf[0]);
202
__extbuf[0] =
static_cast
<char>(__last_consumed_);
296
size_t __nmemb =
static_cast
<size_t>(__extbe - __extbuf);
337
size_t __nmemb =
static_cast
<size_t>(__extbe - __extbuf);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp
79
*idx =
static_cast
<size_t>(ptr - p);
98
return
static_cast
<int>(r);
143
return
static_cast
<int>(r);
189
V r =
static_cast
<V>(f(p, &ptr));
196
*idx =
static_cast
<size_t>(ptr - p);
369
size_type used =
static_cast
<size_type>(status);
435
return
static_cast
<int (__cdecl*)(wchar_t* __restrict, size_t, const wchar_t*__restrict, ...)>(swprintf);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
biginteger.h
179
for (; exp >= 13; exp -= 13) *this *=
static_cast
<uint32_t>(1220703125u); // 5^13
229
unsigned exp =
static_cast
<unsigned>(end - begin);
257
uint128 p =
static_cast
<uint128>(a) *
static_cast
<uint128>(b);
259
*outHigh =
static_cast
<uint64_t>(p >> 64);
260
return
static_cast
<uint64_t>(p);
267
x3 += (
static_cast
<uint64_t>(1) << 32);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream
124
__extbuf[__i] =
static_cast
<char>(__c);
128
__1buf =
static_cast
<char_type>(__extbuf[0]);
151
__extbuf[__nread] =
static_cast
<char>(__c);
158
__1buf =
static_cast
<char_type>(__extbuf[0]);
202
__extbuf[0] =
static_cast
<char>(__last_consumed_);
296
size_t __nmemb =
static_cast
<size_t>(__extbe - __extbuf);
337
size_t __nmemb =
static_cast
<size_t>(__extbe - __extbuf);
/system/bt/service/common/bluetooth/binder/
parcel_helpers.cpp
73
static_cast
<AdvertiseSettings::Mode>(parcel.readInt32());
75
static_cast
<AdvertiseSettings::TxPowerLevel>(parcel.readInt32());
254
static_cast
<ScanSettings::Mode>(parcel.readInt32());
256
static_cast
<ScanSettings::CallbackType>(parcel.readInt32());
258
static_cast
<ScanSettings::ResultType>(parcel.readInt32());
262
static_cast
<ScanSettings::MatchMode>(parcel.readInt32());
264
static_cast
<ScanSettings::MatchCount>(parcel.readInt32());
/system/update_engine/update_manager/
real_updater_provider_unittest.cc
300
.WillOnce(DoAll(SetArgPointee<4>(
static_cast
<int64_t>(0)), Return(true)));
301
UmTestUtils::ExpectVariableHasValue(
static_cast
<int64_t>(0),
308
.WillOnce(DoAll(SetArgPointee<4>(
static_cast
<int64_t>(567890)),
310
UmTestUtils::ExpectVariableHasValue(
static_cast
<int64_t>(567890),
317
.WillOnce(DoAll(SetArgPointee<4>(
static_cast
<int64_t>(1) << 31),
319
UmTestUtils::ExpectVariableHasValue(
static_cast
<int64_t>(1) << 31,
333
.WillOnce(DoAll(SetArgPointee<4>(
static_cast
<int64_t>(-1024)),
/external/libbrillo/brillo/glib/
object.h
157
return
static_cast
<const char*>(::g_value_get_string(&x));
161
return
static_cast
<double>(::g_value_get_double(&x));
165
return
static_cast
<bool>(::g_value_get_boolean(&x));
169
return
static_cast
< ::uint32_t>(::g_value_get_uint(&x));
173
return
static_cast
< ::uint8_t>(::g_value_get_uchar(&x));
177
return
static_cast
< ::int64_t>(::g_value_get_int64(&x));
181
return
static_cast
< ::int32_t>(::g_value_get_int(&x));
227
*this = *
static_cast
<const Value*>(&x);
279
return
static_cast
<const Value*>(&x);
480
return glib::Retrieve(*
static_cast
< ::GValue*>(ptr), result)
[
all
...]
/external/libchrome/base/json/
json_value_serializer_unittest.cc
83
ListValue* list =
static_cast
<ListValue*>(root.get());
155
ASSERT_EQ(
static_cast
<int>(strlen(kProperJSON)),
179
ASSERT_EQ(
static_cast
<int>(strlen(kProperJSONWithCommas)),
226
DictionaryValue* root_dict =
static_cast
<DictionaryValue*>(root.get());
274
all_chars +=
static_cast
<char16>(i);
335
static_cast
<DictionaryValue*>(deserial_root.get());
359
static_cast
<DictionaryValue*>(deserial_root.get());
369
dict_root =
static_cast
<DictionaryValue*>(deserial_root.get());
385
ListValue* list =
static_cast
<ListValue*>(root.get());
425
DictionaryValue* root_dict =
static_cast
<DictionaryValue*>(root.get())
[
all
...]
Completed in 865 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>