Home
last modified time | relevance | path

Searched refs:getUInt16 (Results 1 – 25 of 74) sorted by relevance

123

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Dcompress_network_body.hpp95 short lvx = bns->getUInt16(); in decompress()
96 short lvy = bns->getUInt16(); in decompress()
97 short lvz = bns->getUInt16(); in decompress()
98 short avx = bns->getUInt16(); in decompress()
99 short avy = bns->getUInt16(); in decompress()
100 short avz = bns->getUInt16(); in decompress()
H A Drewind_info.cpp83 const uint16_t data_size = m_buffer->getUInt16(); in restore()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/
H A Dmax_speed.cpp237 m_max_add_speed = buffer->getUInt16(); in rewindTo()
238 m_duration = buffer->getUInt16(); in rewindTo()
239 m_fade_out_time = buffer->getUInt16(); in rewindTo()
240 m_engine_force = buffer->getUInt16(); in rewindTo()
356 m_max_speed_fraction = buffer->getUInt16(); in rewindTo()
358 m_fade_in_ticks = buffer->getUInt16(); in rewindTo()
359 m_duration = buffer->getUInt16(); in rewindTo()
H A Dkart_rewinder.cpp310 m_bubblegum_ticks = buffer->getUInt16(); in restoreState()
315 m_view_blocked_by_plunger = buffer->getUInt16(); in restoreState()
320 m_invulnerable_ticks = buffer->getUInt16(); in restoreState()
387 uint16_t time_rot = buffer->getUInt16(); in restoreState()
403 uint16_t central_impulse_ticks = buffer->getUInt16(); in restoreState()
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DSRVRecord.java60 priority = st.getUInt16(); in rdataFromString()
61 weight = st.getUInt16(); in rdataFromString()
62 port = st.getUInt16(); in rdataFromString()
H A DURIRecord.java63 priority = st.getUInt16(); in rdataFromString()
64 weight = st.getUInt16(); in rdataFromString()
H A DNAPTRRecord.java72 order = st.getUInt16(); in rdataFromString()
73 preference = st.getUInt16(); in rdataFromString()
H A DU16NameBase.java46 u16Field = st.getUInt16(); in rdataFromString()
H A DDNSKEYRecord.java96 flags = st.getUInt16(); in rdataFromString()
H A DPXRecord.java54 preference = st.getUInt16(); in rdataFromString()
H A DDLVRecord.java65 footprint = st.getUInt16(); in rdataFromString()
H A DDSRecord.java108 footprint = st.getUInt16(); in rdataFromString()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/protocols/
H A Dgame_protocol.cpp219 uint16_t x = data.getUInt16(); in handleControllerAction()
220 uint16_t y = data.getUInt16(); in handleControllerAction()
221 uint16_t z = data.getUInt16(); in handleControllerAction()
383 uint16_t x = buffer->getUInt16(); in rewind()
384 uint16_t y = buffer->getUInt16(); in rewind()
385 uint16_t z = buffer->getUInt16(); in rewind()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/image/
H A Dvectorimage.cpp104 inline uint16 getUInt16() { in getUInt16() function in Sword25::VectorImage::SWFBitStream
257 bs.getUInt16(); in VectorImage()
259 bs.getUInt16(); in VectorImage()
269 uint16 tagTypeAndLength = bs.getUInt16(); in VectorImage()
348 /*uint32 shapeID = */bs.getUInt16(); in parseDefineShape()
533 fillStyleCount = bs.getUInt16(); in parseStyles()
563 lineStyleCount = bs.getUInt16(); in parseStyles()
568 double width = bs.getUInt16(); in parseStyles()
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/image/
H A Dvectorimage.cpp102 inline uint16 getUInt16() { in getUInt16() function in Sword25::VectorImage::SWFBitStream
255 bs.getUInt16(); in VectorImage()
257 bs.getUInt16(); in VectorImage()
267 uint16 tagTypeAndLength = bs.getUInt16(); in VectorImage()
346 /*uint32 shapeID = */bs.getUInt16(); in parseDefineShape()
531 fillStyleCount = bs.getUInt16(); in parseStyles()
561 lineStyleCount = bs.getUInt16(); in parseStyles()
566 double width = bs.getUInt16(); in parseStyles()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Ditem_event_info.cpp42 m_index = buffer->getUInt16(); in ItemEventInfo()
52 m_ticks_till_return = buffer->getUInt16(); in ItemEventInfo()
H A Dswatter.cpp445 m_bomb_remaining = buffer->getUInt16(); in restoreState()
467 m_swatter_animation_ticks = buffer->getUInt16(); in restoreState()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/controller/
H A Dkart_control.cpp95 m_steer = buffer->getUInt16(); in rewindTo()
96 m_accel = buffer->getUInt16(); in rewindTo()
H A Dplayer_controller.cpp392 m_steer_val = buffer->getUInt16(); in rewindTo()
393 m_prev_accel = buffer->getUInt16(); in rewindTo()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/modes/
H A Dctf_flag.cpp57 unsigned flag_status_unsigned = buffer->getUInt16(); in restoreState()
68 m_ticks_since_off_base = buffer->getUInt16(); in restoreState()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/include/ics/stagefright/
H A DDataSource.h60 bool getUInt16(off64_t offset, uint16_t *x);
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/include/media/stagefright/
H A DDataSource.h46 bool getUInt16(off64_t offset, uint16_t *x);
/dports/dns/dnsjava/dnsjava-2.1.9/tests/org/xbill/DNS/
H A DTokenizerTest.java373 int out = m_t.getUInt16(); in test_getUInt16()
378 m_t.getUInt16(); in test_getUInt16()
385 m_t.getUInt16(); in test_getUInt16()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/commontools/
H A DFValue_test.cxx144 sal_uInt16 trg_saluInt16 = v.getUInt16(); in test_uInt16()
154 trg_saluInt16 = t.getUInt16(); in test_uInt16()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/commontools/
H A DFValue_test.cxx144 sal_uInt16 trg_saluInt16 = v.getUInt16(); in test_uInt16()
154 trg_saluInt16 = t.getUInt16(); in test_uInt16()

123