Home
last modified time | relevance | path

Searched defs:bytes (Results 176 - 200 of 1161) sorted by relevance

12345678910>>...47

/third_party/mbedtls/library/
H A Dpsa_crypto_core.h115 size_t bytes; member
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.c53 size_t bytes; in load_text_fp() local
/third_party/libwebsockets/lib/tls/
H A Dlws-gencrypto-common.c677 lws_base64_size(int bytes) in lws_base64_size() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_video.c94 unsigned bytes = MIN2(new_buf->res->buf->size, new_size); in si_vid_resize_buffer() local
/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.cc85 Segment* AccountingAllocator::AllocateSegment(size_t bytes, in AllocateSegment() argument
105 DCHECK_LE(sizeof(Segment), bytes); in AllocateSegment() local
/third_party/node/deps/v8/src/wasm/
H A Dsync-streaming-decoder.cc37 auto bytes = std::make_unique<uint8_t[]>(buffer_size_); variable
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.h43 int *bytes; /* List of overwrite characters */ member
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c44 void* malloc(size_t bytes) in malloc() argument
[all...]
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c21 void* malloc(size_t bytes) in malloc() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dringbuffer.h93 RingBufferWriteTail( const uint8_t* bytes, size_t n, RingBuffer* rb) RingBufferWriteTail() argument
105 RingBufferWrite( MemoryManager* m, const uint8_t* bytes, size_t n, RingBuffer* rb) RingBufferWrite() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c911 GLuint bytes, bw, bh; in _mesa_decompress_image() local
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp100 GLint bytes = _mesa_get_format_bytes(f); in TEST_F() local
/third_party/icu/icu4c/source/samples/uciter8/
H A Duciter8.c308 static const uint8_t bytes[]={ in TestLenient8Iterator() local
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit01.c54 static int nofiles, fd, bytes, i, status; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/stat/
H A Dstat02.c38 void verify(const char *fname, size_t bytes, size_t decrement) in verify() argument
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c219 ssize_t bytes; in send_receive() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c165 ssize_t bytes; in send_receive() local
H A D2-2.c181 ssize_t bytes; in send_receive() local
/third_party/node/deps/v8/src/heap/
H A Dallocation-stats.h61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes() argument
72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes() argument
81 void DecreaseCapacity(size_t bytes) { in DecreaseCapacity() argument
87 IncreaseCapacity(size_t bytes) IncreaseCapacity() argument
[all...]
H A Dlinear-allocation-area.h37 V8_INLINE bool CanIncrementTop(size_t bytes) { in CanIncrementTop() argument
42 V8_INLINE Address IncrementTop(size_t bytes) { in IncrementTop() argument
49 V8_INLINE bool DecrementTopIfAdjacent(Address new_top, size_t bytes) { in DecrementTopIfAdjacent() argument
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.h60 explicit Binary(std::shared_ptr<std::vector<uint8_t>> bytes) in Binary() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc117 const size_t bytes = array->GetByteLength(); in RUNTIME_FUNCTION() local
166 const size_t bytes = array->GetByteLength(); in RUNTIME_FUNCTION() local
168 static_cast<base::Atomic8*>(data_copy_ptr), bytes); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c133 i915_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, in i915_user_buffer_create() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c282 unsigned bytes = n * sizeof(struct tgsi_token); in tgsi_dup_tokens() local
296 unsigned bytes = num_tokens * sizeof(struct tgsi_token); in tgsi_alloc_tokens() local
/third_party/mesa3d/src/util/tests/
H A Dblob_test.cpp129 uint8_t bytes[] = "ABCDEFGHIJKLMNOP"; in TEST() local

Completed in 11 milliseconds

12345678910>>...47