Searched
full:sizeof (Results
1101 -
1125 of
23619) sorted by null
<<41424344454647484950>>
/external/chromium_org/chromeos/ime/ |
extension_ime_util.cc | 13 sizeof(kExtensionIMEPrefix) / sizeof(kExtensionIMEPrefix[0]) - 1; 16 sizeof(kComponentExtensionIMEPrefix) / 17 sizeof(kComponentExtensionIMEPrefix[0]) - 1;
|
/external/chromium_org/content/common/indexed_db/ |
indexed_db_key_unittest.cc | 29 estimates.push_back(static_cast<size_t>(24)); // Overhead + sizeof(double). 33 estimates.push_back(static_cast<size_t>(24)); // Overhead + sizeof(double). 37 // Overhead + string length * sizeof(char16). 47 // Overhead + array length * (Overhead + sizeof(double)).
|
/external/chromium_org/crypto/ |
secure_hash_default.cc | 27 memset(&ctx_, 0, sizeof(ctx_)); 53 !pickle->WriteBytes(&ctx_, sizeof(ctx_))) { 76 if (!data_iterator->ReadBytes(&data, sizeof(ctx_))) 79 memcpy(&ctx_, data, sizeof(ctx_));
|
secure_hash_openssl.cc | 30 OPENSSL_cleanse(&ctx_, sizeof(ctx_)); 56 !pickle->WriteBytes(&ctx_, sizeof(ctx_))) { 82 if (!data_iterator->ReadBytes(&data, sizeof(ctx_))) 85 memcpy(&ctx_, data, sizeof(ctx_));
|
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/ |
proxy_implementation | 3 mojo::internal::Align(sizeof($PARAMS));
|
struct_declaration | 20 MOJO_COMPILE_ASSERT(sizeof($CLASS) == $SIZE,
|
struct_serialization_definition | 11 memcpy(clone, $NAME, sizeof(*$NAME));
|
/external/chromium_org/mojo/system/ |
message_in_transit.cc | 22 COMPILE_ASSERT(static_cast<uint64_t>(sizeof(MessageInTransit)) + 26 COMPILE_ASSERT(sizeof(MessageInTransit) % 49 const size_t size_with_header = sizeof(MessageInTransit) + num_bytes; 61 memcpy(buffer + sizeof(MessageInTransit), bytes, num_bytes);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
uname.c | 10 memset(buf, 0, sizeof(struct utsname));
|
/external/chromium_org/net/base/ |
big_endian.cc | 39 if (ptr_ + sizeof(T) > end_) 42 ptr_ += sizeof(T); 78 if (ptr_ + sizeof(T) > end_) 81 ptr_ += sizeof(T);
|
/external/chromium_org/sync/util/ |
get_session_name_win.cc | 14 DWORD size = sizeof(computer_name);
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
ucnvstat.c | 20 sizeof(UConverterStaticData), 31 sizeof(UConverterStaticData), 41 sizeof(UConverterStaticData), 51 sizeof(UConverterStaticData),
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_genc.c | 222 for (idx = 0; idx < (int32_t)(sizeof(assemblyHeader)/sizeof(assemblyHeader[0])); idx++) { 238 for (idx = 1; idx < (int32_t)(sizeof(assemblyHeader)/sizeof(assemblyHeader[0])); idx++) { 296 length=T_FileStream_read(in, buffer, sizeof(buffer)); 300 if (length != sizeof(buffer)) { 302 for(i=0; i < (length % sizeof(uint32_t)); ++i) { 306 for(i=0; i<(length/sizeof(buffer[0])); i++) { 395 length=T_FileStream_read(in, buffer, sizeof(buffer)); 419 length=T_FileStream_read(in, buffer, sizeof(buffer)) [all...] |
/external/chromium_org/third_party/leveldatabase/src/util/ |
status.cc | 13 memcpy(&size, state, sizeof(size)); 25 memcpy(result, &size, sizeof(size)); 62 snprintf(tmp, sizeof(tmp), "Unknown code(%d): ", 69 memcpy(&length, state_, sizeof(length));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_memory_aligned.h | 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *)); 54 buf = (char *)(((uintptr_t)ptr + sizeof(void *) + alignment - 1) & ~((uintptr_t)(alignment - 1))); 55 *(char **)(buf - sizeof(void *)) = ptr; 68 void **cubbyHole = (void **) ((char *) ptr - sizeof(void *));
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskCache.cpp | 13 , fStack(sizeof(GrClipStackFrame)) {
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_maxp_CFF.h | 28 SK_COMPILE_ASSERT(sizeof(SkOTTableMaximumProfile_CFF) == 6, sizeof_SkOTTableHead_not_4);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parse.h | 24 Symbol *r = malloc(sizeof(Symbol));
|
token.h | 24 Token *r = malloc(sizeof(Token));
|
/external/chromium_org/tools/gyp/test/rules-use-built-dependencies/src/ |
main.cc | 13 fwrite(output, 1, sizeof(output) - 1, file);
|
/external/clang/test/CodeGen/ |
2007-09-12-PragmaPack.c | 31 return sizeof(bar);
|
/external/clang/test/CodeGenCXX/ |
new-alias.cpp | 3 using size_t = decltype(sizeof(0));
|
pragma-pack.cpp | 16 static int i[sizeof(Sub) == 13 ? 1 : -1];
|
/external/clang/test/Headers/ |
typedef_guards.c | 16 typedef __typeof__(sizeof(int)) size_t;
|
/external/clang/test/Sema/ |
array-size-64.c | 10 typedef char b[(long long)sizeof(a)-1];
|
Completed in 2307 milliseconds
<<41424344454647484950>>