Searched refs:block_cursor (Results 1 – 2 of 2) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | block_jacobi_preconditioner.cc | 59 double* block_cursor = &block_storage_[0]; in BlockJacobiPreconditioner() local 62 blocks_[c] = block_cursor; in BlockJacobiPreconditioner() 63 block_cursor += size * size; in BlockJacobiPreconditioner()
|
/external/libpcap/ |
D | sf-pcap-ng.c | 198 struct block_cursor { struct 256 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block() 331 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, in get_from_block_data() 357 get_opthdr_from_block_data(pcap_t *p, struct block_cursor *cursor, char *errbuf) in get_opthdr_from_block_data() 381 get_optvalue_from_block_data(struct block_cursor *cursor, in get_optvalue_from_block_data() 403 process_idb_options(pcap_t *p, struct block_cursor *cursor, u_int *tsresol, in process_idb_options() 521 add_interface(pcap_t *p, struct block_cursor *cursor, char *errbuf) in add_interface() 657 struct block_cursor cursor; in pcap_ng_check_header() 948 struct block_cursor cursor; in pcap_ng_next_packet()
|