HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 176 - 200 of 4561) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
jal-range.s 1 # Source file used to test misaligned targets of absolute jumps
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
attr-dsbt-directive-1.d 9 Tag_ABI_DSBT: DSBT addressing used
attr-dsbt-directive-2.d 9 Tag_ABI_DSBT: DSBT addressing used
attr-dsbt-opts-mdsbt.d 9 Tag_ABI_DSBT: DSBT addressing used
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-9.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-9-x86.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /external/wpa_supplicant_8/src/tls/
libtommath.c 127 int used, alloc, sign; member in struct:__anon44790
133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO)
134 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
139 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1)
201 /* reverse an array, used for radix code */
228 if (a->used > b->used) {
229 min = b->used;
    [all...]
  /bionic/tests/libs/
preinit_getauxval_test_helper.cpp 32 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
preinit_syscall_test_helper.cpp 33 __attribute__((section(".preinit_array"), used)) void (*preinit_ctor_p)(void) = preinit_ctor;
  /external/boringssl/src/crypto/fipsmodule/bn/
ctx.c 22 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
83 unsigned used, size; member in struct:bignum_pool
117 unsigned int used; member in struct:bignum_ctx
134 ret->used = 0;
154 } else if (!BN_STACK_push(&ctx->stack, ctx->used)) {
178 ctx->used++;
188 if (fp < ctx->used) {
189 BN_POOL_release(&ctx->pool, ctx->used - fp);
192 ctx->used = fp;
238 p->used = p->size = 0
    [all...]
  /external/curl/docs/cmdline-opts/
cert-type.d 10 If this option is used several times, the last one will be used.
ciphers.d 11 If this option is used several times, the last one will be used.
crlfile.d 10 If this option is used several times, the last one will be used.
ftp-account.d 10 If this option is used several times, the last one will be used.
key-type.d 9 If this option is used several times, the last one will be used.
key.d 10 If this option is used several times, the last one will be used.
libcurl.d 10 If this option is used several times, the last given file name will be
11 used.
remote-name-all.d 6 if --remote-name were used for each one. So if you want to disable that for a
7 specific URL after --remote-name-all has been used, you must use "-o -" or
speed-limit.d 10 If this option is used several times, the last one will be used.
stderr.d 8 If this option is used several times, the last one will be used.
user-agent.d 12 If this option is used several times, the last one will be used.
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.h 53 int used; member in struct:ilo_query
  /external/valgrind/callgrind/
costs.h 48 Int used; member in struct:_CostChunk
54 * Typically used from ct_events.c */
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4663.go 8 // Make sure 'not used' message is placed correctly.
13 b // ERROR "not used"
issue9691.go 13 // Test that map index can be used in range
14 // and that slicebytetostringtmp is not used in this context.

Completed in 129 milliseconds

1 2 3 4 5 6 78 91011>>