| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | encodedstream.h | 49 Ch Take() { Ch c = current_; current_ = Encoding::Take(is_); return c; } in RAPIDJSON_DIAG_OFF() local 110 void Put(Ch c) { Encoding::Put(os_, c); } in Put() 157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() local 179 const unsigned char* c = reinterpret_cast<const unsigned char *>(is_->Peek4()); in DetectType() local 260 void Put(Ch c) { putFunc_(*os_, c); } in Put()
|
| H A D | filewritestream.h | 40 void Put(char c) { in Put() 47 void PutN(char c, size_t n) { in PutN() 94 inline void PutN(FileWriteStream& stream, char c, size_t n) { in PutN()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Rotate.c | 146 int c; in xf86RotatePrepare() local 184 int c; in xf86RotateRedisplay() local 248 int c; in xf86RotateDestroy() local 280 int c; in xf86RotateFreeShadow() local 299 int c; in xf86RotateCloseScreen() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxnv40.h | 92 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 93 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 94 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0) argument 101 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument 108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-bitset.c | 213 static int cursor_next_array_entry(struct dm_bitset_cursor *c) in cursor_next_array_entry() 231 struct dm_bitset_cursor *c) in dm_bitset_cursor_begin() 255 void dm_bitset_cursor_end(struct dm_bitset_cursor *c) in dm_bitset_cursor_end() 261 int dm_bitset_cursor_next(struct dm_bitset_cursor *c) in dm_bitset_cursor_next() 276 int dm_bitset_cursor_skip(struct dm_bitset_cursor *c, uint32_t count) in dm_bitset_cursor_skip() 311 bool dm_bitset_cursor_get_value(struct dm_bitset_cursor *c) in dm_bitset_cursor_get_value()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sunxi/ |
| H A D | mc_smp.c | 38 #define CPUCFG_CX_CTRL_REG0(c) (0x10 * (c)) argument 43 #define CPUCFG_CX_CTRL_REG1(c) (0x10 * (c) + 0x4) argument 45 #define CPUCFG_CX_STATUS(c) (0x30 + 0x4 * (c)) argument 48 #define CPUCFG_CX_RST_CTRL(c) (0x80 + 0x4 * (c)) argument 60 #define PRCM_CPU_PO_RST_CTRL(c) (0x4 + 0x4 * (c)) argument 63 #define PRCM_PWROFF_GATING_REG(c) (0x100 + 0x4 * (c)) argument 68 #define PRCM_PWR_SWITCH_REG(c, cpu) (0x140 + 0x10 * (c) + 0x4 * (cpu)) argument 72 #define R_CPUCFG_CLUSTER_PO_RST_CTRL(c) (0x30 + (c) * 0x4) argument
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/ |
| H A D | proc.c | 34 const char *get_cpu_subtype(struct sh_cpuinfo *c) in get_cpu_subtype() 47 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags() 81 struct sh_cpuinfo *c = v; in show_cpuinfo() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | smpboot.c | 296 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg() local 315 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die() local 375 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info() local 390 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info() local 405 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() 413 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() 429 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt() 455 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die() 468 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg() 496 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/env/ |
| H A D | fw_env_main.c | 124 int c; in parse_common_args() local 169 int c; in parse_printenv_args() local 196 int c; in parse_setenv_args() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rcupdate.h | 310 #define RCU_LOCKDEP_WARN(c, s) \ argument 340 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) argument 366 #define __rcu_dereference_check(p, c, space) \ argument 374 #define __rcu_dereference_protected(p, c, space) \ argument 446 #define rcu_replace_pointer(rcu_ptr, ptr, c) \ argument 507 #define rcu_dereference_check(p, c) \ argument 517 #define rcu_dereference_bh_check(p, c) \ argument 527 #define rcu_dereference_sched_check(p, c) \ argument 556 #define rcu_dereference_protected(p, c) \ argument
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | util.c | 192 char c = *(cp + 1); in tomoyo_parse_ulong() local 330 static inline bool tomoyo_alphabet_char(const char c) in tomoyo_alphabet_char() 356 static inline bool tomoyo_valid(const unsigned char c) in tomoyo_valid() 368 static inline bool tomoyo_invalid(const unsigned char c) in tomoyo_invalid() 439 unsigned char c; in tomoyo_correct_word2() local 632 char c; in tomoyo_const_part_length() local 699 char c; in tomoyo_file_matches_pattern2() local
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | eisa_enumerator.c | 80 u_int8_t c; in configure_memory() local 118 u_int8_t c; in configure_irq() local 149 u_int8_t c; in configure_dma() local 171 u_int8_t c; in configure_port() local 212 u_int8_t c; in configure_port_init() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | utf.hpp | 149 unsigned char c = ci; in trail_length() local 183 unsigned char c=ci; in is_trail() local 213 code_point c = lead & ((1<<(6-trail_size))-1); in decode() local 270 code_point c = lead & ((1<<(6-trail_size))-1); in decode_valid() local 430 code_point c=*current++; in decode() local
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | cmdline.c | 15 static inline int myisspace(u8 c) in myisspace() 31 char c; in __cmdline_find_option() local 103 char c; in __cmdline_find_option_bool() local
|
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.c | 81 void cJSON_Delete(cJSON *c) in cJSON_Delete() 267 cJSON *c=cJSON_New_Item(); in cJSON_ParseWithOpts() local 510 int cJSON_GetArraySize(cJSON *array) {cJSON *c=array->child;int i=0;while(c)i++,c=c->next;… in cJSON_GetArraySize() local 511 cJSON *cJSON_GetArrayItem(cJSON *array,int item) {cJSON *c=array->child; while (c && item>0) it… in cJSON_GetArrayItem() local 512 cJSON *cJSON_GetObjectItem(cJSON *object,const char *string) {cJSON *c=object->child; while (c && c… in cJSON_GetObjectItem() local 520 void cJSON_AddItemToArray(cJSON *array, cJSON *item) {cJSON *c=array->child;if (!item) retur… in cJSON_AddItemToArray() local 525 cJSON *cJSON_DetachItemFromArray(cJSON *array,int which) {cJSON *c=array->child;while (c && which… in cJSON_DetachItemFromArray() local 528 cJSON *cJSON_DetachItemFromObject(cJSON *object,const char *string) {int i=0;cJSON *c=object->child… in cJSON_DetachItemFromObject() local 532 void cJSON_ReplaceItemInArray(cJSON *array,int which,cJSON *newitem) {cJSON *c=array->child;whil… in cJSON_ReplaceItemInArray() local 535 void cJSON_ReplaceItemInObject(cJSON *object,const char *string,cJSON *newitem){int i=0;cJSON *c=… in cJSON_ReplaceItemInObject() local
|
| /OK3568_Linux_fs/kernel/arch/m68k/atari/ |
| H A D | debug.c | 35 static inline void ata_mfp_out(char c) in ata_mfp_out() 52 static inline void ata_scc_out(char c) in ata_scc_out() 71 static inline void ata_midi_out(char c) in ata_midi_out() 88 static int ata_par_out(char c) in ata_par_out()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | rsa.c | 25 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc() 39 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec() 58 MPI m, c = mpi_alloc(0); in rsa_enc() local 97 MPI c, m = mpi_alloc(0); in rsa_dec() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | math.hpp | 28 std::array<T, 2> flip(const std::array<T, 2>& c) { in flip() 39 T c = std::sqrt(dx * dx + dy * dy); in normal() local 52 T c = std::sqrt(dx * dx + dy * dy); in dist() local 60 T c = dx * dx + dy * dy; in distSqr() local
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | zns.c | 23 struct nvme_command c = { }; in nvme_set_max_append() local 53 struct nvme_command c = { }; in nvme_update_zone_info() local 173 struct nvme_command c = { }; in nvme_ns_report_zones() local 246 struct nvme_command *c, enum nvme_zone_mgmt_action action) in nvme_setup_zone_mgmt_send()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | cppi41.c | 249 static struct cppi41_channel *to_cpp41_chan(struct dma_chan *c) in to_cpp41_chan() 256 struct cppi41_channel *c; in desc_to_chan() local 307 struct cppi41_channel *c; in cppi41_irq() local 373 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_alloc_chan_resources() local 401 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_free_chan_resources() local 421 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_tx_status() local 431 static void push_desc_queue(struct cppi41_channel *c) in push_desc_queue() 482 struct cppi41_channel *c, *_c; in cppi41_run_queue() local 492 struct cppi41_channel *c = to_cpp41_chan(chan); in cppi41_dma_issue_pending() local 526 static u32 get_host_pd1(struct cppi41_channel *c) in get_host_pd1() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mb86a20s.c | 321 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength() local 500 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_frontend_cache() local 542 static u32 isdbt_layer_min_bitrate(struct dtv_frontend_properties *c, in isdbt_layer_min_bitrate() 608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_frontend() local 731 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_counters() local 1378 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_main_CNR() local 1425 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_blk_error_layer_CNR() local 1527 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_stats_not_ready() local 1565 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_stats() local 1863 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_set_frontend() local [all …]
|
| H A D | tda10071.c | 367 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_status() local 503 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_snr() local 514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_signal_strength() local 538 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_ucblocks() local 552 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_set_frontend() local 693 struct dtv_frontend_properties *c) in tda10071_get_frontend() 754 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_init() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-davinci/ |
| H A D | board-dm644x-evm.c | 343 evm_led_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_led_setup() 370 evm_led_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_led_teardown() 402 evm_u18_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u18_setup() 432 evm_u18_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u18_teardown() 456 evm_u35_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u35_setup() 492 evm_u35_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u35_teardown()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tm-preds.h | 337 constraint_satisfied_p (rtx x, enum constraint_num c) in constraint_satisfied_p() 344 insn_extra_register_constraint (enum constraint_num c) in insn_extra_register_constraint() 350 insn_extra_memory_constraint (enum constraint_num c) in insn_extra_memory_constraint() 362 insn_extra_address_constraint (enum constraint_num c) in insn_extra_address_constraint() 368 insn_extra_constraint_allows_reg_mem (enum constraint_num c, in insn_extra_constraint_allows_reg_mem() 406 reg_class_for_constraint (enum constraint_num c) in reg_class_for_constraint() 428 get_constraint_type (enum constraint_num c) in get_constraint_type()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | string.c | 224 char * strchr(const char * s, int c) in strchr() 233 const char *strchrnul(const char *s, int c) in strchrnul() 247 char * strrchr(const char * s, int c) in strrchr() 469 void * memset(void * s,int c,size_t count) in memset() 588 void * memscan(void * addr, int c, size_t size) in memscan() 636 void *memchr(const void *s, int c, size_t n) in memchr() 668 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|