Home
last modified time | relevance | path

Searched defs:size (Results 12726 - 12750 of 22924) sorted by relevance

1...<<501502503504505506507508509510>>...917

/third_party/toybox/scripts/
H A Dconfig2help.c30 void *xmalloc(size_t size) in xmalloc() argument
/third_party/toybox/toys/pending/
H A Dsyslogd.c280 int size, isreg; in write_rotate() local
H A Dtraceroute.c540 unsigned size; in traceroute_main() local
/third_party/toybox/toys/posix/
H A Dtar.c82 char name[100], mode[8], uid[8], gid[8],size[12], mtime[12], chksum[8], member
[all...]
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h244 Location(uint32_t type, int size, int alignment) in Location() argument
247 Location(AllocatorWrapper allocator, uint32_t type, int size, int alignment) in Location() argument
121 ForwardRef(const Location::EmitOperator* op, int32_t location, int size, int32_t min_object_location, int32_t max_object_location, int object_alignment = 1) ForwardRef() argument
332 RawLiteral(const void* addr, int size, PlacementPolicy placement_policy = kPlacedWhenUsed, DeletionPolicy deletion_policy = kManuallyDeleted) RawLiteral() argument
346 RawLiteral(const void* addr, int size, DeletionPolicy deletion_policy) RawLiteral() argument
358 RawLiteral(AllocatorWrapper allocator, const void* addr, int size, PlacementPolicy placement_policy = kPlacedWhenUsed, DeletionPolicy deletion_policy = kManuallyDeleted) RawLiteral() argument
374 RawLiteral(AllocatorWrapper allocator, const void* addr, int size, DeletionPolicy deletion_policy) RawLiteral() argument
[all...]
/third_party/vixl/src/
H A Dpool-manager.h111 LocationBase(uint32_t type, int size) in LocationBase() argument
123 LocationBase(uint32_t type, int size, int alignment) LocationBase() argument
332 ForwardReference(T location, int size, T min_object_location, T max_object_location, int object_alignment = 1) ForwardReference() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawVertexAndIndexBufferOOBValidationTests.cpp55 uint64_t size = wgpu::kWholeSize; member
63 uint64_t size = wgpu::kWholeSize; member
94 wgpu::Buffer CreateBuffer(uint64_t size, in CreateBuffer() argument
[all...]
H A DQueueWriteTextureValidationTests.cpp32 wgpu::Texture Create2DTexture(wgpu::Extent3D size, in Create2DTexture() argument
50 TestWriteTexture(size_t dataSize, uint32_t dataOffset, uint32_t dataBytesPerRow, uint32_t dataRowsPerImage, wgpu::Texture texture, uint32_t texLevel, wgpu::Origin3D texOrigin, wgpu::Extent3D size, wgpu::TextureAspect aspect = wgpu::TextureAspect::All) TestWriteTexture() argument
576 TestWriteTexture(size_t dataSize, uint32_t dataOffset, uint32_t dataBytesPerRow, uint32_t dataRowsPerImage, wgpu::Texture texture, uint32_t textLevel, wgpu::Origin3D textOrigin, wgpu::Extent3D size) TestWriteTexture() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.cpp73 CreateBufferFromData(const wgpu::Device& device, const void* data, uint64_t size, wgpu::BufferUsage usage) CreateBufferFromData() argument
334 BindingInitializationHelper(uint32_t binding, const wgpu::Buffer& buffer, uint64_t offset, uint64_t size) BindingInitializationHelper() argument
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_layer.h168 uint32_t size; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_linearization_info.cpp1212 uint32 size = SafeUint32Mult (rawIFD.fLinearizationTableCount, in Parse() local
1245 uint32 size = SafeUint32Mult (rawIFD.fBlackLevelDeltaHCount, in Parse() local
1266 uint32 size = SafeUint32Mult (rawIFD.fBlackLevelDeltaVCount, in Parse() local
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc260 int size; member
724 int size = sizeof(DynamicMessage); GetPrototypeNoLock() local
[all...]
H A Dextension_set_unittest.cc517 size_t size = source.ByteSizeLong(); in TEST() local
538 size_t size = source.ByteSizeLong(); in TEST() local
542 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local
561 size_t size = source.ByteSizeLong(); in TEST() local
582 size_t size in TEST() local
586 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); TEST() local
[all...]
H A Darena_impl.h156 size_t size; // Total elements in the list. member
266 size_t size() const { return size_; } in size() function in google::protobuf::internal::ArenaImpl::Block
H A Darena.h105 inline void arena_free(void* object, size_t size) { in arena_free() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc234 int size = ::GetCurrentDirectoryW(0, nullptr); in as_windows_path() local
349 read(int fd, void* buffer, size_t size) read() argument
355 write(int fd, const void* buffer, size_t size) write() argument
423 int size = WideCharToMultiByte( wcs_to_mbs() local
444 int size = mbs_to_wcs() local
[all...]
H A Dzero_copy_stream_unittest.cc169 int IoTest::ReadFromInput(ZeroCopyInputStream* input, void* data, int size) { in ReadFromInput() argument
141 WriteToOutput(ZeroCopyOutputStream* output, const void* data, int size) WriteToOutput() argument
286 int size; TEST_F() local
324 int64 size = pos + output->ByteCount(); TEST_F() local
358 int size; TEST_F() local
392 int size; TEST_F() local
423 int size; TEST_F() local
451 int size; TEST_F() local
480 int size; TEST_F() local
507 int size; TEST_F() local
556 int size; Uncompress() local
558 result.append(reinterpret_cast<const char*>(buffer), size); Uncompress() local
630 int64 size = pos + output->ByteCount(); TEST_F() local
671 int size; TEST_F() local
691 int size; TEST_F() local
821 int size; TEST_F() local
834 int size; TEST_F() local
974 int size; TEST_F() local
988 int size; TEST() local
995 int size; TEST() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java296 public int size() { in size() method in MapField.MutatabilityAwareMap
391 public int size() { in size() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
488 public int size() { in size() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
H A DUtf8.java328 static String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() argument
338 static String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() argument
616 abstract String decodeUtf8(byte[] bytes, int index, int size) in decodeUtf8() argument
624 final String decodeUtf8(ByteBuffer buffer, int index, int size) in decodeUtf8() argument
636 abstract String decodeUtf8Direct(ByteBuffer buffer, int index, int size) in decodeUtf8Direct() argument
643 decodeUtf8Default(ByteBuffer buffer, int index, int size) decodeUtf8Default() argument
956 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1031 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
1368 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1443 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
[all...]
H A DSmallSortedMap.java206 public int size() { in size() method in SmallSortedMap
474 public int size() { in size() method in SmallSortedMap.EntrySet
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c502 size_t size; in PHP_METHOD() local
569 size_t size; in PHP_METHOD() local
631 size_t size; in PHP_METHOD() local
687 zend_long size; PHP_METHOD() local
736 zend_long size; PHP_METHOD() local
[all...]
/third_party/python/Modules/
H A D_testinternalcapi.c386 Py_ssize_t size = -1; in normalize_path() local
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c18 static int fuzz_builtin_float(const char* data, size_t size) { in fuzz_builtin_float() argument
34 static int fuzz_builtin_int(const char* data, size_t size) { in fuzz_builtin_int() argument
73 static int fuzz_builtin_unicode(const char* data, size_t size) { in fuzz_builtin_unicode() argument
100 static int fuzz_struct_unpack(const char* data, size_t size) { in fuzz_struct_unpack() argument
159 fuzz_json_loads(const char* data, size_t size) fuzz_json_loads() argument
222 fuzz_sre_compile(const char* data, size_t size) fuzz_sre_compile() argument
312 fuzz_sre_match(const char* data, size_t size) fuzz_sre_match() argument
352 fuzz_csv_reader(const char* data, size_t size) fuzz_csv_reader() argument
408 fuzz_ast_literal_eval(const char* data, size_t size) fuzz_ast_literal_eval() argument
442 _run_fuzz(const uint8_t *data, size_t size, int(*fuzzer)(const char* , size_t)) _run_fuzz() argument
488 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/third_party/python/Objects/
H A Dfileobject.c234 _Py_UniversalNewlineFgetsWithSize(char *buf, int n, FILE *stream, PyObject *fobj, size_t* size) in _Py_UniversalNewlineFgetsWithSize() argument
278 size_t size; in Py_UniversalNewlineFgets() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java61 static byte[] getTestBytes(int size, long seed) { in getTestBytes() argument
68 private byte[] getTestBytes(int size) { in getTestBytes() argument
417 public int read(byte[] buf, int offset, int size) { in read() argument
[all...]

Completed in 33 milliseconds

1...<<501502503504505506507508509510>>...917