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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cdx_xor.s 1 # Source file used to test the xor.n instructions.
mpx.s 1 # Source file used to test the BMX instruction
or.s 1 # Source file used to test the nor instruction
xor.s 1 # Source file used to test the nor instruction
  /external/llvm/test/MC/Mips/
set-at-directive-explicit-at.s 12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
27 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
31 # WARNINGS-NOT: warning: used $at (currently ${{[0-9]+}}) without ".set noat"
46 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
51 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
  /external/curl/docs/cmdline-opts/
resolve.d 8 otherwise normally resolved address to be used. Consider it a sort of
10 the number used for the specific protocol the host will be used for. It means
14 The provided address set by this option will be used even if --ipv4 or --ipv6
19 This option can be used many times to add many host names to resolve.
dump-header.d 15 When used in FTP, the FTP server response lines are considered being "headers"
18 If this option is used several times, the last one will be used.
  /external/jemalloc/bin/
jemalloc-config.in 11 --config : Print configure options used to build jemalloc.
18 --cc : Print compiler used to build jemalloc.
19 --cflags : Print compiler flags used to build jemalloc.
20 --cppflags : Print preprocessor flags used to build jemalloc.
21 --ldflags : Print library flags used to build jemalloc.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
  /external/vboot_reference/firmware/lib/
region-kernel.c 189 uint32_t used = 0; local
193 used += StrnAppend(outbuf + used, "gbb.flags is nonzero: 0x",
194 OUTBUF_LEN - used);
195 used += Uint64ToString(outbuf + used, OUTBUF_LEN - used,
197 used += StrnAppend(outbuf + used, "\n", OUTBUF_LEN - used);
    [all...]
  /external/valgrind/memcheck/tests/
leak-pool.c 18 size_t used; member in struct:pool
25 void *a = p->buf + p->used;
26 assert(p->used + n < p->allocated);
28 p->used += n;
38 p->used = 0;
leak-autofreepool.c 31 size_t used; member in struct:pool
72 MetaPool->used = 0;
81 MetaPool->used += sizeof(uint8_t);
90 PlainPool->used = 0;
94 PlainPool->used += sizeof(uint8_t);
99 void *a = p->buf + p->used;
100 assert(p->used + n < p->allocated);
105 p->used += n;
112 void *a = p->buf + p->used;
113 assert(p->used + n < p->allocated)
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpabuf.c 39 wpa_printf(MSG_ERROR, "wpabuf %p (size=%lu used=%lu) overflow len=%lu",
40 buf, (unsigned long) buf->size, (unsigned long) buf->used,
69 if (buf->used + add_len > buf->size) {
72 nbuf = os_realloc(buf->buf, buf->used + add_len);
75 os_memset(nbuf + buf->used, 0, add_len);
81 buf->used + add_len);
87 sizeof(struct wpabuf) + buf->used, 0,
91 buf->used + add_len);
95 os_memset(nbuf + sizeof(struct wpabuf) + buf->used, 0,
101 buf->size = buf->used + add_len
    [all...]
  /external/syslinux/gpxe/src/core/
uri.c 221 int used = 0; local
250 used += ssnprintf ( buf + used, size - used,
258 used += ssnprintf ( buf + used, size - used,
263 used += uri_encode ( field, buf + used,
264 size - used, i )
438 size_t used; local
    [all...]
  /frameworks/wilhelm/tools/permute/
permute.c 105 unsigned used; local
107 used = split(s, leftStart, leftLength, segmentBudget / 2);
108 used += split(s, rightStart, rightLength, segmentBudget - used);
110 used = split(s, rightStart, rightLength, segmentBudget / 2);
111 used += split(s, leftStart, leftLength, segmentBudget - used);
113 assert(used >= 2);
114 assert(used <= segmentBudget);
115 return used;
223 unsigned used; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
207 used = 1U << root; /* use root table entries */
208 mask = used - 1; /* mask for comparing low */
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
205 used = 1U << root; /* use root table entries */
206 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/python/cpython2/Modules/zlib/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
207 used = 1U << root; /* use root table entries */
208 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/python/cpython3/Modules/zlib/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
205 used = 1U << root; /* use root table entries */
206 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/zlib/src/contrib/infback9/
inftree9.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
101 The length counts are used for other purposes as well, i.e. finding
145 filled is at next and has curr index bits. The code being used is huff
159 counts are used for this, and so count[] is decremented as codes are
162 used keeps track of how many table entries have been allocated from the
177 base = extra = work; /* dummy value--not used */
201 used = 1U << root; /* use root table entries */
202 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/zlib/src/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
205 used = 1U << root; /* use root table entries */
206 mask = used - 1; /* mask for comparing low *
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
inftree9.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
101 The length counts are used for other purposes as well, i.e. finding
145 filled is at next and has curr index bits. The code being used is huff
159 counts are used for this, and so count[] is decremented as codes are
162 used keeps track of how many table entries have been allocated from the
177 base = extra = work; /* dummy value--not used */
201 used = 1U << root; /* use root table entries */
202 mask = used - 1; /* mask for comparing low *
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
inftrees.c 24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
207 used = 1U << root; /* use root table entries */
208 mask = used - 1; /* mask for comparing low *
    [all...]
  /external/libedit/src/
chartype.c 20 * contributors may be used to endorse or promote products derived
81 ssize_t used = 0; local
92 used = (ssize_t)(conv->csize - (size_t)(dst - conv->cbuff));
93 if (used < 5) {
94 used = dst - conv->cbuff;
99 dst = conv->cbuff + used;
101 used = ct_encode_char(dst, (size_t)5, *s);
102 if (used == -1) /* failed to encode, need more buffer space */
105 dst += used;
214 ssize_t used = 0 local
    [all...]
  /external/adhd/defs/
utilities.mk 5 # This file contains definitions of utilities which are used by the
6 # build system. No utility should be used directly by-name in the
8 # the macro value should be used.

Completed in 295 milliseconds

1 2 3 4 5 6 7 8 91011>>