Home
last modified time | relevance | path

Searched defs:source_buf (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dmv_prec.c231 uint16_t *source_buf = in collect_mv_stats_b() local
246 uint8_t *source_buf = cpi->source->y_buffer + px_row * y_stride + px_col; in collect_mv_stats_b() local
/aosp_15_r20/external/selinux/libsemanage/tests/
H A Dtest_semanage_store.c309 char *source_buf, *sorted_buf = NULL, *good_buf, *bad_buf; in test_semanage_nc_sort() local
/aosp_15_r20/bionic/tests/
H A Dfortify_test.cpp82 char source_buf[15]; in TEST_F() local
410 char source_buf[15]; in TEST_F() local
417 char source_buf[11]; in TEST_F() local
/aosp_15_r20/external/tcpdump/
H A Dprint-pgm.c333 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; in pgm_print() local
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c537 char *source_buf = (char *)p; in buffer_subscript() local
Dbytesobject.c1684 char* source_buf; in bytes_subscript() local
Dbytearrayobject.c471 char *source_buf = PyByteArray_AS_STRING(self); in bytearray_subscript() local
Dstringobject.c1315 char* source_buf; in string_subscript() local
Dunicodeobject.c8007 Py_UNICODE* source_buf; in unicode_subscript() local
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c405 char *source_buf = PyByteArray_AS_STRING(self); in bytearray_subscript() local
Dbytesobject.c1614 const char* source_buf; in bytes_subscript() local
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c5566 struct stat buf, source_buf; in main() local