HomeSort by relevance Sort by last modified time
    Searched refs:wid (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/pdfium/third_party/libtiff/
tif_fax3.h 195 #define LOOKUP8(wid,tab,eoflab) do { \
197 NeedBits8(wid,eoflab); \
198 TabEnt = tab + GetBits(wid); \
207 #define LOOKUP16(wid,tab,eoflab) do { \
209 NeedBits16(wid,eoflab); \
210 TabEnt = tab + GetBits(wid); \
227 #define LOOKUP8(wid,tab,eoflab) do { \
228 NeedBits8(wid,eoflab); \
229 TabEnt = tab + GetBits(wid); \
232 #define LOOKUP16(wid,tab,eoflab) do {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
FrameWork.py 147 def appendwindow(self, wid, window):
148 self._windows[wid] = window
150 def removewindow(self, wid):
151 del self._windows[wid]
262 partcode, wid = FindWindow(where)
272 if wid is None:
282 elif wid in self._windows:
284 window = self._windows[wid]
292 handler(partcode, wid, event)
383 wid = WhichWindow(message
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 147 def appendwindow(self, wid, window):
148 self._windows[wid] = window
150 def removewindow(self, wid):
151 del self._windows[wid]
262 partcode, wid = FindWindow(where)
272 if wid is None:
282 elif wid in self._windows:
284 window = self._windows[wid]
292 handler(partcode, wid, event)
383 wid = WhichWindow(message
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 357 #define UEXT(src,off,wid) \
358 ((((unsigned int)(src)) >> (off)) & ((1 << (wid)) - 1))
360 #define SEXT(src,off,wid) \
361 (((((int)(src))<<(32 - ((off) + (wid)))) >>(32 - (wid))) )
363 #define MAKE(src,off,wid) \
364 ((((unsigned int)(src)) & ((1 << (wid)) - 1)) << (off))
  /frameworks/base/core/java/android/text/
MeasuredText.java 233 float wid; local
235 wid = addStyleRun(workPaint, len, fm);
238 wid = replacement.getSize(workPaint, mText, mTextStart + mPos,
242 w[mPos] = wid;
246 mBuilder.addReplacementRun(mPos, mPos + len, wid);
261 return wid;
  /prebuilts/go/darwin-x86/src/fmt/
format.go 46 wid int // width
91 if !f.widPresent || f.wid == 0 {
95 width := f.wid - utf8.RuneCount(b)
109 if !f.widPresent || f.wid == 0 {
113 width := f.wid - utf8.RuneCountInString(s)
205 width := 3 + f.wid + f.prec // wid and prec are always positive.
222 f.writePadding(f.wid)
227 prec = f.wid
358 f.writePadding(f.wid)
    [all...]
print.go 42 Width() (wid int, ok bool)
148 func (p *pp) Width() (wid int, ok bool) { return p.fmt.wid, p.fmt.widPresent }
899 func parseArgNumber(format string) (index int, wid int, ok bool) {
926 index, wid, ok := parseArgNumber(format[i:])
928 return index, i + wid, true
931 return argNum, i + wid, ok
1014 p.fmt.wid, p.fmt.widPresent, argNum = intFromArg(a, argNum)
1022 if p.fmt.wid < 0 {
1023 p.fmt.wid = -p.fmt.wi
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
format.go 46 wid int // width
91 if !f.widPresent || f.wid == 0 {
95 width := f.wid - utf8.RuneCount(b)
109 if !f.widPresent || f.wid == 0 {
113 width := f.wid - utf8.RuneCountInString(s)
205 width := 3 + f.wid + f.prec // wid and prec are always positive.
222 f.writePadding(f.wid)
227 prec = f.wid
358 f.writePadding(f.wid)
    [all...]
print.go 42 Width() (wid int, ok bool)
148 func (p *pp) Width() (wid int, ok bool) { return p.fmt.wid, p.fmt.widPresent }
899 func parseArgNumber(format string) (index int, wid int, ok bool) {
926 index, wid, ok := parseArgNumber(format[i:])
928 return index, i + wid, true
931 return argNum, i + wid, ok
1014 p.fmt.wid, p.fmt.widPresent, argNum = intFromArg(a, argNum)
1022 if p.fmt.wid < 0 {
1023 p.fmt.wid = -p.fmt.wi
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 245 func duintxx(s *Sym, off int, v uint64, wid int) int {
246 return duintxxLSym(Linksym(s), off, v, wid)
249 func duintxxLSym(s *obj.LSym, off int, v uint64, wid int) int {
253 off = int(Rnd(int64(off), int64(wid)))
255 return int(obj.Setuintxx(Ctxt, s, int64(off), v, int64(wid)))
363 func gdata(nam *Node, nr *Node, wid int) {
377 s.WriteInt(Ctxt, nam.Xoffset, wid, i)
380 s.WriteInt(Ctxt, nam.Xoffset, wid, u.Int64())
417 s.WriteAddr(Ctxt, nam.Xoffset, wid, Linksym(to.Sym), to.Xoffset)
423 s.WriteAddr(Ctxt, nam.Xoffset, wid, Linksym(funcsym(nr.Sym)), nr.Xoffset
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 245 func duintxx(s *Sym, off int, v uint64, wid int) int {
246 return duintxxLSym(Linksym(s), off, v, wid)
249 func duintxxLSym(s *obj.LSym, off int, v uint64, wid int) int {
253 off = int(Rnd(int64(off), int64(wid)))
255 return int(obj.Setuintxx(Ctxt, s, int64(off), v, int64(wid)))
363 func gdata(nam *Node, nr *Node, wid int) {
377 s.WriteInt(Ctxt, nam.Xoffset, wid, i)
380 s.WriteInt(Ctxt, nam.Xoffset, wid, u.Int64())
417 s.WriteAddr(Ctxt, nam.Xoffset, wid, Linksym(to.Sym), to.Xoffset)
423 s.WriteAddr(Ctxt, nam.Xoffset, wid, Linksym(funcsym(nr.Sym)), nr.Xoffset
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
bucomm.c 385 int oldt = t, wid;
387 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1;
389 while (wid < columns && bfd_target_vector[t] != NULL)
393 newwid = wid + strlen (bfd_target_vector[t]->name) + 1;
396 wid = newwid;
382 int oldt = t, wid; local
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
data.go 185 func Setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {
189 if s.Size < off+wid {
190 s.Size = off + wid
194 switch wid {
205 return off + wid
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
data.go 185 func Setuintxx(ctxt *Link, s *LSym, off int64, v uint64, wid int64) int64 {
189 if s.Size < off+wid {
190 s.Size = off + wid
194 switch wid {
205 return off + wid
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 326 wid = 0
328 wid = max(wid, len(btn["text"]))
330 btn["width"] = wid
  /prebuilts/go/darwin-x86/src/math/big/
rat_test.go 392 for wid := uint64(0); wid < 30; wid += winc {
393 b := 1<<wid + a
440 for wid := uint64(0); wid < 60; wid += winc {
441 b := 1<<wid + a
  /prebuilts/go/linux-x86/src/math/big/
rat_test.go 392 for wid := uint64(0); wid < 30; wid += winc {
393 b := 1<<wid + a
440 for wid := uint64(0); wid < 60; wid += winc {
441 b := 1<<wid + a
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 376 wid := 1
379 r, wid = utf8.DecodeRune(s[i:])
396 i += wid
513 _, wid := utf8.DecodeRune(s[i:])
514 i += wid
565 wid := 1
568 r, wid = utf8.DecodeRune(s[start:])
573 start += wid
707 _, wid := utf8.DecodeRune(s[start:])
708 j += wid
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings.go 402 wid := 1
404 wid = utf8.RuneLen(r)
406 if nbytes+wid > maxbytes {
534 _, wid := utf8.DecodeRuneInString(s[i:])
535 i += wid
566 wid := 1
569 r, wid = utf8.DecodeRuneInString(s[start:])
574 start += wid
710 _, wid := utf8.DecodeRuneInString(s[start:])
711 j += wid
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 376 wid := 1
379 r, wid = utf8.DecodeRune(s[i:])
396 i += wid
513 _, wid := utf8.DecodeRune(s[i:])
514 i += wid
565 wid := 1
568 r, wid = utf8.DecodeRune(s[start:])
573 start += wid
707 _, wid := utf8.DecodeRune(s[start:])
708 j += wid
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings.go 402 wid := 1
404 wid = utf8.RuneLen(r)
406 if nbytes+wid > maxbytes {
534 _, wid := utf8.DecodeRuneInString(s[i:])
535 i += wid
566 wid := 1
569 r, wid = utf8.DecodeRuneInString(s[start:])
574 start += wid
710 _, wid := utf8.DecodeRuneInString(s[start:])
711 j += wid
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c 377 char wid; member in struct:m68k_it::__anon108267
450 the_ins.reloc[the_ins.nrel].wid = width;
4456 int wid; local
4471 int wid; local
4530 int wid; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 138 int wid = tv.getPaddingLeft() + tv.getPaddingRight(); local
145 int cap = width - wid;
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 556 int wid = dst.getWidth(); local
563 int xStart = instanceNdx * wid / m_numInstances;
564 int xEnd = (instanceNdx + 1) * wid / m_numInstances;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 140 int wid = tv.getPaddingLeft() + tv.getPaddingRight(); local
147 int cap = width - wid;

Completed in 1461 milliseconds

1 2 3