Home
last modified time | relevance | path

Searched defs:datap (Results 1 – 22 of 22) sorted by relevance

/third_party/FreeBSD/stand/kshim/
Dbsd_busspace.c73 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_multi_1()
82 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_read_multi_2()
91 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_multi_4()
102 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_write_multi_1()
113 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_write_multi_2()
124 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_write_multi_4()
174 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_region_1()
186 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_write_region_1()
198 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_region_4()
220 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_write_region_4()
/third_party/curl/lib/
Dstrdup.c90 void *datap = realloc(ptr, size); in Curl_saferealloc() local
Dhttp_chunks.c111 char *datap, in Curl_httpchunk_read()
Dhostip.c205 hostcache_timestamp_remove(void *datap, void *hc) in hostcache_timestamp_remove()
Durl.c362 CURLcode Curl_close(struct Curl_easy **datap) in Curl_close()
/third_party/boost/libs/compute/test/
Dtest_search.cpp30 int datap[] = {2, 6}; in BOOST_AUTO_TEST_CASE() local
Dtest_find_end.cpp30 bc::int_ datap[] = {2, 6}; in BOOST_AUTO_TEST_CASE() local
/third_party/glib/glib/tests/
Dspawn-multithreaded.c101 gpointer datap) in on_child_exited()
115 gpointer datap) in on_child_stdout()
Dspawn-singlethread.c69 gpointer datap) in on_child_exited()
83 gpointer datap) in on_child_stdout()
Dbase64.c293 decode_and_compare (const gchar *datap, in decode_and_compare()
305 decode_inplace_and_compare (const gchar *datap, in decode_inplace_and_compare()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstmask.c101 guint32 *datap = mask->data; in gst_mask_factory_new() local
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h481 WIN32_FIND_DATAW *datap; in _wreaddir_r() local
590 WIN32_FIND_DATAW *datap; in dirent_first() local
760 WIN32_FIND_DATAW *datap; in readdir_r() local
/third_party/selinux/libsepol/src/
Dpolicydb.c991 static int common_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in common_index()
1007 static int class_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in class_index()
1024 static int role_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in role_index()
1041 static int type_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in type_index()
1061 static int user_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in user_index()
1079 static int sens_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in sens_index()
1098 static int cat_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in cat_index()
Dconditional.c542 int cond_index_bool(hashtab_key_t key, hashtab_datum_t datum, void *datap) in cond_index_bool()
/third_party/gettext/gnulib-local/lib/
Dmem-hash-map.c360 void ***datap) in hash_iterate_modify()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvrawdepay.c431 guint8 *datap; in gst_rtp_vraw_depay_process_packet() local
Dgstrtpvrawpay.c501 guint8 *datap; in gst_rtp_vraw_pay_handle_buffer() local
/third_party/musl/arch/aarch64/bits/
Dsignal.h45 unsigned long datap; member
/third_party/ffmpeg/libavcodec/
Djpeg2000dec.c1857 float *datap = &comp->f_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; in dequantization_float() local
1872 int32_t *datap = &comp->i_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; in dequantization_int() local
1892 int32_t *datap = &comp->i_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; in dequantization_int_97() local
/third_party/iptables/libxtables/
Dxtoptions.c257 static void xtopt_mint_value_to_ptr(struct xt_option_call *cb, void **datap, in xtopt_mint_value_to_ptr()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c10001 const uint8_t *datap; in test_nghttp2_session_defer_then_close() local
11031 const uint8_t *datap; in test_nghttp2_session_set_stream_user_data() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c12242 uint8_t *datap; local