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

  /src/crypto/dist/ipsec-tools/src/racoon/
security.c 204 * function: within_range
215 within_range(security_context_t sl, security_context_t range) function
236 "within_range: Unable to retrieve "
243 "within_range: Unable to retrieve "
257 "within_range: The sl is not within range\n");
263 "within_range: The sl (%s) is within range (%s)\n", sl, range);
security.c 204 * function: within_range
215 within_range(security_context_t sl, security_context_t range) function
236 "within_range: Unable to retrieve "
243 "within_range: Unable to retrieve "
257 "within_range: The sl is not within range\n");
263 "within_range: The sl (%s) is within range (%s)\n", sl, range);
  /src/external/gpl3/binutils/dist/bfd/
elf32-csky.c 4402 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4713 if (within_range (disp, 26))
4728 if (within_range (disp, 11))
elf32-csky.c 4402 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4713 if (within_range (disp, 26))
4728 if (within_range (disp, 11))
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-csky.c 4403 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4714 if (within_range (disp, 26))
4729 if (within_range (disp, 11))
elf32-csky.c 4403 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4714 if (within_range (disp, 26))
4729 if (within_range (disp, 11))
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-csky.c 4400 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4711 if (within_range (disp, 26))
4726 if (within_range (disp, 11))
elf32-csky.c 4400 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4711 if (within_range (disp, 26))
4726 if (within_range (disp, 11))
  /src/external/gpl3/gdb/dist/bfd/
elf32-csky.c 4402 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4713 if (within_range (disp, 26))
4728 if (within_range (disp, 11))
elf32-csky.c 4402 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4713 if (within_range (disp, 26))
4728 if (within_range (disp, 11))

Completed in 59 milliseconds