OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:key_value
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/std/
ieee1212var.h
39
u_int8_t
key_value
;
member in struct:p1212_key
/src/external/bsd/unbound/dist/sldns/
str2wire.c
1114
unsigned long int
key_value
;
local
1119
key_value
= strtoul(buf, &endptr, 10);
1123
&&
key_value
<= 65535) /* no overflow */
1124
return
key_value
;
/src/external/gpl3/binutils/dist/ld/
pe-dll.c
3071
struct
key_value
struct
3077
static struct
key_value
*udef_table;
3081
const struct
key_value
*l = l1;
3082
const struct
key_value
*r = r1;
3091
struct
key_value
*kv;
3092
struct
key_value
key;
3102
kv = bsearch (&key, udef_table, undef_count, sizeof (struct
key_value
),
3127
sizeof (struct
key_value
), undef_sort_cmp);
3139
sizeof (struct
key_value
), undef_sort_cmp);
3152
sizeof (struct
key_value
), undef_sort_cmp)
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
pe-dll.c
3069
struct
key_value
struct
3075
static struct
key_value
*udef_table;
3079
const struct
key_value
*l = l1;
3080
const struct
key_value
*r = r1;
3089
struct
key_value
*kv;
3090
struct
key_value
key;
3100
kv = bsearch (&key, udef_table, undef_count, sizeof (struct
key_value
),
3125
sizeof (struct
key_value
), undef_sort_cmp);
3137
sizeof (struct
key_value
), undef_sort_cmp);
3150
sizeof (struct
key_value
), undef_sort_cmp)
[
all
...]
Completed in 47 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026