| /OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 147 void print_value(int n, const char *name, float val); 162 print_value(int n, const char *name, float val) in print_value() function 309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh() 323 print_value(2, "[V LINES RND]", v_lines_rnd); in vert_refresh() 333 print_value(3, "[V FIELD RATE RQD]", v_field_rate_rqd); in vert_refresh() 344 print_value(4, "[TOP MARGIN (LINES)]", top_margin); in vert_refresh() 356 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); in vert_refresh() 365 print_value(6, "[INTERLACE]", interlace); in vert_refresh() 378 print_value(7, "[H PERIOD EST]", h_period_est); in vert_refresh() 387 print_value(8, "[V SYNC+BP]", vsync_plus_bp); in vert_refresh() [all …]
|
| /OK3568_Linux_fs/kernel/tools/crypto/ |
| H A D | gen_fips140_testvecs.py | 53 def print_value(name, value): function 74 print_value('aes_key', aes_key) 75 print_value('aes_iv', aes_iv) 79 print_value('aes_cbc_ciphertext', cbc.encrypt(message)) 82 print_value('aes_ecb_ciphertext', ecb.encrypt(message)) 86 print_value('aes_ctr_ciphertext', ctr.encrypt(message)) 88 print_value('aes_gcm_assoc', assoc) 93 print_value('aes_gcm_ciphertext', raw_ciphertext + tag) 97 print_value('aes_xts_key', aes_xts_key) 102 print_value('aes_xts_ciphertext', ciphertext) [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/cJSON/ |
| H A D | cJSON.c | 254 static char *print_value(cJSON *item,int depth,int fmt); 283 char *cJSON_Print(cJSON *item) {return print_value(item,0,1);} in cJSON_Print() 284 char *cJSON_PrintUnformatted(cJSON *item) {return print_value(item,0,0);} in cJSON_PrintUnformatted() 302 static char *print_value(cJSON *item,int depth,int fmt) in print_value() function 372 ret=print_value(child,depth+1,fmt); in print_array() 473 entries[i++]=ret=print_value(child,depth,fmt); in print_object()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | hashtable.h | 118 void (*print_value)(void *opaque, void *value),
|
| H A D | hashtable.c | 277 void (*print_value)(void *opaque, void *value), in ht_dump_contents() 293 print_value(opaque, it->data); in ht_dump_contents()
|
| /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 | print-rtl.h | 84 extern void print_value (pretty_printer *, const_rtx, int);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | print-rtl.h | 84 extern void print_value (pretty_printer *, const_rtx, int);
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 1027 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer); 1202 if (!print_value(item, buffer)) in print() 1279 if (!print_value(item, &p)) in cJSON_PrintBuffered() 1304 return print_value(item, &p); in cJSON_PrintPreallocated() 1363 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer) in print_value() function 1560 if (!print_value(current_element, output_buffer)) in print_array() 1775 if (!print_value(current_item, output_buffer)) in print_object()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 1036 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer); 1211 if (!print_value(item, buffer)) in print() 1288 if (!print_value(item, &p)) in cJSON_PrintBuffered() 1313 return print_value(item, &p); in cJSON_PrintPreallocated() 1372 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer) in print_value() function 1569 if (!print_value(current_element, output_buffer)) in print_array() 1784 if (!print_value(current_item, output_buffer)) in print_object()
|