Home
last modified time | relevance | path

Searched refs:isnull (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dasn1_dsa.c110 int isnull = WPACKET_is_null_buf(pkt); in ossl_encode_der_dsa_sig() local
115 if (!isnull) { in ossl_encode_der_dsa_sig()
128 || (!isnull && !WPACKET_finish(dummypkt))) { in ossl_encode_der_dsa_sig()
129 if (!isnull) in ossl_encode_der_dsa_sig()
141 || (!isnull && !ossl_encode_der_integer(pkt, r)) in ossl_encode_der_dsa_sig()
142 || (!isnull && !ossl_encode_der_integer(pkt, s)) in ossl_encode_der_dsa_sig()
/third_party/openssl/crypto/
H A Dasn1_dsa.c110 int isnull = WPACKET_is_null_buf(pkt); in ossl_encode_der_dsa_sig() local
115 if (!isnull) { in ossl_encode_der_dsa_sig()
128 || (!isnull && !WPACKET_finish(dummypkt))) { in ossl_encode_der_dsa_sig()
129 if (!isnull) in ossl_encode_der_dsa_sig()
141 || (!isnull && !ossl_encode_der_integer(pkt, r)) in ossl_encode_der_dsa_sig()
142 || (!isnull && !ossl_encode_der_integer(pkt, s)) in ossl_encode_der_dsa_sig()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c196 prim.isnull = ctx->ac.i1false; in gfx10_ngg_build_export_prim()
1383 prim.isnull = ctx->ac.i1false; in gfx10_ngg_culling_build_end()
2253 prim.isnull = LLVMBuildNot(builder, LLVMBuildTrunc(builder, flags, ctx->ac.i1, ""), ""); in gfx10_ngg_gs_build_end()
2277 ac_build_ifcc(&ctx->ac, LLVMBuildNot(builder, prim.isnull, ""), 5237); in gfx10_ngg_gs_build_end()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h567 LLVMValueRef isnull; member
H A Dac_llvm_build.c4459 LLVMValueRef tmp = LLVMBuildZExt(builder, prim->isnull, ctx->i32, ""); in ac_pack_prim_export()
/third_party/sqlite/src/
H A Dsqlite3.c30746 int needQuote, isnull; sqlite3_str_vappendf() local
[all...]

Completed in 136 milliseconds