代码搜索:Patterns

找到约 8,017 项符合「Patterns」的源代码

代码结果 8,017
www.eeworm.com/read/470720/1450415

c 20020226-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/470693/1462227

c 20020508-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/470693/1462361

c 20020226-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/240162/4588033

c 20020508-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/240162/4588211

c 20020226-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/235582/4649193

base makefile.base

# # Basic patterns for building each subdirectory of AlgAE # # include make.config #include /d/javasrc/AlgAE/make.config .SUFFIXES: .java .class all : subdirs_all $(CLASSES) subdirs_all: for d
www.eeworm.com/read/233448/4681881

c 20020508-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/233448/4682136

c 20020226-1.c

/* This tests the rotate patterns that some machines support. */ #include #ifndef CHAR_BIT #define CHAR_BIT 8 #endif #define ROR(a,b) (((a) >> (b)) | ((a)
www.eeworm.com/read/229403/4756462

in config.in

config BR2_PACKAGE_FILE bool "file" default n help Program to identify a file's format by scanning binary data for known patterns. ftp://ftp.astron.com/pub/file/
www.eeworm.com/read/204643/5030853

testoutput4

PCRE version 5.0 13-Sep-2004 /-- Do not use the \x{} construct except with patterns that have the --/ /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ No match /-- that opti