Home
last modified time | relevance | path

Searched defs:chs (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/drivers/led/
Dled-seq.c83 lws_seq_sample(const lws_led_gpio_map_t *map, lws_led_state_chs_t *chs) in lws_seq_sample()
120 lws_led_state_chs_t *chs = (lws_led_state_chs_t *)&lcs[1]; in lws_seq_timer_handle() local
190 lws_led_state_chs_t *chs = (lws_led_state_chs_t *)&lcs[1]; in lws_led_transition() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-display.h94 lws_led_state_chs_t chs; member
/third_party/gptfdisk/
Dmbrpart.cc260 int MBRPart::LBAtoCHS(uint32_t lba, uint8_t * chs) { in LBAtoCHS()
Dbasicmbr.cc696 int BasicMBRData::LBAtoCHS(uint64_t lba, uint8_t * chs) { in LBAtoCHS()
/third_party/ffmpeg/libavcodec/
Ddca_xll.c955 int chs, seg, band, navi_nb, navi_pos, *navi_ptr; in parse_navi_table() local
1006 int ret, chs, seg, band, navi_pos, *navi_ptr; in parse_band_data() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasfmt.cpp200 CharString chs; in loadNumericDateFormatterPattern() local
/third_party/node/deps/icu-small/source/i18n/
Dmeasfmt.cpp200 CharString chs; in loadNumericDateFormatterPattern() local
/third_party/icu/icu4c/source/i18n/
Dmeasfmt.cpp200 CharString chs; in loadNumericDateFormatterPattern() local
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs3893 RegExpValidationState.prototype.eatChars = function eatChars (chs, forceU) { argument
Dacorn.js3899 RegExpValidationState.prototype.eatChars = function eatChars (chs, forceU) { argument
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs5571 let chs: Vec<char> = vec!['e', 'é', '€', '\u{10000}']; localVariable