| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | instr.c | 562 char buff[16] = "null"; in gpir_instr_print_prog() local
|
| /third_party/musl/libc-test/src/functionalext/fortify/ |
| H A D | invalid_param.c | 425 char buff[1024] = {0}; in setvbuf_0100() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
| H A D | eddsa_sig.c | 379 unsigned long long buff[512]; in s390x_ed25519_digestsign() member 404 unsigned long long buff[512]; in s390x_ed448_digestsign() member 431 unsigned long long buff[512]; in s390x_ed25519_digestverify() member 453 unsigned long long buff[512]; in s390x_ed448_digestverify() member
|
| /third_party/node/deps/openssl/openssl/crypto/ui/ |
| H A D | ui_util.c | 22 char buff[BUFSIZ]; in UI_UTIL_read_pw_string() local 32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | mem.c | 143 char buff[80]; in shouldfail() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | template.hpp | 93 T* buff; member in Nested 98 T* buff; member in NestedBase 136 T* buff; member in ReplacedWithDestructor 142 T* buff; member in ReplacedWithoutDestructor 166 T* buff; member in ReplacedWithDestructorDeclaredAfter
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_study.c | 823 PCRE2_UCHAR buff[6]; in set_table_bit() local 877 PCRE2_UCHAR buff[6]; in set_type_bits() local 1089 PCRE2_UCHAR buff[6]; in set_start_bits() local
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | scal.c | 76 float *buff; member 160 float *buff; in speex_decorrelate() local [all...] |
| /third_party/openssl/crypto/ |
| H A D | mem.c | 139 char buff[80]; in shouldfail() local
|
| /third_party/openssl/crypto/ui/ |
| H A D | ui_util.c | 22 char buff[BUFSIZ]; in UI_UTIL_read_pw_string() local 32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
|
| /third_party/openssl/providers/implementations/signature/ |
| H A D | eddsa_sig.c | 379 unsigned long long buff[512]; in s390x_ed25519_digestsign() member 404 unsigned long long buff[512]; in s390x_ed448_digestsign() member 431 unsigned long long buff[512]; in s390x_ed25519_digestverify() member 453 unsigned long long buff[512]; in s390x_ed448_digestverify() member
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmort2.c | 94 FT_UShort buff[7]; in gxv_mort_subtable_type2_subtable_setup() local
|
| H A D | gxvmorx1.c | 84 FT_ULong buff[5]; in gxv_morx_subtable_type1_subtable_setup() local
|
| H A D | gxvmorx2.c | 96 FT_ULong buff[7]; in gxv_morx_subtable_type2_subtable_setup() local
|
| H A D | gxvmorx5.c | 93 FT_ULong buff[5]; in gxv_morx_subtable_type5_subtable_setup() local
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrsbit.c | 287 FT_Byte* buff; in pfr_lookup_bitmap_data() local
|
| /third_party/skia/third_party/externals/freetype/src/tools/ |
| H A D | apinames.c | 257 static char buff[LINEBUFF_SIZE + 1]; in read_header_file() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | fixed_array_test.cc | 633 alignas(FixedArrType) unsigned char buff[sizeof(FixedArrType)]; in TEST() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fUniformLocationTests.cpp | 129 std::ostringstream buff; in getUniformName() local 137 std::ostringstream buff; in getFirstComponentName() local
|
| /base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
| H A D | feature_analysis.cpp | 114 void FeatureAnalysis::GetCursorInfo(stringstream& buff, const string& line) in GetCursorInfo() argument
|
| /base/hiviewdfx/hitrace/frameworks/native/ |
| H A D | hitracechainc.c | 276 char buff[tpBufferSize]; in HiTraceChainTracepointInner() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/services/ |
| H A D | faultlogger_daemon_test.cpp | 684 void HandleRequestTestCommon(std::shared_ptr<FaultLoggerDaemon> daemon, char* buff, size_t len, in HandleRequestTestCommon() argument 730 char buff[FAULTLOGGERD_FUZZ_READ_BUFF]; in ReadThread1() local 740 char buff[FAULTLOGGERD_FUZZ_READ_BUFF]; in ReadThread2() local 751 char buff[FAULTLOGGERD_FUZZ_READ_BUFF]; in ReadThread3() local [all...] |
| /base/global/i18n_lite/frameworks/i18n/src/ |
| H A D | number_format_impl.cpp | 130 char buff[NUMBER_MAX] = { 0 };
in InnerFormat() local 177 bool NumberFormatImpl::DealWithPercent(char *buff, char *&result, int &status, StyleData &style, int &lastLen) const
in DealWithPercent() argument [all...] |
| /base/security/device_security_level/services/dslm/ |
| H A D | dslm_fsm_process.c | 305 MessageBuff *buff = (MessageBuff *)para; in ProcessVerifyCredMessage() local
|
| /base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
| H A D | dslm_fuzzer.cpp | 236 uint8_t buff[MAX_ENTRY * sizeof(TlvCommon)] = {0}; in SerializeTest() local 254 uint8_t buff[8]; in BufferToHksCertChainTest() local [all...] |