Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 24 of 24) sorted by relevance

/device/linaro/dragonboard/qcom/pd-mapper/
Djson.c65 int ch; in json_skip_whitespace() local
76 int ch; in json_parse_string() local
101 int ch; in json_parse_number() local
121 int ch; in json_parse_keyword() local
189 int ch; in json_parse_array() local
232 int ch; in json_parse_object() local
272 int ch; in json_parse_property() local
/device/linaro/dragonboard/qcom/rmtfs/
Dutil.c6 static uint8_t to_hex(uint8_t ch) in to_hex()
16 uint8_t ch; in print_hex_dump() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c251 static int hex(unsigned char ch) in hex()
270 char ch; in getpacket() local
326 unsigned char ch; in putpacket() local
359 unsigned char ch; in mem2hex() local
391 uint8_t ch; in hex2mem() local
/device/generic/vulkan-cereal/base/
DPathUtils.cpp49 bool PathUtils::isDirSeparator(int ch, HostType hostType) { in isDirSeparator()
54 bool PathUtils::isPathSeparator(int ch, HostType hostType) { in isPathSeparator()
68 int ch = path[0]; in rootPrefixSize() local
DPathUtils.h84 static bool isDirSeparator(int ch) { in isDirSeparator()
92 static bool isPathSeparator(int ch) { in isPathSeparator()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DUnicode.cpp206 char16_t ch; in strcmp16() local
217 char16_t ch; in strncmp16() local
234 char16_t ch; in strcpy16() local
397 static inline size_t utf8_codepoint_len(uint8_t ch) in utf8_codepoint_len()
/device/google/contexthub/firmware/os/platform/native/
Dplatform.c43 void platLogPutchar(char ch) in platLogPutchar()
/device/amlogic/yukawa/hal/audio/
Dfir_filter.c111 for (int ch = 0; ch < fir->channels; ch += 2) { in fir_process_interleaved() local
Daudio_aec.c109 size_t frame, ch; in get_reference_audio_in_place() local
435 size_t frame, ch; in get_reference_samples() local
Daudio_hw.c507 for (size_t ch = 0; ch < (*mic_count); ch++) { in get_input_characteristics() local
/device/linaro/dragonboard/audio/
Dfir_filter.c111 for (int ch = 0; ch < fir->channels; ch += 2) { in fir_process_interleaved() local
Daudio_aec.c109 size_t frame, ch; in get_reference_audio_in_place() local
428 size_t frame, ch; in get_reference_samples() local
/device/google/contexthub/lib/nanohub/
Dsha2.c94 uint32_t ch = (e & f) ^ ((~e) & g); in sha2processBlock() local
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc113 char ch = !use_metrics.empty() ? tolower(use_metrics.at(0)) : -1; in ValidateMetricsConfirmation() local
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/
Dkatex.js5644 ch = extraCharacterMap[character[0]].charCodeAt(0); property
5646 ch = 'M'.charCodeAt(0); property
8900 ch = mathTextSymbols.charAt(i); property
8907 ch = textSymbols.charAt(i); property
8914 ch = letters.charAt(i); property
8921 ch = String.fromCharCode(i); property
8926 ch = String.fromCharCode(i); property
8931 ch = String.fromCharCode(i); property
8937 ch = String.fromCharCode(i); property
/device/generic/vulkan-cereal/protocols/vulkan/katex/
Dkatex.js5644 ch = extraCharacterMap[character[0]].charCodeAt(0); property
5646 ch = 'M'.charCodeAt(0); property
8900 ch = mathTextSymbols.charAt(i); property
8907 ch = textSymbols.charAt(i); property
8914 ch = letters.charAt(i); property
8921 ch = String.fromCharCode(i); property
8926 ch = String.fromCharCode(i); property
8931 ch = String.fromCharCode(i); property
8937 ch = String.fromCharCode(i); property
/device/google/contexthub/firmware/os/core/
Dbl.c98 static bool blLogPutcharF(void *userData, char ch) in blLogPutcharF()
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c196 bool platLogPutcharF(void *userData, char ch) in platLogPutcharF()
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_sc300.h1572 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar()
1592 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
Dcore_cm3.h1592 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar()
1612 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
Dcore_cm4.h1744 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar()
1764 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
Dcore_cm7.h2163 __STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch) in ITM_SendChar()
2183 int32_t ch = -1; /* no character available */ in ITM_ReceiveChar() local
/device/google/contexthub/sensorhal/
Dhubconnection.cpp2009 std::unique_ptr<DirectChannelBase> ch; in addDirectChannel() local
/device/generic/vulkan-cereal/third-party/angle/src/image_util/
Dloadimage_etc.cpp727 for (int ch = 0; ch < 3; ch++) in matchBC1Bits() local
992 for (int ch = 0; ch < 3; ch++) in selectEndPointPCA() local