Home
last modified time | relevance | path

Searched refs:indices_offset (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/net/tinyldap/tinyldap/
H A Ddumpidx.c11 uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table; in main() local
24 uint32_unpack(map+3*4,&indices_offset); in main()
32 buffer_putulong(buffer_1,indices_offset); in main()
88 for (ofs=indices_offset+record_count*4; ofs<(unsigned long)filelen;) { in main()
H A Ddumpacls.c14 uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table,acl_ofs; in main() local
26 uint32_unpack(map+3*4,&indices_offset); in main()
32 for (ofs=indices_offset+record_count*4; ofs<(unsigned long)filelen;) { in main()
H A Didx2ldif.c43 uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table; in main() local
55 uint32_unpack(map+3*4,&indices_offset); in main()
H A Dparse.c149 unsigned long size_of_string_table,indices_offset; in main() local
282 indices_offset=len; in main()
303 uint32_pack(map+3*4,indices_offset); /* indices_offset */ in main()
H A DFORMAT26 uint32_t attribute_count, record_count, indices_offset, size_of_string_table;
32 /* indices_offset points here */
H A Daddindex.c69 uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table; in main() local
100 uint32_unpack(map+3*4,&indices_offset); in main()
H A Dtinyldap.c57 uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table; variable
210 for (ofs=indices_offset+record_count*4; ofs<filelen;) { in load_acls()
316 uint32_unpack(map+3*4,&indices_offset); in map_datafile()
480 for (ofs=indices_offset+record_count*4; ofs<filelen;) { in indexable()
516 uint32* records=(uint32*)(map+indices_offset); in findrec()
755 for (ofs=indices_offset+record_count*4; ofs<filelen;) { in useindex()
846 for (ofs=indices_offset+record_count*4; ofs<filelen;) { in useindex()
881 for (ofs=indices_offset+record_count*4; ofs<filelen;) { in useindex()
1465 uint32_unpack(map+indices_offset+4*i,&j); in reply_with_index()
1564 uint32_unpack(map+indices_offset+4*idx,&j); in handle()
H A Dldap_match_mapped.c13 extern uint32 magic,attribute_count,record_count,indices_offset,size_of_string_table;
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_draw_elements_base_vertex/
H A Dmultidrawelements.c108 static const uintptr_t indices_offset[] = { variable
187 data[i*5+2] = indices_offset[i] / sizeof(GLuint); in piglit_display()
202 GL_UNSIGNED_INT, (GLvoid*)indices_offset, in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/oes_draw_elements_base_vertex/
H A Dmultidrawelements.c102 static const GLvoid * const indices_offset[] = { variable
163 GL_UNSIGNED_SHORT, (GLvoid*)indices_offset, in piglit_display()
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/flann/algorithms/
H A Dhierarchical_clustering_index.h489 int indices_offset = node->indices - indices[num]; in save_tree() local
490 save_value(stream, indices_offset); in save_tree()
505 int indices_offset; in load_tree() local
506 load_value(stream, indices_offset); in load_tree()
507 node->indices = indices[num] + indices_offset; in load_tree()
H A Dkmeans_index.h544 int indices_offset = (int)(node->indices - indices_); in save_tree() local
545 save_value(stream, indices_offset); in save_tree()
562 int indices_offset; in load_tree() local
563 load_value(stream, indices_offset); in load_tree()
564 node->indices = indices_ + indices_offset; in load_tree()
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Dhierarchical_clustering_index.h605 int indices_offset = (int)(node->indices - indices[num]); in save_tree() local
606 save_value(stream, indices_offset); in save_tree()
621 int indices_offset; in load_tree() local
622 load_value(stream, indices_offset); in load_tree()
623 node->indices = indices[num] + indices_offset; in load_tree()
H A Dkmeans_index.h643 int indices_offset = (int)(node->indices - indices_[num]); in save_tree() local
644 save_value(stream, indices_offset); in save_tree()
661 int indices_offset; in load_tree() local
662 load_value(stream, indices_offset); in load_tree()
663 node->indices = indices_[num] + indices_offset; in load_tree()
/dports/graphics/cogl/cogl-1.22.8/cogl/deprecated/
H A Dcogl-vertex-buffer.h351 int indices_offset,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/deprecated/
H A Dcogl-vertex-buffer.h351 int indices_offset,
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/glxx/
H A Dglxx_int_impl.h106 FN(int, glintFindMax_impl, (GLsizei count, GLenum type, uint32_t indices_offset))
116 FN(void, glintDrawElements_impl, (GLenum mode, GLsizei count, GLenum type, uint32_t indices_offset,…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dvector_selection.cc283 auto indices_offset = indices.offset; in Exec() local
296 OptionalBitBlockCounter indices_bit_counter(indices_is_valid, indices_offset, in Exec()
315 if (BitUtil::GetBit(indices_is_valid, indices_offset + position)) { in Exec()
349 if (BitUtil::GetBit(indices_is_valid, indices_offset + position) && in Exec()
381 auto indices_offset = indices.offset; in Exec() local
401 OptionalBitBlockCounter indices_bit_counter(indices_is_valid, indices_offset, in Exec()
420 if (BitUtil::GetBit(indices_is_valid, indices_offset + position)) { in Exec()
449 if (BitUtil::GetBit(indices_is_valid, indices_offset + position)) { in Exec()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/swgl/src/
H A Dswgl_fns.rs1498 indices_offset: GLuint, in draw_elements()
1502 mode, count, element_type, indices_offset in draw_elements()
1510 indices_offset as *const c_void, in draw_elements()
1521 indices_offset: GLuint, in draw_elements_instanced()
1526 mode, count, element_type, indices_offset, primcount in draw_elements_instanced()
1534 indices_offset as *const c_void, in draw_elements_instanced()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/swgl/src/
H A Dswgl_fns.rs1523 indices_offset: GLuint, in draw_elements()
1527 mode, count, element_type, indices_offset in draw_elements()
1531 DrawElementsInstanced(mode, count, element_type, indices_offset as GLintptr, 1); in draw_elements()
1540 indices_offset: GLuint, in draw_elements_instanced()
1545 mode, count, element_type, indices_offset, primcount in draw_elements_instanced()
1553 indices_offset as GLintptr, in draw_elements_instanced()
/dports/www/firefox/firefox-99.0/gfx/wr/swgl/src/
H A Dswgl_fns.rs1525 indices_offset: GLuint, in draw_elements()
1529 mode, count, element_type, indices_offset in draw_elements()
1533 DrawElementsInstanced(mode, count, element_type, indices_offset as GLintptr, 1); in draw_elements()
1542 indices_offset: GLuint, in draw_elements_instanced()
1547 mode, count, element_type, indices_offset, primcount in draw_elements_instanced()
1555 indices_offset as GLintptr, in draw_elements_instanced()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/swgl/src/
H A Dswgl_fns.rs1523 indices_offset: GLuint, in draw_elements()
1527 mode, count, element_type, indices_offset in draw_elements()
1531 DrawElementsInstanced(mode, count, element_type, indices_offset as GLintptr, 1); in draw_elements()
1540 indices_offset: GLuint, in draw_elements_instanced()
1545 mode, count, element_type, indices_offset, primcount in draw_elements_instanced()
1553 indices_offset as GLintptr, in draw_elements_instanced()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dvector_selection.cc284 auto indices_offset = indices.offset; in Exec() local
297 OptionalBitBlockCounter indices_bit_counter(indices_is_valid, indices_offset, in Exec()
316 if (BitUtil::GetBit(indices_is_valid, indices_offset + position)) { in Exec()
350 if (BitUtil::GetBit(indices_is_valid, indices_offset + position) && in Exec()
382 auto indices_offset = indices.offset; in Exec() local
402 OptionalBitBlockCounter indices_bit_counter(indices_is_valid, indices_offset, in Exec()
421 if (BitUtil::GetBit(indices_is_valid, indices_offset + position)) { in Exec()
450 if (BitUtil::GetBit(indices_is_valid, indices_offset + position)) { in Exec()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gleam/src/
H A Dgles_fns.rs849 …fn draw_elements(&self, mode: GLenum, count: GLsizei, element_type: GLenum, indices_offset: GLuint… in draw_elements()
851 … return self.ffi_gl_.DrawElements(mode, count, element_type, indices_offset as *const c_void) in draw_elements()
859 indices_offset: GLuint, in draw_elements_instanced()
865 indices_offset as *const c_void, in draw_elements_instanced()
H A Dgl_fns.rs829 …fn draw_elements(&self, mode: GLenum, count: GLsizei, element_type: GLenum, indices_offset: GLuint… in draw_elements()
831 … return self.ffi_gl_.DrawElements(mode, count, element_type, indices_offset as *const c_void) in draw_elements()
839 indices_offset: GLuint, in draw_elements_instanced()
845 indices_offset as *const c_void, in draw_elements_instanced()

1234567