| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lzio.h | 30 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument 32 #define luaZ_buffer(buff) ((buff)->buffer) argument 33 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument 34 #define luaZ_bufflen(buff) ((buff)->n) argument 36 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument 39 #define luaZ_resizebuffer(L, buff, size) \ argument 43 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
|
| H A D | lzio.c | 23 const char *buff; in luaZ_fill() local 67 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
| H A D | lobject.c | 189 char buff; in luaO_pushvfstring() local 203 char buff[4*sizeof(void *) + 8]; /* should be enough space for a `%p' */ in luaO_pushvfstring() local
|
| H A D | lstate.c | 58 char buff[LUAI_EXTRASPACE]; member 87 char buff[4 * sizeof(size_t)]; in makeseed() local
|
| H A D | llex.h | 64 Mbuffer *buff; /* buffer for tokens */ member
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lzio.h | 30 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument 32 #define luaZ_buffer(buff) ((buff)->buffer) argument 33 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument 34 #define luaZ_bufflen(buff) ((buff)->n) argument 36 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument 39 #define luaZ_resizebuffer(L, buff, size) \ argument 43 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
|
| H A D | lobject.c | 127 char buff[2]; in luaO_pushvfstring() local 144 char buff[4*sizeof(void *) + 8]; /* should be enough space for a `%p' */ in luaO_pushvfstring() local 154 char buff[3]; in luaO_pushvfstring() local
|
| H A D | lzio.c | 24 const char *buff; in luaZ_fill() local 74 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
| H A D | loslib.c | 58 char buff[LUA_TMPNAMBUFSIZE]; in os_tmpname() local 158 char buff[200]; /* should be big enough for any conversion result */ in os_date() local
|
| H A D | lua_struct.c | 171 char buff[MAXINTSIZE]; in putinteger() local 264 static lua_Number getinteger (const char *buff, int endian, in getinteger()
|
| H A D | llex.h | 64 Mbuffer *buff; /* buffer for tokens */ member
|
| H A D | llex.c | 103 char buff[MAXSRC]; in luaX_lexerror() local
|
| H A D | lundump.c | 195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
|
| H A D | lauxlib.c | 525 char buff[LUAL_BUFFERSIZE]; member 609 LUALIB_API int luaL_loadbuffer (lua_State *L, const char *buff, size_t size, in luaL_loadbuffer()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_cache.cpp | 70 TSkBuffer* reserve_sk_buffer(TSkBuffer* buff, uint32_t size) in reserve_sk_buffer() 134 void free_sk_buffer(TSkBuffMng* mng, TSkBuffer* buff) in free_sk_buffer() 191 uint32_t cache_copy_out(TRWCache* cache, void* buff, uint32_t len) in cache_copy_out() 248 void cache_append_buffer(TRWCache* cache, TSkBuffer* buff) in cache_append_buffer() 262 TSkBuffer* buff = TAILQ_FIRST(&cache->list); in cache_skip_first_buffer() local 416 uint8_t* buff = item->data + item->data_len; in cache_tcp_recv() local
|
| H A D | mt_cache.h | 48 uint8_t buff[0]; member
|
| H A D | mt_notify.cpp | 144 char* buff = (char*)_msg_buff->GetMsgBuff(); in InputNotify() local
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | common.h | 164 void* const buff = malloc(size); in malloc_orDie() local 220 static void saveFile_orDie(const char* fileName, const void* buff, size_t buffSize) in saveFile_orDie()
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | noparser.c | 25 LUAI_FUNC Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, const char *name) { in luaY_parser()
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_crc.c | 46 nfp_crc32_posix(const void *buff, size_t len) in nfp_crc32_posix()
|
| /f-stack/dpdk/drivers/raw/octeontx2_dma/ |
| H A D | otx2_dpi_msg.c | 44 char buff[255] = { 0 }; in send_msg_to_pf() local
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | dibio.c | 109 char* const buff = (char*)buffer; in DiB_loadFiles() local 214 const void* buff, size_t buffSize) in DiB_saveDict()
|
| H A D | datagen.c | 160 BYTE* const buff = (BYTE*)malloc(stdDictSize + stdBlockSize); in RDG_genStdout() local
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 475 is_bypass_line(char *buff) in is_bypass_line() 662 char buff[LINE_MAX]; in add_rules() local
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq.c | 645 void *buff, /* can be NULL */ in iavf_asq_send_command()
|