Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c281 static int json_cfg_encode_max_depth(lua_State *l) in json_cfg_encode_max_depth()
290 static int json_cfg_decode_max_depth(lua_State *l) in json_cfg_decode_max_depth()
361 static int json_destroy_config(lua_State *l) in json_destroy_config()
373 static void json_create_config(lua_State *l) in json_create_config()
703 static int json_encode(lua_State *l) in json_encode()
1253 static int json_decode(lua_State *l) in json_decode()
1318 static int json_protect_conversion(lua_State *l) in json_protect_conversion()
1344 static int lua_cjson_new(lua_State *l) in lua_cjson_new()
1384 static int lua_cjson_safe_new(lua_State *l) in lua_cjson_safe_new()
1404 int luaopen_cjson(lua_State *l) in luaopen_cjson()
[all …]
H A Dlstrlib.c29 size_t l; in str_len() local
44 size_t l; in str_sub() local
58 size_t l; in str_reverse() local
69 size_t l; in str_lower() local
82 size_t l; in str_upper() local
94 size_t l; in str_rep() local
107 size_t l; in str_byte() local
592 size_t l, i; in add_s() local
697 size_t l; in addquoted() local
748 size_t l = strlen(form); in addintlen() local
[all …]
H A Dlstate.c28 #define fromstate(l) (cast(lu_byte *, (l)) - LUAI_EXTRASPACE) argument
29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) argument
36 lua_State l; member
147 void *l = (*f)(ud, NULL, 0, state_size(LG)); in lua_newstate() local
/f-stack/lib/include/sys/
H A Drwlock.h54 #define _rw_wlock(rw, f, l) DO_NOTHING argument
55 #define _rw_try_wlock(rw, f, l) 1 argument
56 #define _rw_wunlock(rw, f, l) DO_NOTHING argument
57 #define _rw_rlock(rw, f, l) DO_NOTHING argument
58 #define _rw_try_rlock(rw, f, l) 1 argument
59 #define _rw_runlock(rw, f, l) DO_NOTHING argument
60 #define _rw_try_upgrade(rw, f, l) 1 argument
61 #define _rw_downgrade(rw, f, l) DO_NOTHING argument
/f-stack/app/redis-5.0.5/src/
H A Dadlist.h57 #define listLength(l) ((l)->len) argument
58 #define listFirst(l) ((l)->head) argument
59 #define listLast(l) ((l)->tail) argument
64 #define listSetDupMethod(l,m) ((l)->dup = (m)) argument
65 #define listSetFreeMethod(l,m) ((l)->free = (m)) argument
66 #define listSetMatchMethod(l,m) ((l)->match = (m)) argument
68 #define listGetDupMethod(l) ((l)->dup) argument
69 #define listGetFree(l) ((l)->free) argument
70 #define listGetMatchMethod(l) ((l)->match) argument
H A Dzipmap.c140 unsigned int l,llen; in zipmapLookupRaw() local
169 unsigned int l; in zipmapRequiredLength() local
179 unsigned int l = zipmapDecodeLength(p); in zipmapRawKeyLength() local
186 unsigned int l = zipmapDecodeLength(p); in zipmapRawValueLength() local
198 unsigned int l = zipmapRawKeyLength(p); in zipmapRawEntryLength() local
375 unsigned int l; in zipmapRepr() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c48 #define LEAF_HASH(l, h) \ argument
109 zap_leaf_t l; in zap_leaf_byteswap() local
162 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init()
186 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc()
203 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free()
262 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp) in zap_leaf_array_free()
279 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read()
337 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match()
434 zap_leaf_lookup_closest(zap_leaf_t *l, in zap_leaf_lookup_closest()
518 zap_leaf_t *l = zeh->zeh_leaf; in zap_entry_update() local
[all …]
H A Dvdev_label.c161 vdev_label_offset(uint64_t psize, int l, uint64_t offset) in vdev_label_offset()
176 int l; in vdev_label_number() local
783 for (int l = 0; l < VDEV_LABELS; l++) { in vdev_label_read_config() local
1141 for (int l = 0; l < VDEV_LABELS; l++) { in vdev_label_init() local
1232 for (int l = 0; l < VDEV_LABELS; l++) { in vdev_label_read_bootenv_impl() local
1382 for (int l = 0; l < VDEV_LABELS; l++) { in vdev_label_write_bootenv() local
1493 for (int l = 0; l < VDEV_LABELS; l++) { in vdev_uberblock_load_impl() local
1605 for (int l = 2; l < VDEV_LABELS; l++) in vdev_copy_uberblocks() local
1673 for (int l = 0; l < VDEV_LABELS; l++) in vdev_uberblock_sync() local
1755 vdev_t *vd, int l, uint64_t txg, int flags) in vdev_label_sync()
[all …]
/f-stack/freebsd/crypto/openssl/
H A Dossl_hash.h21 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ argument
25 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ argument
33 # define HOST_c2l(c,l) (l =(((unsigned long)(*((c)++))) ), \ argument
37 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
55 HASH_LONG l; in HASH_UPDATE() local
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h38 #define list_add(p, l) \ argument
47 #define list_add_tail(p, l) \ argument
56 #define list_for_each(i, l) \ argument
58 #define list_for_each_safe(i, j, l) \ argument
61 #define list_for_each_entry(i, l, name) \ argument
64 #define list_for_each_entry_safe(i, j, l, name) \ argument
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_deps.h32 # define ZSTD_memcpy(d,s,l) __builtin_memcpy((d),(s),(l)) argument
33 # define ZSTD_memmove(d,s,l) __builtin_memmove((d),(s),(l)) argument
34 # define ZSTD_memset(p,v,l) __builtin_memset((p),(v),(l)) argument
36 # define ZSTD_memcpy(d,s,l) memcpy((d),(s),(l)) argument
37 # define ZSTD_memmove(d,s,l) memmove((d),(s),(l)) argument
38 # define ZSTD_memset(p,v,l) memset((p),(v),(l)) argument
H A Ddebug.h88 # define RAWLOG(l, ...) { \ argument
92 # define DEBUGLOG(l, ...) { \ argument
/f-stack/freebsd/sys/
H A Drwlock.h169 #define _rw_wlock(rw, f, l) \ argument
171 #define _rw_try_wlock(rw, f, l) \ argument
173 #define _rw_wunlock(rw, f, l) \ argument
175 #define _rw_try_rlock(rw, f, l) \ argument
178 #define _rw_rlock(rw, f, l) \ argument
180 #define _rw_runlock(rw, f, l) \ argument
183 #define _rw_rlock(rw, f, l) \ argument
185 #define _rw_runlock(rw, f, l) \ argument
195 #define _rw_downgrade(rw, f, l) \ argument
204 #define _rw_downgrade(rw, f, l) \ argument
[all …]
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_plat_services.h215 #define al_reg_read32_relaxed(l) generic_bs_r_4(NULL, (bus_space_handle_t)l, 0) argument
229 #define al_reg_write32_relaxed(l,v) generic_bs_w_4(NULL, (bus_space_handle_t)l, 0, v) argument
236 #define al_reg_write8(l, v) do { \ argument
247 #define al_reg_write16(l, v) do { \ argument
258 #define al_reg_write32(l, v) do { \ argument
269 #define al_reg_write64(l, v) do { \ argument
276 al_reg_read8(uint8_t *l) in al_reg_read8()
284 al_reg_read16(uint16_t *l) in al_reg_read16()
292 al_reg_read32(uint32_t *l) in al_reg_read32()
/f-stack/freebsd/netinet/libalias/
H A Dalias_local.h198 #define LIBALIAS_LOCK_INIT(l) \ argument
200 #define LIBALIAS_LOCK_ASSERT(l) mtx_assert(&l->mutex, MA_OWNED) argument
201 #define LIBALIAS_LOCK(l) mtx_lock(&l->mutex) argument
202 #define LIBALIAS_UNLOCK(l) mtx_unlock(&l->mutex) argument
203 #define LIBALIAS_LOCK_DESTROY(l) mtx_destroy(&l->mutex) argument
205 #define LIBALIAS_LOCK_INIT(l) argument
206 #define LIBALIAS_LOCK_ASSERT(l) argument
207 #define LIBALIAS_LOCK(l) argument
208 #define LIBALIAS_UNLOCK(l) argument
209 #define LIBALIAS_LOCK_DESTROY(l) argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.c103 ipf_lookup_t **l; local
335 ipf_lookup_t **l; local
388 ipf_lookup_t **l; local
438 ipf_lookup_t **l; local
501 ipf_lookup_t **l; local
550 ipf_lookup_t **l; local
601 ipf_lookup_t **l; local
882 ipf_lookup_t **l; local
929 ipf_lookup_t **l; local
963 ipf_lookup_t **l; local
[all …]
/f-stack/freebsd/crypto/des/
H A Ddes_enc.c72 DES_LONG l,r,t,u; in des_encrypt1() local
170 DES_LONG l,r,t,u; in des_encrypt2() local
262 DES_LONG l,r; in des_encrypt3() local
282 DES_LONG l,r; in des_decrypt3() local
H A Ddes_locl.h69 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ argument
90 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ argument
99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ argument
104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ argument
345 #define IP(l,r) \ argument
355 #define FP(l,r) \ argument
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.c50 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash()
97 static TString *createstrobj (lua_State *L, const char *str, size_t l, in createstrobj()
117 static TString *newshrstr (lua_State *L, const char *str, size_t l, in newshrstr()
134 static TString *internshrstr (lua_State *L, const char *str, size_t l) { in internshrstr()
157 TString *luaS_newlstr (lua_State *L, const char *str, size_t l) { in luaS_newlstr()
H A Dlstrlib.c48 size_t l; in str_len() local
64 size_t l; in str_sub() local
78 size_t l, i; in str_reverse() local
90 size_t l; in str_lower() local
103 size_t l; in str_upper() local
119 size_t l, lsep; in str_rep() local
144 size_t l; in str_byte() local
691 size_t l, i; in add_s() local
845 size_t l; in addquoted() local
894 size_t l = strlen(form); in addlenmod() local
[all …]
H A Dlobject.c62 int l = 0; in luaO_ceillog2() local
168 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr()
204 int l = lcompat_sprintf(buff, sizeof(buff), "%p", va_arg(argp, void *)); in luaO_pushvfstring() local
245 #define addstr(a,b,l) ( memcpy(a,b,(l) * sizeof(char)), a += (l) ) argument
248 size_t l = strlen(source); in luaO_chunkid() local
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c502 static void refreshSingleLine(struct linenoiseState *l) { in refreshSingleLine()
543 static void refreshMultiLine(struct linenoiseState *l) { in refreshMultiLine()
628 static void refreshLine(struct linenoiseState *l) { in refreshLine()
638 int linenoiseEditInsert(struct linenoiseState *l, char c) { in linenoiseEditInsert()
665 void linenoiseEditMoveLeft(struct linenoiseState *l) { in linenoiseEditMoveLeft()
673 void linenoiseEditMoveRight(struct linenoiseState *l) { in linenoiseEditMoveRight()
681 void linenoiseEditMoveHome(struct linenoiseState *l) { in linenoiseEditMoveHome()
689 void linenoiseEditMoveEnd(struct linenoiseState *l) { in linenoiseEditMoveEnd()
724 void linenoiseEditDelete(struct linenoiseState *l) { in linenoiseEditDelete()
734 void linenoiseEditBackspace(struct linenoiseState *l) { in linenoiseEditBackspace()
[all …]
/f-stack/freebsd/i386/i386/
H A Dsupport.s408 .macro rsb_seq_label l argument
411 .macro rsb_call_label l argument
/f-stack/freebsd/net/
H A Dmppcc.c58 putbits8(uint8_t *buf, uint32_t val, const uint32_t n, uint32_t *i, uint32_t *l) in putbits8()
81 putbits16(uint8_t *buf, uint32_t val, const uint32_t n, uint32_t *i, uint32_t *l) in putbits16()
107 putbits24(uint8_t *buf, uint32_t val, const uint32_t n, uint32_t *i, uint32_t *l) in putbits24()
149 uint32_t olen, off, len, idx, i, l; in MPPC_Compress() local
/f-stack/dpdk/app/test/
H A Dtest_lcores.c130 struct limit_lcore_context *l = arg; in limit_lcores_init() local
141 struct limit_lcore_context *l = arg; in limit_lcores_uninit() local
149 struct limit_lcore_context l; in test_lcores_callback() local
217 struct limit_lcore_context l[2] = {}; in test_non_eal_lcores_callback() local

12345678910>>...13