Home
last modified time | relevance | path

Searched defs:n (Results 15376 – 15400 of 634343) sorted by relevance

1...<<611612613614615616617618619620>>...25374

/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
H A Ddwc3-sti-glue.h22 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
23 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
24 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
33 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/
H A Ddwc3-sti-glue.h22 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
23 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
24 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
33 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
/dports/sysutils/u-boot-rpi/u-boot-2021.07/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
H A Ddwc3-sti-glue.h22 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
23 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
24 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
33 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
H A Ddwc3-sti-glue.h22 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
23 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
24 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
33 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
/dports/devel/libunistring/libunistring-0.9.10/tests/unistr/
H A Dtest-move.h25 size_t n; in main() local
46 size_t n; in main() local
77 size_t n; in main() local
118 size_t n; in main() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dbuiltins-68.c29 void test_valid (int n) in test_valid()
57 void test_arg2_non_int (int n) in test_arg2_non_int()
76 void test_arg2_non_const (int n, int a1) in test_arg2_non_const()
90 void test_arg2_non_pow2 (int n) in test_arg2_non_pow2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/g711/
H A Dg711_interface.c18 size_t n; in WebRtcG711_EncodeA() local
27 size_t n; in WebRtcG711_EncodeU() local
37 size_t n; in WebRtcG711_DecodeA() local
48 size_t n; in WebRtcG711_DecodeU() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltins-68.c29 void test_valid (int n) in test_valid()
57 void test_arg2_non_int (int n) in test_arg2_non_int()
76 void test_arg2_non_const (int n, int a1) in test_arg2_non_const()
90 void test_arg2_non_pow2 (int n) in test_arg2_non_pow2()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOLOG.cpp66 for(int n = LOG_VERSION-1; n > 0; --n) in mark_end() local
89 void Log::mark(int n , char *file, int line) in mark()
109 for(int n = LOG_VERSION-1; n >= 0; --n, filename[3]++) // AM_A.LOG, AM_B.LOG ... in dump() local
134 void Log::debug_log(int n) in debug_log()
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/examples/listsort/
H A Dlistsort.c41 str_comparator(mowgli_node_t *n, mowgli_node_t *n2, void *opaque) in str_comparator()
54 mowgli_node_t *n, *tn; in test_strings() local
85 int_comparator(mowgli_node_t *n, mowgli_node_t *n2, void *opaque) in int_comparator()
97 mowgli_node_t *n, *tn; in test_integers() local
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/include/
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
H A Ddwc3-sti-glue.h21 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
22 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
23 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
32 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWfree-nonheap-object-3.c21 void warn_free_memchr_ecarr (int x, size_t n) in warn_free_memchr_ecarr()
28 void warn_free_memchr_ecarr_offset (int i, int j, int x, size_t n) in warn_free_memchr_ecarr_offset()
37 void warn_free_memchr_local_arr (int x, size_t n) in warn_free_memchr_local_arr()
47 void warn_free_memchr_local_arr_offset (int i, int j, int x, size_t n) in warn_free_memchr_local_arr_offset()
H A Dbuiltins-68.c29 void test_valid (int n) in test_valid()
57 void test_arg2_non_int (int n) in test_arg2_non_int()
76 void test_arg2_non_const (int n, int a1) in test_arg2_non_const()
90 void test_arg2_non_pow2 (int n) in test_arg2_non_pow2()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dmessage-buffer.c74 for(u32 n = count[0]; n > 0; --n) in message_buffer_processor() local
84 for(u16 n = count[section_idx]; n > 0; n--) in message_buffer_processor() local
129 for(u16 n = count[section_idx]; n > 0; n--) in message_buffer_processor() local
170 for(u16 n = count[section_idx]; n > 0; n--) in message_buffer_processor() local
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/
H A Ddwc3-sti-glue.h22 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
23 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
24 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
33 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/
H A Ddwc3-sti-glue.h22 #define SEL_OVERRIDE_VBUSVALID(n) ((n) << 0) argument
23 #define SEL_OVERRIDE_POWERPRESENT(n) ((n) << 4) argument
24 #define SEL_OVERRIDE_BVALID(n) ((n) << 8) argument
33 #define USB3_FORCE_OPMODE(n) ((n) << 5) argument
H A Ddiv64.h28 # define do_div(n,base) ({ \ argument
54 #define __div64_const32(n, ___b) \ argument
160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64()
204 # define do_div(n,base) ({ \ argument

1...<<611612613614615616617618619620>>...25374