Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 13 of 13) sorted by relevance

/external/flatbuffers/ts/
Dbuilder.ts459 const table_start = this.bb.capacity() - table; constant
460 const vtable_start = table_start - this.bb.readInt32(table_start);
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_draw.cpp60 struct d3d12_descriptor_handle table_start; in fill_cbv_descriptors() local
61 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_cbv_descriptors()
81 return table_start.gpu_handle; in fill_cbv_descriptors()
92 struct d3d12_descriptor_handle table_start; in fill_srv_descriptors() local
94 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_srv_descriptors()
141 return table_start.gpu_handle; in fill_srv_descriptors()
150 struct d3d12_descriptor_handle table_start; in fill_ssbo_descriptors() local
152 d2d12_descriptor_heap_get_next_handle(batch->view_heap, &table_start); in fill_ssbo_descriptors()
182 return table_start.gpu_handle; in fill_ssbo_descriptors()
262 struct d3d12_descriptor_handle table_start; in fill_image_descriptors() local
[all …]
/external/libtracefs/src/
Dsqlhist-parse.h56 int table_start(struct sqlhist_bison *sb);
Dsqlhist.y82 select : SELECT { table_start(sb); }
Dsqlhist.tab.c1338 { table_start(sb); } in yyparse()
Dtracefs-sqlhist.c548 __hidden int table_start(struct sqlhist_bison *sb) in table_start() function
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs884 int table_start = _bb.Length - table; in Required()
885 int vtable_start = table_start - _bb.GetInt(table_start); in Required()
/external/flatbuffers/php/
DFlatbufferBuilder.php887 $table_start = $this->bb->capacity() - $table;
888 $vtable_start = $table_start - $this->bb->getInt($table_start);
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlatBufferBuilder.java935 int table_start = bb.capacity() - table; in required() local
936 int vtable_start = table_start - bb.getInt(table_start); in required()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs261 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable
263 builder.end_table(table_start) in create_serialized_example_with_library_code()
280 let table_start = builder.start_table(); in create_serialized_example_with_library_code() localVariable
289 let root = builder.end_table(table_start); in create_serialized_example_with_library_code()
1492 let table_start = b.start_table(); in table_of_byte_strings_fuzz() localVariable
1497 let root = b.end_table(table_start); in table_of_byte_strings_fuzz()
1529 let table_start = b.start_table(); in fuzz_table_of_strings() localVariable
1534 let root = b.end_table(table_start); in fuzz_table_of_strings()
1585 let table_start = b.start_table(); in prop() localVariable
1590 let root = b.end_table(table_start); in prop()
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc334 const flatbuffers::uoffset_t table_start = builder->StartTable(); in Serialize() local
393 return builder->EndTable(table_start); in Serialize()
/external/freetype/src/sfnt/
Dttsbit.c54 FT_ULong table_start; in tt_face_load_sbit() local
90 table_start = FT_STREAM_POS(); in tt_face_load_sbit()
214 face->ebdt_start = table_start; in tt_face_load_sbit()
/external/freetype/src/truetype/
Dttgxvar.c3527 FT_ULong table_start; in tt_face_vary_cvt() local
3586 table_start = FT_Stream_FTell( stream ); in tt_face_vary_cvt()
3616 offsetToData += table_start; in tt_face_vary_cvt()