Home
last modified time | relevance | path

Searched refs:objsize (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_object.c72 int objsize; in i2d_ASN1_OBJECT() local
77 objsize = ASN1_object_size(0, a->length, V_ASN1_OBJECT); in i2d_ASN1_OBJECT()
78 if (pp == NULL || objsize == -1) in i2d_ASN1_OBJECT()
79 return objsize; in i2d_ASN1_OBJECT()
87 return (objsize); in i2d_ASN1_OBJECT()
/external/llvm/test/Transforms/InstCombine/
Dobjsize.ll157 %objsize = call i32 @llvm.objectsize.i32.p0i8(i8* %gep, i1 false) nounwind readonly
159 ret i32 %objsize
169 %objsize = call i32 @llvm.objectsize.i32.p0i8(i8* %gep, i1 false) nounwind readonly
171 ret i32 %objsize
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dobjsize.ll156 %objsize = call i32 @llvm.objectsize.i32(i8* %gep, i1 false) nounwind readonly
158 ret i32 %objsize