Searched refs:parts (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/ldns/compat/
H A Dinet_aton.c96 unsigned int parts[4]; local
97 unsigned int *pp = parts;
134 if (pp >= parts + 3)
148 * the number of parts specified.
150 n = pp - parts + 1;
160 if ((val > 0xffffff) || (parts[0] > 0xff))
162 val |= parts[0] << 24;
166 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff))
168 val |= (parts[
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dinet_aton.c96 unsigned int parts[4]; local
97 unsigned int *pp = parts;
134 if (pp >= parts + 3)
148 * the number of parts specified.
150 n = pp - parts + 1;
160 if ((val > 0xffffff) || (parts[0] > 0xff))
162 val |= parts[0] << 24;
166 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff))
168 val |= (parts[
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dinet_aton.c93 u_int parts[4]; local
94 u_int *pp = parts;
131 if (pp >= parts + 3)
145 * the number of parts specified.
147 n = pp - parts + 1;
157 if ((val > 0xffffff) || (parts[0] > 0xff))
159 val |= parts[0] << 24;
163 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff))
165 val |= (parts[
[all...]
/freebsd-11-stable/sys/libkern/
H A Dinet_aton.c40 u_long parts[4]; local
72 parts[n] = val;
103 /* Concoct the address according to the number of parts specified. */
113 if (val > 0xffffff || parts[0] > 0xff)
115 val |= parts[0] << 24;
119 if (val > 0xffff || parts[0] > 0xff || parts[1] > 0xff)
121 val |= (parts[0] << 24) | (parts[1] << 16);
125 if (val > 0xff || parts[
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dinet_aton.c97 isc_uint8_t parts[4]; local
98 isc_uint8_t *pp = parts;
148 if (pp >= parts + 3 || val > 0xffU)
167 * the number of parts specified.
169 switch (pp - parts + 1) {
176 val |= parts[0] << 24;
182 val |= (parts[0] << 24) | (parts[1] << 16);
188 val |= (parts[0] << 24) | (parts[
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-address.c369 move_fixed_address_to_symbol (struct mem_address *parts, argument
389 parts->symbol = TREE_OPERAND (val, 0);
397 move_pointer_to_base (struct mem_address *parts, argument
416 parts->base = val;
423 add_to_parts (struct mem_address *parts, tree elt) argument
427 if (!parts->index)
429 parts->index = elt;
433 if (!parts->base)
435 parts->base = elt;
440 type = TREE_TYPE (parts
451 most_expensive_mult_to_index(struct mem_address *parts, struct affine_tree_combination *addr) argument
509 addr_to_parts(struct affine_tree_combination *addr, struct mem_address *parts) argument
553 gimplify_mem_ref_parts(block_stmt_iterator *bsi, struct mem_address *parts) argument
573 struct mem_address parts; local
766 dump_mem_address(FILE *file, struct mem_address *parts) argument
[all...]
/freebsd-11-stable/lib/libc/inet/
H A Dinet_addr.c110 u_int8_t parts[4]; local
111 u_int8_t *pp = parts;
156 if (pp >= parts + 3 || val > 0xffU)
175 * the number of parts specified.
177 n = pp - parts + 1;
185 val |= (uint32_t)parts[0] << 24;
191 val |= ((uint32_t)parts[0] << 24) | (parts[1] << 16);
197 val |= ((uint32_t)parts[0] << 24) | (parts[
[all...]
H A Dinet_network.c55 in_addr_t parts[4], *pp = parts; local
84 if (pp >= parts + 4 || val > 0xffU)
93 n = pp - parts;
98 val |= parts[i] & 0xff;
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dinet_addr.c102 u_int parts[4]; local
103 register u_int *pp = parts;
140 if (pp >= parts + 3)
154 * the number of parts specified.
156 n = pp - parts + 1;
168 val |= parts[0] << 24;
174 val |= (parts[0] << 24) | (parts[1] << 16);
180 val |= (parts[0] << 24) | (parts[
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dstrtoaddr.c66 u_int parts[4]; local
67 u_int *pp = parts;
104 if (pp >= parts + 3)
117 * Find the number of parts specified.
121 n = pp - parts + 1;
125 * parts[0-2] were set to the first 3 parts of the address;
130 if ((parts[0] | parts[1] | parts[
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dmodf.c41 } parts; member in union:__anon6604
55 } parts; member in union:__anon6606
66 (ix0) = ew_u.parts.msw; \
67 (ix1) = ew_u.parts.lsw; \
76 (i) = gh_u.parts.msw; \
84 iw_u.parts.msw = (ix0); \
85 iw_u.parts.lsw = (ix1); \
H A Dldexp.c32 } parts; member in union:__anon6600
46 } parts; member in union:__anon6602
57 (ix0) = ew_u.parts.msw; \
58 (ix1) = ew_u.parts.lsw; \
67 (i) = gh_u.parts.msw; \
76 sh_u.parts.msw = (v); \
/freebsd-11-stable/stand/libsa/
H A Dnet.c160 u_int parts[4]; local
161 u_int *pp = parts;
185 if (pp >= parts + 3 || val > 0xff)
199 * the number of parts specified.
201 n = pp - parts + 1;
210 val |= parts[0] << 24;
216 val |= (parts[0] << 24) | (parts[1] << 16);
222 val |= (parts[0] << 24) | (parts[
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dmathconf.h155 } parts; member in union:__anon2107
166 } parts; member in union:__anon2109
174 (i) = gh_u.parts.msw; \
202 } parts; member in union:__anon2112
215 } parts; member in union:__anon2114
223 (exp) = ge_u.parts.sign_exponent; \
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcopysign.c32 } parts; member in union:__anon1456
76 } parts; member in union:__anon1460
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh47 * We can potentially read parts of our cred, but we can't dereference
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcopysign.c32 } parts; member in union:__anon639
76 } parts; member in union:__anon643
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc19 // Break a into sign, exponent, significand parts.
H A Dfp_fixuint_impl.inc17 // Break a into sign, exponent, significand parts.
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py88 parts = line.split(':')
89 if len(parts) != 5:
91 src_file,src_line,test_name,status,msg = parts
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Ddevice.c117 uint16_t parts[4]; local
125 parts, parts + 1, parts + 2, parts + 3) != 4)
129 guid = (guid << 16) | parts[i];
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c424 STACK_OF(BIO) *parts = NULL;
447 /* Split into two parts */
454 ret = multi_split(bio, prm->param_value, &parts);
456 if (!ret || (sk_BIO_num(parts) != 2)) {
458 sk_BIO_pop_free(parts, BIO_vfree);
463 asnin = sk_BIO_value(parts, 1);
467 sk_BIO_pop_free(parts, BIO_vfree);
476 sk_BIO_pop_free(parts, BIO_vfree);
485 sk_BIO_pop_free(parts, BIO_vfree);
492 sk_BIO_pop_free(parts, BIO_vfre
[all...]
/freebsd-11-stable/lib/msun/src/
H A Dmath_private.h101 } parts; member in union:__anon4742
119 } parts; member in union:__anon4745
134 (ix0) = ew_u.parts.msw; \
135 (ix1) = ew_u.parts.lsw; \
152 (i) = gh_u.parts.msw; \
161 (i) = gl_u.parts.lsw; \
169 iw_u.parts.msw = (ix0); \
170 iw_u.parts.lsw = (ix1); \
188 sh_u.parts.msw = (v); \
198 sl_u.parts
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp559 // We can check that all parts of an integer are equal by making use of a
2346 zeroes out higher parts. */
2347 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) {
2348 assert(parts > 0);
2351 for (unsigned i = 1; i < parts; i++)
2356 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) {
2357 for (unsigned i = 0; i < parts; i++)
2362 bool APInt::tcIsZero(const WordType *src, unsigned parts) {
2363 for (unsigned i = 0; i < parts; i++)
2371 int APInt::tcExtractBit(const WordType *parts, unsigne
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dtimebox.c398 struct tm *parts = localtime(&now); local
400 parts->tm_sec = sc_box.value;
401 parts->tm_min = mn_box.value;
402 parts->tm_hour = hr_box.value;
406 parts);

Completed in 157 milliseconds

123