Searched refs:svalue (Results 1 – 16 of 16) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.c | 294 int ll2string(char *dst, size_t dstlen, long long svalue) { in ll2string() argument 306 if (svalue < 0) { in ll2string() 307 if (svalue != LLONG_MIN) { in ll2string() 308 value = -svalue; in ll2string() 314 value = svalue; in ll2string()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lobject.c | 168 return svalue(L->top - 1); in luaO_pushvfstring()
|
| H A D | print.c | 116 printf("\t; %s",svalue(&f->k[bx])); in PrintCode()
|
| H A D | ldebug.c | 491 return svalue(&p->k[INDEXK(c)]); in kname() 512 *name = svalue(&p->k[g]); in getobjname()
|
| H A D | lobject.h | 211 #define svalue(o) getstr(rawtsvalue(o)) macro
|
| H A D | lgc.c | 167 weakkey = (strchr(svalue(mode), 'k') != NULL); in traversetable() 168 weakvalue = (strchr(svalue(mode), 'v') != NULL); in traversetable()
|
| H A D | lvm.c | 38 if (ttisstring(obj) && luaO_str2d(svalue(obj), &num)) { in luaV_tonumber() 306 memcpy(buffer+tl, svalue(top-i), l); in luaV_concat()
|
| H A D | lapi.c | 357 return svalue(o); in lua_tolstring()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 224 return svalue(L->top - 1); in luaO_pushvfstring()
|
| H A D | ldebug.c | 328 *name = svalue(kvalue); /* it is its own name */ in kname() 442 *name = svalue(&p->k[b]); in getobjname()
|
| H A D | lgc.c | 438 ((weakkey = strchr(svalue(mode), 'k')), in traversetable() 439 (weakvalue = strchr(svalue(mode), 'v')), in traversetable() 829 ? svalue(L->top - 1) in GCTM()
|
| H A D | lobject.h | 423 #define svalue(o) getstr(rawtsvalue(o)) macro
|
| H A D | lvm.c | 37 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) { in luaV_tonumber() 325 memcpy(buffer+tl, svalue(top-i), l * sizeof(char)); in luaV_concat()
|
| H A D | lapi.c | 400 return svalue(o); in lua_tolstring()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 3670 u_int16_t *svalue; in ar9300_calibration_data_read_eeprom() local 3679 svalue = (u_int16_t *) value; in ar9300_calibration_data_read_eeprom() 3680 if (! ath_hal_eepromRead(ah, eep_addr, svalue)) { in ar9300_calibration_data_read_eeprom() 3685 buffer[i] = (*svalue >> (8 * byte_addr)) & 0xff; in ar9300_calibration_data_read_eeprom() 3697 u_int32_t svalue; in ar9300_calibration_data_read_otp() local 3706 if (!ar9300_otp_read(ah, eep_addr, &svalue, is_wifi)) { in ar9300_calibration_data_read_otp() 3711 buffer[i] = (svalue >> (8 * byte_addr)) & 0xff; in ar9300_calibration_data_read_otp()
|
| H A D | eeprom.diff | 89 u_int32_t svalue;
|