Searched refs:bidx (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkcombobox.rb100 def _check_sel(cidx, tidx = nil, bidx = nil)
106 unless bidx
107 bidx = @lbox.nearest(10000)
108 bidx -= 1 if bidx < @lbox.index('end') - 1
110 if cidx > bidx
111 _set_sel(bidx)
178 bidx = @lbox.nearest(10000)
185 if bidx < @lbox.index('end') - 1
187 bidx
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.cpp255 std::string::size_type bidx, eidx; local
257 bidx = CStr.find_first_not_of(delims);
258 while (bidx != std::string::npos) {
259 eidx = CStr.find_first_of(delims, bidx);
263 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops);
264 bidx = CStr.find_first_not_of(delims, eidx);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c3525 int bidx = 0; /* Index of body argument. */
3641 bidx = i + 1; /* First after the match string. */
3901 if (ctxPtr->type == TCL_LOCATION_SOURCE && ctxPtr->line[bidx] >= 0) {
3902 int bline = ctxPtr->line[bidx];
3944 result = TclEvalObjEx(interp, objv[j], 0, ctxPtr, splitObjs ? j : bidx+j);
3493 int bidx = 0; /* Index of body argument. */ local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2078 unsigned bidx = i * 4; local
2079 unsigned int bits = ((ShufBytes[bidx] << 24) |
2080 (ShufBytes[bidx+1] << 16) |
2081 (ShufBytes[bidx+2] << 8) |
2082 ShufBytes[bidx+3]);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c2749 int bidx = 0; /* Index of body argument */
2790 bidx = i+1; /* First after the match string */
2933 int bline = ctx.line [bidx];
2974 result = TclEvalObjEx(interp, objv[j], 0, &ctx, splitObjs ? j : bidx+j);
2739 int bidx = 0; /* Index of body argument */ local

Completed in 233 milliseconds