Home
last modified time | relevance | path

Searched defs:bytes (Results 476 - 500 of 3234) sorted by relevance

1...<<11121314151617181920>>...130

/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
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp93 const uint8_t *bytes = (const uint8_t *)func; in disassemble() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_win.c73 size_t bytes = 0; in ossl_pool_acquire_entropy() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dself_test_core.c161 int OSSL_SELF_TEST_oncorrupt_byte(OSSL_SELF_TEST *st, unsigned char *bytes) in OSSL_SELF_TEST_oncorrupt_byte() argument
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_attr.c77 PKCS12_add1_attr_by_NID(PKCS12_SAFEBAG *bag, int nid, int type, const unsigned char *bytes, int len) PKCS12_add1_attr_by_NID() argument
86 PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type, const unsigned char *bytes, int len) PKCS12_add1_attr_by_txt() argument
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_egd.c21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument
31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument
109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument
204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherBytes.java224 private final byte[] bytes; field in MatcherBytes.SequenceBytes

Completed in 11 milliseconds

1...<<11121314151617181920>>...130