Home
last modified time | relevance | path

Searched refs:XX (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/file/src/
H A Dencoding.c300 #define XX 0xF1 // invalid: size 1 macro
325 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0x80-0x8F
326 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0x90-0x9F
327 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xA0-0xAF
328 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xB0-0xBF
329 XX, XX, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, // 0xC0-0xCF
332 S5, S6, S6, S6, S7, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xF0-0xFF
380 if (x == XX) in file_looks_utf8()
H A Dapprentice.c237 # define XX(s) s, (sizeof(s) - 1) macro
240 { XX("byte"), FILE_BYTE, FILE_FMT_NUM },
243 { XX("long"), FILE_LONG, FILE_FMT_NUM },
245 { XX("date"), FILE_DATE, FILE_FMT_STR },
285 { XX("use"), FILE_USE, FILE_FMT_NONE },
287 { XX("der"), FILE_DER, FILE_FMT_STR },
288 { XX("guid"), FILE_GUID, FILE_FMT_STR },
307 { XX("der"), FILE_DER, FILE_FMT_STR },
308 { XX("name"), FILE_NAME, FILE_FMT_STR },
309 { XX("use"), FILE_USE, FILE_FMT_STR },
[all …]
/dragonfly/contrib/gdb-7/opcodes/
H A Di386-dis.c221 #define XX { NULL, 0 } macro
1951 { "hlt", { XX } },
1952 { "cmc", { XX } },
1956 { "clc", { XX } },
1957 { "stc", { XX } },
1958 { "cli", { XX } },
1959 { "sti", { XX } },
1960 { "cld", { XX } },
1961 { "std", { XX } },
1980 { "ud2", { XX } },
[all …]
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcln_hist.in45 open(XX, ">$h");
46 close(XX);
/dragonfly/crypto/libressl/crypto/md4/
H A Dmd4_dgst.c94 # define X(i) XX##i in md4_block_data_order()
96 MD4_LONG XX[MD4_LBLOCK]; in md4_block_data_order() local
97 # define X(i) XX[i] in md4_block_data_order()
/dragonfly/crypto/libressl/crypto/md5/
H A Dmd5_dgst.c94 # define X(i) XX##i in md5_block_data_order()
96 MD5_LONG XX[MD5_LBLOCK]; in md5_block_data_order() local
97 # define X(i) XX[i] in md5_block_data_order()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m68k.texi514 XX: condition
515 NX: negative of condition XX
538 @item j@var{XX}
539 Here, @samp{j@var{XX}} stands for an entire family of pseudo-operations,
551 to @var{XX}. For example, under these conditions:
553 j@var{XX} foo
562 @item db@var{XX}
574 @samp{db@var{XX} foo}, @code{@value{AS}} emits
576 db@var{XX} oo1
585 db@var{XX} oo1
[all …]
H A Dc-m68hc11.texi439 XX: condition
440 NX: negative of condition XX
451 @item jb@var{XX}
452 Here, @samp{jb@var{XX}} stands for an entire family of pseudo-operations,
453 where @var{XX} is a conditional branch or condition-code test. The full
462 @var{NX}, the opposite condition to @var{XX}. For example, for the
465 jb@var{XX} foo
/dragonfly/contrib/binutils-2.34/opcodes/
H A Di386-dis.c244 #define XX { NULL, 0 } macro
2643 { "hlt", { XX }, 0 },
2644 { "cmc", { XX }, 0 },
2648 { "clc", { XX }, 0 },
2649 { "stc", { XX }, 0 },
2650 { "cli", { XX }, 0 },
2651 { "sti", { XX }, 0 },
2652 { "cld", { XX }, 0 },
2653 { "std", { XX }, 0 },
2672 { "ud2", { XX }, 0 },
[all …]
/dragonfly/contrib/binutils-2.27/opcodes/
H A Di386-dis.c243 #define XX { NULL, 0 } macro
2790 { "hlt", { XX }, 0 },
2791 { "cmc", { XX }, 0 },
2795 { "clc", { XX }, 0 },
2796 { "stc", { XX }, 0 },
2797 { "cli", { XX }, 0 },
2798 { "sti", { XX }, 0 },
2799 { "cld", { XX }, 0 },
2800 { "std", { XX }, 0 },
2819 { "ud2", { XX }, 0 },
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A DMakefile.in417 swfloatfuncs = $(patsubst %,_fixuns%XX,sf df xf)
420 dwfloatfuncs = $(patsubst %,_fix%XX,sf df xf tf) \
421 $(patsubst %,_fixuns%XX,sf df xf tf) \
426 lib2funcs += $(subst XX,si,$(swfloatfuncs))
427 lib2funcs += $(subst XX,di,$(dwfloatfuncs))
484 sifuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,si,$(swfloatfuncs)))
485 difuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,di,$(dwfloatfuncs)))
486 tifuncs := $(filter-out $(LIB2FUNCS_EXCLUDE),$(subst XX,ti,$(dwfloatfuncs)))
/dragonfly/gnu/usr.bin/binutils227/block1/libbfd/
H A DMakefile89 sed -e s/XX/pex64/g < ${CONTRIBDIR}/peXXigen.c > ${.TARGET}
/dragonfly/crypto/libressl/crypto/ripemd/
H A Drmd_dgst.c95 # define X(i) XX##i in ripemd160_block_data_order()
97 RIPEMD160_LONG XX[16]; in ripemd160_block_data_order() local
98 # define X(i) XX[i] in ripemd160_block_data_order()
/dragonfly/contrib/file/magic/Magdir/
H A Dti-8x209 #0x0000016 string Advanced TI-XX Graphing Calculator (FLASH)
210 0 string **TIFL** TI-XX Graphing Calculator (FLASH)
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha_locl.h178 # define X(i) XX##i
185 # define X(i) XX[i]
198 SHA_LONG XX[16]; in HASH_BLOCK_DATA_ORDER() local
/dragonfly/share/syscons/fonts/
H A Diso04-8x8.fnt11 M<```````#!@P,#`8#``P&`P,#!@P``!L./XX;````!@8?A@8````````.!AP
H A Diso04-vga9-8x8.fnt11 M<```````#!@P,#`8#``P&`P,#!@P``!L./XX;````!@8?A@8````````.!AP
H A Diso04-8x14.fnt17 M,`````````!L./XX;````````````!@8?A@8```````````````````X.!@P
H A Diso04-vga9-8x14.fnt17 M,`````````!L./XX;````````````!@8?A@8```````````````````X.!@P
/dragonfly/share/i18n/csmapper/GB/
H A DISO-IR-165EXT%UCS.src524 # XX
/dragonfly/sys/bus/u4b/quirk/
H A Dusb_quirk.c447 USB_QUIRK(VIVITAR, 35XX, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
/dragonfly/contrib/tcp_wrappers/
H A DREADME561 (ftp.win.tue.nl:/pub/security/logdaemon-XX.tar.Z). These programs are
/dragonfly/share/zoneinfo/
H A Dasia3901 # Trần Tiến Bình's authoritative book "Lịch Việt Nam: thế kỷ XX-XXI (1901-2100)"
/dragonfly/sys/bus/u4b/
H A Dusbdevs4506 product VIVITAR 35XX 0x0003 Vivicam 35Xx
/dragonfly/contrib/byacc/
H A DCHANGES4660 improve example, which was stuck in 19XX and assumed file sizes were longs.

12