Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/external/libcxx/src/
Dstring.cpp67 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/elfutils/src/
Dxelf.h55 # 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/pdfium/core/fxcrt/
Dfx_unicode.cpp10 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/syslinux/com32/lua/src/
Dlapi.c55 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/skia/third_party/lua/src/
Dlapi.c55 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/
Dsanitizer_bitvector.h34 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/eigen/Eigen/src/MetisSupport/
DMetisSupport.h46 … 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/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c42 unsigned *idx) in translate_vs_ps_semantic()
180 unsigned idx) in ps30_input()
326 unsigned idx) in ps30_output()
369 unsigned idx) in vs30_input()
427 unsigned idx) in vs30_output()
497 unsigned idx ) in ps30_sampler()
521 unsigned idx; in svga_translate_decl_sm30() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DSortIndex.java32 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/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h67 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
Dtsan_debugging.cc83 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/syslinux/gpxe/src/include/gpxe/
Dtables.h206 #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/flac/libFLAC/include/private/
Dbitmath.h87 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/iproute2/lib/
Dll_map.c141 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/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c357 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
/external/compiler-rt/test/asan/TestCases/
Dcontiguous_container.cc24 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/elfutils/lib/
Ddynamicsizehash.c51 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/pdfium/third_party/freetype/src/cff/
Dcffload.c202 cff_index_read_offset( CFF_Index idx, in cff_index_read_offset()
226 cff_index_init( CFF_Index idx, in cff_index_init()
301 cff_index_done( CFF_Index idx ) in cff_index_done()
319 cff_index_load_offsets( CFF_Index idx ) in cff_index_load_offsets()
383 cff_index_get_pointers( CFF_Index idx, in cff_index_get_pointers()
470 cff_index_access_element( CFF_Index idx, in cff_index_access_element()
568 cff_index_forget_element( CFF_Index idx, in cff_index_forget_element()
586 CFF_Index idx = &font->name_index; in cff_index_get_name() local
1305 CFF_Index idx, in cff_subfont_load()
1553 FT_UInt idx; in cff_font_load() local
[all …]
/external/opencv/cv/src/
Dcvhistogram.cpp816 int idx = cvFloor((j - a)*scale); in icvCalcHistLookupTables8u() local
831 int idx = -1, write_idx = ICV_HIST_DUMMY_IDX, sz = size[i]; in icvCalcHistLookupTables8u() local
940 int idx = tab[i]; in icvCalcHist_8u_C1R() local
957 int idx = tab[v0] + tab[256+v1]; in icvCalcHist_8u_C1R() local
972 int idx = tab[v0] + tab[256+v1]; in icvCalcHist_8u_C1R() local
995 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; in icvCalcHist_8u_C1R() local
1010 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; in icvCalcHist_8u_C1R() local
1030 int idx = tab[i*256 + img[i][x]]; in icvCalcHist_8u_C1R() local
1048 int idx = tab[i*256 + img[i][x]]; in icvCalcHist_8u_C1R() local
1078 int idx = tab[i*256 + img[i][x]]; in icvCalcHist_8u_C1R() local
[all …]
/external/jdiff/src/jdiff/
DAPIComparator.java59 int idx = Collections.binarySearch(newAPI.packages_, oldPkg); in compareAPIs() local
88 int idx = Collections.binarySearch(oldAPI.packages_, newPkg); in compareAPIs() local
166 int idx = Collections.binarySearch(newPkg.classes_, oldClass); in comparePackages() local
194 int idx = Collections.binarySearch(oldPkg.classes_, newClass); in comparePackages() local
374 int idx = Collections.binarySearch(newClass.ctors_, oldCtor); in compareAllCtors() local
423 int idx = Collections.binarySearch(oldClass.ctors_, newCtor); in compareAllCtors() local
464 int idx = -1; in compareAllMethods() local
524 int idx = -1; in compareAllMethods() local
694 int idx = Collections.binarySearch(newClass.fields_, oldField); in compareAllFields() local
790 int idx = Collections.binarySearch(oldClass.fields_, newField); in compareAllFields() local
/external/elfutils/libdwfl/
Dsegment.c139 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/ltp/testcases/kernel/fs/ftest/
Dlibftest.c32 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/mesa3d/src/gallium/auxiliary/util/
Du_linkage.c87 unsigned idx = finst->Dst[i].Register.Index; in util_semantic_set_from_program_file() local
100 unsigned idx = finst->Src[i].Register.Index; in util_semantic_set_from_program_file() local
145 unsigned idx = 0; in util_semantic_layout_from_set() local
/external/opencv/cxcore/src/
Dcxarray.cpp761 int idx; in cvInitSparseMatIterator() local
789 icvGetNodePtr( CvSparseMat* mat, const int* idx, int* _type, in icvGetNodePtr()
889 icvDeleteNode( CvSparseMat* mat, const int* idx, unsigned* precalc_hashval ) in icvDeleteNode()
1896 cvPtr1D( const CvArr* arr, int idx, int* _type ) in cvPtr1D()
2095 int idx[] = { y, x }; in cvPtr2D() local
2137 int idx[] = { z, y, x }; in cvPtr3D() local
2153 cvPtrND( const CvArr* arr, const int* idx, int* _type, in cvPtrND()
2196 cvGet1D( const CvArr* arr, int idx ) in cvGet1D()
2263 int idx[] = { y, x }; in cvGet2D() local
2292 int idx[] = { z, y, x }; in cvGet3D() local
[all …]
/external/iptables/include/linux/netfilter/
Dxt_TCPOPTSTRIP.h6 #define tcpoptstrip_set_bit(bmap, idx) \ argument
8 #define tcpoptstrip_test_bit(bmap, idx) \ argument

12345678910>>...51