/hardware/google/aemu/host-common/include/host-common/ |
D | hw-config.h | 27 #define HWCFG_BOOL(n,s,d,a,t) hw_bool_t n; argument 28 #define HWCFG_INT(n,s,d,a,t) hw_int_t n; argument 29 #define HWCFG_STRING(n,s,d,a,t) hw_string_t n; argument 30 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n; argument 31 #define HWCFG_DISKSIZE(n,s,d,a,t) hw_disksize_t n; argument
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | rb_tree.c | 43 rb_node_is_black(struct rb_node *n) in rb_node_is_black() 50 rb_node_is_red(struct rb_node *n) in rb_node_is_red() 56 rb_node_set_black(struct rb_node *n) in rb_node_set_black() 62 rb_node_set_red(struct rb_node *n) in rb_node_set_red() 74 rb_node_set_parent(struct rb_node *n, struct rb_node *p) in rb_node_set_parent() 382 validate_rb_node(struct rb_node *n, int black_depth) in validate_rb_node() 409 for (struct rb_node *n = T->root; n; n = n->left) { in rb_tree_validate() local
|
D | fast_idiv_by_const.h | 135 util_fast_udiv32(uint32_t n, struct util_fast_udiv_info info) in util_fast_udiv32() 154 util_fast_udiv32_nuw(uint32_t n, struct util_fast_udiv_info info) in util_fast_udiv32_nuw() 170 util_fast_udiv32_u31_d_not_one(uint32_t n, struct util_fast_udiv_info info) in util_fast_udiv32_u31_d_not_one()
|
D | bitset.h | 72 __bitset_and(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n) in __bitset_and() 79 __bitset_or(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n) in __bitset_or() 86 __bitset_not(BITSET_WORD *x, unsigned n) in __bitset_not() 93 __bitset_andnot(BITSET_WORD *r, const BITSET_WORD *x, const BITSET_WORD *y, unsigned n) in __bitset_andnot() 124 __bitset_rotate_right(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_rotate_right() 139 __bitset_rotate_left(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_rotate_left() 154 __bitset_shr(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_shr() 178 __bitset_shl(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_shl() 202 #define BITSET_SHR(x, n) \ argument 205 #define BITSET_SHL(x, n) \ argument [all …]
|
D | register_allocate.c | 476 ra_get_num_adjacency_bits(uint64_t n) in ra_get_num_adjacency_bits() 611 unsigned int n, struct ra_class *class) in ra_set_node_class() 618 unsigned int n) in ra_get_node_class() 626 unsigned int n = g->count; in ra_add_node() local 647 ra_reset_node_interference(struct ra_graph *g, unsigned int n) in ra_reset_node_interference() 657 update_pq_info(struct ra_graph *g, unsigned int n) in update_pq_info() 680 add_node_to_stack(struct ra_graph *g, unsigned int n) in add_node_to_stack() 737 unsigned int n = i * BITSET_WORDBITS + j; in ra_simplify() local 770 unsigned int n = i * BITSET_WORDBITS + j; in ra_simplify() local 790 unsigned int n = i * BITSET_WORDBITS + j; in ra_simplify() local [all …]
|
D | u_memset.h | 31 util_memset32(void *s, uint32_t ui, size_t n) in util_memset32() 50 util_memset64(void *s, uint64_t ui, size_t n) in util_memset64()
|
D | bitscan.h | 314 util_bitcount(unsigned n) in util_bitcount() 341 util_popcnt_inline_asm(unsigned n) in util_popcnt_inline_asm() 354 util_bitcount64(uint64_t n) in util_bitcount64() 398 util_bitcount_fast(unsigned n) in util_bitcount_fast()
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | iso7816_t1.c | 53 t1_init_recv_window(struct t1_state *t1, void *buf, size_t n) in t1_init_recv_window() 66 t1_recv_window_append(struct t1_state *t1, const void *buf, int n) in t1_recv_window_append() 91 t1_init_send_window(struct t1_state *t1, const void *buf, size_t n) in t1_init_send_window() 112 int n = 3 + buf[2]; in do_chk() local 133 int n = 3 + buf[2]; in chk_is_good() local 156 ptrdiff_t n = t1_send_window_size(t1); in write_iblock() local 179 write_rblock(struct t1_state *t1, int n, uint8_t *buf) in write_rblock() 215 ptrdiff_t n = t1_send_window_size(t1); in ack_iblock() local 290 int n = 0; in parse_request() local 354 size_t n = t1->atr_length; in parse_atr() local [all …]
|
D | checksum.c | 30 lrc8(const void *s, size_t n) in lrc8() 44 crc_ccitt(uint16_t crc, const void *s, size_t n) in crc_ccitt()
|
D | spi.c | 81 ssize_t n; in spi_write() local 93 ssize_t n; in spi_read() local
|
D | transport.c | 82 int n = 0; in crc_length() local 97 block_send(struct t1_state *t1, const void *block, size_t n) in block_send() 106 block_recv(struct t1_state *t1, void *block, size_t n) in block_recv()
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | Parser.cpp | 79 for (size_t n = 0; n < out->size(); ++n) { in parseTypeTokens() local 99 for (size_t n = 0; n < count; ++n) { in buildTypeString() local 132 for (size_t n = 0; n < tokens.size(); ++n) { in parseTypeDeclaration() local 159 for (size_t n = 0; n < tokens.size(); ++n) { in parseParameterDeclaration() local
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglGlobalInfo.cpp | 87 for (size_t n = 0; n < m_displays.size(); ++n) { in ~EglGlobalInfo() local 96 for (size_t n = 0; n < m_displays.size(); ++n) { in addDisplay() local 112 for (size_t n = 0; n < m_displays.size(); ++n) { in removeDisplay() local 124 for (size_t n = 0; n < m_displays.size(); ++n) { in getDisplayFromDisplayType() local 134 for (size_t n = 0; n < m_displays.size(); ++n) { in getDisplay() local
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 99 static const char *elem_iface_name(snd_ctl_elem_iface_t n) in elem_iface_name() 113 static const char *elem_type_name(snd_ctl_elem_type_t n) in elem_type_name() 129 unsigned n,m; in mixer_close() local 158 unsigned n, m; in mixer_open() local 233 unsigned n, m; in mixer_dump() local 287 unsigned n; in mixer_get_control() local 299 struct mixer_ctl *mixer_get_nth_control(struct mixer *mixer, unsigned n) in mixer_get_nth_control() 397 unsigned int n; in mixer_ctl_get() local 482 unsigned n; in mixer_ctl_mulvalues() local 525 unsigned n; in mixer_ctl_set() local [all …]
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | NodeLooperThread.cc | 101 for (auto& n : nodes_) { in DumpToFd() local 114 for (auto& n : nodes_) { in threadLoop() local 117 for (auto& n : nodes_) { in threadLoop() local
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | fast_idiv_by_const_test.cpp | 142 fast_udiv_add_sat(uint64_t n, struct util_fast_udiv_info m, unsigned num_bits) in fast_udiv_add_sat() 156 fast_udiv_mul_add(uint64_t n, struct util_fast_udiv_info m, unsigned num_bits) in fast_udiv_mul_add() 171 fast_sdiv(int64_t n, int64_t d, struct util_fast_sdiv_info m, unsigned num_bits) in fast_sdiv() 268 uint64_t n = rand_uint(bits, 0); in random_udiv_add_sat_test() local 285 uint64_t n = rand_uint(bits, 0); in random_udiv_mul_add_test() local 302 int64_t n = rand_sint(bits, 0); in random_sdiv_test() local 325 for (unsigned n = 0; n < (1u << n_bits); n++) in TEST() local 339 for (unsigned n = 0; n < (1u << n_bits); n++) in TEST() local 348 for (int n = -128; n < 128; n++) { in TEST() local 413 uint32_t n = rand_uint(32, 0); in TEST() local [all …]
|
/hardware/google/gfxstream/guest/qemupipe/ |
D | qemu_pipe_common.cpp | 21 int n = QEMU_PIPE_RETRY(qemu_pipe_read(pipe, p, size)); in qemu_pipe_read_fully() local 35 int n = QEMU_PIPE_RETRY(qemu_pipe_write(pipe, p, size)); in qemu_pipe_write_fully() local
|
/hardware/interfaces/confirmationui/support/src/ |
D | ConfirmationUITranslations.c | 1080 for (int n = 0; haystack[n] != NULL; n++) { in ConfirmationUITranslations_find_str() local 1094 size_t n; in ConfirmationUITranslations_lang_id_match() local 1140 for (size_t n = 0; n < ConfirmationUITranslations_NUM_TRANSLATION_IDS; n++) { in ConfirmationUITranslations_lookup() local
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xpoll.h | 94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) argument 102 #define __XFDS_BITS(p, n) (__FDS_BITS(p))[n] argument 105 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))) argument 108 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS))) argument 111 #define FD_ISSET(n, p) ((__XFDS_BITS((p), ((n)/NFDBITS))) & ((fd_mask)1 << ((n) % NFDBITS))) argument 165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | copy-tex.min.js | 1 …rts=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)(… argument
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferdescriptor.cpp | 26 #define BUFFERUSAGE(n) { static_cast<uint64_t>(BufferUsage::n), #n } argument 27 #define USAGE(prefix, n) { prefix ## n, #n } argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …n={1073:e=>{e.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}},9125:(e,t,n)… function
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | associated_min_max.inl | 21 for(length_t i = 0, n = Result.length(); i < n; ++i) local 34 for(length_t i = 0, n = Result.length(); i < n; ++i) local 47 for(length_t i = 0, n = Result.length(); i < n; ++i) local 74 for(length_t i = 0, n = Result.length(); i < n; ++i) local 108 for(length_t i = 0, n = Result.length(); i < n; ++i) local 133 for(length_t i = 0, n = Result.length(); i < n; ++i) local 153 for(length_t i = 0, n = Result.length(); i < n; ++i) local 180 for(length_t i = 0, n = Result.length(); i < n; ++i) local 194 for(length_t i = 0, n = Result.length(); i < n; ++i) local 208 for(length_t i = 0, n = Result.length(); i < n; ++i) local [all …]
|
D | component_wise.inl | 97 for(length_t i = 0, n = v.length(); i < n; ++i) local 106 for(length_t i = 0, n = v.length(); i < n; ++i) local 115 for(length_t i = 1, n = v.length(); i < n; ++i) local 124 for(length_t i = 1, n = v.length(); i < n; ++i) local
|
/hardware/google/aemu/base/ |
D | StringFormat_unittest.cpp | 43 for (size_t n = 0; n < 7U; ++n) { in TEST() local 68 for (size_t n = 0; n < kCount; ++n) { in TEST() local 73 for (size_t n = 0; n < kCount; ++n) { in TEST() local
|