Home
last modified time | relevance | path

Searched refs:print_value (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/icles/
Dposition-formats.c54 print_value (gboolean res, GstFormat fmt, gint64 val) in print_value() function
90 print_value (pres, fmt, pos); in run_queries()
92 print_value (dres, fmt, dur); in run_queries()
/third_party/mesa3d/src/gallium/drivers/r600/
Deg_debug.c51 static void print_value(FILE *file, uint32_t value, int bits) in print_value() function
75 print_value(file, value, bits); in print_named_value()
95 print_value(file, value, 32); in eg_dump_reg()
119 print_value(file, val, in eg_dump_reg()
/third_party/vulkan-loader/loader/
DcJSON.c434 char *print_value(cJSON *item, int depth, int fmt, printbuffer *p);
479 char *cJSON_Print(cJSON *item) { return print_value(item, 0, 1, 0); } in cJSON_Print()
480 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); } in cJSON_PrintUnformatted()
487 return print_value(item, 0, fmt, &p); in cJSON_PrintBuffered()
524 char *print_value(cJSON *item, int depth, int fmt, printbuffer *p) { in print_value() function
648 print_value(child, depth + 1, fmt, p); in print_array()
674 ret = print_value(child, depth + 1, fmt, 0); in print_array()
823 print_value(child, depth, fmt, p); in print_object()
860 entries[i++] = ret = print_value(child, depth, fmt, 0); in print_object()
/third_party/cJSON/tests/
Dprint_value.c51 TEST_ASSERT_TRUE_MESSAGE(print_value(item, &buffer), "Failed to print value."); in assert_print_value()
DCMakeLists.txt54 print_value
/third_party/mesa3d/src/amd/common/
Dac_debug.c84 static void print_value(FILE *file, uint32_t value, int bits) in print_value() function
109 print_value(file, value, bits); in print_named_value()
179 print_value(file, value, 32); in ac_dump_reg()
201 print_value(file, val, util_bitcount(field->mask)); in ac_dump_reg()
/third_party/cJSON/
DcJSON.c1036 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()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c769 print_value(struct value *value, unsigned num_components) in print_value() function
805 print_value(&entry->src, num_components); in print_copy_entry()
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md596 print_value (const jerry_value_t jsvalue)
690 print_value (const jerry_value_t jsvalue)
808 print_value (ret_val);
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc918 auto print_value = [&](InternalIndex i) { os << Brief(dict.ValueAt(i)); }; in PrintHashMapContentsFull() local
919 PrintTableContentsGeneric(os, dict, print_value); in PrintHashMapContentsFull()