Home
last modified time | relevance | path

Searched defs:fill (Results 26 - 50 of 312) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument
/kernel/linux/linux-5.10/lib/
H A Ddecompress_inflate.c42 __gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void(*error)(char *x)) __gunzip() argument
200 gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long *pos, void (*error)(char *x)) gunzip() argument
210 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
[all...]
H A Ddecompress_unlz4.c207 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x) ) __decompress() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument
/kernel/linux/linux-6.6/lib/
H A Ddecompress_inflate.c42 __gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void(*error)(char *x)) __gunzip() argument
200 gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long *pos, void (*error)(char *x)) gunzip() argument
210 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
[all...]
H A Ddecompress_unlz4.c207 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x) ) __decompress() argument
[all...]
/third_party/musl/src/locale/
H A Dstrfmon.c12 int fill, nogrp, negpar, nosym, left, intl; in vstrfmon_l() local
/third_party/lwip/src/netif/ppp/polarssl/
H A Dmd5.c213 int fill; in md5_update() local
H A Dmd4.c194 int fill; in md4_update() local
H A Dsha1.c247 int fill; in sha1_update() local
/third_party/python/Tools/scripts/
H A Dfixdiv.py323 def fill(self): member in FileContext
/third_party/skia/tests/
H A DDashPathEffectTest.cpp110 SkPath fill; in DEF_TEST() local
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dblake2s.h33 const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen; in __blake2s_update() local
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dblake2b.h29 const size_t fill = BLAKE2B_BLOCK_SIZE - state->buflen; in __blake2b_update() local
/third_party/ffmpeg/libavcodec/
H A Dimx.c79 int fill; in imx_decode_frame() local
/third_party/mbedtls/library/
H A Dmd5.c208 size_t fill; in mbedtls_md5_update() local
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-prototype-fill.js[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
[all...]
/third_party/libdrm/tests/tegra/
H A Dvic-flip.c104 static int fill(struct vic *vic, struct drm_tegra_channel *channel, in fill() function
H A Dvic-blit.c104 static int fill(struct vic *vic, struct drm_tegra_channel *channel, in fill() function
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Df_generic.c23 unsigned int j = 0, fill = 0; in gf_serialize() local
69 unsigned int j = 0, fill = 0; in gf_deserialize() local
[all...]
/third_party/openssl/crypto/ec/curve448/
H A Df_generic.c23 unsigned int j = 0, fill = 0; in gf_serialize() local
69 unsigned int j = 0, fill = 0; in gf_deserialize() local
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DMemoryBuffer.cpp65 void MemoryBuffer::fill(uint8_t datum) in fill() function in angle::MemoryBuffer
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DLRUCache.hpp43 int fill; member in sw::LRUCache

Completed in 9 milliseconds

12345678910>>...13