/third_party/FreeBSD/stand/kshim/ |
H A D | bsd_busspace.c | 48 uint8_t *datap, bus_size_t count); 50 uint16_t *datap, bus_size_t count); 52 uint32_t *datap, bus_size_t count); 55 uint8_t *datap, bus_size_t count); 57 uint16_t *datap, bus_size_t count); 59 uint32_t *datap, bus_size_t count); 62 uint8_t *datap, bus_size_t count); 64 uint8_t *datap, bus_size_t count); 66 uint32_t *datap, bus_size_t count); 68 uint32_t *datap, bus_size_ 71 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) bus_space_read_multi_1() argument 80 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint16_t *datap, bus_size_t count) bus_space_read_multi_2() argument 89 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) bus_space_read_multi_4() argument 100 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) bus_space_write_multi_1() argument 111 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint16_t *datap, bus_size_t count) bus_space_write_multi_2() argument 122 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) bus_space_write_multi_4() argument 172 bus_space_read_region_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) bus_space_read_region_1() argument 184 bus_space_write_region_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint8_t *datap, bus_size_t count) bus_space_write_region_1() argument 196 bus_space_read_region_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) bus_space_read_region_4() argument 218 bus_space_write_region_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, uint32_t *datap, bus_size_t count) bus_space_write_region_4() argument [all...] |
H A D | bsd_kernel.h | 142 uint8_t *datap, bus_size_t count); 144 uint16_t *datap, bus_size_t count); 146 uint32_t *datap, bus_size_t count); 149 uint8_t *datap, bus_size_t count); 151 uint16_t *datap, bus_size_t count); 153 uint32_t *datap, bus_size_t count); 156 uint8_t *datap, bus_size_t count); 158 uint8_t *datap, bus_size_t count); 160 uint32_t *datap, bus_size_t count); 162 uint32_t *datap, bus_size_ [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_formaddr.c | 69 const unsigned char *datap; in __libdw_addrx() local 70 datap = dbg->sectiondata[IDX_debug_addr]->d_buf + addr_off + idx; in __libdw_addrx() 72 *addr = read_4ubyte_unaligned (dbg, datap); in __libdw_addrx() 74 *addr = read_8ubyte_unaligned (dbg, datap); in __libdw_addrx() 88 const unsigned char *datap = attr->valp; in dwarf_formaddr() local 94 if (__libdw_read_address (dbg, cu_sec_idx (cu), datap, in dwarf_formaddr() 103 if (datap >= endp) in dwarf_formaddr() 109 get_uleb128 (idx, datap, endp); in dwarf_formaddr() 113 if (datap >= endp - 1) in dwarf_formaddr() 115 idx = *datap; in dwarf_formaddr() [all...] |
H A D | dwarf_formudata.c | 76 const unsigned char *datap = attr->valp; in __libdw_formptr() local 79 || datap < (const unsigned char *) data->d_buf in __libdw_formptr() 81 || ((size_t) (datap in __libdw_formptr() 87 offset = read_4ubyte_unaligned (attr->cu->dbg, datap); in __libdw_formptr() 89 offset = read_8ubyte_unaligned (attr->cu->dbg, datap); in __libdw_formptr() 144 const unsigned char *datap = attr->valp; in dwarf_formudata() local 150 if (datap + 1 > endp) in dwarf_formudata() 160 if (datap + 2 > endp) in dwarf_formudata() 299 if (datap + 1 > endp) in dwarf_formudata() 301 get_sleb128 (*return_uval, datap, end in dwarf_formudata() [all...] |
H A D | dwarf_formstring.c | 92 const unsigned char *datap = attrp->valp; in dwarf_formstring() local 98 if (datap >= endp) in dwarf_formstring() 104 get_uleb128 (idx, datap, endp); in dwarf_formstring() 108 if (datap >= endp - 1) in dwarf_formstring() 110 idx = *datap; in dwarf_formstring() 114 if (datap >= endp - 2) in dwarf_formstring() 116 idx = read_2ubyte_unaligned (dbg, datap); in dwarf_formstring() 120 if (datap >= endp - 3) in dwarf_formstring() 122 idx = read_3ubyte_unaligned (dbg, datap); in dwarf_formstring() 126 if (datap > in dwarf_formstring() [all...] |
H A D | dwarf_formsdata.c | 44 const unsigned char *datap = attr->valp; in dwarf_formsdata() local 50 if (datap + 1 > endp) in dwarf_formsdata() 60 if (datap + 2 > endp) in dwarf_formsdata() 66 if (datap + 4 > endp) in dwarf_formsdata() 72 if (datap + 8 > endp) in dwarf_formsdata() 78 if (datap + 1 > endp) in dwarf_formsdata() 80 get_sleb128 (*return_sval, datap, endp); in dwarf_formsdata() 84 if (datap + 1 > endp) in dwarf_formsdata() 86 get_uleb128 (*return_sval, datap, endp); in dwarf_formsdata() 91 get_sleb128_unchecked (*return_sval, datap); in dwarf_formsdata() [all...] |
H A D | dwarf_formblock.c | 44 const unsigned char *datap = attr->valp; in dwarf_formblock() local 50 if (unlikely (endp - datap < 1)) in dwarf_formblock() 57 if (unlikely (endp - datap < 2)) in dwarf_formblock() 64 if (unlikely (endp - datap < 4)) in dwarf_formblock() 72 if (unlikely (endp - datap < 1)) in dwarf_formblock() 74 get_uleb128 (return_block->length, datap, endp); in dwarf_formblock() 75 return_block->data = (unsigned char *) datap; in dwarf_formblock() 82 if (unlikely (endp - datap < 16)) in dwarf_formblock() 85 return_block->data = (unsigned char *) datap; in dwarf_formblock()
|
H A D | dwarf_formref.c | 41 const unsigned char *datap = attr->valp; in __libdw_formref() local 53 if (datap + 1 > endp) in __libdw_formref() 63 if (datap + 2 > endp) in __libdw_formref() 69 if (datap + 4 > endp) in __libdw_formref() 75 if (datap + 8 > endp) in __libdw_formref() 81 if (datap + 1 > endp) in __libdw_formref() 83 get_uleb128 (*return_offset, datap, endp); in __libdw_formref()
|
H A D | dwarf_formref_die.c | 78 const unsigned char *datap; in dwarf_formref_die() local 112 datap = cu->dbg->sectiondata[secid]->d_buf; in dwarf_formref_die() 122 datap = cu->startp; in dwarf_formref_die() 133 result->addr = (char *) datap + offset; in dwarf_formref_die()
|
H A D | dwarf_getabbrevattr.c | 42 Dwarf_Sword *datap, Dwarf_Off *offsetp) in dwarf_getabbrevattr_data() 79 if (datap != NULL) in dwarf_getabbrevattr_data() 80 *datap = data; in dwarf_getabbrevattr_data() 40 dwarf_getabbrevattr_data(Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, unsigned int *formp, Dwarf_Sword *datap, Dwarf_Off *offsetp) dwarf_getabbrevattr_data() argument
|
H A D | dwarf_ranges.c | 395 const unsigned char *datap = attr->valp; in initial_offset() local 397 if (datap >= endp) in initial_offset() 402 get_uleb128 (idx, datap, endp); in initial_offset() 440 datap = (cu->dbg->sectiondata[secidx]->d_buf in initial_offset() 443 start_offset = read_4ubyte_unaligned (cu->dbg, datap); in initial_offset() 445 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
|
H A D | dwarf_getlocation.c | 752 const unsigned char *datap = attr->valp; in initial_offset() local 754 if (datap >= endp) in initial_offset() 759 get_uleb128 (idx, datap, endp); in initial_offset() 797 datap = (cu->dbg->sectiondata[secidx]->d_buf in initial_offset() 800 start_offset = read_4ubyte_unaligned (cu->dbg, datap); in initial_offset() 802 start_offset = read_8ubyte_unaligned (cu->dbg, datap); in initial_offset()
|
H A D | libdw.h | 618 Dwarf_Sword *datap, Dwarf_Off *offset);
|
/third_party/libwebsockets/win32port/dirent/ |
H A D | dirent-win32.h | 481 WIN32_FIND_DATAW *datap; in _wreaddir_r() local 484 datap = dirent_next (dirp); in _wreaddir_r() 485 if (datap) { in _wreaddir_r() 495 while (n < PATH_MAX && datap->cFileName[n] != 0) { in _wreaddir_r() 496 entry->d_name[n] = datap->cFileName[n]; in _wreaddir_r() 505 attr = datap->dwFileAttributes; in _wreaddir_r() 590 WIN32_FIND_DATAW *datap; in dirent_first() local 600 datap = &dirp->data; in dirent_first() 607 datap = NULL; in dirent_first() 629 return datap; in dirent_first() 760 WIN32_FIND_DATAW *datap; readdir_r() local [all...] |
/third_party/curl/lib/ |
H A D | strdup.c | 138 void *datap = realloc(ptr, size); in Curl_saferealloc() local 139 if(size && !datap) in Curl_saferealloc() 142 return datap; in Curl_saferealloc()
|
H A D | url.h | 38 CURLcode Curl_close(struct Curl_easy **datap); /* opposite of curl_open() */
|
H A D | hostip.c | 197 hostcache_timestamp_remove(void *datap, void *hc) in hostcache_timestamp_remove() argument 200 (struct hostcache_prune_data *) datap; in hostcache_timestamp_remove()
|
/third_party/openssl/test/ |
H A D | endecode_test.c | 513 const unsigned char *datap = data; in check_unprotected_PKCS8_DER() local 515 d2i_PKCS8_PRIV_KEY_INFO(NULL, &datap, data_len); in check_unprotected_PKCS8_DER() 574 const unsigned char *datap = data; in check_params_DER() local 589 pkey = d2i_KeyParams(itype, NULL, &datap, data_len); in check_params_DER() 659 const unsigned char *datap = data; in check_MSBLOB() local 660 EVP_PKEY *pkey = b2i_PrivateKey(&datap, data_len); in check_MSBLOB() 706 const unsigned char *datap = data; in check_protected_PKCS8_DER() local 707 X509_SIG *p8 = d2i_X509_SIG(NULL, &datap, data_len); in check_protected_PKCS8_DER() 799 const unsigned char *datap = data; in check_public_DER() local 800 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_le in check_public_DER() 844 const unsigned char *datap = data; check_public_MSBLOB() local [all...] |
/third_party/musl/arch/aarch64/bits/ |
H A D | signal.h | 45 unsigned long datap; member
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | conditional.h | 131 void *datap);
|
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 1003 static int common_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in common_index() argument 1009 p = (policydb_t *) datap; in common_index() 1019 static int class_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in class_index() argument 1025 p = (policydb_t *) datap; in class_index() 1036 static int role_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in role_index() argument 1042 p = (policydb_t *) datap; in role_index() 1053 static int type_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in type_index() argument 1059 p = (policydb_t *) datap; in type_index() 1073 static int user_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in user_index() argument 1079 p = (policydb_t *) datap; in user_index() 1091 sens_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) sens_index() argument 1110 cat_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) cat_index() argument [all...] |
H A D | conditional.c | 540 int cond_index_bool(hashtab_key_t key, hashtab_datum_t datum, void *datap) in cond_index_bool() argument 546 p = datap; in cond_index_bool()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dec.c | 1867 float *datap = &comp->f_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; in dequantization_float() local 1870 datap[i] = src[i] * band->f_stepsize; in dequantization_float() 1882 int32_t *datap = &comp->i_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; in dequantization_int() local 1886 datap[i] = src[i] / 2; in dequantization_int() 1890 datap[i] = (src[i] * (int64_t)band->i_stepsize) / 65536; in dequantization_int() 1902 int32_t *datap = &comp->i_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; in dequantization_int_97() local 1905 datap[i] = (src[i] * (int64_t)band->i_stepsize + (1<<15)) >> 16; in dequantization_int_97() 2036 float *datap = comp->f_data; \ 2060 int val = lrintf(*datap) + (1 << (cbps - 1)); \ 2064 datap [all...] |
/third_party/elfutils/libdwfl/ |
H A D | frame_unwind.c | 697 readfunc (Dwarf_Addr addr, Dwarf_Word *datap, void *arg) in readfunc() argument 702 return process->callbacks->memory_read (process->dwfl, addr, datap, in readfunc()
|
/third_party/backends/backend/ |
H A D | hp-accessor.c | 309 int * datap = hp_data_data(data, this->data_offset); in hp_accessor_bool_set() local 310 *datap = *(SANE_Bool*)valp == SANE_FALSE ? 0 : 1; in hp_accessor_bool_set()
|