Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h295 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
296 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
H A Dlua.h197 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
198 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
/freebsd/stand/liblua/
H A Dluaconf.h366 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
367 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
/freebsd/lib/liblua/
H A Dluaconf.h373 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
374 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
/freebsd/contrib/lua/src/
H A Dluaconf.h376 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
377 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
H A Dlua.h237 LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
238 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
H A Dluaconf.h.dist371 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
372 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
/freebsd/sys/dev/pccard/
H A Dpccardvar.h129 #define pccard_tuple_read_2(tuple, idx2) \ argument
130 (pccard_tuple_read_1((tuple), (idx2)) | \
131 (pccard_tuple_read_1((tuple), (idx2)+1)<<8))
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h147 uptr i2 = idx2(idx); in setBit()
162 uptr i2 = idx2(idx); in clearBit()
176 uptr i2 = idx2(idx); in getBit()
338 uptr idx2(uptr idx) const { in idx2() function
H A Dsanitizer_bvgraph.h153 void check(uptr idx1, uptr idx2) const { in check() argument
155 CHECK_LT(idx2, size()); in check()
H A Dsanitizer_deadlock_detector.h351 bool testOnlyHasEdgeRaw(uptr idx1, uptr idx2) { in testOnlyHasEdgeRaw() argument
352 return g_.hasEdge(idx1, idx2); in testOnlyHasEdgeRaw()
/freebsd/contrib/ldns/
H A Dutil.c442 size_t idx0, idx1, idx2, idx3, idx4; in ldns_bubblebabble() local
447 idx2 = ((((size_t)(data[2 * i])) & 3) + in ldns_bubblebabble()
451 retval[j++] = vowels[idx2]; in ldns_bubblebabble()
465 idx2 = seed / 6; in ldns_bubblebabble()
468 retval[j++] = vowels[idx2]; in ldns_bubblebabble()
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c558 { unsigned idx2; in UTIL_mergeFileNamesTable() local
559 …for( idx2=0 ; (idx2 < table2->tableSize) && table2->fileNames[idx2] && (pos < newTotalTableSize) ;… in UTIL_mergeFileNamesTable()
560 size_t const curLen = strlen(table2->fileNames[idx2]); in UTIL_mergeFileNamesTable()
561 memcpy(buf+pos, table2->fileNames[idx2], curLen); in UTIL_mergeFileNamesTable()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp37 int &idx2 = symMap[CachedHashStringRef(real->getName())]; in wrap() local
40 idx2 = idx1; in wrap()
/freebsd/sys/dev/cas/
H A Dif_cas.c1624 u_int idx, idx2, len, off, skip; in cas_rint() local
1781 idx2 = 0; in cas_rint()
1789 idx2 = CAS_GET(word2, CAS_RC2_NEXT_INDEX); in cas_rint()
1792 __func__, idx2); in cas_rint()
1794 rxds2 = &sc->sc_rxdsoft[idx2]; in cas_rint()
1808 (void *)(uintptr_t)idx2, in cas_rint()
1843 cas_add_rxdesc(sc, idx2); in cas_rint()
/freebsd/include/
H A Dunistd.h526 int kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2);
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1823 u_int idx1, idx2, nlun_old, nlun_new; in probe_purge_old() local
1844 for (idx2 = 0; idx2 < nlun_new; idx2++) { in probe_purge_old()
1845 nl = new->luns[idx2].lundata; in probe_purge_old()
1850 if (idx2 < nlun_new) { in probe_purge_old()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap.c275 uint64_t idx2 = idx * 2; in zap_table_store() local
276 uint64_t blk2 = idx2 >> (bs-3); in zap_table_store()
277 uint64_t off2 = idx2 & ((1<<(bs-3))-1); in zap_table_store()
/freebsd/crypto/openssh/
H A Dsshkey.c946 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
951 idx2 = ((((u_int)(dgst_raw[2 * i])) & 3) + in fingerprint_bubblebabble()
955 retval[j++] = vowels[idx2]; in fingerprint_bubblebabble()
969 idx2 = seed / 6; in fingerprint_bubblebabble()
972 retval[j++] = vowels[idx2]; in fingerprint_bubblebabble()
/freebsd/sys/kern/
H A Dsys_generic.c2109 uintptr_t idx1, uintptr_t idx2) in kern_kcmp() argument
2128 error = fget_remote(td, p2, idx2, &fp2); in kern_kcmp()
2170 uap->idx1, uap->idx2)); in sys_kcmp()
/freebsd/sys/sys/
H A Dsyscallsubr.h202 uintptr_t idx1, uintptr_t idx2);
/freebsd/lib/libsys/
H A D_libsys.h862 int __sys_kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td7993 "{\t$Rd" # size # "$idx, $Rn" # size # "$idx2" #
7994 "|" # size # "\t$Rd$idx, $Rn$idx2}",
8010 # "|" # size #"\t$dst$idx, $src$idx2}",
8038 bits<4> idx2;
8041 let Inst{14-11} = idx2;
8045 bits<3> idx2;
8048 let Inst{14-12} = idx2;
8053 bits<2> idx2;
8056 let Inst{14-13} = idx2;
8061 bits<1> idx2;
[all …]
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3201 uu_list_index_t idx2 = 0; in zfs_do_userspace() local
3386 if (uu_list_find(list, rmnode, NULL, &idx2) == NULL) in zfs_do_userspace()
3387 uu_list_insert(list, rmnode, idx2); in zfs_do_userspace()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2946 uint16_t idx, idx2; in qlnx_tx_int() local
2979 idx2 = (txq->sw_tx_cons + 2) & (TX_RING_SIZE - 1); in qlnx_tx_int()
2981 prefetch(txq->sw_tx_ring[idx2].mp); in qlnx_tx_int()

12