Searched refs:indx (Results 176 - 200 of 241) sorted by relevance

12345678910

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1064 UInt8 indx; local
1069 indx = fInterface->GetDevice()->GetSerialNumberStringIndex();
1070 if (indx != 0)
1074 rc = fInterface->GetDevice()->GetStringDescriptor(indx, (char *)&serBuf, sizeof(serBuf));
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_stati.c441 STAT_ULONG("Page index", cp->indx);
H A Ddb_cam.c406 int_n->indx = int_orig->indx;
791 dbc_arg->txn, cp_n->page, cp_n->indx, key,
869 dbc->thread_info, dbc->txn, cp->page, cp->indx + indx_off,
H A Ddb_auto.c62 LOGCOPY_32(env, &argp->indx, bp);
63 bp += sizeof(argp->indx);
94 opcode, pgno, indx, nbytes, hdr,
102 u_int32_t indx;
213 LOGCOPY_32(env, bp, &indx);
214 bp += sizeof(indx);
/macosx-10.10.1/BerkeleyDB-21/db/lock/
H A Dlock_stat.c561 ndx = lp->indx;
563 if (lp->indx == ndx)
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c183 int indx = 0; local
210 tmp = ptrs[indx++] = (char*)start;
213 if (indx == nel) {
219 ptrs[indx++] = ++tmp;
223 for (nel = 0; nel < indx-1; nel++) {
227 qsort_b(ptrs, indx-1, sizeof(char*), ^(const void *left, const void *right) {
235 for (nel = 0; nel < indx-1; nel++) {
249 for (i = 0; i < indx-1; i++) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-x86-64.c2709 int dr_type, indx;
2715 indx = h && h->dynindx != -1 ? h->dynindx : 0;
2719 outrel.r_info = ELF64_R_INFO (indx, R_X86_64_TLSDESC);
2732 if (indx == 0)
2754 || dr_type == R_X86_64_TLSDESC) && indx == 0)
2756 outrel.r_info = ELF64_R_INFO (indx, dr_type);
2766 if (indx == 0)
2777 outrel.r_info = ELF64_R_INFO (indx,
2707 int dr_type, indx; local
H A Delf64-alpha.c1529 if (h->root.indx == -2)
3421 unsigned long indx;
3424 indx = ELF64_R_SYM (irel[1].r_info) - info->symtab_hdr->sh_info;
3425 lit_h = alpha_elf_sym_hashes (info->abfd)[indx];
3731 unsigned long indx;
3734 indx = r_symndx - symtab_hdr->sh_info;
3735 h = alpha_elf_sym_hashes (abfd)[indx];
3412 unsigned long indx; local
3722 unsigned long indx; local
H A Dcoff-alpha.c1356 r_symndx = h->indx;
1752 && h->indx == -1)
1881 && h->indx == -1)
H A Delf64-mmix.c2707 unsigned long indx;
2710 indx = ELF64_R_SYM (irel->r_info) - symtab_hdr->sh_info;
2711 h = elf_sym_hashes (abfd)[indx];
2701 unsigned long indx; local
H A Dlibaout.h109 int indx;
108 int indx; member in struct:aout_link_hash_entry
H A Delf-bfd.h92 long indx;
425 unsigned long indx[LOCAL_SYM_CACHE_SIZE];
91 long indx; member in struct:elf_link_hash_entry
424 unsigned long indx[LOCAL_SYM_CACHE_SIZE]; member in struct:sym_sec_cache
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c3284 int type, indx, error; local
3300 &fp, &indx, ctx, fp_zalloc, cra)) != 0) {
3303 uu->uu_dupfd = -indx - 1;
3326 if ((error = dupfdopen(p->p_fd, indx, uu->uu_dupfd, flags, error)) == 0) {
3327 fp_drop(p, indx, NULL, 0);
3328 *retval = indx;
3341 fp_free(p, indx, fp);
3433 *fdflags(p, indx) |= UF_EXCLOSE;
3435 *fdflags(p, indx) |= UF_FORKCLOSE;
3436 procfdtbl_releasefd(p, indx, NUL
8975 int32_t indx, fmode; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c1482 volatile int indx; local
1495 indx = path_search(shp,com0,NIL(Pathcomp_t**),0);
1496 if(indx==1)
1508 if(indx==1)
1535 indx = shp->topfd;
1543 indx = sh_redirect(shp,io,execflg);
1567 sh_iorestore(shp,indx,jmpval);
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h696 db_indx_t indx; /* Referenced key item index. */\
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h695 db_indx_t indx; /* Referenced key item index. */\
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h698 db_indx_t indx; /* Referenced key item index. */\
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h695 db_indx_t indx; /* Referenced key item index. */\
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h695 db_indx_t indx; /* Referenced key item index. */\
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash_autop.c463 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
H A Dhash_auto.c2163 LOGCOPY_32(env, &argp->indx, bp);
2164 bp += sizeof(argp->indx);
2193 __ham_curadj_log(dbp, txnp, ret_lsnp, flags, pgno, indx, len, dup_off, add,
2200 u_int32_t indx;
2309 LOGCOPY_32(env, bp, &indx);
2310 bp += sizeof(indx);
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c1250 int indx = 0, tmp_sgcIndex; local
1252 while (subgroupAttrs[indx]) {
1257 values = ldap_get_values(ldc->ldap, entry, subgroupAttrs[indx]);
1291 indx++;
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.c690 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
697 if (indx >= cftab[mid]) nb = mid; else na = mid;
/macosx-10.10.1/libxml2-26/libxml2/
H A Dc14n.c2170 int indx = out - buffer; local
2173 out = &buffer[indx];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dc14n.c2168 int indx = out - buffer; local
2171 out = &buffer[indx];

Completed in 518 milliseconds

12345678910