/external/libcxx/src/ |
D | string.cpp | 67 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() 93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 113 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 121 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 129 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 138 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 150 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 158 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 166 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() [all …]
|
/external/pdfium/core/fxcrt/ |
D | fx_unicode.cpp | 10 size_t idx = static_cast<size_t>(wch); in FX_GetUnicodeProperties() local 27 size_t idx = dwTemp >> 23; in FX_GetMirrorChar() local 36 size_t idx = dwTemp >> 17; in FX_GetMirrorChar() local 51 size_t idx = dwTemp >> 23; in FX_GetMirrorChar() local 60 size_t idx = dwTemp >> 17; in FX_GetMirrorChar() local
|
/external/elfutils/src/ |
D | xelf.h | 55 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx argument 56 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx argument 57 # define xelf_update_phdr(elf, idx, phdr) \ argument 68 # define xelf_getsym(data, idx, name) \ argument 70 # define xelf_getsym_ptr(data, idx, name) \ argument 72 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument 76 # define xelf_update_sym(data, idx, sym) \ argument 78 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument 85 # define xelf_getversym_copy(data, idx, name) \ argument 89 # define xelf_getdyn(data, idx, name) \ argument [all …]
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_shader.c | 73 for (int idx = 0; idx < link.num_varyings; ++idx) in etna_link_shaders() local 91 for (int idx = 0; idx < link.num_varyings; ++idx) in etna_link_shaders() local 101 for (int idx = 0; idx < link.num_varyings; ++idx) in etna_link_shaders() local 106 for (int idx = 0; idx < ARRAY_SIZE(cs->VS_OUTPUT); ++idx) in etna_link_shaders() local 147 for (int idx = 0; idx < link.num_varyings; ++idx) { in etna_link_shaders() local 213 for (int idx = 0; idx < num_vs_inputs; ++idx) { in etna_shader_update_vs_inputs() local 220 for (int idx = 0; idx < ARRAY_SIZE(cs->VS_INPUT); ++idx) in etna_shader_update_vs_inputs() local
|
/external/eigen/Eigen/src/MetisSupport/ |
D | MetisSupport.h | 46 … Index idx = it.index(); // Get the row index (for column major) or column index (for row major) in get_symmetrized_graph() local 56 Index idx = it.index(); in get_symmetrized_graph() local 79 …StorageIndex idx = it.index(); // Get the row index (for column major) or column index (for row ma… in get_symmetrized_graph() local 90 StorageIndex idx = it.index(); in get_symmetrized_graph() local
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | SortIndex.java | 32 final int idx; field in SortIndex.Entry 36 Entry(final int idx, final T item) { in Entry() 69 int idx = 0; in init() local 92 public int getPosition(final int idx) { in getPosition()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 42 unsigned *idx) in translate_vs_ps_semantic() 180 unsigned idx) in ps30_input() 327 unsigned idx) in ps30_output() 391 unsigned idx) in vs30_input() 449 unsigned idx) in vs30_output() 518 svga_tgsi_sampler_type(const struct svga_shader_emitter *emit, int idx) in svga_tgsi_sampler_type() 538 unsigned idx ) in ps30_sampler() 573 unsigned idx; in svga_translate_decl_sm30() local
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_format.c | 37 const int idx = ilo_format_translate(dev, format, PIPE_BIND_VERTEX_BUFFER); in ilo_format_support_vb() local 46 const int idx = ilo_format_translate(dev, format, PIPE_BIND_STREAM_OUTPUT); in ilo_format_support_sol() local 56 const int idx = ilo_format_translate(dev, format, PIPE_BIND_SAMPLER_VIEW); in ilo_format_support_sampler() local 66 const int idx = ilo_format_translate(dev, format, PIPE_BIND_RENDER_TARGET); in ilo_format_support_rt() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_dense_alloc.h | 67 void Free(Cache *c, IndexT idx) { in Free() 74 T *Map(IndexT idx) { in Map() 83 IndexT idx = c->cache[--c->pos]; in FlushCache() local 119 IndexT idx = freelist_; in Refill() local 128 IndexT idx = c->cache[--c->pos]; in Drain() local
|
D | tsan_debugging.cc | 83 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack() 93 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() 109 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc() 128 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex() 141 int __tsan_get_report_thread(void *report, uptr idx, int *tid, uptr *os_id, in __tsan_get_report_thread() 157 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
|
/external/skia/third_party/lua/src/ |
D | lapi.c | 55 static TValue *index2addr (lua_State *L, int idx) { in index2addr() 153 LUA_API int lua_absindex (lua_State *L, int idx) { in lua_absindex() 165 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 182 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() 193 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() 206 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto() 217 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace() 235 LUA_API void lua_pushvalue (lua_State *L, int idx) { in lua_pushvalue() 249 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 261 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction() [all …]
|
/external/syslinux/com32/lua/src/ |
D | lapi.c | 55 static TValue *index2addr (lua_State *L, int idx) { in index2addr() 153 LUA_API int lua_absindex (lua_State *L, int idx) { in lua_absindex() 165 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 182 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove() 193 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() 206 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto() 217 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace() 235 LUA_API void lua_pushvalue (lua_State *L, int idx) { in lua_pushvalue() 249 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 261 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bitvector.h | 34 bool setBit(uptr idx) { in setBit() 41 bool clearBit(uptr idx) { in clearBit() 47 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit() 51 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne() local 100 basic_int_t mask(uptr idx) const { in mask() 144 bool setBit(uptr idx) { in setBit() 159 bool clearBit(uptr idx) { in clearBit() 173 bool getBit(uptr idx) const { in getBit() 325 void check(uptr idx) const { CHECK_LE(idx, size()); } in check() 327 uptr idx0(uptr idx) const { in idx0() [all …]
|
/external/flac/libFLAC/include/private/ |
D | bitmath.h | 87 unsigned long idx; in FLAC__clz_uint32() local 134 unsigned long idx; in FLAC__bitmath_ilog2() local 154 unsigned long idx; in FLAC__bitmath_ilog2_wide() local
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_group.c | 46 static struct ir3_instruction *arr_get(void *arr, int idx) in arr_get() 50 static void arr_insert_mov_out(void *arr, int idx, struct ir3_instruction *instr) in arr_insert_mov_out() 55 static void arr_insert_mov_in(void *arr, int idx, struct ir3_instruction *instr) in arr_insert_mov_in() 81 static struct ir3_instruction *instr_get(void *arr, int idx) in instr_get() 86 instr_insert_mov(void *arr, int idx, struct ir3_instruction *instr) in instr_insert_mov() 97 int idx = 0; in in_neighbor_list() local
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | tables.h | 206 #define __table_section( table, idx ) \ argument 238 #define __table_entry( table, idx ) \ argument 249 #define __table_entries( table, idx ) ( { \ argument 380 #define __table_entries( table, idx ) ( { \ argument 394 #define __table_entries_sym( table, idx ) \ argument 427 #define __table_section( table, idx ) \ argument
|
/external/compiler-rt/test/asan/TestCases/ |
D | contiguous_container.cc | 24 for (size_t idx = 0; idx < size; idx++) in TestContainer() local 26 for (size_t idx = size; idx < capacity; idx++) in TestContainer() local 45 for (size_t idx = 0; idx < capacity; idx++) in TestContainer() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeSampleVariablesTests.cpp | 118 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in write_to_read_only_types() local 160 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in access_built_in_types_inside_other_shaders() local 176 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in access_built_in_types_inside_other_shaders() local 192 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in access_built_in_types_inside_other_shaders() local 208 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in access_built_in_types_inside_other_shaders() local 290 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in access_built_in_types_without_extension() local 323 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(testConfigs); idx++) in redeclare_built_in_types() local
|
/external/iptables/include/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 6 #define tcpoptstrip_set_bit(bmap, idx) \ argument 8 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 6 #define tcpoptstrip_set_bit(bmap, idx) \ argument 8 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/external/iproute2/lib/ |
D | ll_map.c | 141 const char *ll_idx_n2a(unsigned idx, char *buf) in ll_idx_n2a() 158 const char *ll_index_to_name(unsigned idx) in ll_index_to_name() 165 int ll_index_to_type(unsigned idx) in ll_index_to_type() 176 int ll_index_to_flags(unsigned idx) in ll_index_to_flags() 190 unsigned idx; in ll_name_to_index() local
|
/external/elfutils/lib/ |
D | dynamicsizehash.c | 51 size_t idx = 1 + (hval < htab->size ? hval : hval % htab->size); in lookup() local 83 insert_entry_2 (NAME *htab, HASHTYPE hval, size_t idx, TYPE data) in insert_entry_2() 212 size_t idx; in INSERT() local 236 size_t idx; in INSERT() local 256 size_t idx; in FIND() local
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | libftest.c | 32 int idx, nout, i; in ft_dumpiov() local 103 int idx, nout, i; in ft_dumpbuf() local 137 void ft_mkname(char *name, char *dirname, int me, int idx) in ft_mkname()
|
/external/elfutils/libdwfl/ |
D | segment.c | 139 size_t idx = (l + u) / 2; in lookup() local 166 int idx = lookup (dwfl, start, hint); in reify_segments() local 233 for (size_t idx = 0; idx < dwfl->lookup_elts; ++idx) in reify_segments() local 254 int idx = lookup (dwfl, address, -1); in dwfl_addrsegment() local
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 357 unsigned int idx) in update_effective() 366 unsigned int idx) in update_permitted() 375 unsigned int idx) in update_inheritable() 384 unsigned int idx) in update_bounding_set() 412 int idx; in capng_update() local 739 static int check_effective(unsigned int capability, unsigned int idx) in check_effective() 744 static int check_permitted(unsigned int capability, unsigned int idx) in check_permitted() 749 static int check_inheritable(unsigned int capability, unsigned int idx) in check_inheritable() 754 static int bounds_bit_check(unsigned int capability, unsigned int idx) in bounds_bit_check() 790 unsigned int idx; in capng_have_capability() local
|