Searched refs:s2 (Results 101 - 122 of 122) sorted by relevance

12345

/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex227 Let us assume \verb+s1+ and \verb+s2+ are shared relations and \verb+p+
231 unsafe(X) :- ins_tup(s1,X), ins_tup(p,X), ins_tup(s2,X).
237 made to insert into \verb+s2+ and that this transaction is selected as
247 ins_tup(s2,X).
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os.h660 # define memmove(s1,s2,n) bcopy((s2),(s1),(n))
/barrelfish-master/include/openssl/local/
H A De_os.h661 # define memmove(s1,s2,n) bcopy((s2),(s1),(n))
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dos_support.c1383 * seems to have a bug and accesses memory beyond the end of the string s2.
1389 int strcmp(char *s1, char *s2) argument
1391 while (*s1 == *s2) {
1393 ++s1; ++s2;
1395 return *s1 - *s2;
H A Dworker.c47 # define bcopy(s1, s2, n) (void) memcpy((void *)(s2),(void *)(s1), n)
52 # define bcopy(s1, s2, n) (void) memcpy((char *)(s2), (char *)(s1), n)
H A Ddict.c207 #define Compare_N_Chars(length, s1, s2) { \
208 register char *aux1 = (s1), *aux2 = (s2); \
H A Dbip_comp.c195 register unsigned char *s2 = (unsigned char *) StringStart(v2); local
201 if (res = *s1++ - *s2++)
H A Demu_export.h779 register char *s2 = StringStart(v2); \
781 if (*s1++ != *s2++) \
H A Dbip_io.c66 # define bcopy(s1, s2, n) (void) memcpy((void *)(s2),(void *)(s1), n)
70 # define bcopy(s1, s2, n) (void) memcpy((char *)(s2), (char *)(s1), n)
/barrelfish-master/lib/libc/regex/
H A Dengine.c136 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
140 #define AT(t, p1, p2, s1, s2) /* nothing */
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dengine.c52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
56 #define AT(t, p1, p2, s1, s2) /* nothing */
/barrelfish-master/lib/lwip2/src/core/
H A Dpbuf.c1352 * Compare pbuf contents at specified offset with memory s2, both of length n
1356 * @param s2 buffer to compare
1362 pbuf_memcmp(const struct pbuf* p, u16_t offset, const void* s2, u16_t n) argument
1383 u8_t b = ((const u8_t*)s2)[i];
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86_64.pl74 my $s0=@S[($j)%4],$s1=@S[($j+1)%4],$s2=@S[($j+2)%4],$s3=@S[($j+3)%4];
101 xor $t2,$s2
201 xor $t3,@S[2] # s2^=s3|key[3];
207 xor $t2,@S[3] # s3^=LeftRotate(s2&key[2],1);
311 xor $t3,@S[2] # s2^=s3|key[3];
317 xor $t2,@S[3] # s3^=LeftRotate(s2&key[2],1);
/barrelfish-master/lib/pcre/
H A Dpcre_internal.h370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m)
/barrelfish-master/lib/acpica/tests/aslts/bin/
H A Dasltsrun400 read s0 s1 s2 s3 line
/barrelfish-master/lib/octopus/parser/
H A Dscan.c2092 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) argument
2096 s1[i] = s2[i];
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp948 auto s2 = detail::posix_stat(p2.native(), st2, &ec2);
949 if (!exists(s2))
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dmips3.s745 #define a_5 s2
787 sd s2,16(sp)
1372 ld s2,16(sp)
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl.h1029 struct ssl2_state_st *s2; /* SSLv2 variables */ member in struct:ssl_st
/barrelfish-master/include/openssl/
H A Dssl.h1029 struct ssl2_state_st *s2; /* SSLv2 variables */ member in struct:ssl_st
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dconfigure2007 struct s2 {int (*f) (double a);};
2933 struct s2 {int (*f) (double a);};
/barrelfish-master/usr/eclipseclp/
H A Dconfigure4284 struct s2 {int (*f) (double a);};

Completed in 271 milliseconds

12345