Searched refs:base (Results 851 - 875 of 6981) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gcc/dist/libgfortran/generated/
H A Dmaxloc0_4_s1.c59 const GFC_UINTEGER_1 *base; local
98 base = array->base_addr;
108 while (base)
114 if (maxval == NULL || (back ? compare_fcn (base, maxval, len) >= 0 :
115 compare_fcn (base, maxval, len) > 0))
117 maxval = base;
123 base += sstride[0];
134 base -= sstride[n] * extent[n];
139 base = NULL;
145 base
171 const GFC_UINTEGER_1 *base; local
[all...]
H A Dmaxloc0_8_s1.c59 const GFC_UINTEGER_1 *base; local
98 base = array->base_addr;
108 while (base)
114 if (maxval == NULL || (back ? compare_fcn (base, maxval, len) >= 0 :
115 compare_fcn (base, maxval, len) > 0))
117 maxval = base;
123 base += sstride[0];
134 base -= sstride[n] * extent[n];
139 base = NULL;
145 base
171 const GFC_UINTEGER_1 *base; local
[all...]
H A Dminloc0_8_s4.c59 const GFC_UINTEGER_4 *base; local
98 base = array->base_addr;
108 while (base)
114 if (minval == NULL || (back ? compare_fcn (base, minval, len) <= 0 :
115 compare_fcn (base, minval, len) < 0))
117 minval = base;
123 base += sstride[0];
134 base -= sstride[n] * extent[n];
139 base = NULL;
145 base
171 const GFC_UINTEGER_4 *base; local
[all...]
H A Dminloc0_8_s1.c59 const GFC_UINTEGER_1 *base; local
98 base = array->base_addr;
108 while (base)
114 if (minval == NULL || (back ? compare_fcn (base, minval, len) <= 0 :
115 compare_fcn (base, minval, len) < 0))
117 minval = base;
123 base += sstride[0];
134 base -= sstride[n] * extent[n];
139 base = NULL;
145 base
171 const GFC_UINTEGER_1 *base; local
[all...]
H A Dmaxloc0_8_s4.c59 const GFC_UINTEGER_4 *base; local
98 base = array->base_addr;
108 while (base)
114 if (maxval == NULL || (back ? compare_fcn (base, maxval, len) >= 0 :
115 compare_fcn (base, maxval, len) > 0))
117 maxval = base;
123 base += sstride[0];
134 base -= sstride[n] * extent[n];
139 base = NULL;
145 base
171 const GFC_UINTEGER_4 *base; local
[all...]
H A Dminloc0_16_s4.c59 const GFC_UINTEGER_4 *base; local
98 base = array->base_addr;
108 while (base)
114 if (minval == NULL || (back ? compare_fcn (base, minval, len) <= 0 :
115 compare_fcn (base, minval, len) < 0))
117 minval = base;
123 base += sstride[0];
134 base -= sstride[n] * extent[n];
139 base = NULL;
145 base
171 const GFC_UINTEGER_4 *base; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-decls.h31 ctf_qsort_r (void *base, size_t nmemb, size_t size, argument
35 qsort_r (base, nmemb, size, compar, arg);
53 ctf_qsort_r (void *base, size_t nmemb, size_t size, argument
58 qsort_r (base, nmemb, size, &thunk, ctf_qsort_compar_thunk);
61 void ctf_qsort_r (void *base, size_t nmemb, size_t size,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmicroblaze-linux-tdep.c70 CORE_ADDR base; local
74 base = frame_unwind_register_unsigned (next_frame, MICROBLAZE_SP_REGNUM);
78 base -= bias;
81 gpregs = base + offset;
87 trad_frame_set_id (this_cache, frame_id_build (base, func));
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-decls.h31 ctf_qsort_r (void *base, size_t nmemb, size_t size, argument
35 qsort_r (base, nmemb, size, compar, arg);
53 ctf_qsort_r (void *base, size_t nmemb, size_t size, argument
58 qsort_r (base, nmemb, size, &thunk, ctf_qsort_compar_thunk);
61 void ctf_qsort_r (void *base, size_t nmemb, size_t size,
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.cc44 base = NULL;
70 base = (void*) mmap (NULL, (size_t) fsize, PROT_READ, MAP_PRIVATE, fd, 0);
73 if (base == MAP_FAILED)
75 base = NULL;
120 if (base)
122 munmap ((caddr_t) base, (size_t) wsize);
123 base = NULL;
131 base = (void *) mmap (0, (size_t) wsize, PROT_READ, MAP_SHARED, fd, woffset);
132 if (base == MAP_FAILED)
134 base
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-address.c111 rtx symbol, rtx base, rtx index, rtx step, rtx offset,
136 if (base && base != const0_rtx)
139 *addr = simplify_gen_binary (PLUS, address_mode, base, *addr);
141 *addr = base;
217 = TEMPL_IDX (as, addr->symbol, addr->base, addr->index, st, off);
229 bse = (addr->base ?
256 bse = (addr->base
257 ? expand_expr (addr->base, NULL_RTX, pointer_mode, EXPAND_NORMAL)
263 /* addr->base coul
110 gen_addr_rtx(machine_mode address_mode, rtx symbol, rtx base, rtx index, rtx step, rtx offset, rtx *addr, rtx **step_p, rtx **offset_p) argument
366 tree base, index2; local
1019 tree base = get_base_address (old_ref); local
1136 preferred_mem_scale_factor(tree base, machine_mode mem_mode, bool speed) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.h44 || (_Lhs.base() == _Iterator() \
45 && _Rhs.base() == _Iterator()), \
82 { return __it.base() == __it._M_get_sequence()->_M_base().begin(); }
107 * Note that _Iterator must be the first base class so that it gets
175 : _Iter_base(__x.base()), _Safe_base()
180 || __x.base() == _Iterator(),
196 || __x.base() == _Iterator(),
202 std::swap(base(), __x.base());
218 : _Iter_base(__x.base())
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_resource.c688 return &ipp->base;
703 return &dpp->base;
727 return &aux_engine->base;
873 for (i = 0; i < pool->base.stream_enc_count; i++) {
874 if (pool->base.stream_enc[i] != NULL) {
875 kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
876 pool->base.stream_enc[i] = NULL;
880 for (i = 0; i < pool->base.res_cap->num_dsc; i++) {
881 if (pool->base.dscs[i] != NULL)
882 dcn20_dsc_destroy(&pool->base
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_ncons.c36 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base);
37 static int nc_ip(ASN1_OCTET_STRING *ip, ASN1_OCTET_STRING *base);
50 ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME),
149 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1))
191 if (tree->base->type == GEN_IPADD)
192 print_nc_ipadd(bp, tree->base->d.ip);
194 GENERAL_NAME_print(bp, tree->base);
465 if (gen->type != sub->base->type)
474 r = nc_match_single(gen, sub->base);
488 if (gen->type != sub->base
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dwin32select.c88 static int win32_dispatch(struct event_base *base, struct timeval *);
150 do_fd_clear(struct event_base *base, argument
169 ent2 = evmap_io_get_fdinfo_(&base->io, s2);
183 win32_init(struct event_base *base) argument
205 if (evsig_init_(base) < 0)
208 evutil_weakrand_seed_(&base->weakrand_seed, 0);
222 win32_add(struct event_base *base, evutil_socket_t fd, argument
225 struct win32op *win32op = base->evbase;
247 win32_del(struct event_base *base, evutil_socket_t fd, short old, short events, argument
250 struct win32op *win32op = base
282 win32_dispatch(struct event_base *base, struct timeval *tv) argument
369 win32_dealloc(struct event_base *base) argument
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Dwin32select.c89 static int win32_dispatch(struct event_base *base, struct timeval *);
151 do_fd_clear(struct event_base *base, argument
170 ent2 = evmap_io_get_fdinfo_(&base->io, s2);
184 win32_init(struct event_base *base) argument
206 if (evsig_init_(base) < 0)
209 evutil_weakrand_seed_(&base->weakrand_seed, 0);
223 win32_add(struct event_base *base, evutil_socket_t fd, argument
226 struct win32op *win32op = base->evbase;
248 win32_del(struct event_base *base, evutil_socket_t fd, short old, short events, argument
251 struct win32op *win32op = base
283 win32_dispatch(struct event_base *base, struct timeval *tv) argument
371 win32_dealloc(struct event_base *base) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_atomic.c65 const_container_of(state, struct intel_digital_connector_state, base);
73 property->base.id, property->name);
110 property->base.id, property->name);
151 new_conn_state->base.colorspace != old_conn_state->base.colorspace ||
152 new_conn_state->base.picture_aspect_ratio != old_conn_state->base.picture_aspect_ratio ||
153 new_conn_state->base.content_type != old_conn_state->base.content_type ||
154 new_conn_state->base
[all...]
/netbsd-current/external/bsd/libbind/dist/inet/
H A Dinet_cidr_ntop.c165 struct { int base, len; } best, cur; member in struct:__anon1968
182 best.base = -1;
184 cur.base = -1;
188 if (cur.base == -1)
189 cur.base = i, cur.len = 1;
193 if (cur.base != -1) {
194 if (best.base == -1 || cur.len > best.len)
196 cur.base = -1;
200 if (cur.base != -1) {
201 if (best.base
[all...]
/netbsd-current/lib/libc/inet/
H A Dinet_cidr_ntop.c177 struct { int base, len; } best, cur; member in struct:__anon7628
194 best.base = -1;
196 cur.base = -1;
200 if (cur.base == -1)
201 cur.base = i, cur.len = 1;
205 if (cur.base != -1) {
206 if (best.base == -1 || cur.len > best.len)
208 cur.base = -1;
212 if (cur.base != -1) {
213 if (best.base
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/VtableTest/
H A Dgen.cc34 bool is_ambiguous(int s, int base) { argument
36 if ((base_present[base][i] & base_present[s][i]) == 1)
42 void add_bases(int s, int base) { argument
44 base_present[s][i] |= base_present[base][i];
48 if (!ret_types[base][i])
51 ret_types[s][i] = ret_types[base][i];
54 if (base_present[ret_types[base][i]][ret_types[s][i]])
55 // If the return type of the function from this base dominates
56 ret_types[s][i] = ret_types[base][i];
57 if (base_present[ret_types[s][i]][ret_types[base][
91 int base = random() % (s-1) + 1; local
188 int base = bases[i]; local
[all...]
/netbsd-current/external/mit/libuv/dist/src/
H A Dinet.c76 struct { int base, len; } best, cur; member in struct:__anon31
88 best.base = -1;
90 cur.base = -1;
94 if (cur.base == -1)
95 cur.base = i, cur.len = 1;
99 if (cur.base != -1) {
100 if (best.base == -1 || cur.len > best.len)
102 cur.base = -1;
106 if (cur.base != -1) {
107 if (best.base
[all...]
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Damd2ldif.in4 Usage $0 mapname base < mapfile >mapfile.ldif
7 base : The LDAP search base. Do not forget the quotes!
18 my $base = $ARGV[1] or die $usage;
21 print "dn: cn=amdmap $mapname timestamp, $base\n";
51 print "dn: cn=amdmap $mapname\[$key\], $base\n";
/netbsd-current/usr.bin/m4/
H A Dtokenizer.l86 long base;
91 base = strtol(yytext+2, &next, 0);
92 if (base > 36 || next == NULL) {
98 l = base * l + *next - '0';
100 l = base * l + *next - 'a' + 10;
102 l = base * l + *next - 'A' + 10;
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dstrtoimax.c88 strtoimax (char const *ptr, char **endptr, int base) argument
96 return strtoll (ptr, endptr, base);
102 return strtol (ptr, endptr, base);
H A Dxstrtol.c110 bkm_scale_by_power (__strtol_t *x, int base, int power) argument
113 if (bkm_scale (x, base))
168 int base = 1024; local
182 the base. A suffix "B" (e.g. "100MB") stands for a power
196 base = 1000;
217 overflow = bkm_scale_by_power (&tmp, base, 6);
222 overflow = bkm_scale_by_power (&tmp, base, 3);
227 overflow = bkm_scale_by_power (&tmp, base, 1);
232 overflow = bkm_scale_by_power (&tmp, base, 2);
236 overflow = bkm_scale_by_power (&tmp, base,
[all...]

Completed in 405 milliseconds

<<31323334353637383940>>