Home
last modified time | relevance | path

Searched refs:elp (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_salloc.c51 struct __data *elp; local
58 elp->len = size - sizeof(struct __head) - sizeof(elp->len);
101 elp != NULL;
102 elp = SH_LIST_NEXT(elp, links, __data)) {
110 rp = (u_int8_t *)elp + sizeof(size_t) + elp->len;
224 elp != NULL && (void *)elp < (void *)ptr;
225 lastp = elp, elp = SH_LIST_NEXT(elp, links, __data))
285 elp != NULL;
286 elp = SH_LIST_NEXT(elp, links, __data))
341 elp = SH_LIST_NEXT(elp, links, __data))
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb_salloc.c51 struct __data *elp; local
58 elp->len = size - sizeof(struct __head) - sizeof(elp->len);
92 elp != NULL;
93 elp = SH_LIST_NEXT(elp, links, __data)) {
101 rp = (u_int8_t *)elp + sizeof(size_t) + elp->len;
121 *((u_int8_t *)elp + sizeof(size_t) + elp->len - 1) = GUARD_BYTE;
215 elp != NULL && (void *)elp < (void *)ptr;
216 lastp = elp, elp = SH_LIST_NEXT(elp, links, __data))
277 elp = SH_LIST_NEXT(elp, links, __data))
332 elp = SH_LIST_NEXT(elp, links, __data))
[all …]
/dports/devel/cook/cook-2.30/cook/expr/
H A Dlist.c57 if (elp->el_nexprs) in expr_list_destructor()
59 elp->el_nexprs = 0; in expr_list_destructor()
60 elp->el_nexprs_max = 0; in expr_list_destructor()
61 elp->el_expr = 0; in expr_list_destructor()
82 mem_free(elp); in expr_list_delete()
215 elp->el_nexprs = 0; in expr_list_constructor()
216 elp->el_nexprs_max = 0; in expr_list_constructor()
217 elp->el_expr = 0; in expr_list_constructor()
239 expr_list_ty *elp; in expr_list_new() local
243 return elp; in expr_list_new()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DEventLogPermissionTest.cs60 SecurityElement se = elp.ToXml (); in PermissionState_None()
79 SecurityElement se = elp.ToXml (); in PermissionState_Unrestricted()
258 Assert.IsTrue (elp.IsSubsetOf (elp), elpa.ToString ()); in IsSubset_Self()
321 EventLogPermission union = (EventLogPermission)elp.Union (elp); in Union_Self()
358 elp.FromXml (null); in FromXml_Null()
368 elp.FromXml (se); in FromXml_WrongTag()
380 elp.FromXml (se); in FromXml_WrongTagCase()
394 elp.FromXml (w); in FromXml_WrongClass()
407 elp.FromXml (w); in FromXml_NoClass()
419 elp.FromXml (se); in FromXml_WrongVersion()
[all …]
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_alloc.c147 elp->ulen = 0;
315 elp = elp_tmp;
442 elp->ulen = 0;
462 elp = elp_tmp;
466 (u_int8_t *)elp + elp->len == (u_int8_t *)elp_tmp) {
524 (u_int8_t *)elp + elp->len == (u_int8_t *)elp_tmp) {
568 done: elp->ulen = elp->len - sizeof(ALLOC_ELEMENT);
639 elp->ulen = 0;
748 P_TO_ULONG(elp), (u_long)R_OFFSET(infop, elp),
749 (u_long)elp->len, (u_long)elp->ulen);
[all …]
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_alloc.c147 elp->ulen = 0;
323 elp = elp_tmp;
450 elp->ulen = 0;
470 elp = elp_tmp;
474 (u_int8_t *)elp + elp->len == (u_int8_t *)elp_tmp) {
533 (u_int8_t *)elp + elp->len == (u_int8_t *)elp_tmp) {
577 done: elp->ulen = elp->len - sizeof(ALLOC_ELEMENT);
648 elp->ulen = 0;
757 P_TO_ULONG(elp), (u_long)R_OFFSET(infop, elp),
758 (u_long)elp->len, (u_long)elp->ulen);
[all …]
/dports/devel/cook/cook-2.30/cook/stmt/
H A Dloopvar.c63 expr_list_ty *elp; in stmt_loopvar() local
92 elp = expr_list_new(); in stmt_loopvar()
101 expr_list_delete(elp); in stmt_loopvar()
103 elp = expr_list_new(); in stmt_loopvar()
108 expr_list_delete(elp); in stmt_loopvar()
114 elp = expr_list_new(); in stmt_loopvar()
123 expr_list_delete(elp); in stmt_loopvar()
125 elp = expr_list_new(); in stmt_loopvar()
130 expr_list_delete(elp); in stmt_loopvar()
149 elp = expr_list_new(); in stmt_loopvar()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Drscodec.cpp174 elp[u + 1][i] = elp[u][i]; in calcDecode()
175 elp[u][i] = index_of[elp[u][i]]; in calcDecode()
205 elp[u + 1][i + u - q] = alpha_to[(d[u] + nn - d[q] + elp[q][i]) % nn]; in calcDecode()
209 elp[u + 1][i] ^= elp[u][i]; in calcDecode()
210 elp[u][i] = index_of[elp[u][i]]; /*convert old elp value to index*/ in calcDecode()
239 for (i = 0; i <= l[u]; i++) elp[u][i] = index_of[elp[u][i]]; in calcDecode()
243 reg[i] = elp[u][i]; in calcDecode()
371 int **elp = new int*[bb + 2]; in decode() local
373 elp[i] = new int[bb]; in decode()
388 delete[] elp[i]; in decode()
[all …]
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Drscodec.cpp174 elp[u + 1][i] = elp[u][i]; in calcDecode()
175 elp[u][i] = index_of[elp[u][i]]; in calcDecode()
205 elp[u + 1][i + u - q] = alpha_to[(d[u] + nn - d[q] + elp[q][i]) % nn]; in calcDecode()
209 elp[u + 1][i] ^= elp[u][i]; in calcDecode()
210 elp[u][i] = index_of[elp[u][i]]; /*convert old elp value to index*/ in calcDecode()
239 for (i = 0; i <= l[u]; i++) elp[u][i] = index_of[elp[u][i]]; in calcDecode()
243 reg[i] = elp[u][i]; in calcDecode()
371 int **elp = new int*[bb + 2]; in decode() local
373 elp[i] = new int[bb]; in decode()
388 delete[] elp[i]; in decode()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Drscodec.cpp196 elp[u + 1][i] = elp[u][i]; in calcDecode()
197 elp[u][i] = index_of[elp[u][i]]; in calcDecode()
233 if ( elp[q][i] != -1 ) in calcDecode()
235 elp[u + 1][i + u - q] = alpha_to[( d[u] + nn - d[q] + elp[q][i] ) % nn]; in calcDecode()
240 elp[u + 1][i] ^= elp[u][i]; in calcDecode()
241 elp[u][i] = index_of[elp[u][i]]; /*convert old elp value to index*/ in calcDecode()
277 for ( i = 0; i <= l[u]; i++ ) elp[u][i] = index_of[elp[u][i]]; in calcDecode()
282 reg[i] = elp[u][i]; in calcDecode()
436 elp[i] = new int[bb]; in decode()
451 delete[] elp[i]; in decode()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/intern/
H A Drscodec.cpp196 elp[u + 1][i] = elp[u][i]; in calcDecode()
197 elp[u][i] = index_of[elp[u][i]]; in calcDecode()
233 if ( elp[q][i] != -1 ) in calcDecode()
235 elp[u + 1][i + u - q] = alpha_to[( d[u] + nn - d[q] + elp[q][i] ) % nn]; in calcDecode()
240 elp[u + 1][i] ^= elp[u][i]; in calcDecode()
241 elp[u][i] = index_of[elp[u][i]]; /*convert old elp value to index*/ in calcDecode()
277 for ( i = 0; i <= l[u]; i++ ) elp[u][i] = index_of[elp[u][i]]; in calcDecode()
282 reg[i] = elp[u][i]; in calcDecode()
436 elp[i] = new int[bb]; in decode()
451 delete[] elp[i]; in decode()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Ddummy_common.c35 struct ext_list *elp; in alloc_init_ext() local
41 elp = calloc((nb_ext + 1), sizeof(struct ext_list)); in alloc_init_ext()
43 if (!elp) in alloc_init_ext()
50 elp[i].token = cfp[i].token; in alloc_init_ext()
56 return elp; in alloc_init_ext()
59 struct ext_list *find_ext(struct ext_list *elp, token_t token) in find_ext() argument
63 for (i = 0; elp[i].token != 0; i++) in find_ext()
65 if (elp[i].token == token) in find_ext()
67 return &elp[i]; in find_ext()
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dstk_handle_motion.c58 stkInternalMenuBarElement *elp; in stk_select_menu() local
65 elp = (stkInternalMenuBarElement *)elements->data; in stk_select_menu()
67 if (is_in_box(x, y, elp->x, elp->y, (int)elp->w, (int)elp->h)) in stk_select_menu()
78 stk_menu_bar.current_menu_el = elp; in stk_select_menu()
79 elp->child_menu_open = TRUE; in stk_select_menu()
80 stk_internal_display_menu(elp->child_menu); in stk_select_menu()
89 if (elp->selected == FALSE) in stk_select_menu()
92 stk_menu_bar.current_menu_sel = elp; in stk_select_menu()
93 elp->selected = TRUE; in stk_select_menu()
99 if (elp->selected == TRUE && !mousebutton_pressed[0]) in stk_select_menu()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxreedsol.c220 RsRepairErrors(&rec, &loc, &elp, &syn); in RsDecode()
336 DmtxByteList dis, elp[MAX_ERROR_WORD_COUNT+2]; in RsFindErrorLocatorPoly() local
349 dmtxByteListPush(&elp[0], 1, &passFail); CHKPASS; in RsFindErrorLocatorPoly()
361 dmtxByteListCopy(&elp[iNext], &elp[i], &passFail); CHKPASS; in RsFindErrorLocatorPoly()
367 if(dis.b[mCmp] != 0 && (mCmp - elp[mCmp].length) >= (m - elp[m].length)) in RsFindErrorLocatorPoly()
377 elp[iNext].b[j] = GfAdd(elp[iNext].b[j], elp[i].b[j]); in RsFindErrorLocatorPoly()
379 elp[iNext].length = max(elp[i].length, elp[m].length + i - m); in RsFindErrorLocatorPoly()
382 lambda = elp[iNext].length - 1; in RsFindErrorLocatorPoly()
415 int lambda = elp->length - 1; in RsFindErrorLocations()
420 dmtxByteListCopy(&reg, elp, &passFail); CHKPASS; in RsFindErrorLocations()
[all …]
/dports/news/rntrack/rntrack-2.1.10_2/hpp/
H A Da_list.hpp394 Elem * el = elp.GetP(); in InsertBefore()
403 Elem * el = elp.GetP(); in InsertAfter()
420 void Remove(ElemPtr & elp) in Remove() argument
422 Elem * el = elp.GetP(); in Remove()
430 Elem * el = elp.GetP(); in PlaceToBegin()
437 Elem * el = elp.GetP(); in PlaceToEnd()
701 Elem * el = elp.GetP(); in InsertBefore()
747 void Remove(ElemPtr & elp) in Remove() argument
749 Elem * el = elp.GetP(); in Remove()
757 Elem * el = elp.GetP(); in PlaceToBegin()
[all …]
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_dispatch.c514 DB_TXNLIST *elp; local
665 DB_TXNLIST *elp; local
826 DB_TXNLIST *elp; local
842 if (elp->u.l.stack_indx == elp->u.l.stack_size) {
845 elp->u.l.stack_size, &elp->u.l.lsn_stack)) != 0) {
850 elp->u.l.lsn_stack[elp->u.l.stack_indx++] = *lsnp;
869 DB_TXNLIST *elp; local
878 if (elp == NULL || elp->u.l.stack_indx == 0) {
883 *lsnp = elp->u.l.lsn_stack[--elp->u.l.stack_indx];
900 DB_TXNLIST *elp; local
[all …]
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_dispatch.c522 DB_TXNLIST *elp; local
673 DB_TXNLIST *elp; local
834 DB_TXNLIST *elp; local
850 if (elp->u.l.stack_indx == elp->u.l.stack_size) {
853 elp->u.l.stack_size, &elp->u.l.lsn_stack)) != 0) {
858 elp->u.l.lsn_stack[elp->u.l.stack_indx++] = *lsnp;
877 DB_TXNLIST *elp; local
886 if (elp == NULL || elp->u.l.stack_indx == 0) {
891 *lsnp = elp->u.l.lsn_stack[--elp->u.l.stack_indx];
908 DB_TXNLIST *elp; local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c64 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
68 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
73 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
74 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
76 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
77 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
78 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
82 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c64 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
68 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
73 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
74 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
76 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
77 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
78 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
82 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c62 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
66 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
71 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
72 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
74 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
75 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
76 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
80 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c64 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
68 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
73 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
74 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
76 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
77 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
78 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
82 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c64 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
68 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
73 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
74 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
76 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
77 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
78 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
82 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c62 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
66 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
71 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
72 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
74 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
75 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
76 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
80 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c64 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
68 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
73 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
74 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
76 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
77 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
78 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
82 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c62 __db_txnlist_lsnadd(int val, DB_TXNLIST *elp, DB_LSN *lsnp, u_int32_t flags) in __db_txnlist_lsnadd() argument
66 for (i = 0; i < (!(flags & (0x1)) ? 1 : elp->u.l.ntxns); i++) in __db_txnlist_lsnadd()
71 for (__j = 0; __j < elp->u.l.ntxns - 1; __j++) in __db_txnlist_lsnadd()
72 if (log_compare(&elp->u.l.lsn_array[__j], &elp->u.l.lsn_array[__j + 1]) < 0) in __db_txnlist_lsnadd()
74 __tmp = elp->u.l.lsn_array[__j]; in __db_txnlist_lsnadd()
75 elp->u.l.lsn_array[__j] = elp->u.l.lsn_array[__j + 1]; in __db_txnlist_lsnadd()
76 elp->u.l.lsn_array[__j + 1] = __tmp; in __db_txnlist_lsnadd()
80 *lsnp = elp->u.l.lsn_array[0]; in __db_txnlist_lsnadd()

12345678910>>...51