Searched refs:pos_lo (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dhw-instances.h101 unsigned_cell pos_lo);
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c148 unsigned_word pos_lo)
146 panic_hw_instance_seek(struct hw_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dhw-instances.h101 unsigned_cell pos_lo);
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c148 unsigned_word pos_lo)
146 panic_hw_instance_seek(struct hw_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dhw-instances.h101 unsigned_cell pos_lo);
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c148 unsigned_word pos_lo)
146 panic_hw_instance_seek(struct hw_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dseek.c34 int64_t pos_lo; ///< position of the frame with low timestamp in file or INT64_MAX if not found (yet) member in struct:__anon1504
35 int64_t ts_lo; ///< frame presentation timestamp or same as pos_lo for byte seeking
206 if (sp->pos_lo == INT64_MAX) {
210 sp->pos_lo = pos;
214 sp->pos_lo = pos;
289 sp->pos_lo = INT64_MAX;
361 if (sp->pos_lo != INT64_MAX
366 min_pos = sp->pos_lo;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dseek.c34 int64_t pos_lo; ///< position of the frame with low timestamp in file or INT64_MAX if not found (yet) member in struct:__anon2409
35 int64_t ts_lo; ///< frame presentation timestamp or same as pos_lo for byte seeking
206 if (sp->pos_lo == INT64_MAX) {
210 sp->pos_lo = pos;
214 sp->pos_lo = pos;
289 sp->pos_lo = INT64_MAX;
361 if (sp->pos_lo != INT64_MAX
366 min_pos = sp->pos_lo;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dseek.c34 int64_t pos_lo; ///< position of the frame with low timestamp in file or INT64_MAX if not found (yet) member in struct:__anon36434
35 int64_t ts_lo; ///< frame presentation timestamp or same as pos_lo for byte seeking
206 if (sp->pos_lo == INT64_MAX) {
210 sp->pos_lo = pos;
214 sp->pos_lo = pos;
289 sp->pos_lo = INT64_MAX;
361 if (sp->pos_lo != INT64_MAX
366 min_pos = sp->pos_lo;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dpk_disklabel.c157 unsigned_word pos_lo)
160 if (pos_lo >= label->sector_length || pos_hi != 0)
162 label->pos = pos_lo;
155 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dhw_disk.c400 unsigned_word pos_lo)
406 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
408 (long)pos_hi, (long)pos_lo));
409 data->pos = pos_lo;
398 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h213 unsigned_word pos_lo);
H A Dhw_eeprom.c777 unsigned_word pos_lo)
780 if (pos_lo >= data->eeprom->sizeof_memory)
782 (unsigned long)pos_lo);
783 data->pos = pos_lo;
775 hw_eeprom_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice.h476 unsigned_word pos_lo);
H A Demul_chirp.c1140 unsigned_cell pos_lo; member in struct:seek_args
1154 args.pos_hi, args.pos_lo));
1161 status = device_instance_seek(ihandle, args.pos_hi, args.pos_lo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dpk_disklabel.c157 unsigned_word pos_lo)
160 if (pos_lo >= label->sector_length || pos_hi != 0)
162 label->pos = pos_lo;
155 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dhw_disk.c400 unsigned_word pos_lo)
406 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
408 (long)pos_hi, (long)pos_lo));
409 data->pos = pos_lo;
398 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h213 unsigned_word pos_lo);
H A Dhw_eeprom.c777 unsigned_word pos_lo)
780 if (pos_lo >= data->eeprom->sizeof_memory)
782 (unsigned long)pos_lo);
783 data->pos = pos_lo;
775 hw_eeprom_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice.h476 unsigned_word pos_lo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dpk_disklabel.c157 unsigned_word pos_lo)
160 if (pos_lo >= label->sector_length || pos_hi != 0)
162 label->pos = pos_lo;
155 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dhw_disk.c400 unsigned_word pos_lo)
406 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
408 (long)pos_hi, (long)pos_lo));
409 data->pos = pos_lo;
398 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dhw_eeprom.c777 unsigned_word pos_lo)
780 if (pos_lo >= data->eeprom->sizeof_memory)
782 (unsigned long)pos_lo);
783 data->pos = pos_lo;
775 hw_eeprom_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h213 unsigned_word pos_lo);
H A Ddevice.h476 unsigned_word pos_lo);

Completed in 357 milliseconds

12