OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pk1
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libfido2/dist/regress/
assert.c
586
rs256_pk_t *
pk1
, *pk2;
local
589
pk1
= alloc_rs256_pk();
592
assert(rs256_pk_from_ptr(
pk1
, rs256_pk, sizeof(rs256_pk)) == FIDO_OK);
593
assert((pkey = rs256_pk_to_EVP_PKEY(
pk1
)) != NULL);
595
assert(memcmp(
pk1
, pk2, sizeof(*
pk1
)) == 0);
597
free_rs256_pk(
pk1
);
606
es256_pk_t *
pk1
, *pk2;
local
609
pk1
= alloc_es256_pk();
612
assert(es256_pk_from_ptr(
pk1
, es256_pk, sizeof(es256_pk)) == FIDO_OK)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/analyzer/
diagnostic-manager.cc
1277
const dedupe_key *
pk1
= *(const dedupe_key * const *)p1;
local
1280
location_t loc1 =
pk1
->get_location ();
1285
if (int cmp = ((int)
pk1
->m_sd.get_epath_length ()
1288
if (int cmp = strcmp (
pk1
->m_sd.m_d->get_kind (),
store.cc
170
const binding_key * const *
pk1
= (const binding_key * const *)p1;
local
172
return cmp (*
pk1
, *pk2);
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
diagnostic-manager.cc
1101
const dedupe_key *
pk1
= *(const dedupe_key * const *)p1;
local
1104
location_t loc1 =
pk1
->get_location ();
1109
if (int cmp = ((int)
pk1
->m_sd.get_epath_length ()
1112
if (int cmp = strcmp (
pk1
->m_sd.m_d->get_kind (),
store.cc
170
const binding_key * const *
pk1
= (const binding_key * const *)p1;
local
172
return cmp (*
pk1
, *pk2);
Completed in 230 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026