Home
last modified time | relevance | path

Searched refs:isnull (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/
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/
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/
Dac_llvm_build.h567 LLVMValueRef isnull; member
Dac_llvm_build.c4459 LLVMValueRef tmp = LLVMBuildZExt(builder, prim->isnull, ctx->i32, ""); in ac_pack_prim_export()
/third_party/e2fsprogs/
DBUILD.gn529 "e2fsprogs/lib/uuid/isnull.c",
D1002-add-header-file-to-musl-compile-mk2efs.patch3385 +/* isnull.c */
/third_party/sqlite/src/
Dsqlite3.c30742 int needQuote, isnull;
30752 isnull = escarg==0;
30753 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
30766 needQuote = !isnull && xtype==etSQLESCAPE2;
/third_party/chromium/patch/
D0003-ohos-1115.patch99343 - int i, j, k, n, isnull;
99346 + int needQuote, isnull;
137764 - int i, j, k, n, isnull;
137767 + int needQuote, isnull;
176567 - int i, j, k, n, isnull;
176570 + int needQuote, isnull;
184176 zOp = "isnull"; break;