Home
last modified time | relevance | path

Searched refs:chs (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/drivers/led/
H A Dled-seq.c83 lws_seq_sample(const lws_led_gpio_map_t *map, lws_led_state_chs_t *chs) in lws_seq_sample() argument
87 if (chs->seqs[LLSI_CURR].seq) in lws_seq_sample()
88 chs->seqs[LLSI_CURR].last = chs->seqs[LLSI_CURR].seq-> in lws_seq_sample()
89 func(chs->seqs[LLSI_CURR].ph); in lws_seq_sample()
91 if (chs->seqs[LLSI_TRANS].seq) { in lws_seq_sample()
97 chs->seqs[LLSI_TRANS].last = chs->seqs[LLSI_TRANS].seq-> in lws_seq_sample()
98 func(chs->seqs[LLSI_TRANS].ph); in lws_seq_sample()
100 if (chs in lws_seq_sample()
120 lws_led_state_chs_t *chs = (lws_led_state_chs_t *)&lcs[1]; lws_seq_timer_handle() local
190 lws_led_state_chs_t *chs = (lws_led_state_chs_t *)&lcs[1]; lws_led_transition() local
[all...]
/third_party/gptfdisk/
H A Dmbrpart.cc258 // empty partition), 0 if the value is outside that range, and -1 if chs is
260 int MBRPart::LBAtoCHS(uint32_t lba, uint8_t * chs) { in LBAtoCHS() argument
266 if (chs != NULL) { in LBAtoCHS()
269 chs[0] = chs[1] = chs[2] = UINT8_C(0); in LBAtoCHS()
274 chs[0] = 254; in LBAtoCHS()
275 chs[1] = chs[2] = 255; in LBAtoCHS()
287 chs[ in LBAtoCHS()
[all...]
H A Dbasicmbr.cc694 // empty partition), 0 if the value is outside that range, and -1 if chs is
696 int BasicMBRData::LBAtoCHS(uint64_t lba, uint8_t * chs) { in LBAtoCHS() argument
702 if (chs != NULL) { in LBAtoCHS()
705 chs[0] = chs[1] = chs[2] = UINT8_C(0); in LBAtoCHS()
710 chs[0] = 254; in LBAtoCHS()
711 chs[1] = chs[2] = 255; in LBAtoCHS()
723 chs[ in LBAtoCHS()
[all...]
H A Dmbrpart.h104 int LBAtoCHS(uint32_t lba, uint8_t * chs);
H A Dbasicmbr.h94 int LBAtoCHS(uint64_t lba, uint8_t * chs); // Convert LBA to CHS
/third_party/ffmpeg/libavcodec/
H A Ddca_xll.c955 int chs, seg, band, navi_nb, navi_pos, *navi_ptr; in parse_navi_table() local
975 for (chs = 0, c = s->chset; chs < s->nchsets; chs++, c++) { in parse_navi_table()
1006 int ret, chs, seg, band, navi_pos, *navi_ptr; in parse_band_data() local
1009 for (chs = 0, c = s->chset; chs < s->nactivechsets; chs++, c++) { in parse_band_data()
1020 for (chs = 0, c = s->chset; chs < in parse_band_data()
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-display.h94 lws_led_state_chs_t chs; member
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp200 CharString chs; in loadNumericDateFormatterPattern() local
201 chs.append("durationUnits", status) in loadNumericDateFormatterPattern()
206 chs.data(), in loadNumericDateFormatterPattern()
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp200 CharString chs; in loadNumericDateFormatterPattern() local
201 chs.append("durationUnits", status) in loadNumericDateFormatterPattern()
206 chs.data(), in loadNumericDateFormatterPattern()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp200 CharString chs; in loadNumericDateFormatterPattern() local
201 chs.append("durationUnits", status) in loadNumericDateFormatterPattern()
206 chs.data(), in loadNumericDateFormatterPattern()
/third_party/ltp/lib/newlib_tests/
H A Druntest.sh163 while getopts b:chs opt; do

Completed in 10 milliseconds