Home
last modified time | relevance | path

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

12345678910>>...26

/external/elfutils/src/
Dxelf.h63 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx argument
64 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx argument
65 # define xelf_update_phdr(elf, idx, phdr) \ argument
76 # define xelf_getsym(data, idx, name) \ argument
78 # define xelf_getsym_ptr(data, idx, name) \ argument
80 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument
84 # define xelf_update_sym(data, idx, sym) \ argument
86 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument
93 # define xelf_getversym_copy(data, idx, name) \ argument
97 # define xelf_getdyn(data, idx, name) \ argument
[all …]
/external/dexmaker/src/dx/java/com/android/dx/util/
DBits.java58 public static boolean get(int[] bits, int idx) { in get()
71 public static void set(int[] bits, int idx, boolean value) { in set()
88 public static void set(int[] bits, int idx) { in set()
100 public static void clear(int[] bits, int idx) { in clear()
153 int idx = findFirst(bits, start); in anyInRange() local
166 public static int findFirst(int[] bits, int idx) { in findFirst()
193 public static int findFirst(int value, int idx) { in findFirst()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DLODGeomap.java172 int idx = rowIdx + c; in writeIndexArrayLodDiff() local
180 int idx = nextRowIdx + getWidth() - (1 * lod) - 1; in writeIndexArrayLodDiff() local
200 int idx = (row) * getWidth() - 1 - lod; in writeIndexArrayLodDiff() local
215 int idx = row * getWidth() - 1; // mult to get row in writeIndexArrayLodDiff() local
237 int idx = (lod * getWidth()) + col - lod; // next row in writeIndexArrayLodDiff() local
254 int idx = col + (lod * getWidth()); in writeIndexArrayLodDiff() local
274 int idx = (row + lod) * getWidth() + lod; in writeIndexArrayLodDiff() local
293 int idx = row * getWidth(); in writeIndexArrayLodDiff() local
318 int idx = getWidth() * (getWidth() - 1 - lod) + col + lod; in writeIndexArrayLodDiff() local
335 int idx = getWidth() * (getWidth() - 1 - lod) + col; // up in writeIndexArrayLodDiff() local
[all …]
/external/iproute2/lib/
Dll_map.c91 const char *ll_idx_n2a(unsigned idx, char *buf) in ll_idx_n2a()
105 const char *ll_index_to_name(unsigned idx) in ll_index_to_name()
112 int ll_index_to_type(unsigned idx) in ll_index_to_type()
124 unsigned ll_index_to_flags(unsigned idx) in ll_index_to_flags()
137 unsigned ll_index_to_addr(unsigned idx, unsigned char *addr, in ll_index_to_addr()
164 unsigned idx; in ll_name_to_index() local
/external/v8/test/mjsunit/regress/
Dsplice-missing-wb.js34 for (var i = 0; i < a.length; i++) a[i] = {idx:i}; property
42 a[0] = {idx:0}; property
/external/srtp/test/
Dreplay_driver.c89 rdb_check_add(rdb_t *rdb, uint32_t idx) { in rdb_check_add()
104 rdb_check_expect_failure(rdb_t *rdb, uint32_t idx) { in rdb_check_expect_failure()
117 rdb_check_unordered(rdb_t *rdb, uint32_t idx) { in rdb_check_unordered()
132 uint32_t idx, ircvd; in test_rdb_db() local
Drdbx_driver.c150 rdbx_check_add(rdbx_t *rdbx, uint32_t idx) { in rdbx_check_add()
182 rdbx_check_expect_failure(rdbx_t *rdbx, uint32_t idx) { in rdbx_check_expect_failure()
200 rdbx_check_unordered(rdbx_t *rdbx, uint32_t idx) { in rdbx_check_unordered()
214 uint32_t idx, ircvd; in test_replay_dbx() local
/external/iptables/include/linux/netfilter/
Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \ argument
6 #define tcpoptstrip_test_bit(bmap, idx) \ argument
/external/elfutils/lib/
Ddynamicsizehash.c74 size_t idx = 1 + hval % htab->size; local
106 insert_entry_2 (NAME *htab, unsigned long int hval, size_t idx, TYPE data) in insert_entry_2()
241 size_t idx; variable
268 size_t idx; variable
291 size_t idx; variable
/external/valgrind/tsan/
Dts_simple_cache.h48 size_t idx = ptr % kSize; in Insert() local
57 size_t idx = ptr % kSize; in Lookup() local
102 uint32_t idx(uint32_t a, uint32_t b) { in idx() function
/external/chromium/net/tools/flip_server/
Dring_buffer.h96 int set_read_idx(int idx) { return read_idx_ = idx; } in set_read_idx()
97 int set_write_idx(int idx) { return write_idx_ = idx; } in set_write_idx()
/external/kernel-headers/original/asm-x86/
Dfixmap_32.h105 #define set_fixmap(idx, phys) \ argument
110 #define set_fixmap_nocache(idx, phys) \ argument
113 #define clear_fixmap(idx) \ argument
133 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
DSHA1.java58 int idx = currentPos >> 2; in update() local
157 int idx = currentPos >> 2; in update() local
174 int idx = currentPos >> 2; in update() local
204 int idx = currentPos >> 2; in digest() local
/external/bluetooth/glib/gio/fen/
Dfen-missing.c51 GList *idx = NULL; in scan_missing_list() local
90 GList *idx; in missing_add() local
/external/srec/portable/src/
Dphashtable.c41 unsigned int idx; member
162 unsigned int idx) in getEntry()
212 unsigned int idx; in PHashTableGetValue() local
258 unsigned int idx; in PHashTableGetEntry() local
276 unsigned int i, idx; in PHashTableRehash() local
344 unsigned int hashCode, idx; in PHashTablePutValue() local
426 unsigned int hashCode, idx; in PHashTableRemoveValue() local
504 unsigned int idx; in iteratorAdvance() local
/external/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()
469 cff_index_access_element( CFF_Index idx, in cff_index_access_element()
567 cff_index_forget_element( CFF_Index idx, in cff_index_forget_element()
585 CFF_Index idx = &font->name_index; in cff_index_get_name() local
1297 CFF_Index idx, in cff_subfont_load()
1522 FT_UInt idx; in cff_font_load() 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/llvm/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h35 uint16_t getAttrByIndex(uint32_t idx) const { in getAttrByIndex()
38 uint16_t getFormByIndex(uint32_t idx) const { in getFormByIndex()
/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/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp49 for (unsigned idx = 0; ; ++idx) { in ScoreboardHazardRecognizer() local
123 unsigned idx = MCID->getSchedClass(); in getHazardType() local
183 unsigned idx = MCID->getSchedClass(); in EmitInstruction() local
/external/elfutils/libdwfl/
Dsegment.c152 size_t idx = (l + u) / 2; in lookup() local
176 int idx = lookup (dwfl, start, hint); in reify_segments() local
244 int idx = lookup (dwfl, address, -1); in dwfl_addrsegment() local
/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_prng_is_valid.c23 int prng_is_valid(int idx) in prng_is_valid()
Dcrypt_cipher_is_valid.c23 int cipher_is_valid(int idx) in cipher_is_valid()
Dcrypt_hash_is_valid.c23 int hash_is_valid(int idx) in hash_is_valid()
/external/openssl/crypto/asn1/
Dx_x509.c151 int X509_set_ex_data(X509 *r, int idx, void *arg) in X509_set_ex_data()
156 void *X509_get_ex_data(X509 *r, int idx) in X509_get_ex_data()

12345678910>>...26