HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 1 - 25 of 1566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2005-07-26-UnionInitCrash.c 3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; member in union:__anon16960
  /external/kmod/shared/
strbuf.h 9 char *bytes; member in struct:strbuf
scratchbuf.h 12 char *bytes; member in struct:scratchbuf
24 return buf->bytes;
28 .bytes = buf_, \
  /external/skia/fuzz/oss_fuzz/
FuzzJSON.cpp 12 void FuzzJSON(sk_sp<SkData> bytes) {
13 skjson::DOM dom(static_cast<const char*>(bytes->data()), bytes->size());
20 auto bytes = SkData::MakeWithoutCopy(data, size); local
21 FuzzJSON(bytes);
  /external/skia/modules/skottie/fuzz/
FuzzSkottieJSON.cpp 14 void FuzzSkottieJSON(sk_sp<SkData> bytes) {
15 SkMemoryStream stream(bytes);
26 auto bytes = SkData::MakeWithoutCopy(data, size); local
27 FuzzSkottieJSON(bytes);
  /external/skqp/fuzz/oss_fuzz/
FuzzJSON.cpp 12 void FuzzJSON(sk_sp<SkData> bytes) {
13 skjson::DOM dom(static_cast<const char*>(bytes->data()), bytes->size());
20 auto bytes = SkData::MakeWithoutCopy(data, size); local
21 FuzzJSON(bytes);
  /external/skqp/modules/skottie/fuzz/
FuzzSkottieJSON.cpp 14 void FuzzSkottieJSON(sk_sp<SkData> bytes) {
15 SkMemoryStream stream(bytes);
26 auto bytes = SkData::MakeWithoutCopy(data, size); local
27 FuzzSkottieJSON(bytes);
  /external/u-boot/lib/
tables_csum.c 11 u8 *bytes = v; local
16 checksum -= bytes[i];
  /external/libchrome/mojo/public/cpp/base/
big_string_mojom_traits.cc 14 const auto* bytes = reinterpret_cast<const uint8_t*>(str.data()); local
16 base::make_span(bytes, str.size() * sizeof(char)));
logfont_win_mojom_traits.cc 16 StructTraits<mojo_base::mojom::LOGFONTDataView, ::LOGFONT>::bytes( function in class:mojo::StructTraits
string16_mojom_traits.cc 25 const auto* bytes = reinterpret_cast<const uint8_t*>(str.data()); local
27 base::make_span(bytes, str.size() * sizeof(base::char16)));
  /external/libcups/filter/
gziptoany.c 33 ssize_t bytes; /* Number of bytes read/written */ local
86 while ((bytes = cupsFileRead(fp, buffer, sizeof(buffer))) > 0)
87 if (write(1, buffer, (size_t)bytes) < bytes)
  /external/nos/host/generic/libnos_transport/
crc16.c 56 const uint8_t *bytes = buf; local
58 crc = crc16_table[((crc >> 8) ^ *bytes++) & 0xFF] ^ (crc << 8);
  /external/u-boot/include/
tables_csum.h 11 u8 *bytes = v; local
16 checksum -= bytes[i];
  /external/webrtc/webrtc/modules/audio_processing/test/
protobuf_utils.cc 15 size_t ReadMessageBytesFromFile(FILE* file, rtc::scoped_ptr<uint8_t[]>* bytes) {
27 bytes->reset(new uint8_t[size]);
28 return fread(bytes->get(), sizeof((*bytes)[0]), size, file);
33 rtc::scoped_ptr<uint8_t[]> bytes; local
34 size_t size = ReadMessageBytesFromFile(file, &bytes);
39 return msg->ParseFromArray(bytes.get(), size);
  /bionic/tests/
uchar_test.cpp 61 char bytes[MB_LEN_MAX]; local
62 EXPECT_EQ(1U, c16rtomb(bytes, L'\0', nullptr));
66 char bytes[MB_LEN_MAX]; local
68 memset(bytes, 0, sizeof(bytes));
69 EXPECT_EQ(1U, c16rtomb(bytes, L'h', nullptr));
70 EXPECT_EQ('h', bytes[0]);
76 memset(bytes, 0, sizeof(bytes));
77 EXPECT_EQ(1U, c16rtomb(bytes, L'h', nullptr))
93 char bytes[MB_LEN_MAX]; local
105 char bytes[MB_LEN_MAX]; local
213 char bytes[MB_LEN_MAX]; local
    [all...]
  /cts/tests/tests/media/libmediandkjni/
md5_utils.h 12 * To compute the message digest of a chunk of bytes, declare an
14 * needed on buffers full of bytes, and then call MD5Final, which
36 UWORD32 bytes[2]; member in struct:MD5Context
  /device/google/fuchsia/bioniccompat/src/
sendfile.cc 39 int bytes = read(in_fd, buffer, sizeof(buffer)); local
40 if (bytes == 0) {
44 if (bytes < 0) {
45 return bytes;
48 count -= bytes;
51 while(bytes > 0) {
52 int written = write(out_fd, data, bytes);
58 bytes -= written;
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
sha.c 18 int bytes; local
33 while ((bytes = fread(data, 1, BUFFER_SIZE, inFile)) != 0) {
34 SHA256_Update(&shaContext, data, bytes);
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
ByteArrayInputStreamFactory.java 26 private final byte[] bytes; field in class:ByteArrayInputStreamFactory
28 public ByteArrayInputStreamFactory(byte[] bytes) {
29 this.bytes = bytes;
34 return new ByteArrayInputStream(bytes);
  /external/conscrypt/common/src/main/java/org/conscrypt/
ByteArray.java 25 private final byte[] bytes; field in class:ByteArray
28 ByteArray(byte[] bytes) {
29 this.bytes = bytes;
30 this.hashCode = Arrays.hashCode(bytes);
44 return Arrays.equals(bytes, lhs.bytes);
  /external/curl/lib/
curl_multibyte.c 67 int bytes = WideCharToMultiByte(CP_UTF8, 0, str_w, -1, local
69 if(bytes > 0) {
70 str_utf8 = malloc(bytes);
72 if(WideCharToMultiByte(CP_UTF8, 0, str_w, -1, str_utf8, bytes,
  /external/dtc/tests/
appendprop1.c 45 uint8_t bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04}; local
60 CHECK(fdt_appendprop(fdt, 0, "prop-bytes", bytes, sizeof(bytes)));
appendprop2.c 45 uint8_t bytes[] = {0x00, 0x01, 0x02, 0x03, 0x04}; local
54 CHECK(fdt_appendprop(fdt, 0, "prop-bytes", bytes, sizeof(bytes)));
  /external/libaom/libaom/common/
md5_utils.h 12 * To compute the message digest of a chunk of bytes, declare an
14 * needed on buffers full of bytes, and then call MD5Final, which
36 UWORD32 bytes[2]; member in struct:MD5Context

Completed in 1312 milliseconds

1 2 3 4 5 6 7 8 91011>>