Searched refs:totalsize (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_struct.c | 211 size_t totalsize = 0; in b_pack() local 218 int toalign = gettoalign(totalsize, &h, opt, size); in b_pack() 219 totalsize += toalign; in b_pack() 257 totalsize += size; in b_pack()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstring.c | 101 size_t totalsize; /* total size of TString object */ in createstrobj() local 102 totalsize = sizeof(TString) + ((l + 1) * sizeof(char)); in createstrobj() 103 ts = &luaC_newobj(L, tag, totalsize, list, 0)->ts; in createstrobj()
|
| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt.h | 59 fdt32_t totalsize; /* total size of DT block */ member
|
| H A D | libfdt.h | 218 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) 235 fdt_set_hdr_(totalsize);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 6255 unsigned long long totalsize; member 6443 type->totalsize += sizes[i]; in findBigKeys() 6508 type->count, type->name, type->totalsize, !memkeys? type->sizeunit: "bytes", in findBigKeys() 6510 type->count ? (double)type->totalsize/type->count : 0); in findBigKeys()
|