Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 79) sorted by relevance

1234

/plan9/sys/src/cmd/
H A Dtr.c110 long from, to, lastc, high; in complement() local
113 high = 0; in complement()
115 if (from > high) high = from; in complement()
119 if (to > high) high = to; in complement()
123 if ((p = (Rune *) malloc((high+1)*sizeof(Rune))) == 0) in complement()
125 for (i = 0; i <= high; i++){ in complement()
137 if (from > high) in complement()
149 if (from > high) in complement()
164 long from, to, lastc, high; in translit() local
167 high = 0; in translit()
[all …]
H A Dfile.c97 int high; member
382 int low, high, mid; in bump_utf_count() local
384 high = sizeof(language)/sizeof(language[0])-1; in bump_utf_count()
385 for (low = 0; low < high;) { in bump_utf_count()
386 mid = (low+high)/2; in bump_utf_count()
388 if (r <= language[mid].high) { in bump_utf_count()
392 } else high = mid; in bump_utf_count()
485 int low, high, mid, r; in wordfreq() local
499 high = sizeof(dict)/sizeof(dict[0]); in wordfreq()
500 for(low = 0;low < high;) { in wordfreq()
[all …]
/plan9/sys/src/games/mp3enc/
H A Dportableio.c117 int high = ReadByte (fp); in Read16BitsLowHigh() local
119 return (high << 8) | low; in Read16BitsLowHigh()
145 int high = ReadByte (fp); in Read16BitsHighLow() local
148 return (high << 8) | low; in Read16BitsHighLow()
216 int high = ReadByte (fp); in Read24BitsHighLow() local
220 return (high << 16) | (med << 8) | low; in Read24BitsHighLow()
250 int high = ReadByte (fp); in Read32Bits() local
252 return (high << 24) | (medh << 16) | (medl << 8) | low; in Read32Bits()
279 int high = ReadByte (fp); in Read32BitsHighLow() local
284 return (high << 24) | (medh << 16) | (medl << 8) | low; in Read32BitsHighLow()
/plan9/sys/src/cmd/aux/antiword/
H A Dutf8.c66 int high = elementsof(combining) - 1; in bIsZeroWidthChar() local
70 ucs > (ULONG)combining[high].last) { in bIsZeroWidthChar()
74 while (high >= low) { in bIsZeroWidthChar()
75 mid = (low + high) / 2; in bIsZeroWidthChar()
79 high = mid - 1; in bIsZeroWidthChar()
/plan9/sys/src/cmd/dict/
H A Dutils.c245 long i, low, high; in lookassoc() local
248 for(low = -1, high = n; high > low+1; ){ in lookassoc()
249 i = (high+low)/2; in lookassoc()
252 high = i; in lookassoc()
265 long i, low, high; in looknassoc() local
267 for(low = -1, high = n; high > low+1; ){ in looknassoc()
268 i = (high+low)/2; in looknassoc()
271 high = i; in looknassoc()
/plan9/sys/src/cmd/gs/lib/
H A Dbj8hg12f.upp1 -supModel="Canon BJC 8200, (1200DpI)^2, high gloss photo, high quality"
H A Dbjc610a7.upp1 -supModel="Canon BJC 610, 360x360DpI, high gloss film, color, rendered"
H A Dbjc610a0.upp1 -supModel="Canon BJC 610, 360x360DpI, plain paper high speed, color, rendered"
H A Dbjc610a8.upp1 -supModel="Canon BJC 610, 360x360DpI, high resolution paper, color, rendered"
H A Dbjc610b8.upp1 -supModel="Canon BJC 610, 720x720DpI, high resolution paper, color, rendered"
H A Dbjc610b7.upp1 -supModel="Canon BJC 610, 720x720DpI, high gloss paper, color, rendered"
H A Dbj8gc12f.upp1 -supModel="Canon BJC 8200, (1200DpI)^2, glossy photo card, high quality"
H A Dbj8.rpd10 BitsPerPixel: {bj8hg12f} {1200x1200DpI, high gloss photo film, color, rendered}
/plan9/sys/lib/
H A Dscsicodes464 5d11 hardware impending failure drive error rate too high
465 5d12 hardware impending failure data error rate too high
466 5d13 hardware impending failure seek error rate too high
468 5d15 hardware impending failure access times too high
469 5d16 hardware impending failure start unit times too high
477 5d21 controller impending failure drive error rate too high
478 5d22 controller impending failure data error rate too high
479 5d23 controller impending failure seek error rate too high
481 5d25 controller impending failure access times too high
482 5d26 controller impending failure start unit times too high
[all …]
/plan9/sys/lib/tmac/
H A Dtmac.v7 .de VS\" foil-# foil-id date: start 7" wide × 7" high foil
22 .de Vh\" .VS but 5" wide × 7" high
37 .de Sh\" .VS but 5" wide × 7" high
52 .de Vw\" .VS but 7" wide × 5" high
67 .de Sw\" .VS but 7" wide × 5" high
82 .de VH\" .VS but 7" wide × 9" high
97 .de SH\" .VS but 7" wide × 9" high
112 .de VW\" .VS but 7" wide × 5.4" high
127 .de SW\" .VS but 7" wide × 5.4" high
/plan9/sys/src/libdraw/
H A Demenuhit.c20 static Image *high; variable
31 high = allocimage(display, Rect(0,0,1,1), CMAP8, 1, DDarkgreen); /* dark green */ in menucolors()
33 if(back==nil || high==nil || bord==nil) in menucolors()
41 freeimage(high); in menucolors()
44 high = display->black; in menucolors()
97 draw(screen, r, highlight? high : back, nil, pt); in paintitem()
H A Dmenuhit.c21 static Image *high; variable
32 high = allocimage(display, Rect(0,0,1,1), screen->chan, 1, DDarkgreen); /* dark green */ in menucolors()
34 if(back==nil || high==nil || bord==nil) in menucolors()
42 freeimage(high); in menucolors()
45 high = display->black; in menucolors()
98 draw(m, r, highlight? high : back, nil, pt); in paintitem()
/plan9/sys/src/cmd/usb/kb/
H A Dhid.c19 uchar low, high; in get8bits() local
30 high = (ch->buf[nbyb + 1] & MSK(nbib)) << nlb; in get8bits()
32 high = 0; in get8bits()
34 return MSK(nbits)&(high | low); in get8bits()
/plan9/sys/src/games/music/jukebox/
H A Dcolors.c23 Image *high; variable
70 high = allocimage(display, r, screen->chan, 1, rgba(0x00ccccff)); in colorinit()
97 namectlimage(high, "high"); in colorinit()
H A Dcolors.h11 extern Image *high;
/plan9/sys/src/cmd/gs/src/
H A Dwrite_t2.c74 int high = true; in write_type2_float() local
99 if (high) in write_type2_float()
115 high = !high; in write_type2_float()
/plan9/sys/src/cmd/aux/flashfs/
H A Djournal.c23 int high; member
467 g->high = -1; in loadfs()
486 if(v > g->high) in loadfs()
487 g->high = v; in loadfs()
494 g->high = v; in loadfs()
526 g->high = 0; in loadfs()
538 if(n <= g->high - g->low) in loadfs()
551 print("%d\t%d\t%d-%d\n", g->gnum, g->count, g->low, g->high); in loadfs()
573 else if(v == g->high && g->dup == nil) { in loadfs()
/plan9/sys/src/cmd/awk/
H A Dlex.c429 int cond, low, mid, high; in binsearch() local
432 high = n - 1; in binsearch()
433 while (low <= high) { in binsearch()
434 mid = (low + high) / 2; in binsearch()
436 high = mid - 1; in binsearch()
/plan9/sys/src/cmd/troff2html/
H A Dtroff2html.c595 int low, high, mid; in lookup() local
598 high = ntab - 1; in lookup()
599 while(low <= high){ in lookup()
600 mid = (low+high)/2; in lookup()
602 high = mid - 1; in lookup()
/plan9/sys/src/cmd/diff/
H A Ddiffio.c52 #define high(x) (x>>HALFLONG) macro
111 sum = low(sum) + high(sum); in readhash()
112 return ((short)low(sum) + (short)high(sum)); in readhash()

1234