HomeSort by: relevance | last modified time | path
    Searched defs:IS_SET (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 554 #define IS_SET(x) ( (unsigned long)(x) >= 256 )
585 if ( IS_SET( SF_TOP() ) ) {
645 if ( ( SF_TOP() == (void *)'/' ) || IS_SET( SF_TOP() ) ) {
735 if ( ( SF_TOP() == (void *)'/' ) || IS_SET( SF_TOP() ) ) {
752 if ( ( SF_TOP() == (void *)'/' ) || IS_SET( SF_TOP() ) ) {
828 if ( IS_SET( set ) ) {
832 if ( IS_SET( set ) ) {
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 44 #define IS_SET(_X) (TST (( _X )) ? 1 : 0)
2343 + IS_SET (C));
2358 + IS_SET (C));
2371 uint32_t carry = IS_SET (C);
2388 uint64_t carry = IS_SET (C);
2407 - 1 + IS_SET (C));
2422 - 1 + IS_SET (C));
2435 uint32_t carry = IS_SET (C);
2453 uint64_t carry = IS_SET (C);
2507 case EQ: res = IS_SET (Z); break
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 44 #define IS_SET(_X) (TST (( _X )) ? 1 : 0)
2343 + IS_SET (C));
2358 + IS_SET (C));
2371 uint32_t carry = IS_SET (C);
2388 uint64_t carry = IS_SET (C);
2407 - 1 + IS_SET (C));
2422 - 1 + IS_SET (C));
2435 uint32_t carry = IS_SET (C);
2453 uint64_t carry = IS_SET (C);
2507 case EQ: res = IS_SET (Z); break
    [all...]

Completed in 48 milliseconds