| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | rulebasedcollator.cpp | 827 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 D | panvk_device.c | 1498 struct panvk_buffer *buffer; panvk_CreateBuffer() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 1228 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 D | creststn.c | 721 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 D | ssearch.cpp | 109 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 D | intltest.cpp | 78 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 D | tsmthred.cpp | 813 char buffer[1024]; in TestCollators() local [all...] |
| /third_party/icu/icu4c/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 1249 char buffer[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_installFileMode() local 1609 char *buffer; in pkg_createWithoutAssemblyCode() local [all...] |
| /third_party/libdrm/ |
| H A D | xf86drmMode.c | 1001 char buffer[1024]; in drmHandleEvent() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | pre-process.c | 181 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 D | example.c | 246 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 D | bench.c | 659 static void BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles() argument
|
| /third_party/lz4/tests/ |
| H A D | frametest.c | 175 static void FUZ_fillCompressibleNoiseBuffer(void* buffer, size_t bufferSize, double proba, U32* seed) in FUZ_fillCompressibleNoiseBuffer() argument
|
| H A D | fuzzer.c | 147 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 D | code-generator.cc | 268 std::ostringstream buffer; in AssembleCode() local 814 std::ostringstream buffer; AssembleSourcePosition() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | raw-machine-assembler.cc | 842 Node** buffer = zone()->NewArray<Node*>(input_count + 1); in Phi() local
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.cc | 91 auto buffer = i::ToDateString(jsdate->value().Number(), isolate->date_cache(), in GetDateDescription() local
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 263 char* buffer = zone()->NewArray<char>(str.size()); in CopyCurrentIdentifierString() local
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-posix.cc | 1131 char buffer[kBufferSize]; in InitializeTlsBaseOffset() local
|
| /third_party/node/deps/v8/src/diagnostics/x64/ |
| H A D | disasm-x64.cc | 2835 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 D | disasm-arm64.cc | 4371 int Disassembler::InstructionDecode(v8::base::Vector<char> buffer, in InstructionDecode() argument
|
| /third_party/node/deps/v8/src/diagnostics/ia32/ |
| H A D | disasm-ia32.cc | 2898 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 D | factory-base.cc | 571 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 D | gc-tracer.cc | 1061 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 D | value-mirror.cc | 1770 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
|