OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extidx
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/x509v3/
v3_lib.c
270
int
extidx
= -1;
local
279
extidx
= X509v3_get_ext_by_NID(*x, nid, -1);
282
if(
extidx
>= 0) {
293
if(!sk_X509_EXTENSION_delete(*x,
extidx
)) return -1;
319
if(
extidx
>= 0) {
320
extmp = sk_X509_EXTENSION_value(*x,
extidx
);
322
if(!sk_X509_EXTENSION_set(*x,
extidx
, ext)) return -1;
/device/google/marlin/
releasetools.py
89
extIdx
= -1
92
if dotSeparated[
extIdx
] != 'p' and dotSeparated[
extIdx
] != 'enc':
94
extIdx
-= 1
96
if dotSeparated[
extIdx
] == 'mbn' or dotSeparated[
extIdx
] == 'elf':
98
elif dotSeparated[
extIdx
] == 'bin':
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 725 milliseconds