Home
last modified time | relevance | path

Searched refs:tval (Results 1 – 25 of 3257) sorted by relevance

12345678910>>...131

/dports/games/angband/Angband-4.2.2/src/
H A Dobj-tval.c111 return obj->tval == TV_FOOD || obj->tval == TV_POTION || in tval_can_have_nourishment()
117 return obj->tval == TV_STAFF || obj->tval == TV_WAND; in tval_can_have_charges()
127 switch (obj->tval) { in tval_is_body_armor()
139 return obj->tval == TV_HELM || obj->tval == TV_CROWN; in tval_is_head_armor()
144 switch (obj->tval) { in tval_is_ammo()
156 switch (obj->tval) { in tval_is_sharp_missile()
200 return obj->tval == TV_RING || obj->tval == TV_AMULET; in tval_is_jewelry()
350 return obj->tval == TV_WAND || obj->tval == TV_STAFF; in tval_is_zapper()
413 if (tval == tval_names[i].tval) in tval_find_name()
434 if (kind->tval != tval) continue; in tval_sval_count()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go140 tval := newTomlTree()
164 return tval, nil
175 tval[i] = val
177 return tval, nil
188 tval[i] = val
190 return tval, nil
269 val := tval.Get(key)
281 val := tval.Get(key)
294 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
307 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/misc/exercism/cli-3.0.13/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go139 tval := newTree()
163 return tval, nil
174 tval[i] = val
176 return tval, nil
187 tval[i] = val
189 return tval, nil
274 val := tval.Get(key)
286 val := tval.Get(key)
299 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
312 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go139 tval := newTree()
163 return tval, nil
174 tval[i] = val
176 return tval, nil
187 tval[i] = val
189 return tval, nil
274 val := tval.Get(key)
286 val := tval.Get(key)
299 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
312 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go139 tval := newTree()
163 return tval, nil
174 tval[i] = val
176 return tval, nil
187 tval[i] = val
189 return tval, nil
278 val := tval.Get(key)
291 val := tval.Get(key)
304 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
317 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go139 tval := newTree()
163 return tval, nil
174 tval[i] = val
176 return tval, nil
187 tval[i] = val
189 return tval, nil
278 val := tval.Get(key)
291 val := tval.Get(key)
304 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
317 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go139 tval := newTree()
163 return tval, nil
174 tval[i] = val
176 return tval, nil
187 tval[i] = val
189 return tval, nil
278 val := tval.Get(key)
291 val := tval.Get(key)
304 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
317 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go139 tval := newTree()
163 return tval, nil
174 tval[i] = val
176 return tval, nil
187 tval[i] = val
189 return tval, nil
278 val := tval.Get(key)
291 val := tval.Get(key)
304 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
317 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/src/
H A Ddocsis_encode.h29 int encode_uint (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
30 int encode_uint24 (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
31 int encode_ushort (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
32 int encode_uchar (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
33 int encode_ip (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
35 int encode_ip6 (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
38 int encode_ip_ip6 (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
42 int encode_ether (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
46 int encode_string (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
47 int encode_strzero (unsigned char *buf, void *tval, struct symbol_entry *sym_ptr );
[all …]
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoTime.cpp18 tval.tv_sec = tval.tv_usec = 0; in ProtoTime()
22 : tval(timeVal) in ProtoTime()
30 tval.tv_usec = (unsigned long)(1.0e+06 * (seconds - ((double)tval.tv_sec))); in ProtoTime()
37 tval.tv_sec = sec; in ProtoTime()
38 tval.tv_usec = usec; in ProtoTime()
44 tval.tv_sec += t.sec(); in operator +=()
45 tval.tv_usec += t.usec(); in operator +=()
48 tval.tv_sec++; in operator +=()
58 tval.tv_sec = tval.tv_usec = 0; in operator -=()
62 tval.tv_sec = 0; in operator -=()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_endian_switch_inline.h45 unsigned short tval = *val; in BLI_endian_switch_uint16()
46 *val = (tval >> 8) | (tval << 8); in BLI_endian_switch_uint16()
60 unsigned int tval = *val; in BLI_endian_switch_uint32()
61 *val = ((tval >> 24)) | ((tval << 8) & 0x00ff0000) | ((tval >> 8) & 0x0000ff00) | ((tval << 24)); in BLI_endian_switch_uint32()
79 uint64_t tval = *val; in BLI_endian_switch_uint64()
80 *val = ((tval >> 56)) | ((tval << 40) & 0x00ff000000000000ll) | in BLI_endian_switch_uint64()
81 ((tval << 24) & 0x0000ff0000000000ll) | ((tval << 8) & 0x000000ff00000000ll) | in BLI_endian_switch_uint64()
82 ((tval >> 8) & 0x00000000ff000000ll) | ((tval >> 24) & 0x0000000000ff0000ll) | in BLI_endian_switch_uint64()
83 ((tval >> 40) & 0x000000000000ff00ll) | ((tval << 56)); in BLI_endian_switch_uint64()
/dports/www/dillo2/dillo-3.0.5/src/
H A Dcssparser.cc575 tval[i] = 0; in nextToken()
589 tval[0] = c; in nextToken()
599 tval[i] = 0; in nextToken()
641 tval[i] = 0; in nextToken()
653 tval[0] = c; in nextToken()
663 tval[i] = 0; in nextToken()
676 tval[0] = c; in nextToken()
677 tval[1] = 0; in nextToken()
1345 (tval[0] == ';' || tval[0] == '}')))) in parseDeclaration()
1433 (tval[0] == ',' || tval[0] == '{')) { in parseSelector()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Duac_send.c197 tval = val; in pv_set_uac_req()
198 if((tval!=NULL) && (tval->flags&PV_VAL_NULL)) { in pv_set_uac_req()
199 tval = NULL; in pv_set_uac_req()
237 memcpy(_uac_req.s_ruri.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
257 memcpy(_uac_req.s_turi.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
277 memcpy(_uac_req.s_furi.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
297 memcpy(_uac_req.s_hdrs.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
317 memcpy(_uac_req.s_body.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
337 memcpy(_uac_req.s_ouri.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
390 memcpy(_uac_req.s_auser.s, tval->rs.s, tval->rs.len); in pv_set_uac_req()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go222 tval := newTree()
254 return tval, nil
265 tval[i] = val
267 return tval, nil
278 tval[i] = val
280 return tval, nil
321 d := Decoder{tval: t}
355 tval *Tree member
441 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
454 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/pelletier/go-toml/go-toml-1.2.0/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go222 tval := newTree()
254 return tval, nil
265 tval[i] = val
267 return tval, nil
278 tval[i] = val
280 return tval, nil
321 d := Decoder{tval: t}
355 tval *Tree member
441 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
454 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/pelletier/go-toml/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/pelletier/go-toml/go-toml-1.2.0/
H A Dmarshal.go225 tval := newTree()
262 return tval, nil
273 tval[i] = val
275 return tval, nil
286 tval[i] = val
288 return tval, nil
329 d := Decoder{tval: t}
363 tval *Tree member
449 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
462 mval := reflect.MakeSlice(mtype, len(tval), len(tval))
[all …]

12345678910>>...131