Searched refs:order (Results 126 - 150 of 313) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.c106 static int mthca_alloc_icm_pages(struct scatterlist *mem, int order, gfp_t gfp_mask) argument
114 page = alloc_pages(gfp_mask | __GFP_ZERO, order);
118 sg_set_page(mem, page, PAGE_SIZE << order, 0);
123 int order, gfp_t gfp_mask)
125 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
130 sg_set_buf(mem, buf, PAGE_SIZE << order);
132 sg_dma_len(mem) = PAGE_SIZE << order;
122 mthca_alloc_icm_coherent(struct device *dev, struct scatterlist *mem, int order, gfp_t gfp_mask) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c178 * In order to mmap a section from the ELF file, we must round down sh_offset
278 uchar_t order = ELFDATA2MSB; local
280 uchar_t order = ELFDATA2LSB;
288 if (hdr.e32.e_ident[EI_DATA] != order)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c443 static CPpmd_Void_Ref CutOff(CPpmd8 *p, CTX_PTR ctx, unsigned order) argument
454 if (order < p->MaxOrder)
455 SetSuccessor(s, CutOff(p, CTX(SUCCESSOR(s)), order + 1));
458 if (SUCCESSOR(s) || order <= 9) /* O_BOUND */
474 else if (order < p->MaxOrder)
475 SetSuccessor(s, CutOff(p, CTX(SUCCESSOR(s)), order + 1));
479 if (i != ctx->NumStats && order)
504 static CPpmd_Void_Ref RemoveBinContexts(CPpmd8 *p, CTX_PTR ctx, unsigned order) argument
510 if ((Byte *)Ppmd8_GetPtr(p, SUCCESSOR(s)) >= p->UnitsStart && order < p->MaxOrder)
511 SetSuccessor(s, RemoveBinContexts(p, CTX(SUCCESSOR(s)), order
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_nettle.c334 const u8 *order, size_t order_len,
352 if (order) {
359 mpz_import(q, order_len, 1, 1, 1, 0, order);
333 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) argument
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c289 /* cleanliness and order.... */
423 const struct crypto_bignum *order; local
426 order = crypto_ec_get_order(group->group);
433 crypto_bignum_cmp(scalar, order) >= 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S99 ! This means that %o3 has the high-order bit set.
101 sll %g1,4 ,%g1 ! high order bit
120 ! order bit set in the first step, just falling into the regular
H A Dmodsi3.S99 ! This means that %o3 has the high-order bit set.
101 sll %g1,4 ,%g1 ! high order bit
120 ! order bit set in the first step, just falling into the regular
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-phiopt.c146 We walk the blocks in order that guarantees that a block with
246 /* Returns the list of basic blocks in the function in an order that guarantees
254 basic_block *order = XNEWVEC (basic_block, n_basic_blocks); local
281 order[i] = y;
284 order[i] = y;
293 return order;
643 /* This transformation is only valid for order comparisons. Record which
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h184 #error Unknown byte order.
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_lcl.h219 int pack_sign_cp(DSA_SIG *s, int order, unsigned char *sig, size_t *siglen);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h94 #define SYSINIT(uniq, subs, order, _func, _data) \
100 (order), "const struct sysinit", \
103 #define SYSUNINIT(uniq, subs, order, _func, _data) \
109 (order), "const struct sysuninit", \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp159 // that it replaces. It then finalizes each synthetic section in order
218 llvm::function_ref<int(InputSectionBase *s)> order) {
221 v.push_back({order(s), s});
238 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { argument
242 sortByOrder(isd->sections, order);
363 // We must preserve the link order dependency of sections with the
479 // We want to keep the original order if the priorities are the same
480 // because the compiler keeps the original initialization order in a
217 sortByOrder(MutableArrayRef<InputSection *> in, llvm::function_ref<int(InputSectionBase *s)> order) argument
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dunwrap.c168 ret = _gssapi_msg_order_check(context_handle->order, seq_number);
334 ret = _gssapi_msg_order_check(context_handle->order, seq_number);
H A Dverify_mic.c124 ret = _gssapi_msg_order_check(context_handle->order, seq_number);
229 ret = _gssapi_msg_order_check(context_handle->order, seq_number);
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c179 nexus_add_child(device_t bus, u_int order, const char *name, int unit) argument
189 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_zbbus.c405 zbbus_add_child(device_t bus, u_int order, const char *name, int unit) argument
410 child = device_add_child_ordered(bus, order, name, unit);
/freebsd-11-stable/usr.bin/colldef/
H A Dparse.y108 | order
126 order : ORDER order_list { label
/freebsd-11-stable/contrib/wpa/src/common/
H A Dsae.c49 tmp->order = crypto_ec_get_order(tmp->ec);
74 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
80 tmp->order = tmp->order_buf;
245 crypto_bignum_div(b, sae->tmp->order, b) < 0)
585 dragonfly_generate_scalar(sae->tmp->order, sae->tmp->sae_rand,
713 crypto_bignum_mod(tmp, sae->tmp->order, tmp);
718 * zero padding it from left to the length of the order (in full
940 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) {
1040 sae->tmp->order, sae->tmp->prime, res) < 0 ||
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk82 # in reverse order so that libs end up listed after all that needed them.
91 # now back to the original order
212 # eliminate any duplicates - but don't mess with the order
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h448 // Set the hasComparison parameter, in post-order traversal order.
676 int order = Ctx.getIntegerTypeOrder(LTy, RTy); local
679 if (order == 1) {
686 } else if (order != (isLSignedTy ? 1 : -1)) {
750 int order = Ctx.getFloatingTypeOrder(LTy, RTy); local
751 if (order > 0) {
754 } else if (order == 0) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c132 /* Remember the order encountered in the opcode tables. */
133 int order; member in struct:completer_entry
172 alphabetical order. */
1725 add_dis_table_ent (which, insn, order, completer_index)
1728 int order;
1754 ent->priority = order;
1783 opcodenum, order, completer_index)
1789 int order;
1799 opcodenum, order,
1818 insert_bit_table_ent (next, bit - 1, opcode, mask, opcodenum, order,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c186 ASN1_INTEGER *order; member in struct:ec_parameters_st
257 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
616 /* set the order */
621 ret->order = BN_to_ASN1_INTEGER(tmp, ret->order);
622 if (ret->order == NULL) {
870 if (!params->order || !params->base || !params->base->data) {
889 /* extract the order */
890 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) {
913 /* set the generator, order an
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_page.c73 * locks in any order.
438 m->order = VM_NFREEORDER;
1084 /* Fictitious pages don't use "order" or "pool". */
1495 /* Keep the resident page list in sorted order. */
2091 int m_inc, order, run_ext, run_len; local
2210 } else if ((order = m->order) < VM_NFREEORDER) {
2218 run_ext = 1 << order;
2219 m_inc = 1 << order;
2227 * ascending order
2284 int error, order, req; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm186 ! This means that %o3 has the high-order bit set.
188 sll %g1, 4, %g1 ! high order bit
210 ! order bit set in the first step, just falling into the regular
533 ! This means that %o3 has the high-order bit set.
535 sll %g1, 4, %g1 ! high order bit
557 ! order bit set in the first step, just falling into the regular
/freebsd-11-stable/sys/contrib/zlib/
H A Dinfback.c269 static const unsigned short order[19] = /* permutation of code lengths */ local
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
384 state->lens[order[state->have++]] = 0;

Completed in 178 milliseconds

1234567891011>>