Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 128) sorted by relevance

123456

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxsamplp.h47 int left = dsize - (data_x >> 3); in TEMPLATE_sample_unpack_1() local
129 int left = dsize - (data_x >> 2); in TEMPLATE_sample_unpack_2() local
179 int left = dsize - (data_x >> 1); in TEMPLATE_sample_unpack_4() local
213 uint left = dsize - data_x; in TEMPLATE_sample_unpack_8() local
224 int left = dsize - data_x; in TEMPLATE_sample_unpack_8() local
H A Dgdevmr8n.c194 int left = width; in mem_gray8_rgb24_strip_copy_rop() local
213 int left = width; in mem_gray8_rgb24_strip_copy_rop() local
268 int left = nw = min(w, textures->size.x - tx); in mem_gray8_rgb24_strip_copy_rop() local
325 int left = nw = min(w, textures->size.x - tx); in mem_gray8_rgb24_strip_copy_rop() local
H A Dzfrsd.c180 long left = max(sfd_state->count, 0) + sbufavailable(s); in zreusablestream() local
208 long left = min(length, size - offset); in make_rss() local
H A Dsrld.c56 int left; in s_RLD_process() local
H A Dgdevpsim.c190 int left = line_size; in psmono_print_page() local
266 int left = count; in write_data_run() local
H A Distack.c257 uint left = count, pass = skip; in ref_stack_store_check() local
299 uint left, pass; in ref_stack_store() local
409 uint left; in ref_stack_pop_block() local
H A Dgxbcache.c70 uint left = bck->size - cnext; in gx_bits_cache_alloc() local
H A Dgdevlp8k.c198 int lnum, top, bottom, left, width; in lp8000_print_page() local
H A Dgdevescp.c123 int skip, lnum, top, bottom, left, width; in escp2_print_page() local
H A Dgxpdash.c85 double left; in subpath_expand_dashes() local
/plan9-contrib/sys/src/libsec/port/
H A Ddes.c94 u32int right, left, v0, v1; in block_cipher() local
186 u32int right, left, v0, v1; in triple_block_cipher() local
335 keycompperm(u32int left, u32int right, ulong *ek) in keycompperm()
374 u32int left, right, v0, v1; in des_key_setup() local
/plan9-contrib/sys/src/cmd/unix/drawterm/libsec/
H A Ddes.c94 u32int right, left, v0, v1; in block_cipher() local
186 u32int right, left, v0, v1; in triple_block_cipher() local
335 keycompperm(u32int left, u32int right, ulong *ek) in keycompperm()
374 u32int left, right, v0, v1; in des_key_setup() local
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddevaudio-none.c39 audiodevsetvol(int what, int left, int right) in audiodevsetvol()
45 audiodevgetvol(int what, int *left, int *right) in audiodevgetvol()
H A Ddevaudio-sun.c115 setvolbal(double left, double right) in setvolbal()
141 getvolbal(int *left, int *right) in getvolbal()
169 audiodevsetvol(int what, int left, int right) in audiodevsetvol()
204 audiodevgetvol(int what, int *left, int *right) in audiodevgetvol()
H A Ddevaudio-unix.c117 audiodevsetvol(int what, int left, int right) in audiodevsetvol()
144 audiodevgetvol(int what, int *left, int *right) in audiodevgetvol()
/plan9-contrib/sys/src/cmd/unix/u9fs/
H A Ddes.c115 long crypto, temp, right, left; in block_cipher() local
194 fp(long left, long right, char text[8]) in fp()
/plan9-contrib/sys/src/games/mp3dec/
H A Dbit.h28 unsigned short left; member
/plan9-contrib/sys/src/cmd/aux/vmware/
H A Dmsgchan.c81 int i, m, e, left; in sendmsg() local
159 int left; in recvmsg() local
/plan9-contrib/sys/src/cmd/unix/9pfreebsd/mount_9fs/
H A Dcrypt.c175 long crypto, temp, right, left; in block_cipher() local
254 fp(long left, long right, char text[8]) in fp()
/plan9-contrib/sys/src/cmd/gs/zlib/
H A Dinftrees.c46 int left; /* number of prefix codes available */ local
/plan9-contrib/sys/include/
H A Dregexp.h45 Reinst *left; /* left child of OR */ member
/plan9-contrib/sys/src/libframe/
H A Dfrutil.c11 int left, w, nr; in _frcanfit() local
/plan9-contrib/sys/src/ape/cmd/diff/
H A Dsdiff.c509 FILE *left, *right, *out, *diffout; local
837 edit (left, lenl, right, lenr, outfile) in edit() argument
1039 interact (diff, left, right, outfile) in interact() argument
H A Dside.c168 print_1sdiff_line (left, sep, right) in print_1sdiff_line() argument
/plan9-contrib/sys/src/cmd/
H A Dcrop.c42 int left, right, top, bottom; in crop() local

123456