Home
last modified time | relevance | path

Searched refs:in_code (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/lzw/
Dftzopen.c269 FT_UInt in_code = state->in_code; in ft_lzwstate_io() local
298 in_code = 0; in ft_lzwstate_io()
346 in_code = code; /* save code for later */ in ft_lzwstate_io()
406 old_code = in_code; in ft_lzwstate_io()
419 state->in_code = in_code; in ft_lzwstate_io()
Dftzopen.h133 FT_UInt in_code; member
/external/v4l-utils/lib/libdvbv5/
Dparse_string.c480 uint16_t *in_code = (void *)src; in dvb_parse_string() local
489 for (i = 0; i < len / 2; i ++, in_code++) { in dvb_parse_string()
490 uint16_t code = *in_code; in dvb_parse_string()
/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
Dsta_iface.h110 ::ndk::ScopedAStatus setCountryCode(const std::vector<uint8_t>& in_code) override;
Dsta_iface.cpp679 const std::vector<uint8_t>& in_code) in setCountryCode() argument
683 &StaIface::setCountryCodeInternal, in_code); in setCountryCode()