Home
last modified time | relevance | path

Searched defs:high (Results 1 – 22 of 22) sorted by relevance

/plan9/sys/src/games/mp3enc/
H A Dportableio.c117 int high = ReadByte (fp); in Read16BitsLowHigh() local
145 int high = ReadByte (fp); in Read16BitsHighLow() local
216 int high = ReadByte (fp); in Read24BitsHighLow() local
250 int high = ReadByte (fp); in Read32Bits() local
279 int high = ReadByte (fp); in Read32BitsHighLow() local
/plan9/sys/src/cmd/dict/
H A Dutils.c245 long i, low, high; in lookassoc() local
265 long i, low, high; in looknassoc() local
/plan9/sys/src/cmd/
H A Dtr.c110 long from, to, lastc, high; in complement() local
164 long from, to, lastc, high; in translit() local
H A Dfile.c97 int high; member
382 int low, high, mid; in bump_utf_count() local
485 int low, high, mid, r; in wordfreq() local
/plan9/sys/src/cmd/aux/antiword/
H A Dutf8.c66 int high = elementsof(combining) - 1; in bIsZeroWidthChar() local
/plan9/sys/src/games/music/jukebox/
H A Dcolors.c23 Image *high; variable
/plan9/sys/src/cmd/usb/kb/
H A Dhid.c19 uchar low, high; in get8bits() local
/plan9/sys/src/libdraw/
H A Demenuhit.c20 static Image *high; variable
H A Dmenuhit.c21 static Image *high; variable
/plan9/sys/src/cmd/awk/
H A Dlex.c429 int cond, low, mid, high; in binsearch() local
/plan9/sys/src/cmd/gs/src/
H A Dwrite_t2.c74 int high = true; in write_type2_float() local
/plan9/sys/src/cmd/diff/
H A Ddiffio.c52 #define high(x) (x>>HALFLONG) macro
/plan9/sys/src/9/omap/
H A Dclock.c436 ulong high; member
/plan9/sys/src/cmd/aux/flashfs/
H A Djournal.c23 int high; member
/plan9/sys/src/9/teg2/
H A Dclock.c107 ulong high; member
/plan9/sys/src/cmd/abaco/
H A Dtext.c644 textselect23(Text *t, uint *q0, uint *q1, Image *high, int mask) in textselect23()
/plan9/sys/src/cmd/troff2html/
H A Dtroff2html.c595 int low, high, mid; in lookup() local
/plan9/sys/src/cmd/acme/
H A Dtext.c1196 textselect23(Text *t, uint *q0, uint *q1, Image *high, int mask) in textselect23()
/plan9/sys/include/
H A Dsunrpc.h88 u32int low, high; member
/plan9/sys/src/ape/cmd/diff/
H A Ddiff3.c697 int low[2], high[2]; local
/plan9/sys/src/9/pc/
H A Detherm10g.c114 ulong high; member
/plan9/sys/src/9/ip/
H A Dtcp.c1828 seq_within(ulong x, ulong low, ulong high) in seq_within()