Home
last modified time | relevance | path

Searched defs:buffer (Results 1451 - 1475 of 3556) sorted by relevance

1...<<51525354555657585960>>...143

/third_party/ltp/testcases/kernel/syscalls/io_uring/
H A Dio_uring01.c127 static void check_buffer(char *buffer, size_t len) in check_buffer() argument
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h164 static char buffer[4096]; in clear_status() local
276 char buffer[8192]; in write_domain_policy() local
315 char buffer[8192]; write_exception_policy() local
350 char buffer[8192]; set_profile() local
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c129 static unsigned char *buffer; global() variable
153 unsigned char *buffer; global() member
164 unsigned char *buffer = worker->buffer; worker_thread() local
[all...]
/third_party/lwip/src/apps/http/
H A Daltcp_proxyconnect.c103 altcp_proxyconnect_format_request(char *buffer, size_t bufsize, const char *host, int port) in altcp_proxyconnect_format_request() argument
114 char *buffer, *host; in altcp_proxyconnect_send_request() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
H A Dminimal-http-client.c162 char buffer[1024 + LWS_PRE]; in callback_http() local
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c329 char buffer[1024 + LWS_PRE]; in callback_http() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c67 static char buffer[200]; in show_include_chain() local
131 static char buffer[512]; do_warn() local
238 static char buffer[512]; die() local
258 char buffer[4096]; add_pre_buffer() local
[all...]
H A Dstorage.c172 static char buffer[1024]; in show_storage() local
/third_party/lwip/src/netif/
H A Dlowpan6_common.c136 u8_t *buffer, *inptr; in lowpan6_compress_headers() local
[all...]
/third_party/lz4/programs/
H A Ddatagen.c102 void RDG_genBlock(void* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* seedPtr) in RDG_genBlock() argument
155 void RDG_genBuffer(void* buffer, size_t size, double matchProba, double litProba, unsigned seed) in RDG_genBuffer() argument
/third_party/lz4/tests/
H A DabiTest.c154 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() argument
177 void* const buffer = malloc(fileSize + !fileSize /* avoid 0 */); in fileCheck() local
H A DroundTripTest.c182 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() argument
205 void* const buffer = malloc(fileSize + !fileSize /* avoid 0 */); in fileCheck() local
/third_party/lzma/C/
H A DLzFind.h15 const Byte *buffer; member
H A DLzFindMt.h80 const Byte *buffer; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date.cc77 DateBuffer buffer = ToDateString(time_val, isolate->date_cache(), in BUILTIN() local
669 DateBuffer buffer = in BUILTIN() local
689 char buffer[128]; in BUILTIN() local
707 DateBuffer buffer in BUILTIN() local
718 DateBuffer buffer = BUILTIN() local
791 DateBuffer buffer = BUILTIN() local
[all...]
H A Dsetup-builtins-internal.cc64 byte buffer[kBufferSize]; in BuildPlaceholder() local
91 byte buffer[kBufferSize]; in BuildWithMacroAssembler() local
133 byte buffer[kBufferSize]; in BuildAdaptor() local
/third_party/node/deps/v8/src/base/numbers/
H A Dfast-dtoa.cc42 static bool RoundWeed(Vector<char> buffer, int length, in RoundWeed() argument
156 RoundWeedCounted(Vector<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) RoundWeedCounted() argument
357 DigitGen(DiyFp low, DiyFp w, DiyFp high, Vector<char> buffer, int* length, int* kappa) global() argument
477 DigitGenCounted(DiyFp w, int requested_digits, Vector<char> buffer, int* length, int* kappa) global() argument
562 Grisu3(double v, Vector<char> buffer, int* length, int* decimal_exponent) global() argument
623 Grisu3Counted(double v, int requested_digits, Vector<char> buffer, int* length, int* decimal_exponent) global() argument
662 FastDtoa(double v, FastDtoaMode mode, int requested_digits, Vector<char> buffer, int* length, int* decimal_point) global() argument
[all...]
H A Dstrtod.cc73 static Vector<const char> TrimLeadingZeros(Vector<const char> buffer) { in TrimLeadingZeros() argument
82 static Vector<const char> TrimTrailingZeros(Vector<const char> buffer) { in TrimLeadingZeros() argument
91 TrimToMaxSignificantDigits(Vector<const char> buffer, int exponent, char* significant_buffer, int* significant_exponent) TrimLeadingZeros() argument
112 ReadUint64(Vector<const char> buffer, int* number_of_read_digits) TrimLeadingZeros() argument
129 ReadDiyFp(Vector<const char> buffer, DiyFp* result, int* remaining_decimals) TrimLeadingZeros() argument
234 DiyFpStrtod(Vector<const char> buffer, int exponent, double* result) DiyFpStrtod() argument
348 BignumStrtod(Vector<const char> buffer, int exponent, double guess) BignumStrtod() argument
391 Strtod(Vector<const char> buffer, int exponent) Strtod() argument
[all...]
H A Dfixed-dtoa.cc107 static void FillDigits32(uint32_t number, Vector<char> buffer, int* length) { in FillDigits32() argument
98 FillDigits32FixedLength(uint32_t number, int requested_length, Vector<char> buffer, int* length) FillDigits32FixedLength() argument
129 FillDigits64FixedLength(uint64_t number, int requested_length, Vector<char> buffer, int* length) FillDigits64FixedLength() argument
143 FillDigits64(uint64_t number, Vector<char> buffer, int* length) FillDigits64() argument
163 DtoaRoundUp(Vector<char> buffer, int* length, int* decimal_point) DtoaRoundUp() argument
203 FillFractionals(uint64_t fractionals, int exponent, int fractional_count, Vector<char> buffer, int* length, int* decimal_point) FillFractionals() argument
261 TrimZeros(Vector<char> buffer, int* length, int* decimal_point) TrimZeros() argument
278 FastFixedDtoa(double v, int fractional_count, Vector<char> buffer, int* length, int* decimal_point) FastFixedDtoa() argument
343 FillDigits32(static_cast<uint32_t>(integrals), buffer, length); FastFixedDtoa() local
[all...]
H A Dbignum-dtoa.cc61 BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, Vector<char> buffer, int* length, int* decimal_point) BignumDtoa() argument
135 GenerateShortestDigits(Bignum* numerator, Bignum* denominator, Bignum* delta_minus, Bignum* delta_plus, bool is_even, Vector<char> buffer, int* length) GenerateShortestDigits() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-aix.cc84 static unsigned StringToLong(char* buffer) { in StringToLong() argument
107 char buffer[MAP_LENGTH]; in GetSharedLibraryAddresses() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc514 std::vector<uint64_t> buffer; in ProcessQueryPacket() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc27 TranslationArrayIterator::TranslationArrayIterator(TranslationArray buffer, in TranslationArrayIterator() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc337 static inline void putUTF8Triple(char*& buffer, UChar ch) { in putUTF8Triple() argument
362 char* buffer = &*output.begin(); UTF16ToUTF8() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc144 JSArrayBuffer buffer = JSArrayBuffer::cast(Object(raw_array_buffer)); in GsabByteLength() local
373 JSArrayBuffer buffer = array.buffer(); LengthTrackingGsabBackedTypedArrayLength() local
[all...]

Completed in 16 milliseconds

1...<<51525354555657585960>>...143