OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_ctx
(Results
1 - 15
of
15
) sorted by null
/external/boringssl/src/crypto/ec/
oct.c
81
BN_CTX *
new_ctx
= NULL;
local
110
ctx =
new_ctx
= BN_CTX_new();
159
BN_CTX_free(
new_ctx
);
166
BN_CTX_free(
new_ctx
);
176
BN_CTX *
new_ctx
= NULL;
local
205
ctx =
new_ctx
= BN_CTX_new();
248
BN_CTX_free(
new_ctx
);
274
BN_CTX *
new_ctx
= NULL;
local
281
ctx =
new_ctx
= BN_CTX_new();
404
BN_CTX_free(
new_ctx
);
[
all
...]
simple.c
126
BN_CTX *
new_ctx
= NULL;
local
136
ctx =
new_ctx
= BN_CTX_new();
185
BN_CTX_free(
new_ctx
);
192
BN_CTX *
new_ctx
= NULL;
local
201
ctx =
new_ctx
= BN_CTX_new();
225
BN_CTX_free(
new_ctx
);
237
BN_CTX *
new_ctx
= NULL;
local
240
ctx =
new_ctx
= BN_CTX_new();
299
BN_CTX_free(
new_ctx
);
346
BN_CTX *
new_ctx
= NULL
local
406
BN_CTX *
new_ctx
= NULL;
local
461
BN_CTX *
new_ctx
= NULL;
local
567
BN_CTX *
new_ctx
= NULL;
local
758
BN_CTX *
new_ctx
= NULL;
local
898
BN_CTX *
new_ctx
= NULL;
local
1007
BN_CTX *
new_ctx
= NULL;
local
1111
BN_CTX *
new_ctx
= NULL;
local
1152
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
p256-x86_64.c
253
BN_CTX *
new_ctx
= NULL;
local
258
new_ctx
= BN_CTX_new();
259
if (
new_ctx
== NULL) {
263
ctx =
new_ctx
;
381
BN_CTX_free(
new_ctx
);
399
BN_CTX *
new_ctx
= NULL;
local
416
new_ctx
= BN_CTX_new();
417
if (
new_ctx
== NULL) {
420
ctx =
new_ctx
;
522
BN_CTX_free(
new_ctx
);
[
all
...]
ec_montgomery.c
138
BN_CTX *
new_ctx
= NULL;
local
149
ctx =
new_ctx
= BN_CTX_new();
183
BN_CTX_free(
new_ctx
);
wnaf.c
229
BN_CTX *
new_ctx
= NULL;
local
248
ctx =
new_ctx
= BN_CTX_new();
427
BN_CTX_free(
new_ctx
);
p224-64.c
1033
BN_CTX *
new_ctx
= NULL;
local
1138
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
p256-64.c
1615
BN_CTX *
new_ctx
= NULL;
local
1717
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
/external/mesa3d/src/glsl/
ralloc.c
249
ralloc_steal(const void *
new_ctx
, void *ptr)
257
parent = get_header(
new_ctx
);
ralloc.h
232
* This changes \p ptr's context to \p
new_ctx
. This is quite useful if
235
void ralloc_steal(const void *
new_ctx
, void *ptr);
ir.cpp
[
all
...]
/external/mesa3d/src/glx/
glxclient.h
217
void (*unbind)(struct glx_context *context, struct glx_context *
new_ctx
);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py
[
all
...]
Completed in 905 milliseconds