Home
last modified time | relevance | path

Searched defs:bytes (Results 1151 - 1175 of 3337) sorted by relevance

1...<<41424344454647484950>>...134

/third_party/libuv/src/win/
H A Dpoll.c420 DWORD bytes; in uv_poll_init_socket() local
H A Dwinsock.c44 DWORD bytes; in uv__get_extension_function() local
270 uv__wsarecv_workaround(SOCKET socket, WSABUF* buffers, DWORD buffer_count, DWORD* bytes, DWORD* flags, WSAOVERLAPPED *overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine) uv__wsarecv_workaround() argument
364 uv__wsarecvfrom_workaround(SOCKET socket, WSABUF* buffers, DWORD buffer_count, DWORD* bytes, DWORD* flags, struct sockaddr* addr, int* addr_len, WSAOVERLAPPED *overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine) uv__wsarecvfrom_workaround() argument
/third_party/libsnd/include/
H A Dsndfile.hh403 SndfileHandle::readRaw (void *ptr, sf_count_t bytes) in readRaw() argument
407 SndfileHandle::writeRaw (const void *ptr, sf_count_t bytes) in writeRaw() argument
/third_party/libunwind/libunwind/src/arm/
H A DGinit.c127 ssize_t bytes = 0; in write_validate() local
/third_party/libunwind/libunwind/src/s390x/
H A DGinit.c116 ssize_t bytes = 0; in write_validate() local
/third_party/libuv/src/unix/
H A Dsignal.c458 size_t bytes, end, i; in uv__signal_event() local
[all...]
/third_party/libunwind/libunwind/src/riscv/
H A DGinit.c150 ssize_t bytes = 0; in write_validate() local
/third_party/libunwind/libunwind/src/x86_64/
H A DGinit.c126 ssize_t bytes = 0; in write_validate() local
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_esgs_io_to_mem.c95 unsigned bytes = count * bit_size / 8u; in emit_split_buffer_store() local
/third_party/libcoap/src/oscore/
H A Doscore_cbor.c100 oscore_cbor_put_bytes(uint8_t **buffer, size_t *buf_size, const uint8_t *bytes, size_t bytes_len) oscore_cbor_put_bytes() argument
/third_party/lame/mpglib/
H A Dinterface.c247 check_vbr_header(PMPSTR mp, int bytes) in check_vbr_header() argument
410 int i, iret, bits, bytes; decodeMP3_clipchoice() local
[all...]
/third_party/json/tests/src/
H A Dunit-udt.cpp569 auto* bytes = static_cast<char*>(static_cast<void*>(&value)); in from_json() local
588 const auto* bytes = static_cast< const unsigned char*>(static_cast<const void*>(&t)); variable
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_helper.cpp59 void ac_add_attr_dereferenceable(LLVMValueRef val, uint64_t bytes) in ac_add_attr_dereferenceable() argument
65 void ac_add_attr_alignment(LLVMValueRef val, uint64_t bytes) in ac_add_attr_alignment() argument
/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c82 lws_mpint_rfc4251(uint8_t *dest, const uint8_t *src, int bytes, int uns) in lws_mpint_rfc4251() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_vec4.h66 add_byte_offset(backend_reg *reg, unsigned bytes) in add_byte_offset() argument
100 byte_offset(src_reg reg, unsigned bytes) in byte_offset() argument
181 byte_offset(dst_reg reg, unsigned bytes) in byte_offset() argument
[all...]
H A Dbrw_nir_analyze_ubo_ranges.c168 const int bytes = nir_intrinsic_dest_components(intrin) * in analyze_ubos_block() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c93 unsigned bytes = MIN2(new_buf->res->buf->size, new_size); in rvid_resize_buffer() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c484 softpipe_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, unsigned bind_flags) softpipe_user_buffer_create() argument
/third_party/node/src/crypto/
H A Dcrypto_bio.cc84 int bytes = nbio->Read(out, len); in Read() local
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.h257 ReadFrom(std::vector<uint8_t> bytes) ReadFrom() argument
266 FromBinary(const uint8_t* bytes, size_t size) FromBinary() argument
[all...]
H A Dprotocol_core.cc13 DeserializerState::DeserializerState(std::vector<uint8_t> bytes) in DeserializerState() argument
174 ContainerSerializer::ContainerSerializer(std::vector<uint8_t>* bytes, in ContainerSerializer() argument
154 Serialize(bool value, std::vector<uint8_t>* bytes) Serialize() argument
169 Serialize(int32_t value, std::vector<uint8_t>* bytes) Serialize() argument
213 Serialize(double value, std::vector<uint8_t>* bytes) Serialize() argument
266 FromSpan( span<uint8_t> bytes) FromSpan() argument
283 Serialize( const std::unique_ptr<DeferredMessage>& value, std::vector<uint8_t>* bytes) Serialize() argument
[all...]
H A Dcbor_test.cc87 std::vector<uint8_t> bytes = {0xd8, 0x5a}; in TEST() local
105 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, 1}; TEST() local
850 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen}; TEST() local
874 std::vector<uint8_t> bytes = {cbor::InitialByteForEnvelope(), TEST() local
910 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
927 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
945 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
958 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, 0}; // envelope TEST() local
975 std::vector<uint8_t> bytes = {0xd8, TEST() local
1001 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, TEST() local
1016 std::vector<uint8_t> bytes; MakeNestedCBOR() local
1035 std::vector<uint8_t> bytes = MakeNestedCBOR(3); TEST() local
1045 std::vector<uint8_t> bytes = MakeNestedCBOR(300); TEST() local
1064 std::vector<uint8_t> bytes = MakeNestedCBOR(301); TEST() local
1074 std::vector<uint8_t> bytes = MakeNestedCBOR(320); TEST() local
1087 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1105 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1127 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1146 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1167 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1187 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1207 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
1229 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, TEST() local
1262 std::vector<uint8_t> bytes = {0xd8, 0x5a, 0, 0, 0, kPayloadLen, // envelope TEST() local
[all...]
/third_party/node/src/
H A Dstream_base.h27 size_t bytes; member
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestrie.h150 const uint8_t *bytes; member in BytesTrie::State
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u7.cpp219 uint8_t *bytes; in _UTF7ToUnicodeWithOffsets() local
903 uint8_t *bytes; _IMAPToUnicodeWithOffsets() local
[all...]

Completed in 23 milliseconds

1...<<41424344454647484950>>...134