Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsrtp.c44 int i, j, outpos; in encrypt_counter() local
45 for (i = 0, outpos = 0; outpos < outlen; i++) { in encrypt_counter()
49 for (j = 0; j < 16 && outpos < outlen; j++, outpos++) in encrypt_counter()
50 outbuf[outpos] ^= keystream[j]; in encrypt_counter()
/third_party/python/Objects/stringlib/
Dcodecs.h25 Py_ssize_t *outpos) in STRINGLIB()
29 STRINGLIB_CHAR *p = dest + *outpos; in STRINGLIB()
238 *outpos = p - dest; in STRINGLIB()
494 STRINGLIB_CHAR *dest, Py_ssize_t *outpos, in STRINGLIB()
499 STRINGLIB_CHAR *p = dest + *outpos; in STRINGLIB()
593 *outpos = p - dest; in STRINGLIB()
/third_party/toybox/toys/posix/
Dcpio.c65 unsigned val, inpos = 8, outpos; in x8u() local
74 sscanf(hex, pattern, &val, &outpos); in x8u()
75 if (inpos != outpos) error_exit("bad header"); in x8u()
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c829 ntfschar *outpos; in ntfs_utf8_to_utf16() local
844 outpos = *outs; in ntfs_utf8_to_utf16()
857 *outpos++ = const_cpu_to_le16(0); in ntfs_utf8_to_utf16()
861 *outpos++ = cpu_to_le16(wc); in ntfs_utf8_to_utf16()
864 *outpos++ = cpu_to_le16((wc >> 10) + 0xd800); in ntfs_utf8_to_utf16()
865 *outpos++ = cpu_to_le16((wc & 0x3ff) + 0xdc00); in ntfs_utf8_to_utf16()
870 ret = --outpos - *outs; in ntfs_utf8_to_utf16()
/third_party/python/Objects/
Dunicodeobject.c4465 wchar_t **buf, Py_ssize_t *bufsize, Py_ssize_t *outpos) in unicode_decode_call_errorhandler_wchar() argument
4538 requiredsize = *outpos; in unicode_decode_call_errorhandler_wchar()
4553 PyUnicode_AsWideChar(repunicode, *buf + *outpos, repwlen); in unicode_decode_call_errorhandler_wchar()
4554 *outpos += repwlen; in unicode_decode_call_errorhandler_wchar()
5356 Py_ssize_t outpos; in _Py_DecodeUTF8Ex() local
5387 outpos = 0; in _Py_DecodeUTF8Ex()
5391 ch = ucs4lib_utf8_decode(&s, e, (Py_UCS4 *)unicode, &outpos); in _Py_DecodeUTF8Ex()
5393 ch = ucs2lib_utf8_decode(&s, e, (Py_UCS2 *)unicode, &outpos); in _Py_DecodeUTF8Ex()
5401 unicode[outpos++] = (wchar_t)Py_UNICODE_HIGH_SURROGATE(ch); in _Py_DecodeUTF8Ex()
5402 unicode[outpos++] = (wchar_t)Py_UNICODE_LOW_SURROGATE(ch); in _Py_DecodeUTF8Ex()
[all …]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1612 int outpos; in leaf_dir() local
1624 outpos = 8; in leaf_dir()
1662 if ((outpos + res + 2) > 80) { in leaf_dir()
1664 outpos = 8; in leaf_dir()
1667 outpos += res + 2; in leaf_dir()
/third_party/openGLES/extensions/NV/
DNV_tessellation_program5.txt603 ATTRIB outpos = vertex.out.position;
613 MOV R0, outpos; # ILLEGAL - needs a vertex number
614 MOV R0, outpos[1]; # position of output vertex 1 (TCP)
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_tessellation_program5.txt603 ATTRIB outpos = vertex.out.position;
613 MOV R0, outpos; # ILLEGAL - needs a vertex number
614 MOV R0, outpos[1]; # position of output vertex 1 (TCP)