OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:true_val
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
ssh-pkcs11.c
230
CK_BBOOL
true_val
= CK_TRUE;
local
237
{CKA_SIGN, NULL, sizeof(
true_val
) }
245
key_filter[2].pValue = &
true_val
;
/art/compiler/dex/quick/arm/
int_arm.cc
203
int
true_val
= mir->dalvikInsn.vB;
local
206
if ((
true_val
== 1) && (false_val == 0)) {
211
} else if (InexpensiveConstantInt(
true_val
) && InexpensiveConstantInt(false_val)) {
214
LoadConstant(rl_result.low_reg,
true_val
);
221
LoadConstant(t_reg1,
true_val
);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp
3457
ir_constant *const
true_val
= new(ctx) ir_constant(true);
local
3702
ir_rvalue *const
true_val
= new(ctx) ir_constant(true);
local
[
all
...]
/external/mesa3d/src/glsl/
ast_to_hir.cpp
3457
ir_constant *const
true_val
= new(ctx) ir_constant(true);
local
3702
ir_rvalue *const
true_val
= new(ctx) ir_constant(true);
local
[
all
...]
Completed in 1297 milliseconds