Searched defs:R*R (Results 1 - 25 of 417) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dregion.h260 #define R_ADDR(reginfop, offset) \ macro
H A Drep.h33 #define REP_DUPMASTER 6 /* Duplicate master detected; propagate. */ macro
44 #define REP_NEWMASTER 17 /* Announces who the master is. */ macro
315 #define REP_F_MASTER 0x00000100 /* Master replica. */ macro
H A Drepmgr.h102 typedef TAILQ_HEAD(__repmgr_retry_q, __repmgr_retry) RETRY_Q_HEADER; typedef
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationManagerStartPolicy.java23 public static final ReplicationManagerStartPolicy REP_MASTER = field in class:ReplicationManagerStartPolicy
H A DReplicationStats.java28 public static final int REP_MASTER = DbConstants.DB_REP_MASTER; field in class:ReplicationStats
H A DVerboseConfig.java42 public static final VerboseConfig REGISTER = field in class:VerboseConfig
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestStore.java31 static final TestKeyCreator RECNO_EXTRACTOR = new TestKeyCreator(true); field in class:TestStore
41 static final TestKeyAssigner RECNO_KEY_ASSIGNER = field in class:TestStore
/macosx-10.10.1/Heimdal-398.1.2/appl/push/
H A Dpush.c136 typedef enum { INIT = 0, GREET, USER, PASS, STAT, RETR, TOP, enumerator in enum:__anon495
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drc2.c114 #define ROT16R(w,n) ((w>>n)|(w<<(16-n))) macro
H A Drijndael-alg-fst.h39 #define RIJNDAEL_MAXNR 14 macro
H A Dsha256.c42 #define ROTR(x,n) (((x)>>(n)) | ((x) << (32 - (n)))) macro
[all...]
H A Dsha512.c42 #define ROTR(x,n) (((x)>>(n)) | ((x) << (64 - (n)))) macro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dcrypto.c100 #define REQUIRE_SIGNER 0x2 macro
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidiimp.h139 RLM_AFTER=8 enumerator in enum:__anon768
218 RLM_CHAR, enumerator in enum:__anon770
220 RLE_CHAR, enumerator in enum:__anon770
223 RLO_CHAR, enumerator in enum:__anon770
225 RLI_CHAR, enumerator in enum:__anon770
H A Duresdata.h67 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) macro
H A Duresimp.h69 #define RES_PATH_SEPARATOR '/' macro
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dures.h120 RES_INT_VECTOR=URES_INT_VECTOR, enumerator in enum:__anon867
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Dmakedata.mak40 RESDIR=resources macro
72 RESOURCESDIR= macro
H A Dresfiles.mk8 RESOURCESDIR = resources macro
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dastro.cpp204 #define RAD_HOUR ( 12 / CalendarAstronomer::PI ) // radians -> hours macro
H A DdecNumber.c195 #define REMAINDER 0x40 /* .. */ macro
197 #define REMNEAR 0x10 /* .. */ macro
[all...]
H A Drbt_pars.cpp53 #define RULE_COMMENT_CHAR ((UChar)0x0023) /*#*/ macro
/macosx-10.10.1/ICU-531.30/icuSources/samples/ufortune/
H A DMakefile30 RESDIR=resources macro
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp233 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};} macro
515 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__); macro
[all...]
H A Dtztest.h113 static const int32_t REFERENCE_YEAR; member in class:TimeZoneTest

Completed in 329 milliseconds

1234567891011>>