Searched refs:FMT (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_opp.h34 SRI(FMT_422_CONTROL, FMT, id)
/openbsd-current/bin/stty/
H A Dextern.h42 void print(struct termios *, struct winsize *, int, enum FMT);
H A Dstty.h52 enum FMT { NOTSET, GFLAG, BSD, POSIX }; enum
H A Dstty.c54 enum FMT fmt;
H A Dprint.c48 print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_opp.h44 SRI(FMT_DYNAMIC_EXP_CNTL, FMT, id), \
45 SRI(FMT_BIT_DEPTH_CONTROL, FMT, id), \
46 SRI(FMT_CONTROL, FMT, id), \
47 SRI(FMT_DITHER_RAND_R_SEED, FMT, id), \
48 SRI(FMT_DITHER_RAND_G_SEED, FMT, id), \
49 SRI(FMT_DITHER_RAND_B_SEED, FMT, id), \
50 SRI(FMT_CLAMP_CNTL, FMT, id), \
51 SRI(FMT_CLAMP_COMPONENT_R, FMT, id), \
52 SRI(FMT_CLAMP_COMPONENT_G, FMT, id), \
53 SRI(FMT_CLAMP_COMPONENT_B, FMT, i
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.h37 SRI(FMT_BIT_DEPTH_CONTROL, FMT, id), \
38 SRI(FMT_CONTROL, FMT, id), \
39 SRI(FMT_DITHER_RAND_R_SEED, FMT, id), \
40 SRI(FMT_DITHER_RAND_G_SEED, FMT, id), \
41 SRI(FMT_DITHER_RAND_B_SEED, FMT, id), \
42 SRI(FMT_CLAMP_CNTL, FMT, id), \
43 SRI(FMT_DYNAMIC_EXP_CNTL, FMT, id), \
44 SRI(FMT_MAP420_MEMORY_CONTROL, FMT, id), \
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_opp.h39 SRI(FMT_422_CONTROL, FMT, id)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h67 FMT = 0x80, /* The format bit. */ enumerator in enum:__anon5722
127 {"AND", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x1a, 0},
132 {"OR", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x2a, 0},
137 {"XOR", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x3a, 0},
172 {"ADD", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x4a, 0},
175 {"ADDC", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x6a, 0},
178 {"SUB", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x5a, 0},
181 {"SUBB", 1, {A_IMM | A_REG | A_MEM | A_DISP, 0}, FMT, {0x7a, 0},
186 {"DJNZ", 2, {A_REG, A_IMM | A_REG | A_MEM | A_DISP}, FMT, {0x4d, 0},
189 {"DJNZ", 2, {A_REG, A_IMM | A_REG | A_MEM | A_DISP}, FMT, {
[all...]
/openbsd-current/gnu/lib/libreadline/examples/
H A Drlfe.c133 #define DPRINT0(FMT) (fprintf(debugfile, FMT), fflush(debugfile))
134 #define DPRINT1(FMT, V1) (fprintf(debugfile, FMT, V1), fflush(debugfile))
135 #define DPRINT2(FMT, V1, V2) (fprintf(debugfile, FMT, V1, V2), fflush(debugfile))
137 #define DPRINT0(FMT) /* Do nothing */
138 #define DPRINT1(FMT, V1) /* Do nothing */
139 #define DPRINT2(FMT, V1, V2) /* Do nothing */
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Duw-thread.c237 /* Helper function for DBG() macro: if printf-style FMT is non-null, format it
874 #define FMT "Thread %ld" macro
875 static char buf[sizeof (FMT) + 3 * sizeof (long)];
881 sprintf (buf, FMT, TIDGET (ptid));
882 #undef FMT macro
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.h49 SRI(FMT_422_CONTROL, FMT, id), \
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.h551 SRI_ARR(FMT_BIT_DEPTH_CONTROL, FMT, id), SRI_ARR(FMT_CONTROL, FMT, id), \
552 SRI_ARR(FMT_DITHER_RAND_R_SEED, FMT, id), \
553 SRI_ARR(FMT_DITHER_RAND_G_SEED, FMT, id), \
554 SRI_ARR(FMT_DITHER_RAND_B_SEED, FMT, id), \
555 SRI_ARR(FMT_CLAMP_CNTL, FMT, id), \
556 SRI_ARR(FMT_DYNAMIC_EXP_CNTL, FMT, id), \
557 SRI_ARR(FMT_MAP420_MEMORY_CONTROL, FMT, id), \
577 SRI_ARR(FMT_422_CONTROL, FMT, id) \
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-isa.c495 #define CHECK_FORMAT(INTISA,FMT,ERRVAL) \
497 if ((FMT) < 0 || (FMT) >= (INTISA)->num_formats) \
506 #define CHECK_SLOT(INTISA,FMT,SLOT,ERRVAL) \
508 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \
/openbsd-current/gnu/gcc/gcc/
H A Dgenmodes.c788 #define tagged_printf(FMT, ARG, TAG) do { \
790 count_ = printf (" " FMT ",", ARG); \
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr300_reg.h929 # define R300_EASY_TX_FORMAT(B, G, R, A, FMT) ( \
934 | (R300_TX_FORMAT_##FMT) \
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DHandle.pm73 $io->printf ( FMT, [ARGS] )
422 @_ >= 2 or croak 'usage: $io->printf(FMT,[ARGS])';
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c1217 #define ASM_OUTPUT_DWARF_FMT_BYTE(FILE,FMT) \
1218 dw2_asm_output_data (1, FMT, "%s", dwarf_fmt_byte_name (FMT));
/openbsd-current/sys/dev/pci/
H A Dazalia.c3769 STR_WRITE_2(this, FMT, this->fmt);

Completed in 377 milliseconds