Home
last modified time | relevance | path

Searched defs:buffer (Results 6901 - 6925 of 8107) sorted by relevance

1...<<271272273274275276277278279280>>...325

/third_party/node/deps/icu-small/source/i18n/
H A Drulebasedcollator.cpp827 char16_t buffer[4]; member in __anon12021::NFDIterator
1543 internalGetShortDefinitionString(const char *locale, char *buffer, int32_t capacity, UErrorCode &errorCode) const internalGetShortDefinitionString() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c1498 struct panvk_buffer *buffer; panvk_CreateBuffer() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c1228 struct pipe_resource *buffer = csctx->constants[i].current.buffer; in update_csctx_consts() local
1260 struct pipe_resource *buffer = csctx->ssbos[i].current.buffer; in update_csctx_ssbo() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcreststn.c721 const UChar* buffer = ucbuf_getBuffer(ucbuf,&len,&status); in TestNewTypes() local
759 const UChar* buffer = ucbuf_getBuffer(ucbuf,&len,&status); in TestNewTypes() local
2230 char buffer[100]; in TestResourceLevelAliasing() local
2436 char buffer[100]; in TestDirectAccess() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp109 const char *SSearchTest::getPath(char buffer[2048], const char *filename) { in getPath() argument
527 static char *printOffsets(char *buffer, OrderList &list) in printOffsets() argument
545 static char *printOrders(char *buffer, OrderList &list) in printOrders() argument
634 char buffer[4096]; // A bit of a hack... just happens to be long enough for all the test cases... offsetTest() local
1080 UChar buffer[16]; append() local
[all...]
H A Dintltest.cpp78 char buffer[64]; // nos changed from 10 to 64 in operator +() local
91 char buffer[64]; // nos changed from 10 to 64 in operator +() local
103 char buffer[64]; // nos changed from 10 to 64 in Int64ToUnicodeString() local
119 char buffer[64]; // nos changed from 10 to 64 DoubleToUnicodeString() local
133 char buffer[64]; // was 32, made it arbitrarily bigger (rtg) operator +() local
970 char buffer[4000]; log() local
984 char buffer[4000]; logln() local
998 char buffer[4000]; logKnownIssue() local
1036 char buffer[4000]; info() local
1048 char buffer[4000]; infoln() local
1060 char buffer[4000]; err() local
1071 char buffer[4000]; errln() local
1082 char buffer[4000]; dataerrln() local
1093 char buffer[4000]; errcheckln() local
1151 char buffer[30000]; LL_message() local
[all...]
H A Dtsmthred.cpp813 char buffer[1024]; in TestCollators() local
[all...]
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1249 char buffer[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_installFileMode() local
1609 char *buffer; in pkg_createWithoutAssemblyCode() local
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c1001 char buffer[1024]; in drmHandleEvent() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c181 static char buffer[12]; /* __DATE__: 3 + ' ' + 2 + ' ' + 4 + '\0' */ in expand_date() local
191 static char buffer[9]; /* __TIME__: 2 + ':' + 2 + ':' + 2 + '\0' */ in expand_time() local
411 static char buffer[MAX_STRING]; in show_token_sequence() local
545 static char buffer[512]; merge() local
790 static char buffer[256]; token_name_sequence() local
[all...]
H A Dexample.c246 static char buffer[512]; in output_label() local
258 static char buffer[512]; in output_insn() local
273 static char buffer[512]; in output_comment() local
287 static char buffer[1000]; show_memop() local
1221 static char buffer[1000]; replace_asm_args() local
[all...]
/third_party/lz4/programs/
H A Dbench.c659 static void BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles() argument
/third_party/lz4/tests/
H A Dframetest.c175 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed) in FUZ_fillCompressibleNoiseBuffer() argument
H A Dfuzzer.c147 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed) in FUZ_fillCompressibleNoiseBuffer() argument
277 static void FUZ_freeLowAddr(void* buffer, size_t size) in FUZ_freeLowAddr() argument
292 static void FUZ_freeLowAddr(void* buffer, size_t size) in FUZ_freeLowAddr() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc268 std::ostringstream buffer; in AssembleCode() local
814 std::ostringstream buffer; AssembleSourcePosition() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc842 Node** buffer = zone()->NewArray<Node*>(input_count + 1); in Phi() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc91 auto buffer = i::ToDateString(jsdate->value().Number(), isolate->date_cache(), in GetDateDescription() local
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc263 char* buffer = zone()->NewArray<char>(str.size()); in CopyCurrentIdentifierString() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc1131 char buffer[kBufferSize]; in InitializeTlsBaseOffset() local
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc2835 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() argument
2849 v8::base::EmbeddedVector<char, 128> buffer; in Disassemble() local
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc4371 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() argument
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc2898 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() argument
2913 v8::base::EmbeddedVector<char, 128> buffer; in Disassemble() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc571 uint8_t buffer[] = {static_cast<uint8_t>(c1), static_cast<uint8_t>(c2)}; in MakeOrFindTwoCharacterString() local
574 uint16_t buffer[] = {c1, c2}; in MakeOrFindTwoCharacterString() local
H A Dgc-tracer.cc1061 double GCTracer::AverageSpeed(const base::RingBuffer<BytesAndDuration>& buffer, in AverageSpeed() argument
1080 AverageSpeed( const base::RingBuffer<BytesAndDuration>& buffer) AverageSpeed() argument
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1770 v8::Local<v8::ArrayBuffer> buffer = value.As<v8::ArrayBuffer>(); in create() local
1776 v8::Local<v8::SharedArrayBuffer> buffer = value.As<v8::SharedArrayBuffer>(); in create() local

Completed in 61 milliseconds

1...<<271272273274275276277278279280>>...325