/third_party/backends/backend/ |
H A D | hs2p.c | 1917 u_long dtq = 0; /* two bytes */ in get_hs2p_data() 2625 "%d pixels per line, %d bytes per line, %d lines high, total %lu bytes, " in sane_get_parameters() 2639 long ulx, uly, width, length, number, bytes; in set_window_data() local 2682 * Binary: 620 bytes in set_window_data() 2683 * 4-bits gray: 2480 bytes in set_window_data() 2684 * 8-bits gray: 4960 bytes in set_window_data() 2688 bytes = (width / MM_PER_INCH) * (s->val[OPT_X_RESOLUTION].w / 8.0); in set_window_data() 2689 if (bytes > 620) in set_window_data() 2692 "width in pixels too large: width=%ld x-resolution=%d bytes in set_window_data() [all...] |
/third_party/libsnd/src/ |
H A D | sndfile.c | 1700 sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) in sf_read_raw() argument 1705 if (bytes == 0) in sf_read_raw() 1718 if (bytes < 0 || psf->read_current >= psf->sf.frames) in sf_read_raw() 1719 { psf_memset (ptr, 0, bytes) ; in sf_read_raw() 1723 if (bytes % (psf->sf.channels * bytewidth)) in sf_read_raw() 1732 count = psf_fread (ptr, 1, bytes, psf) ; in sf_read_raw() 1738 extra = bytes - count ; in sf_read_raw()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 667 int bytes = __ PushCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 668 DCHECK(IsAligned(bytes, kSystemPointerSize)); in AssembleArchInstruction() 670 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction() 681 int bytes = __ PopCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local 682 frame_access_state()->IncreaseSPDelta(-(bytes / kSystemPointerSize)); in AssembleArchInstruction() 738 int bytes = in AssembleArchInstruction() local 740 frame_access_state()->IncreaseSPDelta(bytes / kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 700 typed_memory_view(data->size(), data->bytes()) in toBytes() 811 auto bytes = SkData::MakeFromMalloc(imgData, length); in EMSCRIPTEN_BINDINGS() 812 auto aCodec = SkAndroidCodec::MakeFromData(std::move(bytes)); in EMSCRIPTEN_BINDINGS() 822 sk_sp<SkData> bytes = SkData::MakeFromMalloc(imgData, length); in EMSCRIPTEN_BINDINGS() 823 return SkImage::MakeFromEncoded(std::move(bytes)); in EMSCRIPTEN_BINDINGS() 853 size_t bytes)->sk_sp<SkPicture> { in EMSCRIPTEN_BINDINGS() 855 sk_sp<SkData> data = SkData::MakeFromMalloc(d, bytes); in EMSCRIPTEN_BINDINGS()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 140 PRIu64 " bytes", in check_clus_chain() 155 PRIu64 " bytes", in check_clus_chain() 177 PRIu64 " bytes", in check_clus_chain() 188 PRIu64 " bytes", in check_clus_chain() 210 PRIu64 " bytes", in check_clus_chain() 1454 static char *bytes_to_human_readable(size_t bytes) in bytes_to_human_readable() argument 1461 while (i && (bytes >> i * 10) == 0) in bytes_to_human_readable() 1465 quoti = (unsigned int)(bytes / (1ULL << shift)); in bytes_to_human_readable() 1469 ((bytes & ((1ULL << shift) - 1)) >> (shift - 10)); in bytes_to_human_readable()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_deblock.asm | 43 ; in: 8 rows of 4 bytes in %4..%11 44 ; out: 4 rows of 8 bytes in m0..m3 72 ; in: 4 rows of 8 bytes in m0..m3 73 ; out: 8 rows of 4 bytes in %1..%8
|
H A D | hevc_deblock.asm | 42 ; in: 8 rows of 4 bytes in %4..%11 74 ; out: 8 rows of 4 bytes in %1..%8 149 ; in: 8 rows of 8 bytes in %1..%8 195 ; out: 8 rows of 8 bytes in %1..%8
|
/third_party/curl/lib/ |
H A D | mime.c | 302 any 0x0A (LF) bytes with the byte sequence `%0A`, 0x0D (CR) with `%0D` in escape_string() 468 /* Encode three bytes as four characters. */ in encoder_base64_read() 762 const char *bytes, size_t numbytes, in readback_bytes() 770 bytes += offset; in readback_bytes() 776 bytes = trail + sz; in readback_bytes() 783 memcpy(buffer, bytes, sz); in readback_bytes() 760 readback_bytes(struct mime_state *state, char *buffer, size_t bufsize, const char *bytes, size_t numbytes, const char *trail, size_t traillen) readback_bytes() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberRegressionTests.java | 309 byte [] bytes = baos.toByteArray(); in Test4069754() 310 ObjectInputStream ois = new ObjectInputStream(new ByteArrayInputStream(bytes)); in Test4069754() 1613 byte[] bytes = baos.toByteArray(); in Test4212072() 1615 new ObjectInputStream(new ByteArrayInputStream(bytes)); in Test4212072()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberRegressionTests.java | 306 byte [] bytes = baos.toByteArray(); in Test4069754() 307 ObjectInputStream ois = new ObjectInputStream(new ByteArrayInputStream(bytes)); in Test4069754() 1607 byte[] bytes = baos.toByteArray(); in Test4212072() 1609 new ObjectInputStream(new ByteArrayInputStream(bytes)); in Test4212072()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1339 fprintf(stderr, "%s - %s shader: %u inst, %u bytes, %u halfregs, %u threads, " in agx_print_stats() 1426 unsigned bytes = nir_dest_bit_size(intr->dest) / 8; in agx_lower_aligned_offsets() local 1427 assert(util_is_power_of_two_or_zero(bytes) && bytes != 0); in agx_lower_aligned_offsets() 1431 unsigned shift = util_logbase2(bytes); in agx_lower_aligned_offsets()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniform_query.cpp | 387 unsigned bytes = sizeof(src[0]) * elements * rmul; in _mesa_get_uniform() local 388 if (bufSize < 0 || bytes > (unsigned) bufSize) { in _mesa_get_uniform() 391 " but %u bytes are required)", bufSize, bytes); in _mesa_get_uniform() 403 memcpy(paramsOut, src, bytes); in _mesa_get_uniform()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 413 // Read the most signicant bytecode into bytes[0] and then in order in BytecodeOperandReadUnaligned() 414 // down to least significant in bytes[count - 1]. in BytecodeOperandReadUnaligned() 416 TNode<Word32T> bytes[kMaxCount]; in BytecodeOperandReadUnaligned() local 422 bytes[i] = UncheckedCast<Word32T>( in BytecodeOperandReadUnaligned() 427 TNode<Word32T> result = bytes[--count]; in BytecodeOperandReadUnaligned() 430 TNode<Word32T> value = Word32Shl(bytes[count], shift); in BytecodeOperandReadUnaligned() 1295 // Update profiling count by the number of bytes between the end of the in UpdateInterruptBudgetOnReturn()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 696 sll $num, 3, $num ! size in bytes 698 andn %g1, 63, %g1 ! buffer size rounded up to 64 bytes 708 # +-------------------------------+<----- aligned at 64 bytes 713 # +-------------------------------+<----- aligned at 64 bytes 945 sll $num, 3, $num ! size in bytes 947 andn %g1, 63, %g1 ! buffer size rounded up to 64 bytes 958 # +-------------------------------+<----- aligned at 64 bytes 963 # +-------------------------------+<----- aligned at 64 bytes
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | module-oss.c | 448 r = pa_bytes_to_usec((size_t) info.bytes, &u->sink->sample_spec); in io_sink_get_latency() 469 r = pa_bytes_to_usec((size_t) info.bytes, &u->source->sample_spec); in io_source_get_latency() 942 l = info.bytes; in thread_func() 978 /* pa_log("wrote %i bytes of %u", t, l); */ in thread_func() 1050 l = info.bytes; in thread_func() 1083 /* pa_log("read %i bytes of %u", t, l); */ in thread_func()
|
/third_party/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 696 sll $num, 3, $num ! size in bytes 698 andn %g1, 63, %g1 ! buffer size rounded up to 64 bytes 708 # +-------------------------------+<----- aligned at 64 bytes 713 # +-------------------------------+<----- aligned at 64 bytes 945 sll $num, 3, $num ! size in bytes 947 andn %g1, 63, %g1 ! buffer size rounded up to 64 bytes 958 # +-------------------------------+<----- aligned at 64 bytes 963 # +-------------------------------+<----- aligned at 64 bytes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 550 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() 551 bytes.clear(); in getDataBytes() 558 bytes.resize(DataSize); in getDataBytes() 559 Symbol->get_dataBytes(DataSize, &DataSize, bytes.data()); in getDataBytes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.h | 460 ANGLE_INLINE DestT *Offset(T *ptr, size_t bytes) in Offset() argument 462 return reinterpret_cast<DestT *>((reinterpret_cast<uint8_t *>(ptr) + bytes)); in Offset() 466 ANGLE_INLINE const DestT *Offset(const T *ptr, size_t bytes) in Offset() argument 468 return reinterpret_cast<const DestT *>((reinterpret_cast<const uint8_t *>(ptr) + bytes)); in Offset() 706 // Pool Alloc uses 16kB pages w/ 16byte header = 16368bytes. To minimize waste
|
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 16 * @param {!Int8Array} bytes 19 function InputStream(bytes) { 21 this.data = bytes; 1564 throw "Unused bytes after end"; 1987 * @param {!Int8Array} bytes 1990 function decode(bytes) { 1992 initState(s, new InputStream(bytes));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 18 // 1. Read the prefix bytes and determine the attributes of the instruction. 180 if (offset >= insn->bytes.size()) in peek() 182 byte = insn->bytes[offset]; in peek() 187 auto r = insn->bytes; in consume() 203 // Consumes all of an instruction's prefix bytes, and marks the 1346 // @param size - The width (in bytes) of the register being specified. 1390 // @param size - The width (in bytes) of the operand. 1707 Insn.bytes = Bytes; in getInstruction() 2305 // If when reading the prefix bytes we determined the overlapping 0xf2 or 0xf3 in translateInstruction() 2306 // prefix bytes shoul in translateInstruction() [all...] |
/third_party/unity/src/ |
H A D | unity.c | 850 default: /* default is length 4 bytes */ in UnityAssertEqualIntArray() 1517 default: /* default is length 4 bytes */ in UnityAssertNumbersArrayWithin() 1763 UNITY_UINT32 bytes; in UnityAssertEqualMemory() local 1792 bytes = length; in UnityAssertEqualMemory() 1793 while (bytes--) in UnityAssertEqualMemory() 1805 UnityPrintNumberUnsigned(length - bytes - 1); in UnityAssertEqualMemory() 1859 default: /* 4 bytes */ in UnityNumToPtr() 2368 /* If they current bytes match, go on to the next bytes */ in IsStringInBiggerString()
|
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 187 PyObject *bytes; in pysqlite_connection_init_impl() local 188 if (!PyUnicode_FSConverter(database, &bytes)) { in pysqlite_connection_init_impl() 203 rc = sqlite3_open_v2(PyBytes_AS_STRING(bytes), &db, in pysqlite_connection_init_impl() 211 Py_DECREF(bytes); in pysqlite_connection_init_impl() 642 "string is longer than INT_MAX bytes"); in _pysqlite_set_result() 653 "BLOB longer than INT_MAX bytes"); in _pysqlite_set_result() 2087 the same sequence of bytes which would be written to disk if that database
|
/third_party/python/Modules/ |
H A D | gcmodule.c | 2136 PyObject *repr = NULL, *bytes = NULL; in _PyGC_DumpShutdownStats() local 2138 if (!repr || !(bytes = PyUnicode_EncodeFSDefault(repr))) in _PyGC_DumpShutdownStats() 2143 PyBytes_AS_STRING(bytes) in _PyGC_DumpShutdownStats() 2147 Py_XDECREF(bytes); in _PyGC_DumpShutdownStats()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 854 CONVERT(BYTES, bytes); in ruby_to_fieldtype() 876 CONVERT(BYTES, bytes); in fieldtype_to_ruby() 902 CONVERT(BYTES, bytes); in ruby_to_descriptortype() 931 CONVERT(BYTES, bytes); in descriptortype_to_ruby() 981 * :bytes, :message.
|
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_unittest.cc | 1053 // contains exactly the given bytes, which may be invalid. 1054 std::string MakeInvalidEmbeddedMessage(const char* bytes, int size) { in MakeInvalidEmbeddedMessage() argument 1066 WireFormatLite::WriteBytes(field->number(), std::string(bytes, size), in MakeInvalidEmbeddedMessage() 1074 // contains exactly the given bytes -- which may be invalid -- and 1076 std::string MakeInvalidGroup(const char* bytes, int size, in MakeInvalidGroup() argument 1089 output.WriteString(std::string(bytes, size)); in MakeInvalidGroup() 1196 // Chop some bytes off the end. in TEST_F() 1207 // Test differences between string and bytes. 1259 "'bytes' type if you intend to send raw bytes in TEST_F() [all...] |