Home
last modified time | relevance | path

Searched defs:bytes (Results 3001 - 3025 of 3404) sorted by relevance

1...<<121122123124125126127128129130>>...137

/third_party/libuv/src/win/
H A Dfs.c157 DWORD bytes; in fs__readlink_handle() local
786 DWORD bytes; in fs__read() local
992 DWORD bytes; in fs__write() local
2370 DWORD bytes; fs__create_junction() local
[all...]
/third_party/lame/frontend/
H A Dget_audio.c111 static uint32_t uint32_high_low(unsigned char const *bytes) in uint32_high_low() argument
123 unsigned char bytes[10]; in read_ieee_extended_high_low() local
156 unsigned char bytes[2] = { 0, 0 }; read_16_bits_low_high() local
169 unsigned char bytes[4] = { 0, 0, 0, 0 }; read_32_bits_low_high() local
183 unsigned char bytes[2] = { 0, 0 }; read_16_bits_high_low() local
195 unsigned char bytes[4] = { 0, 0, 0, 0 }; read_32_bits_high_low() local
203 unsigned char bytes[2]; write_16_bits_low_high() local
212 unsigned char bytes[4]; write_32_bits_low_high() local
1029 int bytes = (bits + 7) / 8; WriteWaveHeader() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h350 constexpr unsigned bytes() const { return ((unsigned)rc & 0x1F) * (is_subdword() ? 1 : 4); } in bytes() function
357 static constexpr RegClass get(RegType type, unsigned bytes) in get() argument
687 get_const(enum amd_gfx_level chip, uint64_t val, unsigned bytes) get_const() argument
706 is_constant_representable(uint64_t val, unsigned bytes, bool zext = false, bool sext = false) is_constant_representable() argument
814 assert(bytes() == 2 || bytes() == 4); global() variable
[all...]
H A Daco_register_allocation.cpp1721 uint32_t bytes = rc.bytes(); get_reg_create_vector() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc342 void DecodeModuleHeader(base::Vector<const uint8_t> bytes, uint8_t offset) { in DecodeModuleHeader() argument
393 DecodeSection(SectionCode section_code, base::Vector<const uint8_t> bytes, uint32_t offset, bool verify_functions = true) DecodeSection() argument
2292 DecodeModuleHeader(base::Vector<const uint8_t> bytes, uint32_t offset) DecodeModuleHeader() argument
2297 DecodeSection(SectionCode section_code, base::Vector<const uint8_t> bytes, uint32_t offset, bool verify_functions) DecodeSection() argument
2323 IdentifyUnknownSection(ModuleDecoder* decoder, base::Vector<const uint8_t> bytes, uint32_t offset, SectionCode* result) IdentifyUnknownSection() argument
[all...]
H A Dwasm-js.cc65 void OnBytesReceived(const uint8_t* bytes, size_t size) { in OnBytesReceived() argument
85 bool SetCompiledModuleBytes(const uint8_t* bytes, size_t size) { in SetCompiledModuleBytes() argument
118 void WasmStreaming::OnBytesReceived(const uint8_t* bytes, size_t size) { in OnBytesReceived() argument
133 bool WasmStreaming::SetCompiledModuleBytes(const uint8_t* bytes, size_t size) { in SetCompiledModuleBytes() argument
529 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); WebAssemblyCompile() local
553 i::wasm::ModuleWireBytes bytes = WasmStreamingCallbackForTesting() local
640 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); WebAssemblyValidate() local
707 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); WebAssemblyModule() local
993 auto bytes = GetFirstArgumentAsBytes(args, &thrower, &is_shared); WebAssemblyInstantiate() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c2109 static void print_volume_size(const char *str, s64 bytes) argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dencode.c513 ShouldCompress( const uint8_t* data, const size_t mask, const uint64_t last_flush_pos, const size_t bytes, const size_t num_literals, const size_t num_commands) ShouldCompress() argument
553 WriteMetaBlockInternal(MemoryManager* m, const uint8_t* data, const size_t mask, const uint64_t last_flush_pos, const size_t bytes, const BROTLI_BOOL is_last, ContextType literal_context_mode, const BrotliEncoderParams* params, const uint8_t prev_byte, const uint8_t prev_byte2, const size_t num_literals, const size_t num_commands, Command* commands, const int* saved_dist_cache, int* dist_cache, size_t* storage_ix, uint8_t* storage) WriteMetaBlockInternal() argument
914 ExtendLastCommand(BrotliEncoderState* s, uint32_t* bytes, uint32_t* wrapped_last_processed_pos) ExtendLastCommand() argument
964 uint32_t bytes = (uint32_t)delta; EncodeData() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3317 int bytes = v->reg.data.id * MIN2(v->reg.size, 4); in isConstantCondition() local
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1300 MBCS_POINTER_3_FROM_STAGE_2(byte[] bytes, int stage2Entry, int c) MBCS_POINTER_3_FROM_STAGE_2() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1313 int bytes = __ PushCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local
1327 int bytes = __ PopCallerSaved(fp_mode_, kReturnRegister0); in AssembleArchInstruction() local
1375 int bytes = in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1280 int bytes = __ PushCallerSaved(fp_mode_, ip, kReturnRegister0); in AssembleArchInstruction() local
1294 int bytes = __ PopCallerSaved(fp_mode_, ip, kReturnRegister0); in AssembleArchInstruction() local
1343 int bytes = in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc310 int bytes = 0; in RequiredStackSizeForCallerSaved() local
332 int bytes = 0; in PushCallerSaved() local
362 int bytes = 0; in PopCallerSaved() local
979 AllocateStackSpace(int bytes) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc361 Maybe<uint8_t*> ValueSerializer::ReserveRawBytes(size_t bytes) { in ReserveRawBytes() argument
1579 base::Vector<const uint8_t> bytes; in ReadOneByteString() local
1589 base::Vector<const uint8_t> bytes; in ReadTwoByteString() local
1621 base::Vector<const uint8_t> bytes; ReadExpectedString() local
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc160 void AppendBytes(const char* bytes, int size) { in AppendBytes() argument
166 void AppendBytes(const char* bytes) { in AppendBytes() argument
681 void LowLevelLogger::LogWriteBytes(const char* bytes, int size) { in LogWriteBytes() argument
/third_party/node/deps/uv/src/win/
H A Dfs.c315 DWORD bytes; in fs__readlink_handle() local
852 DWORD bytes; in fs__read() local
1058 DWORD bytes; in fs__write() local
2389 DWORD bytes; fs__create_junction() local
[all...]
/third_party/openssl/test/
H A Dssl_old_test.c902 long bytes = 256L; in main() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1950 const ssize_t bytes = recvmsg(dstSocket.getFd(), &msg, 0); in testSemaphoreFdSendOverSocket() local
3028 const ssize_t bytes = recvmsg(dstSocket.getFd(), &msg, 0); in testFenceFdSendOverSocket() local
3877 const ssize_t bytes = recvmsg(dstSocket.getFd(), &msg, 0); in testMemoryFdSendOverSocket() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp1935 const ssize_t bytes = recvmsg(dstSocket.getFd(), &msg, 0); in testSemaphoreFdSendOverSocket() local
3010 const ssize_t bytes = recvmsg(dstSocket.getFd(), &msg, 0); in testFenceFdSendOverSocket() local
3758 const ssize_t bytes = recvmsg(dstSocket.getFd(), &msg, 0); in testMemoryFdSendOverSocket() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h460 ANGLE_INLINE DestT *Offset(T *ptr, size_t bytes) in Offset() argument
466 ANGLE_INLINE const DestT *Offset(const T *ptr, size_t bytes) in Offset() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp1513 int Surface::bytes(Format format) bytes() function in sw::Surface
3042 memfill4(void *buffer, int pattern, int bytes) memfill4() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c89 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c451 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c513 ShouldCompress( const uint8_t* data, const size_t mask, const uint64_t last_flush_pos, const size_t bytes, const size_t num_literals, const size_t num_commands) ShouldCompress() argument
553 WriteMetaBlockInternal(MemoryManager* m, const uint8_t* data, const size_t mask, const uint64_t last_flush_pos, const size_t bytes, const BROTLI_BOOL is_last, ContextType literal_context_mode, const BrotliEncoderParams* params, const uint8_t prev_byte, const uint8_t prev_byte2, const size_t num_literals, const size_t num_commands, Command* commands, const int* saved_dist_cache, int* dist_cache, size_t* storage_ix, uint8_t* storage) WriteMetaBlockInternal() argument
914 ExtendLastCommand(BrotliEncoderState* s, uint32_t* bytes, uint32_t* wrapped_last_processed_pos) ExtendLastCommand() argument
964 uint32_t bytes = (uint32_t)delta; EncodeData() local
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c252 PyObject *bytes; in PyCurses_ConvertToChtype() local
367 PyCurses_ConvertToString(PyCursesWindowObject *win, PyObject *obj, PyObject **bytes, wchar_t **wstr) PyCurses_ConvertToString() argument
[all...]

Completed in 82 milliseconds

1...<<121122123124125126127128129130>>...137