Home
last modified time | relevance | path

Searched refs:sp_table (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/comp/stringstore/
H A Dssfind.c12 if (strcmp(sp_table[idx].str, str) == 0) // string found ? in ssFind()
16 sp_table = rss_realloc(sp_table, // make room for more in ssFind()
20 sp_table[sp_size].str = rss_strdup(str); in ssFind()
21 sp_table[sp_size].sectionIndex = sp_stringSectionSize; in ssFind()
H A Dsscompare.c6 return strcmp(sp_table[leftIdx].str, sp_table[rightIdx].str); in ssCompare()
H A Dsscatenate.c12 strcpy(cat, sp_table[leftIdx].str); // catenate into cat in ssCatenate()
13 strcpy(cat + l_len, sp_table[rightIdx].str); in ssCatenate()
H A Ddata.c4 Element *sp_table; variable
H A Dssindex.c5 return sp_table[index].sectionIndex; in ssIndex()
H A Dssstr.c6 return sp_table[index].str; in ssStr()
H A Dsslength.c6 return strlen(sp_table[index].str); in ssLength()
H A Dstringstore.ih18 extern Element *sp_table;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dfeather.pxi74 cdef shared_ptr[CTable] sp_table
77 .Read(&sp_table))
79 return pyarrow_wrap_table(sp_table)
83 shared_ptr[CTable] sp_table
90 .Read(c_indices, &sp_table))
92 return pyarrow_wrap_table(sp_table)
96 shared_ptr[CTable] sp_table
103 .Read(c_names, &sp_table))
105 return pyarrow_wrap_table(sp_table)
H A D_orc.pyx100 shared_ptr[CTable] sp_table
105 check_status(deref(self.reader).Read(&sp_table))
109 check_status(deref(self.reader).Read(indices, &sp_table))
111 return pyarrow_wrap_table(sp_table)
H A Dpublic-api.pxi387 return tab.sp_table
H A Dlib.pxd421 shared_ptr[CTable] sp_table
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dfeather.pxi74 cdef shared_ptr[CTable] sp_table
77 .Read(&sp_table))
79 return pyarrow_wrap_table(sp_table)
83 shared_ptr[CTable] sp_table
90 .Read(c_indices, &sp_table))
92 return pyarrow_wrap_table(sp_table)
96 shared_ptr[CTable] sp_table
103 .Read(c_names, &sp_table))
105 return pyarrow_wrap_table(sp_table)
H A D_orc.pyx100 shared_ptr[CTable] sp_table
105 check_status(deref(self.reader).Read(&sp_table))
109 check_status(deref(self.reader).Read(indices, &sp_table))
111 return pyarrow_wrap_table(sp_table)
H A Dtable.pxi1144 c_table = move(table.sp_table)
1147 c_table = table.sp_table
1190 self.sp_table = table
1290 FilterKernel(CDatum(self.sp_table),
2205 c_tables.push_back(table.sp_table)
H A Dpublic-api.pxi383 return tab.sp_table
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A D_feather.pyx82 cdef shared_ptr[CTable] sp_table
85 .Read(&sp_table))
87 return pyarrow_wrap_table(sp_table)
91 shared_ptr[CTable] sp_table
98 .Read(c_indices, &sp_table))
100 return pyarrow_wrap_table(sp_table)
104 shared_ptr[CTable] sp_table
111 .Read(c_names, &sp_table))
113 return pyarrow_wrap_table(sp_table)
H A D_orc.pyx128 shared_ptr[CTable] sp_table
133 sp_table = GetResultValue(deref(self.reader).Read())
137 sp_table = GetResultValue(deref(self.reader).Read(c_names))
139 return pyarrow_wrap_table(sp_table)
156 shared_ptr[CTable] sp_table
157 sp_table = pyarrow_unwrap_table(table)
159 check_status(deref(self.writer).Write(deref(sp_table)))
H A Dpublic-api.pxi390 return tab.sp_table
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dstrokegen.y78 Standard *sp_table; /* NCGA font spacings */ variable
290 sp_table = (Standard *) malloc(num_ch * sizeof(Standard));
299 sp_table[tableindex].std_left = 0.0;
300 sp_table[tableindex].std_wide = 0.0;
301 sp_table[tableindex].std_rght = 0.0;
460 register Standard *tbl = sp_table +tableindex;
533 for (i = 0, tbl_ptr = Table, strptr = strokes, sp_ptr = sp_table; in fini()
631 free(sp_table); in freeall()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dlurk.py201 global sp_table
202 sp_table[number] = (struct.calcsize(format), instance)
208 global sp_table
209 if not sp_table.has_key(number):
211 return sp_table[number]
216 sp_table = {} variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_l2_interface.py272 sp_table = body["TABLE_interface"]["ROW_interface"]
274 sp_table = None
276 if sp_table:
287 sp = apply_key_map(key_map, sp_table)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A D_nxos_l2_interface.py207 sp_table = body['TABLE_interface']['ROW_interface']
209 sp_table = None
211 if sp_table:
222 sp = apply_key_map(key_map, sp_table)
/dports/news/nn/nn-6.7.3/
H A Dterm.c458 static unsigned sp_table[] = { variable
493 for (tp = sp_table; *tp; tp += 2) in set_term_speed()
/dports/emulators/mess/mame-mame0226/src/frontend/mame/
H A Dluaengine.cpp1716 sol::table sp_table = sol().create_table(); in initialize() local
1718 return sp_table; in initialize()
1722 sp_table[memdev->space(sp).name()] = addr_space(memdev->space(sp), *memdev); in initialize()
1724 return sp_table; in initialize()

12