/third_party/tzdata/ |
H A D | date.c | 195 ptrdiff_t size = 1024 / 2; in timeout() local
|
/third_party/vixl/src/aarch64/ |
H A D | abi-aarch64.h | 98 unsigned size = is_pointer_type ? 8 : sizeof(T); in GetNextParameterGenericOperand() local [all...] |
/third_party/vixl/src/ |
H A D | code-buffer-vixl.cc | 137 void CodeBuffer::EmitData(const void* data, size_t size) { in EmitData() argument 145 void CodeBuffer::UpdateData(size_t offset, const void* data, size_t size) { in UpdateData() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | BufferValidationTests.cpp | 35 wgpu::Buffer CreateMapReadBuffer(uint64_t size) { in CreateMapReadBuffer() argument 43 wgpu::Buffer CreateMapWriteBuffer(uint64_t size) { in CreateMapWriteBuffer() argument 51 wgpu::Buffer BufferMappedAtCreation(uint64_t size, wgpu::BufferUsage usage) { in BufferMappedAtCreation() argument 60 void AssertMapAsyncError(wgpu::Buffer buffer, wgpu::MapMode mode, size_t offset, size_t size) { in AssertMapAsyncError() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WGPUHelpers.h | 170 uint64_t size = 0; member
|
H A D | WireHelper.cpp | 71 mFile.write(const_cast<const char*>(commands), size); variable
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | ftsystem.c | 262 LARGE_INTEGER size; in FT_BASE_DEF() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_writer.cc | 153 uint32 size = files_[i].size; WriteDirectory() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_inl.h | 170 int size = ReadSize(&ptr); in ParseFieldWithExtensionInfo() local 253 int32 size = ReadSize(&ptr); in ParseMessageSetItemTmpl() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringList.java | 67 public int size() { in size() method in UnmodifiableLazyStringList
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.c | 41 static VALUE create_frozen_string(const char* str, size_t size, bool binary) { in create_frozen_string() argument 50 VALUE get_frozen_string(const char* str, size_t size, bool binary) { in get_frozen_string() argument
|
/third_party/python/Mac/Tools/ |
H A D | pythonw.c | 160 uint32_t size = PATH_MAX * 2; in main() local
|
/third_party/python/Python/ |
H A D | frame.c | 70 Py_ssize_t size = ((char*)&src->localsplus[src->stacktop]) - (char *)src; in _PyFrame_Copy() local 83 Py_ssize_t size = ((char*)&frame->localsplus[frame->stacktop]) - (char *)frame; in take_ownership() local 154 size_t size = code->co_nlocalsplus + code->co_stacksize + FRAME_SPECIALS_SIZE; in _PyFrame_Push() local
|
/third_party/python/Modules/_sqlite/ |
H A D | statement.c | 36 Py_ssize_t size; in pysqlite_statement_create() local
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedOutputStream.php | 59 $size = self::writeVarintToArray($value, $bytes, $trim); variable 66 $size = self::writeVarintToArray($value, $bytes); variable 73 $size = self::writeLittleEndian32ToArray($value, $bytes); variable 80 $size = self::writeLittleEndian64ToArray($value, $bytes); variable [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_database.cc | 166 Py_ssize_t size = PyList_Size(py_list.get()); in FindAllExtensionNumbers() local
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | os_support.h | 51 static inline void *speex_alloc (int size) in speex_alloc() argument 62 static inline void *speex_alloc_scratch (int size) in speex_alloc_scratch() argument 71 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() argument
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-crypto.c | 80 int size; in rsa_encrypt() local 176 int size = 0; in pa_raop_secret_get_key() local [all...] |
/third_party/pulseaudio/src/tests/ |
H A D | hashmap-test.c | 89 unsigned size; in START_TEST() local [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | substitute.cc | 80 int size = 0; in SubstituteAndAppend() local [all...] |
/third_party/python/Modules/ |
H A D | atexitmodule.c | 157 size_t size = sizeof(atexit_callback*) * (size_t)state->callback_len; in atexit_register() local
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrTemplate.java | 37 private final int size; // Derived from version. field in QrTemplate [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler_test.cc | 71 HashtablezInfo* Register(HashtablezSampler* s, size_t size) { in Register() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | sequence_lock.h | 99 void Write(std::atomic<uint64_t>* dst, const void* src, size_t size) { in Write() argument 143 RelaxedCopyFromAtomic(void* dst, const std::atomic<uint64_t>* src, size_t size) RelaxedCopyFromAtomic() argument 161 RelaxedCopyToAtomic(std::atomic<uint64_t>* dst, const void* src, size_t size) RelaxedCopyToAtomic() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 87 absl::Cord FlatCord(size_t size) { in FlatCord() argument 93 absl::Cord FragmentedCord(size_t size) { in FragmentedCord() argument [all...] |