HomeSort by relevance Sort by last modified time
    Searched defs:true_val (Results 1 - 2 of 2) sorted by null

  /external/openssh/
ssh-pkcs11.c 231 CK_BBOOL true_val = CK_TRUE; local
238 {CKA_SIGN, NULL, sizeof(true_val) }
244 key_filter[2].pValue = &true_val;
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 5944 ir_rvalue *const true_val = new (ctx) ir_constant(true); local
6225 ir_rvalue *const true_val = new (state) ir_constant(true); local
6312 ir_rvalue *const true_val = new(ctx) ir_constant(true); local
    [all...]

Completed in 817 milliseconds