| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnv_u7.cpp | 219 uint8_t *bytes; in _UTF7ToUnicodeWithOffsets() local 903 uint8_t *bytes; _IMAPToUnicodeWithOffsets() local [all...] |
| H A D | ucnv_u16.cpp | 541 uint8_t *bytes in _UTF16BEGetNextUChar() local 558 uint8_t *bytes=pArgs->converter->toUBytes; _UTF16BEGetNextUChar() local 1142 uint8_t *bytes=pArgs->converter->toUBytes; _UTF16LEGetNextUChar() local 1159 uint8_t *bytes=pArgs->converter->toUBytes; _UTF16LEGetNextUChar() local [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_event_win32.c | 287 DWORD bytes; /* Not used */ in ares_evsys_win32_basesocket() local
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_statevars.c | 477 const unsigned bytes = state[2] * 16; in fetch_state() local 498 const unsigned bytes = state[2] * 16; in fetch_state() local 518 const unsigned bytes = state[2] * 16; in fetch_state() local 539 const unsigned bytes = state[2] * 16; in fetch_state() local [all...] |
| /third_party/node/deps/icu-small/source/tools/escapesrc/ |
| H A D | escapesrc.cpp | 147 uint8_t bytes[4]; in appendUtf8() local
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | ucmstate.cpp | 978 ucm_countChars(UCMStates *states, const uint8_t *bytes, int32_t length) ucm_countChars() argument [all...] |
| H A D | ucm.h | 57 uint8_t bytes[4]; member 77 uint8_t *bytes; member [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | disk_cache.c | 433 signed long bytes = in disk_cache_get() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_point.c | 472 unsigned bytes; in try_setup_point() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.c | 348 unsigned bytes = MIN2(size, 1 << 17); in nv50_m2mf_copy_linear() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
| H A D | DetectingViewer.java | 268 private CharsetMatch[] detect(byte[] bytes) in detect() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | testutil.cpp | 63 UnicodeString TestUtility::hex(const uint8_t* bytes, int32_t len) { in hex() argument
|
| /third_party/icu/icu4c/source/tools/escapesrc/ |
| H A D | escapesrc.cpp | 147 uint8_t bytes[4]; in appendUtf8() local
|
| /third_party/libdrm/omap/ |
| H A D | omap_drm.h | 68 uint32_t bytes; /* (for non-tiled formats) */ member
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | amdgpu_stress.c | 198 uint64_t bytes = size < 0x40000 ? size : 0x40000; in submit_ib() local [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | source-position-table.cc | 57 void EncodeInt(ZoneVector<byte>* bytes, T value) { in EncodeInt() argument 75 void EncodeEntry(ZoneVector<byte>* bytes, const PositionTableEntry& entry) { in EncodeEntry() argument 90 T DecodeInt(base::Vector<const byte> bytes, int* index) { in DecodeInt() argument 108 void DecodeEntry(base::Vector<const byte> bytes, in argument 253 SourcePositionTableIterator( base::Vector<const byte> bytes, IterationFilter iteration_filter, FunctionEntryFilter function_entry_filter) SourcePositionTableIterator() argument 267 base::Vector<const byte> bytes = Advance() local [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | atomicops.h | 346 Relaxed_Memcpy(volatile Atomic8* dst, volatile const Atomic8* src, size_t bytes) Relaxed_Memcpy() argument 371 Relaxed_Memmove(volatile Atomic8* dst, volatile const Atomic8* src, size_t bytes) Relaxed_Memmove() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | system-jit-metadata-win.h | 57 char bytes[count]; // NOLINT member 65 char bytes[1]; // MSVC doesn't like an array of 0 bytes member 117 auto bytes = JoinBytes(field1, field2); in JoinFields() local [all...] |
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | heap-page.h | 185 void SetAllocatedBytesAtLastGC(size_t bytes) { in SetAllocatedBytesAtLastGC() argument
|
| H A D | stats-collector.cc | 41 void StatsCollector::NotifyAllocation(size_t bytes) { in NotifyAllocation() argument 51 void StatsCollector::NotifyExplicitFree(size_t bytes) { in NotifyExplicitFree() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | array-buffer-sweeper.cc | 219 size_t bytes = extension->accounting_length(); in Append() local 234 size_t bytes = extension->ClearAccountingLength(); in Detach() local 257 void ArrayBufferSweeper::IncrementExternalMemoryCounters(size_t bytes) { in IncrementExternalMemoryCounters() argument 265 DecrementExternalMemoryCounters(size_t bytes) DecrementExternalMemoryCounters() argument 305 const size_t bytes = current->accounting_length(); SweepListFull() local 331 size_t bytes = current->accounting_length(); SweepYoung() local [all...] |
| H A D | embedder-tracing.h | 120 void IncreaseAllocatedSize(size_t bytes) { in IncreaseAllocatedSize() argument 131 void DecreaseAllocatedSize(size_t bytes) { in DecreaseAllocatedSize() argument
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | string-util.cc | 305 cbor::EncodeBinary(span<uint8_t>(value.data(), value.size()), bytes); in Serialize() local 274 Serialize(const String16& value, std::vector<uint8_t>* bytes) Serialize() argument 303 Serialize(const Binary& value, std::vector<uint8_t>* bytes) Serialize() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-array-buffer.cc | 100 size_t bytes = backing_store->PerIsolateAccountingLength(); in Attach() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | tick-sample.cc | 35 i::byte bytes[8]; in IsNoFrameRegion() member
|