Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 1007) sorted by path

12345678910>>...41

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c176 gfx_parse_mode_str(char *str, int *x, int *y, int *depth) in gfx_parse_mode_str()
489 uint32_t data, bpp, pitch, y, x; in gfxfb_blt_fill() local
1160 for (uint32_t y = 0; y < height; y++) { in gfx_fb_cons_display() local
1268 for (uint32_t y = 0; y < height; y++) { in gfx_fb_display_cursor() local
1302 gfx_fb_setpixel(uint32_t x, uint32_t y) in gfx_fb_setpixel()
1577 uint32_t i, j, x, y, fheight, fwidth; in gfx_fb_putimage() local
2292 unsigned long x = 0, y = 0; in font_set() local
H A Disapnp.c40 #define outb(x, y) (archsw.arch_isaoutb((x), (y))) argument
H A Dtem.c726 tem_get_size(uint16_t *r, uint16_t *c, uint16_t *x, uint16_t *y) in tem_get_size()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1470 TPM2B_ECC_PARAMETER y; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c56 #define isleap(y) (((y) % 4) == 0 && \ argument
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c637 efifb_find_mode_xydm(UINT32 x, UINT32 y, int depth, int m) in efifb_find_mode_xydm()
686 int x, y, depth; in efifb_find_mode() local
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c526 vbe_find_mode_xydm(int x, int y, int depth, int m) in vbe_find_mode_xydm()
585 int x, y, depth; in vbe_find_mode() local
H A Dvidconsole.c151 screen_pos_t x, y; in plat_tem_get_prom_pos() local
/illumos-gate/usr/src/boot/include/
H A Dmath.h118 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
119 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
120 #define isless(x, y) __builtin_isless((x), (y)) argument
121 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
122 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
123 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
125 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) argument
127 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) argument
128 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) argument
129 #define islessgreater(x, y) (!isunordered((x), (y)) && \ argument
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dbzipfs.c45 #define panic(x, y) abort() argument
H A Dstand.h447 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) argument
448 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) argument
450 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) argument
451 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) argument
454 #define memalign(x, y) Memalign(x, y, NULL, 0) argument
455 #define calloc(x, y) Calloc(x, y, NULL, 0) argument
457 #define realloc(x, y) Realloc(x, y, NULL, 0) argument
458 #define reallocf(x, y) Reallocf(x, y, NULL, 0) argument
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
48 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
H A Dzfssubr.c33 #define ASSERT3S(x, y, z) ((void)0) argument
34 #define ASSERT3U(x, y, z) ((void)0) argument
35 #define ASSERT3P(x, y, z) ((void)0) argument
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h156 #define __CONCAT1(x,y) x ## y argument
157 #define __CONCAT(x,y) __CONCAT1(x,y) argument
174 #define __CONCAT(x,y) x/**/y argument
297 #define _Static_assert(x, y) static_assert(x, y) argument
301 #define _Static_assert(x, y) __Static_assert(x, __COUNTER__) argument
302 #define __Static_assert(x, y) ___Static_assert(x, y) argument
303 #define ___Static_assert(x, y) typedef char __assert_ ## y[(x) ? 1 : -1] \ argument
306 #define _Static_assert(x, y) struct __hack argument
H A Dparam.h291 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
294 #define rounddown(x, y) (((x)/(y))*(y)) argument
295 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ argument
296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ argument
297 #define roundup2(x, y) (((x)+((y)-1))&(~((y)-1))) /* if y is powers of two */ argument
H A Dselect.h68 #define _howmany(x, y) (((x) + ((y) - 1)) / (y)) argument
H A Dtem_impl.h152 screen_pos_t y; member
H A Dtypes.h381 #define makedev(x,y) ((dev_t)(((x) << 8) | (y))) /* create dev_t */ argument
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c178 char *y = "\0"; in stringcompare() local
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dparse.cc235 char y[10]; in parse_format() local
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h154 inline double min(const Double& x, const Double& y) { in min()
158 inline double min(const Double& x, double y) { in min()
161 inline double min(double x, const Double& y) { in min()
165 inline double max(const Double& x, const Double& y) { in max()
168 inline double max(const Double& x, double y) { in max()
171 inline double max(double x, const Double& y) { in max()
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c169 int y, in _g721_update()
369 int y) /* Step size multiplier. */ in _g721_quantize()
427 unsigned long y) /* Step size multiplier. */ in _g721_reconstr()
475 int y, /* quantizer step size */ in _tandem_adjust_alaw()
520 int y, /* quantizer step size */ in _tandem_adjust_ulaw()
597 short y, dif; /* MIX */ in g721_encode() local
734 short y, dif; /* MIX */ in g721_decode() local
H A Dg723.c175 int y, in _g723_update()
368 int y) /* Step size multiplier. */ in _g723_quantize()
426 unsigned long y) /* Step size multiplier. */ in _g723_reconstr()
475 int y, /* quantizer step size */ in _tandem_adjust_alaw()
519 int y, /* quantizer step size */ in _tandem_adjust_ulaw()
565 short y, dif; /* MIX */ in _encoder() local
769 short y, dif; /* MIX */ in g723_decode() local
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c82 #define DUMP(w, x, y, z) dump_state(w, x, y, z) argument
85 #define DUMP(w, x, y, z) argument
/illumos-gate/usr/src/cmd/awk/
H A Drun.c364 Cell *y; in copycell() local
399 Cell *y; in jump() local
559 Cell *x, *y; in awkdelete() local
666 Cell *x, *y; in matchop() local
708 Cell *x, *y; in boolop() local
742 Cell *x, *y; in relop() local
1100 Node *y; in awksprintf() local
1125 Node *y; in awkprintf() local
1247 Cell *x, *y; in assign() local
1713 Cell *x, *y; in bltin() local
[all …]

12345678910>>...41