| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_table.c | 50 #define DZ_HASHMASK(dz) ((dz)->dz_hashmask) argument 53 #define DZ_MASK(dz) ((dz)->dz_mask) argument 87 static inline dn_fib_idx_t dn_hash(dn_fib_key_t key, struct dn_zone *dz) in dn_hash() argument 89 u16 h = le16_to_cpu(key.datum)>>(16 - dz->dz_order); in dn_hash() 92 h &= DZ_HASHMASK(dz); in dn_hash() 96 static inline dn_fib_key_t dz_key(__le16 dst, struct dn_zone *dz) in dz_key() argument 99 k.datum = dst & DZ_MASK(dz); in dz_key() 103 static inline struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p() argument 105 return &dz->dz_hash[dn_hash(key, dz).datum]; in dn_chain_p() 108 static inline struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 45 uint8_t dz = (zoomRange.max - tileID.z); in contains() local 46 auto x0 = range.min.x >> dz; in contains() 47 auto x1 = range.max.x >> dz; in contains() 48 auto y0 = range.min.y >> dz; in contains() 49 auto y1 = range.max.y >> dz; in contains()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | mousedev.c | 52 int dx, dy, dz; member 89 int dx, dy, dz; member 217 mousedev->packet.dz -= value; in mousedev_rel_event() 299 p->dz += packet->dz; in mousedev_notify_readers() 302 if (p->dx || p->dy || p->dz || in mousedev_notify_readers() 397 mousedev->packet.dz = 0; in mousedev_event() 574 s8 dx, dy, dz; in mousedev_packet() local 590 dz = clamp_val(p->dz, -7, 7); in mousedev_packet() 591 p->dz -= dz; in mousedev_packet() 593 ps2_data[3] = (dz & 0x0f) | ((p->buttons & 0x18) << 1); in mousedev_packet() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | kernel_ex.S | 49 | if dz trap disabled 51 | set FPSR exception status dz bit, condition code 52 | inf bit, and accrued dz bit 56 | else dz trap enabled 69 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled 74 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled 77 | dz disabled 92 | dz enabled
|
| H A D | skeleton.S | 60 | All dz exceptions are 'real', hence no fpsp_dz entry point. 62 .global dz 64 dz: label
|
| H A D | gen_except.S | 20 | dz 170 | operr, and dz. commonE3 does this for E3 exceptions, which
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | hu_HU | 68 %% a b c cs d dz dzs e f g gy h i j k l ly m n ny o o: p q 105 collating-symbol <dz> 261 <dz> 317 <D-Z> <dz>;<compound>;<CAP-CAP>;IGNORE 318 <D-z> <dz>;<compound>;<CAP-MIN>;IGNORE 319 <D-D-Z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><CAP-CAP>";IGNORE 320 <D-D-z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><CAP-MIN>";IGNORE 321 <D-d-Z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><MIN-CAP>";IGNORE 322 <D-d-z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><MIN-MIN>";IGNORE 324 <d-Z> <dz>;<compound>;<MIN-CAP>;IGNORE [all …]
|
| H A D | sr_RS | 61 <U0455> "<U0064><U007A>" % dz 67 <U045F> "<U0064><U017E>";"<U0064><U007A>" % dz<
|
| H A D | dz_BT | 19 % Language: Dzongkha(dz) 2263 lang_ab "dz"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | hu_HU | 68 %% a b c cs d dz dzs e f g gy h i j k l ly m n ny o o: p q 105 collating-symbol <dz> 261 <dz> 317 <D-Z> <dz>;<compound>;<CAP-CAP>;IGNORE 318 <D-z> <dz>;<compound>;<CAP-MIN>;IGNORE 319 <D-D-Z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><CAP-CAP>";IGNORE 320 <D-D-z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><CAP-MIN>";IGNORE 321 <D-d-Z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><MIN-CAP>";IGNORE 322 <D-d-z> "<dz><dz>";"<single-or-compound><compound>";"<CAP><MIN-MIN>";IGNORE 324 <d-Z> <dz>;<compound>;<MIN-CAP>;IGNORE [all …]
|
| H A D | sr_RS | 61 <U0455> "<U0064><U007A>" % dz 67 <U045F> "<U0064><U017E>";"<U0064><U007A>" % dz<
|
| H A D | dz_BT | 19 % Language: Dzongkha(dz) 2263 lang_ab "dz"
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/test/ |
| H A D | efi_test.c | 143 unsigned long datasize = 0, prev_datasize, *dz; in efi_runtime_get_variable() local 173 dz = getvariable.data_size ? &datasize : NULL; in efi_runtime_get_variable() 184 status = efi.get_variable(name, vd, at, dz, data); in efi_runtime_get_variable() 194 if (dz && put_user(datasize, getvariable.data_size)) { in efi_runtime_get_variable() 220 if (dz && put_user(datasize, getvariable.data_size)) in efi_runtime_get_variable()
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | TEST.DOC | 145 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex 159 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex. 162 exercises _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and 163 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib_blocksort.c | 636 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument 638 stackD [sp] = dz; \ 641 #define mpop(lz,hz,dz) { sp--; \ argument 644 dz = stackD [sp]; }
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | monitor.c | 281 int dz, i; in mon_update_neighbors() local 283 dz = dom_size(mon->peer_cnt); in mon_update_neighbors() 284 for (i = 0; i < dz; i++) { in mon_update_neighbors()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | Makefile | 41 obj-$(CONFIG_SERIAL_DZ) += dz.o
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | initial.env | |
| H A D | final.env | |
| /OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/ |
| H A D | initial.env | |
| H A D | final.env | |
| /OK3568_Linux_fs/output/ |
| H A D | initial.env | |
| H A D | final.env | |
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | dell-smm-hwmon.rst | 8 :Copyright: |copy| 2002-2005 Massimo Dal Zotto <dz@debian.org>
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | ftest.S | 207 ### dz
|