Searched refs:intSize (Results 1 – 5 of 5) sorted by relevance
/external/oss-fuzz/projects/augeas/ |
D | augeas_fa_fuzzer.cc | 47 int intSize = (int)Size; in LLVMFuzzerTestOneInput() local 52 int r = fa_expand_nocase(new_str, intSize, &s, &len); in LLVMFuzzerTestOneInput() 55 int r2 = fa_compile(new_str, intSize, &fa2); in LLVMFuzzerTestOneInput() 58 fa_compile(&new_str[1], intSize, &fa1); in LLVMFuzzerTestOneInput() 76 struct fa *fa_b = fa_make_basic(intSize); in LLVMFuzzerTestOneInput()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptHash.c | 494 UINT32 intSize, // IN: the size of 'intValue' in bytes in CryptDigestUpdateInt() argument 501 CryptDigestUpdate(state, intSize, &((BYTE *)&intValue)[8 - intSize]); in CryptDigestUpdateInt()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CryptHash_fp.h | 258 UINT32 intSize, // IN: the size of 'intValue' in bytes
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1996 constexpr size_t intSize = sizeof(int); in getNaturalIntType() local 1997 static_assert(intSize == 4 || intSize == 8, ""); in getNaturalIntType() 1998 return intSize == 4 ? Ice::IceType_i32 : Ice::IceType_i64; in getNaturalIntType()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SupplementalDataInfo.java | 3317 public int intSize() { 3679 return samples != null && (samples.fractionSize() > 0 || samples.intSize() > 0);
|