Searched defs:order (Results 76 - 100 of 176) sorted by relevance

12345678

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-phiopt.c254 basic_block *order = XNEWVEC (basic_block, n_basic_blocks); local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c260 get_field(const unsigned char *data, enum floatformat_byteorders order, unsigned int total_len, unsigned int start, unsigned int len) argument
424 put_field(unsigned char *data, enum floatformat_byteorders order, unsigned int total_len, unsigned int start, unsigned int len, unsigned long stuff_to_put) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c50 get_field (unsigned char *data, enum floatformat_byteorders order, argument
225 put_field(unsigned char *data, enum floatformat_byteorders order, unsigned int total_len, unsigned int start, unsigned int len, unsigned long stuff_to_put) argument
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c260 get_field(const unsigned char *data, enum floatformat_byteorders order, unsigned int total_len, unsigned int start, unsigned int len) argument
424 put_field(unsigned char *data, enum floatformat_byteorders order, unsigned int total_len, unsigned int start, unsigned int len, unsigned long stuff_to_put) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c694 int order; local
854 int order; local
1064 int order; local
1220 int order; local
1507 int order; local
1698 int order; local
[all...]
/freebsd-11-stable/lib/libc/nameser/
H A Dns_print.c348 u_int order, preference; local
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dnexus.c265 nexus_add_child(device_t dev, u_int order, const char *name, int unit) argument
/freebsd-11-stable/sys/mips/adm5120/
H A Dobio.c483 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
/freebsd-11-stable/sys/mips/atheros/
H A Dapb.c448 apb_add_child(device_t bus, u_int order, const char *name, int unit) argument
/freebsd-11-stable/sys/mips/idt/
H A Dobio.c425 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
/freebsd-11-stable/sys/mips/rt305x/
H A Dobio.c544 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
/freebsd-11-stable/sys/isa/
H A Disa_common.c600 isa_add_child(device_t dev, u_int order, const char *name, int unit) argument
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c242 nexus_add_child(device_t bus, u_int order, const char *name, int unit) argument
574 int order; local
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_smpl.c290 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; local
H A Dec_mult.c996 BIGNUM *order; local
H A Dec_lcl.h212 BIGNUM order, cofactor; member in struct:ec_group_st
/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem_dbg.c134 static unsigned long order = 0; /* number of memory requests */ variable
175 unsigned long order; member in struct:mem_st
[all...]
/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
122 mthca_alloc_icm_coherent(struct device *dev, struct scatterlist *mem, int order, gfp_t gfp_mask) argument
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c84 int order; member in struct:__anon8900
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c191 nexus_add_child(device_t bus, u_int order, const char *name, int unit) argument
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_nettle.c333 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
H A Dcrypto_gnutls.c312 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.c423 const struct crypto_bignum *order; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h676 int order = Ctx.getIntegerTypeOrder(LTy, RTy); local
750 int order = Ctx.getFloatingTypeOrder(LTy, RTy); local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp238 void OutputSection::sort(llvm::function_ref<int(InputSectionBase *s)> order) { argument
217 sortByOrder(MutableArrayRef<InputSection *> in, llvm::function_ref<int(InputSectionBase *s)> order) argument

Completed in 395 milliseconds

12345678