Home
last modified time | relevance | path

Searched refs:buff (Results 301 - 325 of 403) sorted by relevance

1...<<11121314151617

/third_party/ffmpeg/libavformat/
H A Dinternal.h490 * to the buffer buff.
495 * @param buff the buffer to append the SDP fragment to
496 * @param size the size of the buff buffer
507 int ff_sdp_write_media(char *buff, int size, const AVStream *st, int idx,
/third_party/openssl/ohos_lite/include/openssl/
H A Dui.h360 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c167 int GetHnpJsonBuff(HnpCfgInfo *hnpCfg, char **buff) in GetHnpJsonBuff() argument
178 *buff = str; in GetHnpJsonBuff()
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c101 static char buff[4][256]; in show_ident() local
107 buffer = buff[3 & ++n]; in show_ident()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvkern.c239 FT_UShort buff[5]; in gxv_kern_subtable_fmt1_subtable_setup() local
254 gxv_set_length_by_ushort_offset( o, l, buff, 4, table_size, gxvalid ); in gxv_kern_subtable_fmt1_subtable_setup()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c673 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) { in SWIG_PackVoidPtr() argument
674 char *r = buff; in SWIG_PackVoidPtr()
678 if (strlen(name) + 1 > (bsz - (r - buff))) return 0; in SWIG_PackVoidPtr()
680 return buff; in SWIG_PackVoidPtr()
697 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) { in SWIG_PackDataName() argument
698 char *r = buff; in SWIG_PackDataName()
708 return buff; in SWIG_PackDataName()
5471 char *buff = ndoc; in SWIG_Python_FixMethods() local
5472 memcpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods()
5473 buff in SWIG_Python_FixMethods()
[all...]
/third_party/backends/backend/
H A Dcanon_dr.c5536 /* big scanners and small ones in non-buff mode: OP to detect paper */ in sane_start()
6741 copy_line(struct scanner *s, unsigned char * buff, int side) in copy_line() argument
6759 memcpy(s->buffers[side]+s->i.bytes_sent[side], buff, sbwidth); in copy_line()
6780 line[i*3] = line[i*3+1] = line[i*3+2] = buff[i*3]; in copy_line()
6784 line[i*3] = line[i*3+1] = line[i*3+2] = buff[i*3+1]; in copy_line()
6788 line[i*3] = line[i*3+1] = line[i*3+2] = buff[i*3+2]; in copy_line()
6792 line[i*3] = (buff[i*3+1] + buff[i*3+2])/2; in copy_line()
6793 line[i*3+1] = buff[i*3+1]; in copy_line()
6794 line[i*3+2] = buff[ in copy_line()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp3174 GLchar buff[3] = { 'a', 'b', 'c' }; in Run() local
3176 glGetProgramResourceName(program, GL_UNIFORM, index, 0, NULL, buff); in Run()
3177 if (buff[0] != 'a' || buff[1] != 'b' || buff[2] != 'c') in Run()
3180 << tcu::TestLog::Message << "ERROR: buff has changed" << tcu::TestLog::EndMessage; in Run()
3183 glGetProgramResourceName(program, GL_UNIFORM, index, 2, &length, buff); in Run()
3184 if (buff[0] != 's' || buff[1] != '\0' || buff[ in Run()
[all...]
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c715 uint8_t *buff = (uint8_t *)CfMalloc(len, 0); in CopyMemFromBIO() local
716 if (buff == NULL) { in CopyMemFromBIO()
717 LOGE("Malloc mem for buff fail."); in CopyMemFromBIO()
720 if (BIO_read(bio, buff, len) <= 0) { in CopyMemFromBIO()
723 CfFree(buff); in CopyMemFromBIO()
727 outBlob->data = buff; in CopyMemFromBIO()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dsg_err.c1361 void sg_get_command_name(unsigned char opcode, int buff_len, char *buff) in sg_get_command_name() argument
1365 if ((NULL == buff) || (buff_len < 1)) in sg_get_command_name()
1370 strncpy(buff, reserved, buff_len); in sg_get_command_name()
1373 strncpy(buff, vendor, buff_len); in sg_get_command_name()
1376 strncpy(buff, table[opcode & 0x1f], buff_len); in sg_get_command_name()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp2473 std::vector<char> buff;
2474 buff.resize(fileSize + 1);
2475 fread(buff.data(), fileSize, 1, file);
2476 buff.back() = '\0';
2480 out << buff.data();
/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.h272 int32_t ReadFromRingBuf(uint8_t *&buff, const uint32_t needLen, uint32_t &readLen);
H A Dpkg_manager_impl.h122 int32_t DoGenerateFileDigest(PkgStreamPtr stream, uint8_t flags, const size_t fileLen, PkgBuffer &buff,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dui.h399 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,

Completed in 46 milliseconds

1...<<11121314151617