Home
last modified time | relevance | path

Searched refs:inx (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c67 int inx; in NCURSES_EXPORT() local
70 for (inx = 0; (inx < CCHARW_MAX) in NCURSES_EXPORT()
71 && ((wch = text[col].chars[inx]) != 0); in NCURSES_EXPORT()
72 ++inx) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/misc/
H A Dmakedef.cmd154 inx = 1
155 do while inx <= last
156 if codes.inx = 0 then
161 codes.inx = new_code
164 say ' "'names.inx'" @'codes.inx' NONAME'
165 inx = inx + 1
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp457 for (uint32_t inx = 0; inx < MFI.MergedFunctions.size(); inx++) { in dump() local
458 OS << "++ Merged FunctionInfos[" << inx << "]:\n"; in dump()
459 dump(OS, MFI.MergedFunctions[inx], 4); in dump()
/freebsd/tools/test/stress2/misc/
H A Dbio.sh109 test(int inx)
124 snprintf(file, sizeof(file), "file.%06d", inx);
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-wormdingler-rev1-inx-rt5682s.dts
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp705 for (uint32_t inx = 0; inx < protocolCount; ++inx) { in parseProtocolListInfo() local