Searched refs:pos_hi (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.h100 unsigned_cell pos_hi,
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c147 unsigned_word pos_hi,
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.h100 unsigned_cell pos_hi,
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c147 unsigned_word pos_hi,
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.h100 unsigned_cell pos_hi,
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c147 unsigned_word pos_hi,
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.c37 int64_t pos_hi; ///< position of the frame with high timestamp in file or INT64_MAX if not found (yet) member in struct:__anon1504
38 int64_t ts_hi; ///< frame presentation timestamp or same as pos_hi for byte seeking
123 if (sp->pos_hi == INT64_MAX) {
127 sp->pos_hi = INT64_MAX - 1;
192 if (sp->pos_hi == INT64_MAX) {
196 sp->pos_hi = INT64_MAX - 1;
219 if (sp->pos_hi == INT64_MAX) {
223 sp->pos_hi = pos;
233 sp->pos_hi = pos;
291 sp->pos_hi
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dseek.c37 int64_t pos_hi; ///< position of the frame with high timestamp in file or INT64_MAX if not found (yet) member in struct:__anon2409
38 int64_t ts_hi; ///< frame presentation timestamp or same as pos_hi for byte seeking
123 if (sp->pos_hi == INT64_MAX) {
127 sp->pos_hi = INT64_MAX - 1;
192 if (sp->pos_hi == INT64_MAX) {
196 sp->pos_hi = INT64_MAX - 1;
219 if (sp->pos_hi == INT64_MAX) {
223 sp->pos_hi = pos;
233 sp->pos_hi = pos;
291 sp->pos_hi
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dseek.c37 int64_t pos_hi; ///< position of the frame with high timestamp in file or INT64_MAX if not found (yet) member in struct:__anon36434
38 int64_t ts_hi; ///< frame presentation timestamp or same as pos_hi for byte seeking
123 if (sp->pos_hi == INT64_MAX) {
127 sp->pos_hi = INT64_MAX - 1;
192 if (sp->pos_hi == INT64_MAX) {
196 sp->pos_hi = INT64_MAX - 1;
219 if (sp->pos_hi == INT64_MAX) {
223 sp->pos_hi = pos;
233 sp->pos_hi = pos;
291 sp->pos_hi
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dhw_disk.c399 unsigned_word pos_hi,
403 if (pos_hi != 0)
406 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
408 (long)pos_hi, (long)pos_lo));
398 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dpk_disklabel.c156 unsigned_word pos_hi,
160 if (pos_lo >= label->sector_length || pos_hi != 0)
155 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h212 unsigned_word pos_hi,
H A Ddevice.h475 unsigned_word pos_hi,
H A Demul_chirp.c1139 unsigned_cell pos_hi; member in struct:seek_args
1154 args.pos_hi, args.pos_lo));
1161 status = device_instance_seek(ihandle, args.pos_hi, args.pos_lo);
H A Dhw_eeprom.c776 unsigned_word pos_hi,
775 hw_eeprom_instance_seek(device_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/ppc/
H A Dhw_disk.c399 unsigned_word pos_hi,
403 if (pos_hi != 0)
406 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
408 (long)pos_hi, (long)pos_lo));
398 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dpk_disklabel.c156 unsigned_word pos_hi,
160 if (pos_lo >= label->sector_length || pos_hi != 0)
155 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h212 unsigned_word pos_hi,
H A Ddevice.h475 unsigned_word pos_hi,
H A Demul_chirp.c1139 unsigned_cell pos_hi; 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-rt-6.x.4708/router/gdb/sim/ppc/
H A Dhw_disk.c399 unsigned_word pos_hi,
403 if (pos_hi != 0)
406 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
408 (long)pos_hi, (long)pos_lo));
398 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dpk_disklabel.c156 unsigned_word pos_hi,
160 if (pos_lo >= label->sector_length || pos_hi != 0)
155 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h212 unsigned_word pos_hi,
H A Ddevice.h475 unsigned_word pos_hi,
H A Demul_chirp.c1139 unsigned_cell pos_hi; member in struct:seek_args
1154 args.pos_hi, args.pos_lo));
1161 status = device_instance_seek(ihandle, args.pos_hi, args.pos_lo);

Completed in 284 milliseconds

12