Home
last modified time | relevance | path

Searched +defs:l +defs:p (Results 126 – 150 of 78381) sorted by relevance

12345678910>>...3136

/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/include/asm/
H A Dio.h264 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument
265 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument
268 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument
269 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument
270 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument
309 #define readsb(p,d,l) __raw_readsb(p,d,l) argument
310 #define readsw(p,d,l) __raw_readsw(p,d,l) argument
311 #define readsl(p,d,l) __raw_readsl(p,d,l) argument
313 #define writesb(p,d,l) __raw_writesb(p,d,l) argument
314 #define writesw(p,d,l) __raw_writesw(p,d,l) argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/include/asm/
H A Dio.h264 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument
265 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument
268 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument
269 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument
270 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument
309 #define readsb(p,d,l) __raw_readsb(p,d,l) argument
310 #define readsw(p,d,l) __raw_readsw(p,d,l) argument
311 #define readsl(p,d,l) __raw_readsl(p,d,l) argument
313 #define writesb(p,d,l) __raw_writesb(p,d,l) argument
314 #define writesw(p,d,l) __raw_writesw(p,d,l) argument
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dlist.c60 list *p; local
79 list *p; local
184 int *pop(l) in pop() argument
407 list *ll, *p = NULL; local
423 list *p, *pp; local
450 list *p, *pp, *trash, *last; local
710 ilist *p, *pp = NULL; local
740 ilist *p, *pp = NULL; local
761 ilist *p, *pp; local
987 int *ipop(l) in ipop() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dextension_messages.cc133 param_type* p) { in Read()
151 void ParamTraits<URLPattern>::Log(const param_type& p, std::string* l) { in Log()
171 void ParamTraits<URLPatternSet>::Log(const param_type& p, std::string* l) { in Log()
192 const param_type& p, std::string* l) { in Log()
230 const param_type& p, std::string* l) { in Log()
255 std::unique_ptr<ManifestPermission> p( in Read() local
267 const param_type& p, std::string* l) { in Log()
290 const param_type& p, std::string* l) { in Log()
306 param_type* p) { in Read()
314 std::string* l) { in Log()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dextension_messages.cc133 param_type* p) { in Read()
151 void ParamTraits<URLPattern>::Log(const param_type& p, std::string* l) { in Log()
171 void ParamTraits<URLPatternSet>::Log(const param_type& p, std::string* l) { in Log()
192 const param_type& p, std::string* l) { in Log()
230 const param_type& p, std::string* l) { in Log()
255 std::unique_ptr<ManifestPermission> p( in Read() local
267 const param_type& p, std::string* l) { in Log()
290 const param_type& p, std::string* l) { in Log()
306 param_type* p) { in Read()
314 std::string* l) { in Log()
[all …]
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dklass.cpp56 void Klass::setLoopProperty(Tree sig, Loop* l) in setLoopProperty()
64 bool Klass::getLoopProperty(Tree sig, Loop*& l) in getLoopProperty()
94 Loop* l; in listAllLoopProperties() local
124 Loop* l = fTopLoop; in closeLoop() local
314 static void computeUseCount(Loop* l) in computeUseCount()
382 for (int l = (int)G.size() - 1; l >= 0; l--) { in buildTasksList() local
395 for (int l = (int)G.size() - 1; l >= 0; l--) { in buildTasksList() local
456 for (int l = (int)G.size() - 1; l >= 0; l--) { in buildTasksList() local
548 for (int l = (int)G.size() - 1; l > 0; l--) { in printLoopGraphScheduler() local
686 lset::const_iterator p = L.begin(); in printLastLoopLevelScheduler() local
[all …]
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag/
H A Dlt-mem.c54 lt_mem_slist_t *l = list; in lt_mem_slist_free() local
99 lt_mem_slist_t *l = list; in lt_mem_slist_delete() local
182 lt_mem_slist_t *ll, *l; in lt_mem_unref() local
197 lt_pointer_t *p; in lt_mem_unref() local
212 lt_pointer_t p, in lt_mem_add_ref()
225 lt_pointer_t p) in lt_mem_remove_ref()
227 lt_mem_slist_t *l; in lt_mem_remove_ref() local
239 lt_pointer_t p) in lt_mem_delete_ref()
241 lt_mem_slist_t *l; in lt_mem_delete_ref() local
255 lt_pointer_t *p) in lt_mem_add_weak_pointer()
[all …]
/dports/audio/flite/flite-2.1-release/src/lexicon/
H A Dcst_lexicon.c60 cst_lexicon *l = cst_alloc(cst_lexicon,1); in new_lexicon() local
120 const cst_string *w, *p; in cst_lex_make_entry() local
221 static int no_syl_boundaries(const cst_item *i, const cst_val *p) in no_syl_boundaries()
230 int in_lex(const cst_lexicon *l, const char *word, const char *pos, in in_lex()
261 int p; in lex_lookup() local
338 int p,const cst_lexicon *l) in lex_uncompress_word()
365 static int lex_data_next_entry(const cst_lexicon *l,int p,int end) in lex_data_next_entry()
372 static int lex_data_prev_entry(const cst_lexicon *l,int p,int start) in lex_data_prev_entry()
379 static int lex_data_closest_entry(const cst_lexicon *l,int p,int start,int end) in lex_data_closest_entry()
400 static int lex_lookup_bsearch(const cst_lexicon *l, const char *word) in lex_lookup_bsearch()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/lexicon/
H A Dcst_lexicon.c105 cst_lexicon *l = cst_alloc(cst_lexicon,1); in new_lexicon() local
165 const cst_string *w, *p; in cst_lex_make_entry() local
262 static int no_syl_boundaries(const cst_item *i, const cst_val *p) in no_syl_boundaries()
272 int in_lex(const cst_lexicon *l, const char *word, const char *pos) in in_lex()
301 int p; in lex_lookup() local
376 int p,const cst_lexicon *l) in lex_uncompress_word()
403 static int lex_data_next_entry(const cst_lexicon *l,int p,int end) in lex_data_next_entry()
410 static int lex_data_prev_entry(const cst_lexicon *l,int p,int start) in lex_data_prev_entry()
417 static int lex_data_closest_entry(const cst_lexicon *l,int p,int start,int end) in lex_data_closest_entry()
434 static int lex_lookup_bsearch(const cst_lexicon *l, const char *word) in lex_lookup_bsearch()
[all …]
/dports/www/mod_auth_kerb2/mod_auth_kerb-5.4/spnegokrb5/
H A Dder_put.c124 size_t l; in der_put_length() local
166 der_put_oid (unsigned char *p, size_t len, in der_put_oid()
211 size_t l; in der_put_length_and_tag() local
235 size_t l; in encode_integer() local
260 size_t l; in encode_unsigned() local
285 size_t l; in encode_enumerated() local
309 size_t l; in encode_general_string() local
333 size_t l; in encode_octet_string() local
353 encode_oid(unsigned char *p, size_t len, in encode_oid()
357 size_t l; in encode_oid() local
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdlib/
H A Dstrtod.c7 static long double strtox(const char *s, char **p, int prec) in strtox()
20 float strtof(const char *restrict s, char **restrict p) in strtof()
25 double strtod(const char *restrict s, char **restrict p) in strtod()
30 long double strtold(const char *restrict s, char **restrict p) in strtold()
44 float strtof_l(const char *restrict s, char **restrict p, struct __locale_struct *l) in strtof_l()
49 double strtod_l(const char *restrict s, char **restrict p, struct __locale_struct *l) in strtod_l()
54 long double strtold_l(const char *restrict s, char **restrict p, struct __locale_struct *l) in strtold_l()
/dports/devel/mpatrol/mpatrol/src/
H A Dmpalloc.c125 unsigned char l; in poweroftwo() local
409 __mp_strdup(char *p, size_t l, alloctype f, char *s, char *t, unsigned long u, in __mp_strdup()
451 __mp_realloc(void *p, size_t l, size_t a, alloctype f, char *s, char *t, in __mp_realloc()
516 __mp_setmem(void *p, size_t l, unsigned char c, alloctype f, char *s, char *t, in __mp_setmem()
530 __mp_copymem(void *p, void *q, size_t l, unsigned char c, alloctype f, char *s, in __mp_copymem()
566 __mp_locatemem(void *p, size_t l, void *q, size_t m, alloctype f, char *s, in __mp_locatemem()
594 __mp_comparemem(void *p, void *q, size_t l, alloctype f, char *s, char *t, in __mp_comparemem()
960 __mp_logmemory(void *p, size_t l) in __mp_logmemory()
1091 chkr_set_right(void *p, size_t l, unsigned char a) in chkr_set_right()
1102 chkr_copy_bitmap(void *p, void *q, size_t l) in chkr_copy_bitmap()
[all …]
H A Dmpdebug.h57 #define MP_MALLOC(p, l, t) \ argument
60 #define MP_CALLOC(p, l, t) \ argument
63 #define MP_STRDUP(p, s) \ argument
66 #define MP_REALLOC(p, l, t) \ argument
69 #define MP_FREE(p) do { if (p) { free(p); p = NULL; } } while (0) argument
H A Dmemory.c235 stackdirection(void *p) in stackdirection()
282 unsigned long *p; in progname() local
518 getmemory(long l) in getmemory()
520 void *p; in getmemory() local
548 void *p; in __mp_memalloc() local
678 __mp_memfree(meminfo *i, void *p, size_t l) in __mp_memfree()
814 __mp_memprotect(meminfo *i, void *p, size_t l, memaccess a) in __mp_memprotect()
856 __mp_memwatch(meminfo *i, void *p, size_t l, memaccess a) in __mp_memwatch()
912 char *p; in __mp_memcheck() local
980 char *p; in __mp_memcompare() local
[all …]
/dports/science/tfel-edf/tfel-3.2.1/src/System/
H A DExternalLibraryManager.cxx94 auto p = n.cbegin(); in decomposeVariableName() local
236 for (const auto& p : tokenize(ld, ':')) { in getLibraryPath() local
252 auto p = this->librairies.find(name); in loadLibrary() local
318 int (*p)() = (int (*)())::GetProcAddress(lib, s.c_str()); in contains() local
321 void* p = ::dlsym(lib, s.c_str()); in contains() local
332 auto p = ::dlsym(lib, (f + "_src").c_str()); in getSource() local
387 const auto p = ::dlsym(lib, (f + "_tfel_version").c_str()); in getTFELVersion() local
448 const std::string& p, in setParameter()
465 const std::string& p, in setParameter()
601 const std::string& l, const std::string& f, const std::string& h, const std::string& p) { in getUnsignedShortParameterDefaultValue()
[all …]
/dports/math/algae/algae-4.3.6/src/
H A Dsets.c28 bi_set (n, p) in bi_set() argument
49 set_vector (p) in set_vector() argument
148 bi_union (l, r) in bi_union() argument
159 union_vector (l, r) in union_vector() argument
177 bi_intersection (l, r) in bi_intersection() argument
191 intersection_vector (l, r) in intersection_vector() argument
335 bi_complement (l, r) in bi_complement() argument
349 complement_vector (l, r) in complement_vector() argument
358 int *p; local
517 check_set_vector (p) in check_set_vector() argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/svr4_32/
H A Dsvr4_32_resource.c81 #define OKLIMIT(l) (((int32_t)(l)) >= 0 && ((int32_t)(l)) < 0x7fffffff && \ argument
86 #define OKLIMIT64(l) (((rlim_t)(l)) < RLIM_INFINITY && \ argument
92 svr4_32_sys_getrlimit(struct lwp *l, const struct svr4_32_sys_getrlimit_args *uap, register_t *retv… in svr4_32_sys_getrlimit()
94 struct proc *p = l->l_proc; in svr4_32_sys_getrlimit() local
153 svr4_32_sys_setrlimit(struct lwp *l, const struct svr4_32_sys_setrlimit_args *uap, register_t *retv… in svr4_32_sys_setrlimit()
155 struct proc *p = l->l_proc; in svr4_32_sys_setrlimit() local
202 svr4_32_sys_getrlimit64(struct lwp *l, const struct svr4_32_sys_getrlimit64_args *uap, register_t *… in svr4_32_sys_getrlimit64()
204 struct proc *p = l->l_proc; in svr4_32_sys_getrlimit64() local
247 svr4_32_sys_setrlimit64(struct lwp *l, const struct svr4_32_sys_setrlimit64_args *uap, register_t *… in svr4_32_sys_setrlimit64()
249 struct proc *p = l->l_proc; in svr4_32_sys_setrlimit64() local
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_events.cpp68 auto l = std::make_shared<mock_listener>(); variable
78 auto l = std::make_shared<mock_listener>(); in test_finished_event() local
106 auto l = std::make_shared<mock_listener>(); in test_started_event() local
133 auto l = std::make_shared<mock_listener>(); variable
279 auto p = tw::make_task(tw::root, []{ return 42; }); in __anone06e65fe1902() variable
292 auto p = tw::make_task(tw::root, []{ return 42; }); in __anone06e65fe1a02() variable
305 auto p = tw::make_task(tw::root, []{ return 42; }); in __anone06e65fe1b02() variable
318 auto p = tw::make_task(tw::root, []{ return 42; }); in __anone06e65fe1c02() variable
331 auto p = tw::make_task(tw::root, []{ return 42; }); in __anone06e65fe1d02() variable
344 auto p = tw::make_task(tw::root, []{ return 42; }); in __anone06e65fe1f02() variable
[all …]
/dports/editors/2bsd-vi/ex-050325/
H A Dex_vadj.c103 vopen(line *tp, int p) in vopen()
165 vreopen(int p, int lineno, int l) in vreopen()
254 vglitchup(int l, int o) in vglitchup()
295 vinslin(register int p, register int cnt, int l) in vinslin()
419 vadjAL(int p, int cnt) in vadjAL()
681 register int l; in vredraw() local
800 vdellin(int p, int cnt, int l) in vdellin()
846 vadjDL(int p, int cnt) in vadjDL()
882 vsync(register int p) in vsync()
898 register int l; in vsync1() local
[all …]
/dports/sysutils/conman/conman-conman-0.3.0/
H A Dlex.c103 Lex l; in lex_create() local
141 int lex_next(Lex l) in lex_next()
143 char *p; in lex_next() local
235 int lex_prev(Lex l) in lex_prev()
243 int lex_line(Lex l) in lex_line()
284 const char *p, *q; in xstrcasecmp() local
304 char *p, *q; in validate_sorted_tokens() local
350 char *p; in lex_encode() local
365 char *p; in lex_decode() local
378 Lex l; in lex_parse_test() local
[all …]
/dports/audio/festival/speech_tools/base_class/
H A DEST_ilist_aux.cc53 int ilist_member(const EST_IList &l,int i) in ilist_member()
55 EST_Litem *p; in ilist_member() local
63 int ilist_index(const EST_IList &l,int i) in ilist_index()
65 EST_Litem *p; in ilist_index() local
78 void IList_to_IVector(EST_IList &l, EST_IVector &v) in IList_to_IVector()
86 EST_Litem *p; in IList_to_IVector() local
92 void IVector_to_IList(EST_IVector &v, EST_IList &l) in IVector_to_IList()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dstrlenopt-15.c7 fn1 (char *p, size_t l) in fn1()
15 fn2 (char *p, const char *q, size_t *lp) in fn2()
17 size_t l = strlen (q), l2; in fn2() local
26 fn3 (char *p) in fn3()
38 size_t l; in main() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dstrlenopt-15.c7 fn1 (char *p, size_t l) in fn1()
15 fn2 (char *p, const char *q, size_t *lp) in fn2()
17 size_t l = strlen (q), l2; in fn2() local
26 fn3 (char *p) in fn3()
38 size_t l; in main() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dstrlenopt-15.c7 fn1 (char *p, size_t l) in fn1()
15 fn2 (char *p, const char *q, size_t *lp) in fn2()
17 size_t l = strlen (q), l2; in fn2() local
26 fn3 (char *p) in fn3()
38 size_t l; in main() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dstrlenopt-15.c7 fn1 (char *p, size_t l) in fn1()
15 fn2 (char *p, const char *q, size_t *lp) in fn2()
17 size_t l = strlen (q), l2; in fn2() local
26 fn3 (char *p) in fn3()
38 size_t l; in main() local

12345678910>>...3136