Home
last modified time | relevance | path

Searched refs:idx3 (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/sys/arch/aarch64/aarch64/
H A Dpmapboot.c217 int level, idx0, idx1, idx2, idx3, nskip = 0; variable
383 idx3 = l3pte_index(va);
396 llidx = idx3;
398 if (l3pte_valid(l3[idx3]) && l3[idx3] != pte) {
403 l3[idx3] = pte;
405 idx0, idx1, idx2, idx3, pte);
/netbsd/sys/dev/pcmcia/
H A Dpcmciavar.h256 #define pcmcia_tuple_read_3(tuple, idx3) \ argument
257 (pcmcia_tuple_read_1((tuple), (idx3)) | \
258 (pcmcia_tuple_read_1((tuple), (idx3)+1)<<8) | \
259 (pcmcia_tuple_read_1((tuple), (idx3)+2)<<16))
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/s12z/
H A Dopr-idx3-xysp-24.d3 #source: opr-idx3-xysp-24.s
H A Dopr-idx3-reg.d3 #source: opr-idx3-reg.s
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/s12z/
H A Dopr-idx3-xysp-24.d3 #source: opr-idx3-xysp-24.s
H A Dopr-idx3-reg.d3 #source: opr-idx3-reg.s
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c674 int idx3 = (int) ((idx >> 4) % UIDTableSize); in compute_uid() local
675 if (UIDTable[idx3] == uid) in compute_uid()
682 UIDTable[idx3] = uid; in compute_uid()
782 int idx3 = (int) ((idx >> 4) % UIDTableSize); in __collector_getUID() local
783 if (UIDTable[idx3] == uid) in __collector_getUID()
791 UIDTable[idx3] = uid; in __collector_getUID()
1819 uint64_t idx3 = (idx2 + val) * ROOT_IDX; in omp_cache_put() local
1820 uint64_t idx4 = (idx3 + val) * ROOT_IDX; in omp_cache_put()
1824 __collector_memcpy (&(OmpCtxs [ idx3 % OmpValTableSize ]), wctx, sizeof (struct WalkContext)); in omp_cache_put()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DGetElementPtr.rst115 %idx3 = getelementptr i32, i32* %MyVar, i64 2
124 idx3 = (char*) &MyVar + 8
131 The obtuse part of this example is in the cases of ``%idx2`` and ``%idx3``. They
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsshkey.c912 u_int idx0, idx1, idx2, idx3, idx4; in fingerprint_bubblebabble() local
923 idx3 = (((u_int)(dgst_raw[(2 * i) + 1])) >> 4) & 15; in fingerprint_bubblebabble()
925 retval[j++] = consonants[idx3]; in fingerprint_bubblebabble()
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-20181581 * testsuite/gas/s12z/opr-idx3-reg.d,
1582 * testsuite/gas/s12z/opr-idx3-xysp-24.d,
3676 * testsuite/gas/s12z/opr-idx3-reg.d: New file.
3677 * testsuite/gas/s12z/opr-idx3-reg.s: New file.
3678 * testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
3679 * testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-20181581 * testsuite/gas/s12z/opr-idx3-reg.d,
1582 * testsuite/gas/s12z/opr-idx3-xysp-24.d,
3676 * testsuite/gas/s12z/opr-idx3-reg.d: New file.
3677 * testsuite/gas/s12z/opr-idx3-reg.s: New file.
3678 * testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
3679 * testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20181581 * testsuite/gas/s12z/opr-idx3-reg.d,
1582 * testsuite/gas/s12z/opr-idx3-xysp-24.d,
3676 * testsuite/gas/s12z/opr-idx3-reg.d: New file.
3677 * testsuite/gas/s12z/opr-idx3-reg.s: New file.
3678 * testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
3679 * testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
/netbsd/external/gpl3/gdb.old/dist/gas/
H A DChangeLog-20181581 * testsuite/gas/s12z/opr-idx3-reg.d,
1582 * testsuite/gas/s12z/opr-idx3-xysp-24.d,
3676 * testsuite/gas/s12z/opr-idx3-reg.d: New file.
3677 * testsuite/gas/s12z/opr-idx3-reg.s: New file.
3678 * testsuite/gas/s12z/opr-idx3-xysp-24.d: New file.
3679 * testsuite/gas/s12z/opr-idx3-xysp-24.s: New file.
/netbsd/external/gpl3/gdb/dist/texinfo/
H A Dtexinfo.tex4150 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex4150 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl2/xcvs/dist/build-aux/
H A Dtexinfo.tex4153 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex4150 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex4150 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/bsd/flex/dist/build-aux/
H A Dtexinfo.tex4393 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl3/autoconf/dist/build-aux/
H A Dtexinfo.tex4340 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex4393 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex4393 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex4342 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/bsd/am-utils/dist/doc/
H A Dtexinfo.tex4393 % Sample source (mac-idx3.tex, reported by Graham Percival to
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dtexinfo.tex4342 % Sample source (mac-idx3.tex, reported by Graham Percival to

12