OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_nid
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
node.h
57
static inline nid_t
get_nid
(struct f2fs_node * rn, int off, int i)
function
node.c
199
nids[1] =
get_nid
(parent, offset[0], 1);
242
nids[i + 1] =
get_nid
(parent, offset[i], 0);
/external/boringssl/src/crypto/obj/
obj.c
392
static ASN1_OBJECT *create_object_with_text_oid(int (*
get_nid
)(void),
407
ASN1_OBJECT *ret = ASN1_OBJECT_create(
get_nid
?
get_nid
() : NID_undef, buf,
Completed in 502 milliseconds